2022-11-23T01:14:53.4320707Z Requested labels: windows.4xlarge 2022-11-23T01:14:53.4320783Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:14:53.4320806Z Waiting for a runner to pick up this job... 2022-11-23T01:15:18.1835887Z Job is about to start running on the runner: i-0f246d7681dbffe16 (organization) 2022-11-23T01:15:22.0159551Z Current runner version: '2.299.1' 2022-11-23T01:15:22.0169573Z Runner name: 'i-0f246d7681dbffe16' 2022-11-23T01:15:22.0170061Z Runner group name: 'Default' 2022-11-23T01:15:22.0170698Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:15:22.0172975Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:15:22.0173613Z Actions: write 2022-11-23T01:15:22.0173848Z Checks: write 2022-11-23T01:15:22.0174214Z Contents: write 2022-11-23T01:15:22.0174503Z Deployments: write 2022-11-23T01:15:22.0174737Z Discussions: write 2022-11-23T01:15:22.0175072Z Issues: write 2022-11-23T01:15:22.0175327Z Metadata: read 2022-11-23T01:15:22.0175549Z Packages: write 2022-11-23T01:15:22.0175814Z Pages: write 2022-11-23T01:15:22.0176076Z PullRequests: write 2022-11-23T01:15:22.0176363Z RepositoryProjects: write 2022-11-23T01:15:22.0176664Z SecurityEvents: write 2022-11-23T01:15:22.0176948Z Statuses: write 2022-11-23T01:15:22.0177173Z ##[endgroup] 2022-11-23T01:15:22.0181384Z Secret source: Actions 2022-11-23T01:15:22.0181961Z Prepare workflow directory 2022-11-23T01:15:22.2849771Z Prepare all required actions 2022-11-23T01:15:22.3033122Z Getting action download info 2022-11-23T01:15:22.8441119Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:18:31.7690327Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:18:34.2168381Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:18:35.1073308Z Getting action download info 2022-11-23T01:18:35.2635601Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:18:36.0127311Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:18:36.0129338Z ##[group] Inputs 2022-11-23T01:18:36.0129644Z build-environment: win-vs2019-cpu-py3 2022-11-23T01:18:36.0129870Z cuda-version: cpu 2022-11-23T01:18:36.0130330Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "windows.4xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "windows.4xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:18:36.0130749Z sync-tag: 2022-11-23T01:18:36.0130924Z ##[endgroup] 2022-11-23T01:18:36.0131379Z Complete job name: win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) 2022-11-23T01:18:36.2476319Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:18:36.2476776Z git config --global core.symlinks true 2022-11-23T01:18:36.2511484Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:36.2511790Z env: 2022-11-23T01:18:36.2511959Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:36.2512152Z ##[endgroup] 2022-11-23T01:18:37.8991293Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:18:37.8991656Z with: 2022-11-23T01:18:37.8991827Z no-sudo: true 2022-11-23T01:18:37.8992083Z submodules: recursive 2022-11-23T01:18:37.8992271Z fetch-depth: 0 2022-11-23T01:18:37.8992428Z env: 2022-11-23T01:18:37.8992648Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:37.8992843Z ##[endgroup] 2022-11-23T01:18:37.9308962Z ##[group]Run retry () { 2022-11-23T01:18:37.9309206Z retry () { 2022-11-23T01:18:37.9309439Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:18:37.9309689Z } 2022-11-23T01:18:37.9309880Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:18:37.9310095Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:18:37.9310321Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:18:37.9310531Z else 2022-11-23T01:18:37.9310778Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:18:37.9310959Z fi 2022-11-23T01:18:37.9311144Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:18:37.9340580Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:37.9340869Z env: 2022-11-23T01:18:37.9341056Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:37.9341250Z NO_SUDO: true 2022-11-23T01:18:37.9341411Z ##[endgroup] 2022-11-23T01:18:37.9630347Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:38.2985038Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:18:38.2985267Z with: 2022-11-23T01:18:38.2985454Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:38.2985663Z fetch-depth: 0 2022-11-23T01:18:38.2985849Z submodules: recursive 2022-11-23T01:18:38.2986049Z quiet-checkout: true 2022-11-23T01:18:38.2986238Z repository: pytorch/pytorch 2022-11-23T01:18:38.2986559Z token: *** 2022-11-23T01:18:38.2986731Z ssh-strict: true 2022-11-23T01:18:38.2987001Z persist-credentials: true 2022-11-23T01:18:38.2987207Z clean: true 2022-11-23T01:18:38.2987369Z lfs: false 2022-11-23T01:18:38.2987554Z set-safe-directory: true 2022-11-23T01:18:38.2987786Z env: 2022-11-23T01:18:38.2987958Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:18:38.2988131Z ##[endgroup] 2022-11-23T01:18:43.4916734Z Syncing repository: pytorch/pytorch 2022-11-23T01:18:43.4918281Z ##[group]Getting Git version info 2022-11-23T01:18:43.4918600Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:18:43.4996190Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:18:43.5205057Z git version 2.38.1.windows.1 2022-11-23T01:18:43.5247852Z ##[endgroup] 2022-11-23T01:18:43.5263912Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\2bd380f2-41d4-4ee0-bae3-0f85801079d6\.gitconfig' 2022-11-23T01:18:43.5325045Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2bd380f2-41d4-4ee0-bae3-0f85801079d6' before making global git config changes 2022-11-23T01:18:43.5325502Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:18:43.5333376Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:43.5603671Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:18:43.5612158Z ##[group]Initializing the repository 2022-11-23T01:18:43.5619805Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:18:43.6142034Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:18:43.6180566Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:18:43.6482061Z ##[endgroup] 2022-11-23T01:18:43.6482480Z ##[group]Disabling automatic garbage collection 2022-11-23T01:18:43.6489482Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:18:43.6740692Z ##[endgroup] 2022-11-23T01:18:43.6741147Z ##[group]Setting up auth 2022-11-23T01:18:43.6751326Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:18:43.6993994Z [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:18:45.1257790Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:18:45.1512221Z [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:18:45.5936170Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:18:45.6238042Z ##[endgroup] 2022-11-23T01:18:45.6248440Z ##[group]Fetching the repository 2022-11-23T01:18:45.6248917Z [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:19:57.2721563Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:19:57.2931216Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:19:57.2968684Z ##[endgroup] 2022-11-23T01:19:57.2969098Z ##[group]Determining the checkout info 2022-11-23T01:19:57.2969463Z ##[endgroup] 2022-11-23T01:19:57.2969798Z ##[group]Checking out the ref 2022-11-23T01:19:57.2977464Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:20:16.2797020Z ##[endgroup] 2022-11-23T01:20:16.2798386Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:20:16.2807414Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:20:16.3132961Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:20:16.3397931Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:20:16.3656120Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:20:16.3907972Z ##[endgroup] 2022-11-23T01:20:16.3908412Z ##[group]Fetching submodules 2022-11-23T01:20:16.3915451Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:20:16.8395782Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:20:17.3679997Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:20:17.3680528Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:20:17.3681004Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:20:17.3681475Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:20:17.3682457Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:20:17.3683028Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:20:17.3683840Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:20:17.3685103Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:20:17.3685659Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:20:17.3686103Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:20:17.3686561Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:20:17.3687140Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:20:17.3687780Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:20:17.3688405Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:20:17.3689097Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:20:17.3689721Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:20:17.3690477Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:20:17.3691055Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:20:17.3691524Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:20:17.3691965Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:20:17.3692406Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:20:17.3692856Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:20:17.3693304Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:20:17.3693713Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:20:17.3694129Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:20:17.3694561Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:20:17.3695000Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:20:17.3695404Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:20:17.3695849Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:20:17.3696320Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:20:17.3696784Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:20:17.3697245Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:20:17.3697744Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:20:17.3698452Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:20:17.3875765Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:20:17.3876404Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:20:17.3876888Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:20:17.3877325Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:20:17.3877730Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:20:17.3878165Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:20:17.3878594Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:20:17.8919420Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:20:18.2570306Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:20:18.5998041Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:20:19.0674595Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:20:19.5305746Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:20:22.3338488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:20:30.1036892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:20:30.6375472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:20:31.4265916Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:20:34.4207669Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:20:36.3883587Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:20:38.5311559Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:20:44.3289823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:20:45.2794324Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:20:46.9927530Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:20:48.2117297Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:20:48.5882626Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:20:49.3091875Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:20:49.8840446Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:20:51.3928589Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:20:52.0080141Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:20:52.3510334Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:20:52.7406322Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:20:55.4703355Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:20:56.1385012Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:20:57.1804406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:21:05.1628372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:21:07.4257411Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:21:08.0928438Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:21:08.4402899Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:21:15.2701170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:21:15.6074273Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:21:16.0566488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:21:17.2633035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:21:17.6471662Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:21:18.1400763Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:21:18.6719956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:21:19.4848415Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:21:23.7687459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:21:24.4681561Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:21:27.3058436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:21:27.5066975Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:21:27.6478686Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:21:27.7662010Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:21:28.1043616Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:21:28.5048754Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:21:29.0883302Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:21:41.8414221Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:21:42.1020933Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:21:43.2106560Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:21:43.6243754Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:21:48.4385293Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:21:54.8611661Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:21:57.7917499Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:21:58.4296147Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:21:58.4797481Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:21:58.4798038Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:21:58.4800755Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:21:58.4801321Z 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:21:59.8193924Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:22:01.2221789Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:22:04.1660707Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:22:05.1055108Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:22:06.6523827Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:22:09.3898570Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:22:12.0244669Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:22:12.1750811Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:22:31.2075906Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:22:33.3805835Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:22:33.4909790Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:22:33.8497818Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:22:34.5724540Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:22:36.3782846Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:22:36.5020416Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:22:36.5160208Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:22:46.5338024Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:23:01.4286338Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:23:01.4437390Z 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:23:11.7742177Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:23:25.1909265Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:23:25.3555753Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:23:25.5638738Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:23:26.4637370Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:23:26.4800551Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:23:26.4801152Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:23:28.6677671Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:23:31.4047716Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:23:32.2950649Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:23:33.7095276Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:23:34.1842765Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:23:34.3214089Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:23:39.5598823Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:23:47.2285020Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:23:47.2465317Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:23:47.2465890Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:23:48.1804234Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:23:49.6127208Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:23:50.1060155Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:23:50.7884721Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:23:51.0214309Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:23:51.0370809Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:23:52.7892816Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:23:57.5236338Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:23:57.5475036Z 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:23:57.5475658Z 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:23:58.1536433Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:23:59.5744421Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:23:59.8270201Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:24:00.4323958Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:24:00.4509485Z 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:24:00.8946837Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:24:00.9738050Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:24:01.0749370Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:24:08.0201477Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:24:08.0388849Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:08.0389437Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:08.6523326Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:24:09.8932532Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:24:10.0758490Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:24:10.6328675Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:24:10.7277252Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:24:10.8615662Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:24:11.5373106Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:24:11.6921708Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:24:11.9754575Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:24:12.1648768Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:24:13.2955545Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:24:17.5529386Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:24:18.2634579Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:24:18.3608058Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:18.3608643Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:18.3610528Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:18.3611067Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:19.5852206Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:24:19.9979695Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:24:22.3385577Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:24:24.4368100Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:24:25.7570739Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:24:25.9986677Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:24:27.0046257Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:24:27.4579627Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:24:27.4720991Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:28.1358465Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:24:28.2329061Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:24:28.8405155Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:24:28.8644743Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:24:29.4361843Z Entering 'android/libs/fbjni' 2022-11-23T01:24:29.4852322Z Entering 'third_party/FP16' 2022-11-23T01:24:29.5356504Z Entering 'third_party/FXdiv' 2022-11-23T01:24:29.5897413Z Entering 'third_party/NNPACK' 2022-11-23T01:24:29.6382670Z Entering 'third_party/QNNPACK' 2022-11-23T01:24:29.6905868Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:24:29.7441077Z Entering 'third_party/XNNPACK' 2022-11-23T01:24:29.7948226Z Entering 'third_party/benchmark' 2022-11-23T01:24:29.8485952Z Entering 'third_party/cpuinfo' 2022-11-23T01:24:29.9015179Z Entering 'third_party/cub' 2022-11-23T01:24:29.9541927Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:24:30.0048801Z Entering 'third_party/cutlass' 2022-11-23T01:24:30.0565032Z Entering 'third_party/eigen' 2022-11-23T01:24:30.1057287Z Entering 'third_party/fbgemm' 2022-11-23T01:24:30.1525322Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:24:30.2049214Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:24:30.2554063Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:24:30.3050233Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:24:30.3555114Z Entering 'third_party/flatbuffers' 2022-11-23T01:24:30.4065721Z Entering 'third_party/fmt' 2022-11-23T01:24:30.4544853Z Entering 'third_party/foxi' 2022-11-23T01:24:30.5049522Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:24:30.5544577Z Entering 'third_party/gloo' 2022-11-23T01:24:30.6026817Z Entering 'third_party/googletest' 2022-11-23T01:24:30.6554402Z Entering 'third_party/ideep' 2022-11-23T01:24:30.7027541Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:24:30.7522502Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:24:30.8056691Z Entering 'third_party/ios-cmake' 2022-11-23T01:24:30.8532695Z Entering 'third_party/ittapi' 2022-11-23T01:24:30.9009361Z Entering 'third_party/kineto' 2022-11-23T01:24:30.9477877Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:24:30.9966028Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:24:31.0471918Z Entering 'third_party/nccl/nccl' 2022-11-23T01:24:31.0959780Z Entering 'third_party/neon2sse' 2022-11-23T01:24:31.1460949Z Entering 'third_party/nlohmann' 2022-11-23T01:24:31.1948874Z Entering 'third_party/onnx' 2022-11-23T01:24:31.2459872Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:24:31.2975030Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:24:31.3486116Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:24:31.3956029Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:24:31.4438942Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:24:31.4954609Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:24:31.5434896Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:24:31.5985676Z Entering 'third_party/pocketfft' 2022-11-23T01:24:31.6483978Z Entering 'third_party/protobuf' 2022-11-23T01:24:31.7006553Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:31.7499849Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:31.7996918Z Entering 'third_party/psimd' 2022-11-23T01:24:31.8483729Z Entering 'third_party/pthreadpool' 2022-11-23T01:24:31.8977265Z Entering 'third_party/pybind11' 2022-11-23T01:24:31.9506666Z Entering 'third_party/python-enum' 2022-11-23T01:24:31.9997620Z Entering 'third_party/python-peachpy' 2022-11-23T01:24:32.0503391Z Entering 'third_party/python-six' 2022-11-23T01:24:32.1007428Z Entering 'third_party/sleef' 2022-11-23T01:24:32.1495978Z Entering 'third_party/tbb' 2022-11-23T01:24:32.1993906Z Entering 'third_party/tensorpipe' 2022-11-23T01:24:32.2479810Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:32.2996623Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:32.3482473Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:32.3959903Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:32.4438372Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:32.5033452Z Entering 'third_party/zstd' 2022-11-23T01:24:32.5599445Z ##[endgroup] 2022-11-23T01:24:32.5601434Z ##[group]Persisting credentials for submodules 2022-11-23T01:24:32.5610205Z [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:24:33.0013665Z Entering 'android/libs/fbjni' 2022-11-23T01:24:33.0582972Z Entering 'third_party/FP16' 2022-11-23T01:24:33.1153895Z Entering 'third_party/FXdiv' 2022-11-23T01:24:33.1721652Z Entering 'third_party/NNPACK' 2022-11-23T01:24:33.2286407Z Entering 'third_party/QNNPACK' 2022-11-23T01:24:33.2836939Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:24:33.3423947Z Entering 'third_party/XNNPACK' 2022-11-23T01:24:33.3995587Z Entering 'third_party/benchmark' 2022-11-23T01:24:33.4556496Z Entering 'third_party/cpuinfo' 2022-11-23T01:24:33.5120841Z Entering 'third_party/cub' 2022-11-23T01:24:33.5685713Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:24:33.6266074Z Entering 'third_party/cutlass' 2022-11-23T01:24:33.6841873Z Entering 'third_party/eigen' 2022-11-23T01:24:33.7444172Z Entering 'third_party/fbgemm' 2022-11-23T01:24:33.7993239Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:24:33.8582915Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:24:33.9147757Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:24:33.9745199Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:24:34.0330605Z Entering 'third_party/flatbuffers' 2022-11-23T01:24:34.0891059Z Entering 'third_party/fmt' 2022-11-23T01:24:34.1470526Z Entering 'third_party/foxi' 2022-11-23T01:24:34.2042683Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:24:34.2605411Z Entering 'third_party/gloo' 2022-11-23T01:24:34.3183808Z Entering 'third_party/googletest' 2022-11-23T01:24:34.3757624Z Entering 'third_party/ideep' 2022-11-23T01:24:34.4310507Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:24:34.4869454Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:24:34.5483918Z Entering 'third_party/ios-cmake' 2022-11-23T01:24:34.6062527Z Entering 'third_party/ittapi' 2022-11-23T01:24:34.6644342Z Entering 'third_party/kineto' 2022-11-23T01:24:34.7216175Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:24:34.7817570Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:24:34.8415917Z Entering 'third_party/nccl/nccl' 2022-11-23T01:24:34.8992138Z Entering 'third_party/neon2sse' 2022-11-23T01:24:34.9614363Z Entering 'third_party/nlohmann' 2022-11-23T01:24:35.0196945Z Entering 'third_party/onnx' 2022-11-23T01:24:35.0777364Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:24:35.1379746Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:24:35.1976054Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:24:35.2583544Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:24:35.3157336Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:24:35.3755650Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:24:35.4333999Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:24:35.5015275Z Entering 'third_party/pocketfft' 2022-11-23T01:24:35.5594183Z Entering 'third_party/protobuf' 2022-11-23T01:24:35.6145642Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:35.6717177Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:35.7317632Z Entering 'third_party/psimd' 2022-11-23T01:24:35.7879762Z Entering 'third_party/pthreadpool' 2022-11-23T01:24:35.8459352Z Entering 'third_party/pybind11' 2022-11-23T01:24:35.9020831Z Entering 'third_party/python-enum' 2022-11-23T01:24:35.9592610Z Entering 'third_party/python-peachpy' 2022-11-23T01:24:36.0163535Z Entering 'third_party/python-six' 2022-11-23T01:24:36.0720894Z Entering 'third_party/sleef' 2022-11-23T01:24:36.1311612Z Entering 'third_party/tbb' 2022-11-23T01:24:36.1886276Z Entering 'third_party/tensorpipe' 2022-11-23T01:24:36.2433613Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:36.3004915Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:36.3577883Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:36.4143965Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:36.4715363Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:36.5323869Z Entering 'third_party/zstd' 2022-11-23T01:24:36.6008207Z [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:24:37.0340315Z Entering 'android/libs/fbjni' 2022-11-23T01:24:37.0985902Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:24:37.1159919Z Entering 'third_party/FP16' 2022-11-23T01:24:37.1810605Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:24:37.1974920Z Entering 'third_party/FXdiv' 2022-11-23T01:24:37.2603343Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:24:37.2775120Z Entering 'third_party/NNPACK' 2022-11-23T01:24:37.3403588Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:24:37.3571371Z Entering 'third_party/QNNPACK' 2022-11-23T01:24:37.4208368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:24:37.4378491Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:24:37.5006643Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:24:37.5174454Z Entering 'third_party/XNNPACK' 2022-11-23T01:24:37.5798800Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:24:37.5978978Z Entering 'third_party/benchmark' 2022-11-23T01:24:37.6609396Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:24:37.6779390Z Entering 'third_party/cpuinfo' 2022-11-23T01:24:37.7394314Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:24:37.7558525Z Entering 'third_party/cub' 2022-11-23T01:24:37.8246677Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:24:37.8410938Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:24:37.9055458Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:24:37.9225661Z Entering 'third_party/cutlass' 2022-11-23T01:24:37.9846714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:24:38.0026008Z Entering 'third_party/eigen' 2022-11-23T01:24:38.0674368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:24:38.0855863Z Entering 'third_party/fbgemm' 2022-11-23T01:24:38.1504626Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:24:38.1655955Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:24:38.2311603Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:24:38.2481820Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:24:38.3141763Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:24:38.3311810Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:24:38.3959953Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:24:38.4132801Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:24:38.4781289Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:24:38.4983954Z Entering 'third_party/flatbuffers' 2022-11-23T01:24:38.5641973Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:24:38.5813806Z Entering 'third_party/fmt' 2022-11-23T01:24:38.6468331Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:24:38.6639898Z Entering 'third_party/foxi' 2022-11-23T01:24:38.7308162Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:24:38.7480003Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:24:38.8135007Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:24:38.8311776Z Entering 'third_party/gloo' 2022-11-23T01:24:38.8948366Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:24:38.9130272Z Entering 'third_party/googletest' 2022-11-23T01:24:38.9776677Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:24:38.9947250Z Entering 'third_party/ideep' 2022-11-23T01:24:39.0582690Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:24:39.0729296Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:24:39.1358463Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:24:39.1513123Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:24:39.2141569Z 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:24:39.2345030Z Entering 'third_party/ios-cmake' 2022-11-23T01:24:39.2965369Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:24:39.3136448Z Entering 'third_party/ittapi' 2022-11-23T01:24:39.3790600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:24:39.3958698Z Entering 'third_party/kineto' 2022-11-23T01:24:39.4580649Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:24:39.4731550Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:24:39.5363277Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:24:39.5532304Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:24:39.6188487Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:24:39.6377550Z Entering 'third_party/nccl/nccl' 2022-11-23T01:24:39.7010063Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:24:39.7174922Z Entering 'third_party/neon2sse' 2022-11-23T01:24:39.7788519Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:24:39.7949929Z Entering 'third_party/nlohmann' 2022-11-23T01:24:39.8574412Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:24:39.8740492Z Entering 'third_party/onnx' 2022-11-23T01:24:39.9363099Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:24:39.9531210Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:24:40.0166457Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:24:40.0463279Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:24:40.1101545Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:24:40.1292466Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:24:40.1991250Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:24:40.2154657Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:24:40.3094010Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:24:40.3282042Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:24:40.3963375Z 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:24:40.4147148Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:24:40.4808164Z 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:24:40.4957081Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:24:40.5602043Z 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:24:40.5817975Z Entering 'third_party/pocketfft' 2022-11-23T01:24:40.6444326Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:24:40.6615338Z Entering 'third_party/protobuf' 2022-11-23T01:24:40.7305689Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:24:40.7464128Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:40.8119883Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:24:40.8285630Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:40.8924152Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:24:40.9106557Z Entering 'third_party/psimd' 2022-11-23T01:24:40.9738339Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:24:40.9900979Z Entering 'third_party/pthreadpool' 2022-11-23T01:24:41.0523701Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:24:41.0718880Z Entering 'third_party/pybind11' 2022-11-23T01:24:41.1359267Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:24:41.1520945Z Entering 'third_party/python-enum' 2022-11-23T01:24:41.2137639Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:24:41.2303666Z Entering 'third_party/python-peachpy' 2022-11-23T01:24:41.2914354Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:24:41.3084232Z Entering 'third_party/python-six' 2022-11-23T01:24:41.3711093Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:24:41.3878668Z Entering 'third_party/sleef' 2022-11-23T01:24:41.4507136Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:24:41.4670748Z Entering 'third_party/tbb' 2022-11-23T01:24:41.5338371Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:24:41.5509799Z Entering 'third_party/tensorpipe' 2022-11-23T01:24:41.6155930Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:24:41.6308434Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:41.6966152Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:24:41.7134506Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:41.7765210Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:24:41.7933073Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:41.8561381Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:24:41.8731301Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:41.9354054Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:24:41.9512121Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:42.0160421Z 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:24:42.0359403Z Entering 'third_party/zstd' 2022-11-23T01:24:42.0986728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:24:42.4139206Z [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:24:42.8573690Z Entering 'android/libs/fbjni' 2022-11-23T01:24:42.9077450Z Entering 'third_party/FP16' 2022-11-23T01:24:42.9564081Z Entering 'third_party/FXdiv' 2022-11-23T01:24:43.0049626Z Entering 'third_party/NNPACK' 2022-11-23T01:24:43.0564087Z Entering 'third_party/QNNPACK' 2022-11-23T01:24:43.1042682Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:24:43.1545771Z Entering 'third_party/XNNPACK' 2022-11-23T01:24:43.2038393Z Entering 'third_party/benchmark' 2022-11-23T01:24:43.2524802Z Entering 'third_party/cpuinfo' 2022-11-23T01:24:43.3011370Z Entering 'third_party/cub' 2022-11-23T01:24:43.3490652Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:24:43.3981202Z Entering 'third_party/cutlass' 2022-11-23T01:24:43.4468720Z Entering 'third_party/eigen' 2022-11-23T01:24:43.4966779Z Entering 'third_party/fbgemm' 2022-11-23T01:24:43.5456150Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:24:43.5964417Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:24:43.6459761Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:24:43.6970024Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:24:43.7491551Z Entering 'third_party/flatbuffers' 2022-11-23T01:24:43.7977173Z Entering 'third_party/fmt' 2022-11-23T01:24:43.8478352Z Entering 'third_party/foxi' 2022-11-23T01:24:43.8984626Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:24:43.9566347Z Entering 'third_party/gloo' 2022-11-23T01:24:44.0064901Z Entering 'third_party/googletest' 2022-11-23T01:24:44.0571342Z Entering 'third_party/ideep' 2022-11-23T01:24:44.1065269Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:24:44.1592537Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:24:44.2156414Z Entering 'third_party/ios-cmake' 2022-11-23T01:24:44.2663500Z Entering 'third_party/ittapi' 2022-11-23T01:24:44.3167630Z Entering 'third_party/kineto' 2022-11-23T01:24:44.3668293Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:24:44.4181874Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:24:44.5241257Z Entering 'third_party/nccl/nccl' 2022-11-23T01:24:44.5742278Z Entering 'third_party/neon2sse' 2022-11-23T01:24:44.6219912Z Entering 'third_party/nlohmann' 2022-11-23T01:24:44.6728690Z Entering 'third_party/onnx' 2022-11-23T01:24:44.7219000Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:24:44.7721128Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:24:44.8245549Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:24:44.8726026Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:24:44.9223554Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:24:44.9747831Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:24:45.0228772Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:24:45.0806403Z Entering 'third_party/pocketfft' 2022-11-23T01:24:45.1291497Z Entering 'third_party/protobuf' 2022-11-23T01:24:45.1772007Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:45.2307925Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:45.2815876Z Entering 'third_party/psimd' 2022-11-23T01:24:45.3332887Z Entering 'third_party/pthreadpool' 2022-11-23T01:24:45.3848197Z Entering 'third_party/pybind11' 2022-11-23T01:24:45.4348762Z Entering 'third_party/python-enum' 2022-11-23T01:24:45.4825724Z Entering 'third_party/python-peachpy' 2022-11-23T01:24:45.5315607Z Entering 'third_party/python-six' 2022-11-23T01:24:45.5816195Z Entering 'third_party/sleef' 2022-11-23T01:24:45.6356882Z Entering 'third_party/tbb' 2022-11-23T01:24:45.6843102Z Entering 'third_party/tensorpipe' 2022-11-23T01:24:45.7326598Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:45.7821876Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:45.8339872Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:45.8862065Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:45.9344765Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:45.9870227Z Entering 'third_party/zstd' 2022-11-23T01:24:46.0437451Z [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:24:46.4836767Z Entering 'android/libs/fbjni' 2022-11-23T01:24:46.5344926Z Entering 'third_party/FP16' 2022-11-23T01:24:46.5839216Z Entering 'third_party/FXdiv' 2022-11-23T01:24:46.6319561Z Entering 'third_party/NNPACK' 2022-11-23T01:24:46.6890297Z Entering 'third_party/QNNPACK' 2022-11-23T01:24:46.7373282Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:24:46.7896482Z Entering 'third_party/XNNPACK' 2022-11-23T01:24:46.8402574Z Entering 'third_party/benchmark' 2022-11-23T01:24:46.8906134Z Entering 'third_party/cpuinfo' 2022-11-23T01:24:46.9427678Z Entering 'third_party/cub' 2022-11-23T01:24:46.9916929Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:24:47.0408923Z Entering 'third_party/cutlass' 2022-11-23T01:24:47.0929503Z Entering 'third_party/eigen' 2022-11-23T01:24:47.1414322Z Entering 'third_party/fbgemm' 2022-11-23T01:24:47.1882990Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:24:47.2416924Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:24:47.2908382Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:24:47.3402026Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:24:47.3911539Z Entering 'third_party/flatbuffers' 2022-11-23T01:24:47.4406253Z Entering 'third_party/fmt' 2022-11-23T01:24:47.4919130Z Entering 'third_party/foxi' 2022-11-23T01:24:47.5397588Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:24:47.5883181Z Entering 'third_party/gloo' 2022-11-23T01:24:47.6395417Z Entering 'third_party/googletest' 2022-11-23T01:24:47.6884175Z Entering 'third_party/ideep' 2022-11-23T01:24:47.7363317Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:24:47.7853893Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:24:47.8404465Z Entering 'third_party/ios-cmake' 2022-11-23T01:24:47.8888883Z Entering 'third_party/ittapi' 2022-11-23T01:24:47.9366169Z Entering 'third_party/kineto' 2022-11-23T01:24:47.9843530Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:24:48.0365189Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:24:48.0902313Z Entering 'third_party/nccl/nccl' 2022-11-23T01:24:48.1401169Z Entering 'third_party/neon2sse' 2022-11-23T01:24:48.1880336Z Entering 'third_party/nlohmann' 2022-11-23T01:24:48.2360548Z Entering 'third_party/onnx' 2022-11-23T01:24:48.2908740Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:24:48.3395123Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:24:48.3896473Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:24:48.4366422Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:24:48.4880354Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:24:48.5515484Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:24:48.5981792Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:24:48.6519940Z Entering 'third_party/pocketfft' 2022-11-23T01:24:48.7010302Z Entering 'third_party/protobuf' 2022-11-23T01:24:48.7479209Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:24:48.7981172Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:24:49.0423835Z Entering 'third_party/psimd' 2022-11-23T01:24:49.0909993Z Entering 'third_party/pthreadpool' 2022-11-23T01:24:49.1401996Z Entering 'third_party/pybind11' 2022-11-23T01:24:49.1907870Z Entering 'third_party/python-enum' 2022-11-23T01:24:49.2384849Z Entering 'third_party/python-peachpy' 2022-11-23T01:24:49.2866677Z Entering 'third_party/python-six' 2022-11-23T01:24:49.3343729Z Entering 'third_party/sleef' 2022-11-23T01:24:49.3823870Z Entering 'third_party/tbb' 2022-11-23T01:24:49.4308392Z Entering 'third_party/tensorpipe' 2022-11-23T01:24:49.4804465Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:24:49.5332524Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:24:49.5826210Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:24:49.6314478Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:24:49.6790697Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:24:49.7414975Z Entering 'third_party/zstd' 2022-11-23T01:24:49.7993828Z ##[endgroup] 2022-11-23T01:24:49.8272747Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:24:49.8495737Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:24:49.9518577Z Prepare all required actions 2022-11-23T01:24:49.9519019Z Getting action download info 2022-11-23T01:24:50.1325119Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:24:51.3507109Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:24:51.3507337Z with: 2022-11-23T01:24:51.3507502Z cuda-version: cpu 2022-11-23T01:24:51.3507691Z env: 2022-11-23T01:24:51.3507879Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:51.3508132Z ##[endgroup] 2022-11-23T01:24:51.3648297Z ##[group]Run set -euo pipefail 2022-11-23T01:24:51.3648559Z set -euo pipefail 2022-11-23T01:24:51.3648785Z function get_ec2_metadata() { 2022-11-23T01:24:51.3649038Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:24:51.3649423Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:24:51.3649753Z  category=$1 2022-11-23T01:24:51.3650042Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:24:51.3650292Z } 2022-11-23T01:24:51.3650491Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:24:51.3650774Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:24:51.3651075Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:24:51.3651330Z echo "system info $(uname -a)" 2022-11-23T01:24:51.3679652Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:24:51.3679941Z env: 2022-11-23T01:24:51.3680111Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:51.3680320Z ##[endgroup] 2022-11-23T01:24:51.4155849Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:24:51.4398048Z instance-id: i-0f246d7681dbffe16 2022-11-23T01:24:51.4600564Z instance-type: c5d.4xlarge 2022-11-23T01:24:51.4863397Z 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:24:51.5021732Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:24:51.5024293Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:24:51.5055629Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:51.5055926Z env: 2022-11-23T01:24:51.5056122Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:51.5056330Z ##[endgroup] 2022-11-23T01:24:52.5698330Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:52.6795813Z Finished 2022-11-23T01:24:52.7374587Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:24:52.7375011Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:24:52.7398200Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:52.7398504Z env: 2022-11-23T01:24:52.7398695Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:52.7398877Z ##[endgroup] 2022-11-23T01:24:53.1553728Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:53.2481067Z Finished 2022-11-23T01:24:53.9395362Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:24:53.9395765Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:24:53.9419430Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:24:53.9419730Z env: 2022-11-23T01:24:53.9419925Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:53.9420113Z VS_VERSION: 16.8.6 2022-11-23T01:24:53.9420309Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:24:53.9420503Z ##[endgroup] 2022-11-23T01:24:54.3410649Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:54.4350282Z Finished 2022-11-23T01:24:54.7286341Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:24:54.7614587Z ##[group]Run actions/setup-python@v4 2022-11-23T01:24:54.7614795Z with: 2022-11-23T01:24:54.7614956Z python-version: 3.x 2022-11-23T01:24:54.7615149Z check-latest: false 2022-11-23T01:24:54.7615324Z cache: pip 2022-11-23T01:24:54.7615676Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:24:54.7616112Z token: *** 2022-11-23T01:24:54.7616297Z update-environment: true 2022-11-23T01:24:54.7616477Z env: 2022-11-23T01:24:54.7616632Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:24:54.7616817Z ##[endgroup] 2022-11-23T01:24:55.2773564Z Version 3.x was not found in the local cache 2022-11-23T01:24:55.5470687Z Version 3.x is available for downloading 2022-11-23T01:24:55.5471779Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:24:55.8276767Z Extract downloaded archive 2022-11-23T01:24:55.8385271Z [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\9009f197-1231-402e-90a5-fa925f51145e', 'C:\actions-runner\_work\_temp\0a58756f-3f92-4d7d-ba0a-9c1e0161746e')" 2022-11-23T01:24:56.7683137Z Execute installation script 2022-11-23T01:24:57.8533064Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:24:57.9503908Z Finished 2022-11-23T01:24:57.9965799Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:24:57.9966019Z 2022-11-23T01:24:57.9981201Z Create Python toolcache folder 2022-11-23T01:24:57.9981860Z 2022-11-23T01:24:58.0011311Z Check if current Python version is installed... 2022-11-23T01:24:58.0011700Z 2022-11-23T01:24:58.0038394Z No Python3.11.* found 2022-11-23T01:24:58.0039192Z 2022-11-23T01:24:58.0043630Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:24:58.0044877Z 2022-11-23T01:24:58.2581278Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:24:58.2581508Z 2022-11-23T01:24:58.2604830Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:24:58.2605057Z 2022-11-23T01:24:58.2789168Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:24:58.2791747Z 2022-11-23T01:25:33.8337114Z Create python3 symlink 2022-11-23T01:25:33.8337975Z 2022-11-23T01:25:33.8814367Z 2022-11-23T01:25:33.8817189Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:33.8820584Z Mode LastWriteTime Length Name 2022-11-23T01:25:33.8823576Z ---- ------------- ------ ---- 2022-11-23T01:25:33.8827769Z -a---l 11/23/2022 1:25 AM 0 python3.exe 2022-11-23T01:25:33.8834425Z Install and upgrade Pip 2022-11-23T01:25:33.8835975Z 2022-11-23T01:25:35.8972558Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpoufnspxf 2022-11-23T01:25:35.8999934Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:25:35.9012145Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:25:36.6736897Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:25:36.7876451Z Collecting pip 2022-11-23T01:25:36.8282519Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:25:36.8945270Z 2022-11-23T01:25:36.8946107Z ---------------------------------------- 2.1/2.1 MB 32.9 MB/s eta 0:00:00 2022-11-23T01:25:36.8949135Z 2022-11-23T01:25:36.9610619Z Installing collected packages: pip 2022-11-23T01:25:36.9611425Z Attempting uninstall: pip 2022-11-23T01:25:36.9641684Z Found existing installation: pip 22.3 2022-11-23T01:25:37.3956083Z Uninstalling pip-22.3: 2022-11-23T01:25:37.4197099Z Successfully uninstalled pip-22.3 2022-11-23T01:25:42.6007283Z Successfully installed pip-22.3.1 2022-11-23T01:25:42.8089136Z Create complete file 2022-11-23T01:25:42.8089622Z 2022-11-23T01:25:42.8102553Z 2022-11-23T01:25:42.8103139Z 2022-11-23T01:25:42.8459009Z Successfully set up CPython (3.11.0) 2022-11-23T01:25:59.2028251Z Received 11658366 of 11658366 (100.0%), 69.1 MBs/sec 2022-11-23T01:25:59.2030379Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:25:59.2074045Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/f0e29af8-4ccd-411c-9e1f-330eb5b82e26/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:25:59.6212618Z Cache restored successfully 2022-11-23T01:25:59.6247287Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:25:59.7051849Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:25:59.7052192Z with: 2022-11-23T01:25:59.7052588Z github-secret: *** 2022-11-23T01:25:59.7052801Z activate-with-label: false 2022-11-23T01:25:59.7052992Z label: with-ssh 2022-11-23T01:25:59.7053196Z remove-existing-keys: true 2022-11-23T01:25:59.7053395Z env: 2022-11-23T01:25:59.7053569Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:59.7053843Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.7054185Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:59.7054505Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.7054814Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.7055127Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.7055368Z ##[endgroup] 2022-11-23T01:25:59.9513813Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:25:59.9731821Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:25:59.9732207Z python3 -m pip install psutil==5.9.1 2022-11-23T01:25:59.9732465Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:25:59.9732748Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:25:59.9733058Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:25:59.9762098Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:25:59.9762391Z env: 2022-11-23T01:25:59.9762583Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:25:59.9762846Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.9763191Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:25:59.9763530Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.9763909Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.9764224Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:25:59.9764454Z ##[endgroup] 2022-11-23T01:26:00.9465895Z Collecting psutil==5.9.1 2022-11-23T01:26:00.9768616Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:26:01.1680403Z -------------------------------------- 479.1/479.1 kB 2.5 MB/s eta 0:00:00 2022-11-23T01:26:01.3680051Z Installing build dependencies: started 2022-11-23T01:26:05.9495103Z Installing build dependencies: finished with status 'done' 2022-11-23T01:26:05.9510716Z Getting requirements to build wheel: started 2022-11-23T01:26:06.7970706Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:26:06.8071622Z Preparing metadata (pyproject.toml): started 2022-11-23T01:26:07.4801056Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:26:07.5079676Z Building wheels for collected packages: psutil 2022-11-23T01:26:07.5102466Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:26:22.9944764Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:26:23.0122584Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=99f219b14a5e62e8eee420ef309f9330d83e6e576fcf30055193d570873a8ec5 2022-11-23T01:26:23.0123703Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:26:23.0526171Z Successfully built psutil 2022-11-23T01:26:23.1178408Z Installing collected packages: psutil 2022-11-23T01:26:23.7979754Z Successfully installed psutil-5.9.1 2022-11-23T01:26:24.7272683Z Collecting pynvml==11.4.1 2022-11-23T01:26:24.7543000Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:26:25.2357502Z --------------------------------------- 47.0/47.0 kB 78.5 kB/s eta 0:00:00 2022-11-23T01:26:25.3008443Z Installing collected packages: pynvml 2022-11-23T01:26:25.4832575Z Successfully installed pynvml-11.4.1 2022-11-23T01:26:25.6214821Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:26:25.6215167Z with: 2022-11-23T01:26:25.6215360Z name: win-vs2019-cpu-py3 2022-11-23T01:26:25.6215581Z path: C:\3528293562\build-results 2022-11-23T01:26:25.6215793Z s3-bucket: gha-artifacts 2022-11-23T01:26:25.6215981Z region: us-east-1 2022-11-23T01:26:25.6216153Z env: 2022-11-23T01:26:25.6216334Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:26:25.6216605Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:25.6216951Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:26:25.6217289Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:25.6217589Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:25.6218127Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:25.6218371Z ##[endgroup] 2022-11-23T01:26:26.6813223Z Found 3 objects with prefix pytorch/pytorch/3528293562/win-vs2019-cpu-py3/ 2022-11-23T01:26:26.6818708Z Starting download (1/3): C:\3528293562\build-results\.ninja_log 2022-11-23T01:26:26.7893420Z Finished download (1/3): C:\3528293562\build-results\.ninja_log 2022-11-23T01:26:26.7894619Z Starting download (2/3): C:\3528293562\build-results\.pytorch-test-times.json 2022-11-23T01:26:26.8367078Z Finished download (2/3): C:\3528293562\build-results\.pytorch-test-times.json 2022-11-23T01:26:26.8369731Z Starting download (3/3): C:\3528293562\build-results\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:27.8611157Z Finished download (3/3): C:\3528293562\build-results\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:27.8611462Z 2022-11-23T01:26:27.8624296Z ##[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:26:27.8632327Z Artifact download has finished successfully 2022-11-23T01:26:28.1666782Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:26:28.1667179Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:26:28.1695007Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:26:28.1695295Z env: 2022-11-23T01:26:28.1695485Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:26:28.1695761Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.1696105Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:26:28.1696446Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.1696943Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.1697700Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.1698121Z ##[endgroup] 2022-11-23T01:26:28.6092689Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:26:28.7019248Z Finished 2022-11-23T01:26:28.7487416Z Folder PATH listing 2022-11-23T01:26:28.7487706Z Volume serial number is 0241-89EB 2022-11-23T01:26:28.7487931Z C:\3528293562\BUILD-RESULTS 2022-11-23T01:26:28.7499924Z .ninja_log 2022-11-23T01:26:28.7500194Z .pytorch-test-times.json 2022-11-23T01:26:28.7500508Z win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:26:28.7500769Z 2022-11-23T01:26:28.7500979Z No subfolders exist 2022-11-23T01:26:28.7501156Z 2022-11-23T01:26:28.7834754Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:26:28.7835270Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:26:28.7835546Z  2022-11-23T01:26:28.7835791Z # sanitize the input commit message and PR body here: 2022-11-23T01:26:28.7836023Z # 2022-11-23T01:26:28.7836383Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:26:28.7836808Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:26:28.7837224Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:26:28.7837456Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:26:28.7837657Z  2022-11-23T01:26:28.7837940Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:26:28.7838294Z # wreak havoc internally 2022-11-23T01:26:28.7838556Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:26:28.7838802Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:26:28.7839139Z  2022-11-23T01:26:28.7839348Z .jenkins/pytorch/win-test.sh 2022-11-23T01:26:28.7878258Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:26:28.7878557Z env: 2022-11-23T01:26:28.7878761Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:26:28.7879046Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.7879405Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:26:28.7879752Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.7880053Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.7880457Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:26:28.7880710Z USE_CUDA: 0 2022-11-23T01:26:28.7880952Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:26:28.7881154Z PYTHON_VERSION: 3.8 2022-11-23T01:26:28.7881349Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:26:28.7881568Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:26:28.7881785Z VC_PRODUCT: BuildTools 2022-11-23T01:26:28.7881973Z VC_VERSION: 2022-11-23T01:26:28.7882152Z VS_VERSION: 16.8.6 2022-11-23T01:26:28.7882319Z VC_YEAR: 2019 2022-11-23T01:26:28.7882513Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:26:28.7882706Z PR_NUMBER: 2022-11-23T01:26:28.7882916Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:26:28.7883129Z CUDA_VERSION: cpu 2022-11-23T01:26:28.7883366Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293562/build-results/ 2022-11-23T01:26:28.7883616Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-11-23T01:26:28.7883908Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:26:28.7884164Z SHARD_NUMBER: 2 2022-11-23T01:26:28.7884347Z NUM_TEST_SHARDS: 2 2022-11-23T01:26:28.7884531Z TEST_CONFIG: default 2022-11-23T01:26:28.7884696Z PR_BODY: 2022-11-23T01:26:28.7884881Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:26:28.7885097Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:26:28.7885331Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:26:28.7885538Z ##[endgroup] 2022-11-23T01:26:28.8957371Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:26:28.9562647Z ++ cd .jenkins/pytorch 2022-11-23T01:26:28.9568262Z ++ pwd 2022-11-23T01:26:28.9574144Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:26:28.9574977Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:26:28.9671566Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:26:28.9778758Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:26:28.9785462Z +++ declare -f -t trap_add 2022-11-23T01:26:28.9789908Z ++ set -ex 2022-11-23T01:26:28.9790180Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-11-23T01:26:28.9790402Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:26:28.9874628Z ++ git rev-parse HEAD 2022-11-23T01:26:29.0150996Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:26:29.0151348Z + export IMAGE_COMMIT_ID 2022-11-23T01:26:29.0151660Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:26:29.0152052Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:26:29.0152333Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:26:29.0152614Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:26:29.0152943Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:26:29.0232727Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:26:29.0655110Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:26:29.0655443Z + export TMP_DIR_WIN 2022-11-23T01:26:29.0655713Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:26:29.0656220Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:26:29.0738109Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:26:29.0870126Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:26:29.0870546Z + export PROJECT_DIR_WIN 2022-11-23T01:26:29.0870826Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:26:29.0871170Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:26:29.0949043Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:26:29.1076665Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:26:29.1076989Z + export TEST_DIR_WIN 2022-11-23T01:26:29.1077242Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293562/build-results/ 2022-11-23T01:26:29.1077550Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293562/build-results/ 2022-11-23T01:26:29.1154074Z ++ cygpath -w /c/3528293562/build-results/ 2022-11-23T01:26:29.1284266Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293562\build-results\' 2022-11-23T01:26:29.1284614Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:26:29.1284931Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:26:29.1600272Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:26:29.1600692Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:26:29.1835074Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:26:29.2196042Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:26:29.2199871Z + '[' -n '' ']' 2022-11-23T01:26:29.2200297Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:26:29.2200825Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:26:29.2201156Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:26:29.2201409Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-11-23T01:26:29.2202585Z + run_tests 2022-11-23T01:26:29.2203189Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:26:29.2203836Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:26:29.2204885Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:26:29.4743884Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-11-23T01:26:29.4744405Z 2022-11-23T01:26:29.4773701Z + echo true 2022-11-23T01:26:29.4774742Z + break 2022-11-23T01:26:29.4774979Z true 2022-11-23T01:26:29.4775301Z + [[ default == *functorch* ]] 2022-11-23T01:26:29.4775510Z + [[ 2 -eq 1 ]] 2022-11-23T01:26:29.4775865Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:26:29.4975500Z 2022-11-23T01:26:29.4976433Z 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:26:29.4990857Z 2022-11-23T01:26:29.4991479Z 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:26:29.4992025Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:26:29.4992423Z exit /b 0 2022-11-23T01:26:29.4992638Z ) 2022-11-23T01:26:29.4994893Z 2022-11-23T01:26:29.4996521Z 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:26:29.4998832Z 2022-11-23T01:26:29.4999360Z 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:26:29.5002989Z 2022-11-23T01:26:29.5003433Z 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:26:29.5021005Z 2022-11-23T01:26:29.5021451Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:26:29.5027785Z 2022-11-23T01:26:29.5028102Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:26:29.5032345Z 2022-11-23T01:26:29.5032886Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:26:29.5033555Z 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:26:29.5034116Z if errorlevel 1 exit /b 2022-11-23T01:26:29.5034355Z if not errorlevel 0 exit /b 2022-11-23T01:26:29.5034856Z 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:26:29.5035333Z if errorlevel 1 exit /b 2022-11-23T01:26:29.5035593Z if not errorlevel 0 exit /b 2022-11-23T01:26:29.5035874Z ) 2022-11-23T01:26:29.5036017Z 2022-11-23T01:26:29.5036284Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:26:34.8495935Z 2022-11-23T01:26:34.8496574Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:26:34.8496933Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:26:34.8497201Z if errorlevel 1 exit /b 2022-11-23T01:26:34.8497420Z if not errorlevel 0 exit /b 2022-11-23T01:26:34.8497665Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:26:34.8498109Z if errorlevel 1 exit /b 2022-11-23T01:26:34.8498328Z if not errorlevel 0 exit /b 2022-11-23T01:26:34.8498519Z ) 2022-11-23T01:26:34.8499254Z 2022-11-23T01:26:34.8499871Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:26:34.8500639Z 2022-11-23T01:26:34.8501027Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:26:34.8503509Z 2022-11-23T01:26:34.8503780Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:26:34.8504179Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:26:34.8504457Z if errorlevel 1 exit /b 2022-11-23T01:26:34.8504674Z if not errorlevel 0 exit /b 2022-11-23T01:26:34.8504864Z ) 2022-11-23T01:26:43.7867967Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:26:45.0302126Z Solving environment: ...working... done 2022-11-23T01:26:45.2165471Z 2022-11-23T01:26:45.2165923Z # All requested packages already installed. 2022-11-23T01:26:45.2166114Z 2022-11-23T01:26:45.2684173Z Retrieving notices: ...working... done 2022-11-23T01:26:46.2870465Z 2022-11-23T01:26:46.2871193Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:26:46.2875806Z 2022-11-23T01:26:46.2876401Z (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:26:46.4196496Z ********************************************************************** 2022-11-23T01:26:46.4196847Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:26:46.4197128Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:26:46.4197362Z ********************************************************************** 2022-11-23T01:26:46.9753703Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:26:46.9791501Z 2022-11-23T01:26:46.9792177Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:26:46.9798166Z 2022-11-23T01:26:46.9798864Z (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:26:48.2324010Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:26:48.2341552Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:26:48.2349387Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:26:48.2356627Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:26:48.2365786Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:26:48.2372810Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:26:48.2381711Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:26:48.2386682Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:26:48.2398238Z 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:26:48.2404093Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:26:48.2410263Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:26:48.2419468Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:26:48.2425351Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:26:48.2432475Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:26:48.2440350Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:26:48.2447352Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:26:48.2457464Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:26:48.2954004Z 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:26:48.2963021Z 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:26:48.3128545Z 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:26:48.6228655Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:26:48.6736838Z 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:26:48.6747182Z 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:26:48.6757178Z 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:26:48.6764037Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:26:48.6773348Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:26:48.6780754Z 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:26:48.6789750Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:26:48.6797820Z 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:26:48.6805102Z 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:26:48.7334562Z 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:26:48.7536213Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:26:48.7549325Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:26:48.7556747Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:26:48.7562656Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:26:48.7578119Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:26:48.7733241Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:26:48.7739609Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:26:48.7960483Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:26:48.8064024Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:26:48.9197919Z 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:26:48.9402259Z 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:26:48.9690935Z 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:26:48.9698193Z 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:26:49.0166147Z 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:26:49.0174689Z 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:26:49.0185525Z 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:26:49.0193046Z 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:26:49.1222671Z 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:26:49.1474525Z 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:26:49.1564150Z 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:26:49.6338564Z 2022-11-23T01:26:49.6339077Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:26:49.6340133Z 2022-11-23T01:26:49.6340368Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:26:49.6342707Z 2022-11-23T01:26:49.6343014Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:26:49.6346283Z 2022-11-23T01:26:49.6346579Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-11-23T01:26:49.6350476Z 2022-11-23T01:26:49.6350801Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:26:49.6354648Z 2022-11-23T01:26:49.6355523Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:26:49.6355954Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:26:49.6356520Z copy /Y C:\3528293562\build-results\\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:26:49.6357104Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:26:49.6357450Z popd 2022-11-23T01:26:49.6357822Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:26:49.6972033Z 1 file(s) copied. 2022-11-23T01:26:49.8821645Z 2022-11-23T01:26:49.8822145Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:26:49.8822360Z 2022-11-23T01:26:49.8822476Z Scanning the drive for archives: 2022-11-23T01:26:49.8822701Z 1 file, 98211272 bytes (94 MiB) 2022-11-23T01:26:49.8822826Z 2022-11-23T01:26:49.8823125Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:27:04.2944357Z -- 2022-11-23T01:27:04.2945194Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:27:04.2945618Z Type = 7z 2022-11-23T01:27:04.2945813Z Physical Size = 98211272 2022-11-23T01:27:04.2948083Z Headers Size = 132047 2022-11-23T01:27:04.2948478Z Method = LZMA2:24 BCJ 2022-11-23T01:27:04.2948788Z Solid = + 2022-11-23T01:27:04.2949050Z Blocks = 2 2022-11-23T01:27:04.2949224Z 2022-11-23T01:27:04.2949369Z Everything is Ok 2022-11-23T01:27:04.2949570Z 2022-11-23T01:27:04.2949695Z Folders: 603 2022-11-23T01:27:04.2949998Z Files: 11097 2022-11-23T01:27:04.2950300Z Size: 935795700 2022-11-23T01:27:04.2950624Z Compressed: 98211272 2022-11-23T01:27:04.3571881Z 2022-11-23T01:27:04.3572551Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-11-23T01:27:04.3573050Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:27:04.3573768Z 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:27:04.3574411Z 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:27:04.3575128Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:27:04.3575450Z ) 2022-11-23T01:27:05.8329435Z Completed 2.3 KiB/2.3 KiB (42.5 KiB/s) with 1 file(s) remaining 2022-11-23T01:27:05.8329985Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:27:05.9437491Z 2022-11-23T01:27:05.9438428Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:27:05.9438787Z echo "setup pytorch env failed" 2022-11-23T01:27:05.9438991Z echo 0 2022-11-23T01:27:05.9439176Z exit /b 2022-11-23T01:27:05.9439336Z ) 2022-11-23T01:27:05.9439437Z 2022-11-23T01:27:05.9439649Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:27:05.9450402Z 2022-11-23T01:27:05.9451116Z (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:27:05.9455096Z 2022-11-23T01:27:05.9455699Z (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:27:05.9456086Z echo Some smoke tests 2022-11-23T01:27:05.9456414Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:27:05.9456842Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:27:05.9457182Z if ERRORLEVEL 1 goto fail 2022-11-23T01:27:05.9457507Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:27:05.9457801Z if ERRORLEVEL 1 goto fail 2022-11-23T01:27:05.9457988Z ) ) 2022-11-23T01:27:05.9458089Z 2022-11-23T01:27:05.9458580Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:27:05.9458925Z Copying over test times file 2022-11-23T01:27:05.9460401Z 2022-11-23T01:27:05.9460809Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293562\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:27:05.9473015Z 1 file(s) copied. 2022-11-23T01:27:05.9475200Z 2022-11-23T01:27:05.9475630Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:27:05.9475926Z Run nn tests 2022-11-23T01:27:05.9477423Z 2022-11-23T01:27:05.9477838Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "2" "2" --verbose 2022-11-23T01:27:16.5315551Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:16.8949413Z Selected tests: 2022-11-23T01:27:16.8949743Z test_ops 2022-11-23T01:27:16.8949977Z test_ops_jit 2022-11-23T01:27:16.8950314Z test_cpp_extensions_jit 2022-11-23T01:27:16.8950572Z test_modules 2022-11-23T01:27:16.8950790Z test_sparse_csr 2022-11-23T01:27:16.8950985Z test_dispatch 2022-11-23T01:27:16.8951192Z test_tensor_creation_ops 2022-11-23T01:27:16.8951393Z test_autograd 2022-11-23T01:27:16.8951574Z test_multiprocessing 2022-11-23T01:27:16.8951769Z test_fx 2022-11-23T01:27:16.8951947Z test_indexing 2022-11-23T01:27:16.8952153Z test_namedtuple_return_api 2022-11-23T01:27:16.8952360Z test_jit_cuda_fuser 2022-11-23T01:27:16.8952529Z test_jit_disabled 2022-11-23T01:27:16.8952735Z test_cpp_extensions_aot_ninja 2022-11-23T01:27:16.8952938Z test_show_pickle 2022-11-23T01:27:16.8953149Z distributions/test_constraints 2022-11-23T01:27:16.8953375Z dynamo/test_aot_cudagraphs 2022-11-23T01:27:16.8953562Z dynamo/test_export 2022-11-23T01:27:16.8953753Z dynamo/test_functions 2022-11-23T01:27:16.8953962Z dynamo/test_global_declaration 2022-11-23T01:27:16.8954376Z dynamo/test_misc 2022-11-23T01:27:16.8954562Z dynamo/test_modules 2022-11-23T01:27:16.8954734Z dynamo/test_nops 2022-11-23T01:27:16.8954925Z dynamo/test_optimizers 2022-11-23T01:27:16.8955132Z dynamo/test_recompile_ux 2022-11-23T01:27:16.8955332Z dynamo/test_repros 2022-11-23T01:27:16.8955526Z dynamo/test_subgraphs 2022-11-23T01:27:16.8955703Z dynamo/test_unspec 2022-11-23T01:27:16.8955897Z inductor/test_minifier 2022-11-23T01:27:16.8956093Z inductor/test_smoke 2022-11-23T01:27:16.8956313Z inductor/test_torchinductor_opinfo 2022-11-23T01:27:16.8956548Z lazy/test_extract_compiled_graph 2022-11-23T01:27:16.8956746Z test_comparison_utils 2022-11-23T01:27:16.8956949Z test_cuda_nvml_based_avail 2022-11-23T01:27:16.8957145Z test_cuda_sanitizer 2022-11-23T01:27:16.8957328Z test_deploy 2022-11-23T01:27:16.8957500Z test_jiterator 2022-11-23T01:27:16.8957666Z test_pruning_op 2022-11-23T01:27:16.8957841Z test_jit 2022-11-23T01:27:16.8958006Z test_optim 2022-11-23T01:27:16.8958183Z test_binary_ufuncs 2022-11-23T01:27:16.8958359Z test_sparse 2022-11-23T01:27:16.8958513Z test_utils 2022-11-23T01:27:16.8958691Z nn/test_convolution 2022-11-23T01:27:16.8958876Z test_view_ops 2022-11-23T01:27:16.8959045Z test_masked 2022-11-23T01:27:16.8959226Z test_jit_autocast 2022-11-23T01:27:16.8959408Z test_xnnpack_integration 2022-11-23T01:27:16.8959618Z profiler/test_profiler 2022-11-23T01:27:16.8959813Z test_testing 2022-11-23T01:27:16.8959987Z nn/test_embedding 2022-11-23T01:27:16.8960172Z test_type_promotion 2022-11-23T01:27:16.8960348Z test_mkldnn_verbose 2022-11-23T01:27:16.8960531Z test_module_init 2022-11-23T01:27:16.8960708Z test_datapipe 2022-11-23T01:27:16.8960897Z test_functionalization 2022-11-23T01:27:16.8961070Z test_logging 2022-11-23T01:27:16.8961247Z test_nestedtensor 2022-11-23T01:27:16.8961427Z test_shape_ops 2022-11-23T01:27:16.8961613Z test_bundled_inputs 2022-11-23T01:27:16.8961808Z nn/test_packed_sequence 2022-11-23T01:27:16.8961997Z test_fx_reinplace_pass 2022-11-23T01:27:16.8962196Z test_native_functions 2022-11-23T01:27:16.8962414Z test_set_default_mobile_cpu_allocator 2022-11-23T01:27:16.8962640Z test_dlpack 2022-11-23T01:27:16.8962814Z test_fx_passes 2022-11-23T01:27:16.8962987Z test_autocast 2022-11-23T01:27:16.8963171Z profiler/test_memory_profiler 2022-11-23T01:27:16.8963374Z test_model_dump 2022-11-23T01:27:16.8963552Z test_pytree 2022-11-23T01:27:16.8963731Z nn/test_module_hooks 2022-11-23T01:27:16.8963923Z test_per_overload_api 2022-11-23T01:27:16.8964090Z test_itt 2022-11-23T01:27:16.8964258Z nn/test_dropout 2022-11-23T01:27:16.8964436Z test_native_mha 2022-11-23T01:27:16.8964622Z test_jit_llga_fuser 2022-11-23T01:27:16.8964809Z test_tensorboard 2022-11-23T01:27:16.8965098Z test_nvfuser_frontend 2022-11-23T01:27:16.8965302Z test_numba_integration 2022-11-23T01:27:16.8965488Z test_complex 2022-11-23T01:27:16.8965667Z lazy/test_reuse_ir 2022-11-23T01:27:16.8965858Z test_nvfuser_dynamo 2022-11-23T01:27:16.8966024Z test_license 2022-11-23T01:27:16.8966195Z test_vulkan 2022-11-23T01:27:16.8966387Z backends/xeon/test_launch 2022-11-23T01:27:16.8966613Z test_functional_autograd_benchmark 2022-11-23T01:27:16.8966823Z test_type_hints 2022-11-23T01:27:16.8966997Z lazy/test_debug_util 2022-11-23T01:27:16.9793907Z parallel (file granularity) tests: 2022-11-23T01:27:16.9794282Z distributions/test_constraints 2022-11-23T01:27:16.9794594Z dynamo/test_aot_cudagraphs 2022-11-23T01:27:16.9794925Z dynamo/test_export 2022-11-23T01:27:16.9795204Z dynamo/test_functions 2022-11-23T01:27:16.9795479Z dynamo/test_global_declaration 2022-11-23T01:27:16.9795672Z dynamo/test_misc 2022-11-23T01:27:16.9795857Z dynamo/test_modules 2022-11-23T01:27:16.9796058Z dynamo/test_nops 2022-11-23T01:27:16.9796250Z dynamo/test_optimizers 2022-11-23T01:27:16.9796455Z dynamo/test_recompile_ux 2022-11-23T01:27:16.9796640Z dynamo/test_repros 2022-11-23T01:27:16.9797044Z dynamo/test_subgraphs 2022-11-23T01:27:16.9797241Z dynamo/test_unspec 2022-11-23T01:27:16.9797438Z inductor/test_minifier 2022-11-23T01:27:16.9797635Z inductor/test_smoke 2022-11-23T01:27:16.9797834Z lazy/test_extract_compiled_graph 2022-11-23T01:27:16.9798116Z test_comparison_utils 2022-11-23T01:27:16.9798313Z test_cuda_sanitizer 2022-11-23T01:27:16.9798495Z test_deploy 2022-11-23T01:27:16.9798720Z test_jiterator 2022-11-23T01:27:16.9798887Z test_pruning_op 2022-11-23T01:27:16.9799062Z test_jit 2022-11-23T01:27:16.9799230Z test_optim 2022-11-23T01:27:16.9799413Z test_binary_ufuncs 2022-11-23T01:27:16.9799578Z test_sparse 2022-11-23T01:27:16.9799752Z test_utils 2022-11-23T01:27:16.9799931Z nn/test_convolution 2022-11-23T01:27:16.9800113Z test_view_ops 2022-11-23T01:27:16.9800291Z test_masked 2022-11-23T01:27:16.9800451Z test_jit_autocast 2022-11-23T01:27:16.9800645Z test_xnnpack_integration 2022-11-23T01:27:16.9800852Z profiler/test_profiler 2022-11-23T01:27:16.9801041Z test_testing 2022-11-23T01:27:16.9801217Z nn/test_embedding 2022-11-23T01:27:16.9801392Z test_type_promotion 2022-11-23T01:27:16.9801584Z test_mkldnn_verbose 2022-11-23T01:27:16.9801767Z test_module_init 2022-11-23T01:27:16.9801945Z test_datapipe 2022-11-23T01:27:16.9802151Z test_functionalization 2022-11-23T01:27:16.9802342Z test_logging 2022-11-23T01:27:16.9802524Z test_nestedtensor 2022-11-23T01:27:16.9802705Z test_shape_ops 2022-11-23T01:27:16.9802879Z test_bundled_inputs 2022-11-23T01:27:16.9803075Z nn/test_packed_sequence 2022-11-23T01:27:16.9803277Z test_fx_reinplace_pass 2022-11-23T01:27:16.9803475Z test_native_functions 2022-11-23T01:27:16.9803691Z test_set_default_mobile_cpu_allocator 2022-11-23T01:27:16.9803883Z test_dlpack 2022-11-23T01:27:16.9804113Z test_fx_passes 2022-11-23T01:27:16.9804291Z test_autocast 2022-11-23T01:27:16.9804490Z profiler/test_memory_profiler 2022-11-23T01:27:16.9804744Z test_model_dump 2022-11-23T01:27:16.9804910Z test_pytree 2022-11-23T01:27:16.9805092Z nn/test_module_hooks 2022-11-23T01:27:16.9805293Z test_per_overload_api 2022-11-23T01:27:16.9805474Z test_itt 2022-11-23T01:27:16.9805643Z nn/test_dropout 2022-11-23T01:27:16.9805805Z test_native_mha 2022-11-23T01:27:16.9805988Z test_jit_llga_fuser 2022-11-23T01:27:16.9806173Z test_tensorboard 2022-11-23T01:27:16.9806361Z test_nvfuser_frontend 2022-11-23T01:27:16.9806555Z test_numba_integration 2022-11-23T01:27:16.9806724Z test_complex 2022-11-23T01:27:16.9806900Z lazy/test_reuse_ir 2022-11-23T01:27:16.9807088Z test_nvfuser_dynamo 2022-11-23T01:27:16.9807268Z test_license 2022-11-23T01:27:16.9807441Z test_vulkan 2022-11-23T01:27:16.9807617Z backends/xeon/test_launch 2022-11-23T01:27:16.9807843Z test_functional_autograd_benchmark 2022-11-23T01:27:16.9808626Z test_type_hints 2022-11-23T01:27:16.9808866Z lazy/test_debug_util 2022-11-23T01:27:16.9809086Z serial (file granularity) tests: 2022-11-23T01:27:16.9809269Z test_ops 2022-11-23T01:27:16.9809445Z test_ops_jit 2022-11-23T01:27:16.9809639Z test_cpp_extensions_jit 2022-11-23T01:27:16.9809830Z test_modules 2022-11-23T01:27:16.9810074Z test_sparse_csr 2022-11-23T01:27:16.9810241Z test_dispatch 2022-11-23T01:27:16.9810435Z test_tensor_creation_ops 2022-11-23T01:27:16.9810678Z test_autograd 2022-11-23T01:27:16.9810870Z test_multiprocessing 2022-11-23T01:27:16.9811056Z test_fx 2022-11-23T01:27:16.9811208Z test_indexing 2022-11-23T01:27:16.9811404Z test_namedtuple_return_api 2022-11-23T01:27:16.9811605Z test_jit_cuda_fuser 2022-11-23T01:27:16.9811790Z test_jit_disabled 2022-11-23T01:27:16.9811992Z test_cpp_extensions_aot_ninja 2022-11-23T01:27:16.9812181Z test_show_pickle 2022-11-23T01:27:16.9812393Z inductor/test_torchinductor_opinfo 2022-11-23T01:27:16.9812619Z test_cuda_nvml_based_avail 2022-11-23T01:27:19.7042179Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:19.7233265Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:19.8729267Z Running distributions/test_constraints ... [2022-11-23 01:27:19.872529] 2022-11-23T01:27:19.8735584Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-11-23 01:27:19.873155] 2022-11-23T01:27:19.8737450Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 01:27:19.873155] 2022-11-23T01:27:19.8737925Z Ignoring disabled issues: [] 2022-11-23T01:27:19.8744136Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:19.873768] 2022-11-23T01:27:19.8746033Z Ignoring disabled issues: [] 2022-11-23T01:27:22.7433118Z 2022-11-23T01:27:22.7434041Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T01:27:22.7435077Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_p1q9idom) 2022-11-23T01:27:22.7435399Z 2022-11-23T01:27:22.7435627Z ##[endgroup] 2022-11-23T01:27:22.7436033Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_p1q9idom) 2022-11-23T01:27:22.7436325Z 2022-11-23T01:27:25.7667953Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:25.9245385Z Running dynamo/test_export ... [2022-11-23 01:27:25.920124] 2022-11-23T01:27:25.9251049Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:25.920124] 2022-11-23T01:27:25.9253014Z Ignoring disabled issues: [] 2022-11-23T01:27:28.7310663Z 2022-11-23T01:27:28.7311273Z Expand the folded group to see the log file of dynamo/test_export 2022-11-23T01:27:28.7312082Z ##[group]PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_84znswyk) 2022-11-23T01:27:28.7312392Z 2022-11-23T01:27:28.7312636Z ##[endgroup] 2022-11-23T01:27:28.7313000Z FINISHED PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_84znswyk) 2022-11-23T01:27:28.7313283Z 2022-11-23T01:27:31.9960641Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:32.1181926Z 2022-11-23T01:27:32.1182380Z Expand the folded group to see the log file of distributions/test_constraints 2022-11-23T01:27:32.1183453Z ##[group]PRINTING LOG FILE of distributions/test_constraints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_constraints_42jlmtyf) 2022-11-23T01:27:32.1186481Z ============================= test session starts ============================= 2022-11-23T01:27:32.1186977Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:27:32.1187512Z cachedir: .pytest_cache 2022-11-23T01:27:32.1188045Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T01:27:32.1188543Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:27:32.1188979Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T01:27:32.1189327Z collecting ... collected 132 items 2022-11-23T01:27:32.1210781Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-11-23T01:27:32.1225833Z 2022-11-23T01:27:32.1226111Z distributions\test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-11-23T01:27:32.1226625Z distributions\test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-11-23T01:27:32.1227127Z distributions\test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-11-23T01:27:32.1227553Z distributions\test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-11-23T01:27:32.1227994Z distributions\test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-11-23T01:27:32.1228442Z distributions\test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-11-23T01:27:32.1228886Z distributions\test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-11-23T01:27:32.1229327Z distributions\test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-11-23T01:27:32.1229769Z distributions\test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-11-23T01:27:32.1230271Z distributions\test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-11-23T01:27:32.1230694Z distributions\test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-11-23T01:27:32.1231148Z distributions\test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-11-23T01:27:32.1231595Z distributions\test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-11-23T01:27:32.1232041Z distributions\test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-11-23T01:27:32.1232530Z distributions\test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-11-23T01:27:32.1232981Z distributions\test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-11-23T01:27:32.1233460Z distributions\test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-11-23T01:27:32.1233885Z distributions\test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-11-23T01:27:32.1234328Z distributions\test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-11-23T01:27:32.1234775Z distributions\test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-11-23T01:27:32.1235223Z distributions\test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-11-23T01:27:32.1235661Z distributions\test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-11-23T01:27:32.1236105Z distributions\test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-11-23T01:27:32.1236591Z distributions\test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-11-23T01:27:32.1237019Z distributions\test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-11-23T01:27:32.1237459Z distributions\test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-11-23T01:27:32.1237900Z distributions\test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-11-23T01:27:32.1238342Z distributions\test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-11-23T01:27:32.1238842Z distributions\test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-11-23T01:27:32.1239335Z distributions\test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-11-23T01:27:32.1239781Z distributions\test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-11-23T01:27:32.1240262Z distributions\test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-11-23T01:27:32.1240707Z distributions\test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-11-23T01:27:32.1241156Z distributions\test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-11-23T01:27:32.1241601Z distributions\test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-11-23T01:27:32.1242041Z distributions\test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-11-23T01:27:32.1242469Z distributions\test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-11-23T01:27:32.1242887Z distributions\test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-11-23T01:27:32.1243277Z distributions\test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-11-23T01:27:32.1243687Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-11-23T01:27:32.1244105Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-11-23T01:27:32.1244557Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-11-23T01:27:32.1245015Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-11-23T01:27:32.1245474Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-11-23T01:27:32.1245899Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-11-23T01:27:32.1246295Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-11-23T01:27:32.1246711Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-11-23T01:27:32.1247114Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-11-23T01:27:32.1247509Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-11-23T01:27:32.1247906Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-11-23T01:27:32.1248320Z distributions\test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-11-23T01:27:32.1248709Z distributions\test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-11-23T01:27:32.1249104Z distributions\test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-11-23T01:27:32.1249497Z distributions\test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-11-23T01:27:32.1249922Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-11-23T01:27:32.1250350Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-11-23T01:27:32.1250782Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-11-23T01:27:32.1251244Z distributions\test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-11-23T01:27:32.1251691Z distributions\test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-11-23T01:27:32.1252112Z distributions\test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-11-23T01:27:32.1252526Z distributions\test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-11-23T01:27:32.1252933Z distributions\test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-11-23T01:27:32.1253337Z distributions\test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-11-23T01:27:32.1253738Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-11-23T01:27:32.1254203Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-11-23T01:27:32.1254589Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-11-23T01:27:32.1254990Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-11-23T01:27:32.1255406Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-11-23T01:27:32.1255825Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-11-23T01:27:32.1256238Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-11-23T01:27:32.1256647Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-11-23T01:27:32.1257093Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-11-23T01:27:32.1257474Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-11-23T01:27:32.1257918Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-11-23T01:27:32.1258322Z distributions\test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-11-23T01:27:32.1258795Z distributions\test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-11-23T01:27:32.1259195Z distributions\test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-11-23T01:27:32.1259657Z distributions\test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-11-23T01:27:32.1260060Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-11-23T01:27:32.1260492Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-11-23T01:27:32.1260906Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-11-23T01:27:32.1261446Z distributions\test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-11-23T01:27:32.1261852Z distributions\test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-11-23T01:27:32.1262256Z distributions\test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-11-23T01:27:32.1262663Z distributions\test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-11-23T01:27:32.1263096Z distributions\test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-11-23T01:27:32.1263512Z distributions\test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-11-23T01:27:32.1263961Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-11-23T01:27:32.1264376Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-11-23T01:27:32.1264784Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-11-23T01:27:32.1265188Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-11-23T01:27:32.1265592Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-11-23T01:27:32.1265995Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-11-23T01:27:32.1266399Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-11-23T01:27:32.1266804Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-11-23T01:27:32.1267205Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-11-23T01:27:32.1267601Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-11-23T01:27:32.1267991Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-11-23T01:27:32.1268454Z distributions\test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-11-23T01:27:32.1268851Z distributions\test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-11-23T01:27:32.1269287Z distributions\test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-11-23T01:27:32.1269674Z distributions\test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-11-23T01:27:32.1270129Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-11-23T01:27:32.1270564Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-11-23T01:27:32.1270998Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-11-23T01:27:32.1271407Z distributions\test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-11-23T01:27:32.1271875Z distributions\test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-11-23T01:27:32.1272319Z distributions\test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-11-23T01:27:32.1272804Z distributions\test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-11-23T01:27:32.1273213Z distributions\test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-11-23T01:27:32.1273623Z distributions\test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-11-23T01:27:32.1274037Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-11-23T01:27:32.1274437Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-11-23T01:27:32.1274846Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-11-23T01:27:32.1275260Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-11-23T01:27:32.1275667Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-11-23T01:27:32.1276077Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-11-23T01:27:32.1276488Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-11-23T01:27:32.1276896Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-11-23T01:27:32.1277283Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-11-23T01:27:32.1277677Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-11-23T01:27:32.1278074Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-11-23T01:27:32.1278482Z distributions\test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-11-23T01:27:32.1278888Z distributions\test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-11-23T01:27:32.1279286Z distributions\test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-11-23T01:27:32.1279716Z distributions\test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-11-23T01:27:32.1280121Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-11-23T01:27:32.1280605Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-11-23T01:27:32.1281080Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-11-23T01:27:32.1281513Z distributions\test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-11-23T01:27:32.1281927Z distributions\test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-11-23T01:27:32.1282779Z distributions\test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-11-23T01:27:32.1283021Z 2022-11-23T01:27:32.1283156Z ======================= 65 passed, 67 skipped in 9.56s ======================== 2022-11-23T01:27:32.1283318Z 2022-11-23T01:27:32.1283658Z ##[endgroup] 2022-11-23T01:27:32.1284081Z FINISHED PRINTING LOG FILE of distributions/test_constraints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_constraints_42jlmtyf) 2022-11-23T01:27:32.1284398Z 2022-11-23T01:27:32.1701447Z Running dynamo/test_functions ... [2022-11-23 01:27:32.169720] 2022-11-23T01:27:32.1709171Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:32.170345] 2022-11-23T01:27:32.1713167Z Ignoring disabled issues: [] 2022-11-23T01:27:35.0233847Z 2022-11-23T01:27:35.0234402Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T01:27:35.0235203Z ##[group]PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_n4cw_gx5) 2022-11-23T01:27:35.0235729Z 2022-11-23T01:27:35.0235946Z ##[endgroup] 2022-11-23T01:27:35.0236328Z FINISHED PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_n4cw_gx5) 2022-11-23T01:27:35.0236679Z 2022-11-23T01:27:35.2002185Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:35.3542331Z Running dynamo/test_global_declaration ... [2022-11-23 01:27:35.353939] 2022-11-23T01:27:35.3548817Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:35.354576] 2022-11-23T01:27:35.3550300Z Ignoring disabled issues: [] 2022-11-23T01:27:37.6583843Z 2022-11-23T01:27:37.6584445Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T01:27:37.6585298Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_0mud0ta0) 2022-11-23T01:27:37.6585634Z 2022-11-23T01:27:37.6585873Z ##[endgroup] 2022-11-23T01:27:37.6586262Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_0mud0ta0) 2022-11-23T01:27:37.6586573Z 2022-11-23T01:27:38.0488910Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:38.2099664Z Running dynamo/test_misc ... [2022-11-23 01:27:38.209696] 2022-11-23T01:27:38.2105406Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:38.210352] 2022-11-23T01:27:38.2107720Z Ignoring disabled issues: [] 2022-11-23T01:27:40.7202148Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:40.8714294Z Running dynamo/test_modules ... [2022-11-23 01:27:40.869945] 2022-11-23T01:27:40.8720342Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:40.871578] 2022-11-23T01:27:40.8721968Z Ignoring disabled issues: [] 2022-11-23T01:27:41.1388826Z 2022-11-23T01:27:41.1389559Z Expand the folded group to see the log file of dynamo/test_misc 2022-11-23T01:27:41.1390480Z ##[group]PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_7rxr1w9d) 2022-11-23T01:27:41.1390768Z 2022-11-23T01:27:41.1391010Z ##[endgroup] 2022-11-23T01:27:41.1391601Z FINISHED PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_7rxr1w9d) 2022-11-23T01:27:41.1391882Z 2022-11-23T01:27:43.7118629Z 2022-11-23T01:27:43.7119441Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T01:27:43.7120281Z ##[group]PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_zh2f4ehl) 2022-11-23T01:27:43.7120581Z 2022-11-23T01:27:43.7120824Z ##[endgroup] 2022-11-23T01:27:43.7121211Z FINISHED PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_zh2f4ehl) 2022-11-23T01:27:43.7121495Z 2022-11-23T01:27:44.1679572Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:44.3237770Z Running dynamo/test_nops ... [2022-11-23 01:27:44.323220] 2022-11-23T01:27:44.3246794Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:44.324388] 2022-11-23T01:27:44.3248197Z Ignoring disabled issues: [] 2022-11-23T01:27:46.6511108Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:46.8433357Z Running dynamo/test_optimizers ... [2022-11-23 01:27:46.843076] 2022-11-23T01:27:46.8440123Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:46.843678] 2022-11-23T01:27:46.8441675Z Ignoring disabled issues: [] 2022-11-23T01:27:47.0780339Z 2022-11-23T01:27:47.0781060Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T01:27:47.0781866Z ##[group]PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_an23kq6r) 2022-11-23T01:27:47.0782146Z 2022-11-23T01:27:47.0783228Z ##[endgroup] 2022-11-23T01:27:47.0783793Z FINISHED PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_an23kq6r) 2022-11-23T01:27:47.0784078Z 2022-11-23T01:27:49.7213488Z 2022-11-23T01:27:49.7214337Z Expand the folded group to see the log file of dynamo/test_optimizers 2022-11-23T01:27:49.7215285Z ##[group]PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_7ehvlk11) 2022-11-23T01:27:49.7215600Z 2022-11-23T01:27:49.7215836Z ##[endgroup] 2022-11-23T01:27:49.7216229Z FINISHED PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_7ehvlk11) 2022-11-23T01:27:49.7216527Z 2022-11-23T01:27:50.0965228Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:50.2585966Z Running dynamo/test_recompile_ux ... [2022-11-23 01:27:50.258294] 2022-11-23T01:27:50.2592267Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:50.258917] 2022-11-23T01:27:50.2594116Z Ignoring disabled issues: [] 2022-11-23T01:27:52.7116943Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:52.8676695Z Running dynamo/test_repros ... [2022-11-23 01:27:52.863087] 2022-11-23T01:27:52.8682492Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:52.863087] 2022-11-23T01:27:52.8684413Z Ignoring disabled issues: [] 2022-11-23T01:27:53.1180309Z 2022-11-23T01:27:53.1181128Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T01:27:53.1181965Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_f78qgis5) 2022-11-23T01:27:53.1182284Z 2022-11-23T01:27:53.1182520Z ##[endgroup] 2022-11-23T01:27:53.1183126Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_f78qgis5) 2022-11-23T01:27:53.1183447Z 2022-11-23T01:27:55.7323421Z 2022-11-23T01:27:55.7324223Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T01:27:55.7325056Z ##[group]PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_ock4qljx) 2022-11-23T01:27:55.7325348Z 2022-11-23T01:27:55.7325584Z ##[endgroup] 2022-11-23T01:27:55.7325969Z FINISHED PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_ock4qljx) 2022-11-23T01:27:55.7326245Z 2022-11-23T01:27:56.2223739Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:56.3835625Z Running dynamo/test_subgraphs ... [2022-11-23 01:27:56.382847] 2022-11-23T01:27:56.3841778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:56.383955] 2022-11-23T01:27:56.3843585Z Ignoring disabled issues: [] 2022-11-23T01:27:58.8461492Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:27:58.9982775Z Running dynamo/test_unspec ... [2022-11-23 01:27:58.998044] 2022-11-23T01:27:58.9988737Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:58.998698] 2022-11-23T01:27:58.9990637Z Ignoring disabled issues: [] 2022-11-23T01:27:59.1720028Z 2022-11-23T01:27:59.1720554Z Expand the folded group to see the log file of dynamo/test_subgraphs 2022-11-23T01:27:59.1721420Z ##[group]PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_wbef_6pp) 2022-11-23T01:27:59.1721720Z 2022-11-23T01:27:59.1721963Z ##[endgroup] 2022-11-23T01:27:59.1722362Z FINISHED PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_wbef_6pp) 2022-11-23T01:27:59.1722669Z 2022-11-23T01:28:01.8331364Z 2022-11-23T01:28:01.8331949Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T01:28:01.8332970Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_7lu8h91_) 2022-11-23T01:28:01.8333262Z 2022-11-23T01:28:01.8333503Z ##[endgroup] 2022-11-23T01:28:01.8333929Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_7lu8h91_) 2022-11-23T01:28:01.8334205Z 2022-11-23T01:28:02.2883533Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:02.4496958Z Running inductor/test_minifier ... [2022-11-23 01:28:02.446298] 2022-11-23T01:28:02.4502933Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:02.446298] 2022-11-23T01:28:02.4504572Z Ignoring disabled issues: [] 2022-11-23T01:28:04.9163704Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:05.0766424Z Running inductor/test_smoke ... [2022-11-23 01:28:05.070904] 2022-11-23T01:28:05.0771982Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:05.070904] 2022-11-23T01:28:05.0774176Z Ignoring disabled issues: [] 2022-11-23T01:28:05.2223554Z 2022-11-23T01:28:05.2224455Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T01:28:05.2225499Z ##[group]PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_n9gki0mr) 2022-11-23T01:28:05.2225810Z 2022-11-23T01:28:05.2226059Z ##[endgroup] 2022-11-23T01:28:05.2226525Z FINISHED PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_n9gki0mr) 2022-11-23T01:28:05.2226828Z 2022-11-23T01:28:07.5281128Z 2022-11-23T01:28:07.5281891Z Expand the folded group to see the log file of inductor/test_smoke 2022-11-23T01:28:07.5282706Z ##[group]PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_vqm4jxvt) 2022-11-23T01:28:07.5283003Z 2022-11-23T01:28:07.5283227Z ##[endgroup] 2022-11-23T01:28:07.5283622Z FINISHED PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_vqm4jxvt) 2022-11-23T01:28:07.5283902Z 2022-11-23T01:28:08.3595377Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:08.5193527Z Running lazy/test_extract_compiled_graph ... [2022-11-23 01:28:08.518982] 2022-11-23T01:28:08.5199403Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:08.519600] 2022-11-23T01:28:08.5201640Z Ignoring disabled issues: [] 2022-11-23T01:28:10.5407730Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:10.7060221Z Running test_comparison_utils ... [2022-11-23 01:28:10.702200] 2022-11-23T01:28:10.7065889Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:10.702200] 2022-11-23T01:28:10.7068084Z Ignoring disabled issues: [] 2022-11-23T01:28:10.7788796Z 2022-11-23T01:28:10.7789810Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T01:28:10.7791120Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_kc_w_xfk) 2022-11-23T01:28:10.7791733Z 2022-11-23T01:28:10.7792146Z ##[endgroup] 2022-11-23T01:28:10.7792902Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_kc_w_xfk) 2022-11-23T01:28:10.7793439Z 2022-11-23T01:28:13.4385786Z 2022-11-23T01:28:13.4386454Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T01:28:13.4387302Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_vs9sf5vl) 2022-11-23T01:28:13.4387597Z 2022-11-23T01:28:13.4387835Z ##[endgroup] 2022-11-23T01:28:13.4388234Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_vs9sf5vl) 2022-11-23T01:28:13.4388521Z 2022-11-23T01:28:13.8364380Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:13.9955404Z Running test_cuda_sanitizer ... [2022-11-23 01:28:13.995007] 2022-11-23T01:28:13.9965289Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:13.996259] 2022-11-23T01:28:13.9967842Z Ignoring disabled issues: [] 2022-11-23T01:28:16.5319919Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:16.6650388Z 2022-11-23T01:28:16.6650955Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-11-23T01:28:16.6651762Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_2nm5o4is) 2022-11-23T01:28:16.6652369Z CUDA not available, skipping tests 2022-11-23T01:28:16.6652524Z 2022-11-23T01:28:16.6652610Z Running tests... 2022-11-23T01:28:16.6652877Z ---------------------------------------------------------------------- 2022-11-23T01:28:16.6653085Z 2022-11-23T01:28:16.6653246Z ---------------------------------------------------------------------- 2022-11-23T01:28:16.6653527Z Ran 0 tests in 0.000s 2022-11-23T01:28:16.6653654Z 2022-11-23T01:28:16.6653724Z OK 2022-11-23T01:28:16.6653826Z 2022-11-23T01:28:16.6653927Z Generating XML reports... 2022-11-23T01:28:16.6654240Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-11-23T01:28:16.6654450Z 2022-11-23T01:28:16.6654675Z ##[endgroup] 2022-11-23T01:28:16.6655063Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_2nm5o4is) 2022-11-23T01:28:16.6655344Z 2022-11-23T01:28:16.6932330Z Running test_deploy ... [2022-11-23 01:28:16.692945] 2022-11-23T01:28:16.6938338Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 01:28:16.693549] 2022-11-23T01:28:16.6940499Z Ignoring disabled issues: [] 2022-11-23T01:28:19.7209787Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:19.8832550Z Running test_jiterator ... [2022-11-23 01:28:19.883015] 2022-11-23T01:28:19.8846150Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:19.884141] 2022-11-23T01:28:19.8848414Z Ignoring disabled issues: [] 2022-11-23T01:28:20.5665789Z 2022-11-23T01:28:20.5666427Z Expand the folded group to see the log file of test_deploy 2022-11-23T01:28:20.5667221Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_n4gxpjuf) 2022-11-23T01:28:20.5667649Z ============================= test session starts ============================= 2022-11-23T01:28:20.5668001Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:28:20.5668286Z cachedir: .pytest_cache 2022-11-23T01:28:20.5668724Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T01:28:20.5669211Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:28:20.5669643Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T01:28:20.5669986Z collecting ... collected 1 item 2022-11-23T01:28:20.5670300Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T01:28:20.5670501Z 2022-11-23T01:28:20.5670646Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T01:28:20.5670832Z 2022-11-23T01:28:20.5670958Z ============================== 1 passed in 2.61s ============================== 2022-11-23T01:28:20.5671103Z 2022-11-23T01:28:20.5671341Z ##[endgroup] 2022-11-23T01:28:20.5671699Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_n4gxpjuf) 2022-11-23T01:28:20.5671963Z 2022-11-23T01:28:23.0869546Z 2022-11-23T01:28:23.0870131Z Expand the folded group to see the log file of test_jiterator 2022-11-23T01:28:23.0870943Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_wg78dxyr) 2022-11-23T01:28:23.0871346Z CUDA not available, skipping tests 2022-11-23T01:28:23.0871494Z 2022-11-23T01:28:23.0871575Z Running tests... 2022-11-23T01:28:23.0871832Z ---------------------------------------------------------------------- 2022-11-23T01:28:23.0872020Z 2022-11-23T01:28:23.0872175Z ---------------------------------------------------------------------- 2022-11-23T01:28:23.0872643Z Ran 0 tests in 0.000s 2022-11-23T01:28:23.0872772Z 2022-11-23T01:28:23.0872842Z OK 2022-11-23T01:28:23.0872941Z 2022-11-23T01:28:23.0873039Z Generating XML reports... 2022-11-23T01:28:23.0873349Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-11-23T01:28:23.0873549Z 2022-11-23T01:28:23.0873773Z ##[endgroup] 2022-11-23T01:28:23.0874139Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_wg78dxyr) 2022-11-23T01:28:23.0874407Z 2022-11-23T01:28:23.5839877Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:23.7384524Z Running test_pruning_op ... [2022-11-23 01:28:23.737699] 2022-11-23T01:28:23.7390155Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:23.738332] 2022-11-23T01:28:23.7390640Z Ignoring disabled issues: [] 2022-11-23T01:28:26.1794736Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:26.3523569Z Running test_jit ... [2022-11-23 01:28:26.346446] 2022-11-23T01:28:26.3529752Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:26.346446] 2022-11-23T01:28:26.3531496Z Ignoring disabled issues: [] 2022-11-23T01:28:26.3890865Z 2022-11-23T01:28:26.3891764Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T01:28:26.3892727Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_5r80b8a_) 2022-11-23T01:28:26.3893031Z 2022-11-23T01:28:26.3893280Z ##[endgroup] 2022-11-23T01:28:26.3893824Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_5r80b8a_) 2022-11-23T01:28:26.3894236Z 2022-11-23T01:28:29.4655683Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:28:29.6202713Z Running test_optim ... [2022-11-23 01:28:29.614809] 2022-11-23T01:28:29.6208389Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:29.620442] 2022-11-23T01:28:29.6210265Z Ignoring disabled issues: [] 2022-11-23T01:30:01.3682514Z 2022-11-23T01:30:01.3683228Z Expand the folded group to see the log file of test_optim 2022-11-23T01:30:01.3684521Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_xo5flyfw) 2022-11-23T01:30:01.3685012Z 2022-11-23T01:30:01.3685215Z Running tests... 2022-11-23T01:30:01.3685593Z ---------------------------------------------------------------------- 2022-11-23T01:30:01.3686098Z Test results will be stored in test-reports\python-unittest\test_optim 2022-11-23T01:30:01.3688860Z test_adadelta (__main__.TestDifferentiableOptimizer) ... ok (0.540s) 2022-11-23T01:30:01.3689433Z test_adagrad (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-11-23T01:30:01.3690138Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-11-23T01:30:01.3690843Z test_adamax (__main__.TestDifferentiableOptimizer) ... ok (0.020s) 2022-11-23T01:30:01.3691540Z test_adamw (__main__.TestDifferentiableOptimizer) ... ok (0.020s) 2022-11-23T01:30:01.3692206Z test_asgd (__main__.TestDifferentiableOptimizer) ... ok (0.000s) 2022-11-23T01:30:01.3692843Z test_nadam (__main__.TestDifferentiableOptimizer) ... ok (0.044s) 2022-11-23T01:30:01.3693388Z test_radam (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-11-23T01:30:01.3693764Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.010s) 2022-11-23T01:30:01.3694158Z test_rprop (__main__.TestDifferentiableOptimizer) ... ok (0.019s) 2022-11-23T01:30:01.3694831Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.006s) 2022-11-23T01:30:01.3695341Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T01:30:01.3695838Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:30:01.3696330Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T01:30:01.3696842Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.078s) 2022-11-23T01:30:01.3697378Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T01:30:01.3697973Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3699092Z test_chained_lr1 (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3700287Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3700612Z ok (0.003s) 2022-11-23T01:30:01.3700898Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3701271Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3701731Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3702073Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3702401Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3702748Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:30:01.3703082Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T01:30:01.3703449Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T01:30:01.3703803Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:30:01.3704206Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T01:30:01.3704606Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T01:30:01.3704970Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3705951Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3706899Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3707182Z ok (0.011s) 2022-11-23T01:30:01.3707490Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3707892Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3708290Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3708671Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3709055Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3709412Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3709984Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3710379Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3710816Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3711200Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3711571Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3711951Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3712293Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3712672Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3713012Z test_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3713392Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3713903Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:30:01.3714878Z test_cos_anneal_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3715944Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3716293Z ok (0.002s) 2022-11-23T01:30:01.3716553Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3716976Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3717333Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3717734Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3718149Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:30:01.3718524Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3718880Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:30:01.3719263Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:30:01.3719644Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3720023Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3720400Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3720806Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:30:01.3721199Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3721540Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:30:01.3721913Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3722384Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3722818Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T01:30:01.3723202Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:30:01.3723593Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3723969Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3724318Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3724714Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3725104Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3725468Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3725823Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3726837Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T01:30:01.3727749Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T01:30:01.3728121Z ok (0.004s) 2022-11-23T01:30:01.3728411Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3729417Z test_lambda_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3730338Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3730656Z ok (0.003s) 2022-11-23T01:30:01.3730956Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3731313Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3731716Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3732695Z test_linearlr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3733637Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3733910Z ok (0.006s) 2022-11-23T01:30:01.3734303Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3734735Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3735086Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3736006Z test_multi_step_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3736959Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3737243Z ok (0.000s) 2022-11-23T01:30:01.3737512Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T01:30:01.3737843Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3738796Z test_multiplicative_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3739724Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3740089Z ok (0.003s) 2022-11-23T01:30:01.3740372Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3740802Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3741295Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:30:01.3741699Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.164s) 2022-11-23T01:30:01.3742016Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T01:30:01.3742358Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:30:01.3742731Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:30:01.3743124Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3743507Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3743910Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3744324Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:30:01.3744686Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3745072Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3745465Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:30:01.3745836Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:30:01.3746303Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:30:01.3747320Z test_poly_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3748244Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3748556Z ok (0.003s) 2022-11-23T01:30:01.3748845Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3749234Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3749593Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3749942Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:30:01.3750290Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3750730Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3751053Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3751403Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3751765Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3752188Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3753222Z test_sequentiallr1 (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3754281Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3755309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T01:30:01.3756182Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T01:30:01.3756445Z ok (0.000s) 2022-11-23T01:30:01.3756744Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T01:30:01.3757058Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3757395Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3757737Z test_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3758164Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T01:30:01.3758535Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3758935Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:30:01.3759273Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T01:30:01.3759650Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3760027Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T01:30:01.3760404Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:30:01.3761344Z test_adadelta (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3762268Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3762584Z ok (3.265s) 2022-11-23T01:30:01.3762849Z test_adadelta_complex (__main__.TestOptim) ... ok (0.006s) 2022-11-23T01:30:01.3763133Z test_adagrad (__main__.TestOptim) ... ok (4.448s) 2022-11-23T01:30:01.3763449Z test_adagrad_complex (__main__.TestOptim) ... ok (0.009s) 2022-11-23T01:30:01.3763775Z test_adagrad_sparse (__main__.TestOptim) ... ok (15.134s) 2022-11-23T01:30:01.3764196Z test_adam (__main__.TestOptim) ... ok (10.941s) 2022-11-23T01:30:01.3764471Z test_adamax (__main__.TestOptim) ... ok (2.995s) 2022-11-23T01:30:01.3764783Z test_adamw (__main__.TestOptim) ... ok (3.544s) 2022-11-23T01:30:01.3765031Z test_asgd (__main__.TestOptim) ... ok (4.973s) 2022-11-23T01:30:01.3765334Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.002s) 2022-11-23T01:30:01.3765643Z test_empty_grad (__main__.TestOptim) ... ok (0.015s) 2022-11-23T01:30:01.3765983Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.005s) 2022-11-23T01:30:01.3766326Z test_fused_optimizers (__main__.TestOptim) ... ok (0.000s) 2022-11-23T01:30:01.3766623Z test_invalid_param_type (__main__.TestOptim) ... ok (0.003s) 2022-11-23T01:30:01.3766885Z test_lbfgs (__main__.TestOptim) ... ok (0.481s) 2022-11-23T01:30:01.3767161Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.010s) 2022-11-23T01:30:01.3767468Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.000s) 2022-11-23T01:30:01.3768367Z test_nadam (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:30:01.3769881Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:30:01.3770227Z ok (1.849s) 2022-11-23T01:30:01.3770478Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.000s) 2022-11-23T01:30:01.3770796Z test_radam (__main__.TestOptim) ... ok (2.059s) 2022-11-23T01:30:01.3771070Z test_rmsprop (__main__.TestOptim) ... ok (9.476s) 2022-11-23T01:30:01.3771343Z test_rprop (__main__.TestOptim) ... ok (3.824s) 2022-11-23T01:30:01.3771636Z test_sgd (__main__.TestOptim) ... ok (8.675s) 2022-11-23T01:30:01.3771941Z test_sgd_complex (__main__.TestOptim) ... ok (0.020s) 2022-11-23T01:30:01.3772252Z test_sgd_sparse (__main__.TestOptim) ... ok (12.371s) 2022-11-23T01:30:01.3772523Z test_sparse_adam (__main__.TestOptim) ... ok (3.299s) 2022-11-23T01:30:01.3772860Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.018s) 2022-11-23T01:30:01.3773233Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.012s) 2022-11-23T01:30:01.3773622Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.008s) 2022-11-23T01:30:01.3774010Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-11-23T01:30:01.3774376Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.006s) 2022-11-23T01:30:01.3774695Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.010s) 2022-11-23T01:30:01.3775041Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.040s) 2022-11-23T01:30:01.3775378Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.029s) 2022-11-23T01:30:01.3775566Z 2022-11-23T01:30:01.3775748Z ---------------------------------------------------------------------- 2022-11-23T01:30:01.3776115Z Ran 161 tests in 88.953s 2022-11-23T01:30:01.3776273Z 2022-11-23T01:30:01.3776373Z OK (skipped=1) 2022-11-23T01:30:01.3776512Z 2022-11-23T01:30:01.3776591Z Generating XML reports... 2022-11-23T01:30:01.3777101Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221123012831.xml 2022-11-23T01:30:01.3777667Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221123012831.xml 2022-11-23T01:30:01.3778178Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221123012831.xml 2022-11-23T01:30:01.3778779Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221123012831.xml 2022-11-23T01:30:01.3779048Z 2022-11-23T01:30:01.3779521Z ##[endgroup] 2022-11-23T01:30:01.3779931Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_xo5flyfw) 2022-11-23T01:30:01.3780222Z 2022-11-23T01:30:04.5926994Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:30:04.7721437Z Running test_binary_ufuncs ... [2022-11-23 01:30:04.765211] 2022-11-23T01:30:04.7726965Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:30:04.765211] 2022-11-23T01:30:04.7728970Z Ignoring disabled issues: [] 2022-11-23T01:31:32.6316232Z 2022-11-23T01:31:32.6317051Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T01:31:32.6318047Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_j16_7_8_) 2022-11-23T01:31:32.6408409Z 2022-11-23T01:31:32.6408587Z Running tests... 2022-11-23T01:31:32.6408894Z ---------------------------------------------------------------------- 2022-11-23T01:31:32.6412787Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-11-23T01:31:32.6413262Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6413720Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6414129Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6414653Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6415130Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6415626Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6416139Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6416704Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6417234Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6417668Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6418112Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6418678Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6419458Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6420016Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6420501Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6421052Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6421780Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6422299Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6422663Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6423082Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6423531Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6423995Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6424541Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6425271Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6425834Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6426367Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6426945Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6427492Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6428039Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6428619Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6429160Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6429716Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6430217Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6430873Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6431439Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6431975Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6432481Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6432987Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6433536Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6434022Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6434524Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6435033Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6435526Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6436019Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6436510Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6437021Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6437497Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6438086Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6438609Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6439119Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6439621Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6440132Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6440653Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6441127Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6441632Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6442123Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6442624Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6443280Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6443786Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6444280Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6444800Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6445322Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6445834Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6446320Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6446862Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6447409Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6447927Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6448445Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6448971Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6449360Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6449932Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6450328Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6450917Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6451422Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6451955Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6452488Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6453095Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6453614Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6454125Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6454627Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6455133Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6455560Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6455963Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6456501Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6456936Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6457463Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6458031Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6458519Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6459029Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6459535Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6460051Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6460675Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6461201Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6461611Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6462030Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6462401Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6462816Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6463193Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6463721Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6464231Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6464707Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6465298Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6465913Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6466436Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6466970Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6467489Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6467982Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6468375Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6468786Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6469157Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6469574Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6470044Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6470594Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6471155Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6471669Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6472212Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6472772Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6473320Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6473879Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6474356Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6474754Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6475161Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6475595Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6476124Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6476677Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6478081Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6478665Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6479151Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6479702Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6480283Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6480701Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6481194Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6481623Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6482203Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6482716Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6483409Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6483966Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6484515Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6485067Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6485615Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6486165Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6486574Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6487020Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6487417Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6487899Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6488469Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6489021Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6489579Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6490093Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6490652Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6491185Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6491761Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6492292Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6492761Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6493181Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6493587Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6494150Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6494698Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6495254Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6495920Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6496468Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6496971Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6497511Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6498038Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6498531Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6498886Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6499308Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6499677Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6500146Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6500647Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6501260Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6501759Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6502255Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6502759Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6503247Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6503719Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6504230Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6504660Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6505028Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6505452Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6505843Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6506321Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6506805Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6507280Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6507786Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6508296Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6508805Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6509302Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6509780Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6510292Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6510754Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6511114Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6511527Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6511987Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6512485Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6512946Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6513447Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6513931Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6514428Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6514924Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6515421Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6515922Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6516408Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6521221Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6521897Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6522385Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6522872Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6523235Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6523685Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6524097Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6524558Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6525072Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6525561Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6526040Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6526523Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6527003Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6527489Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6527989Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6528477Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6528914Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6529278Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6529687Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6530086Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6530564Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6531030Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6531533Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6532034Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6532531Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6533124Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6533628Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6534142Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6534604Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6535036Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6535463Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6535847Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6536284Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6536722Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6537128Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6537681Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6538229Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6538738Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6539243Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6539753Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6540253Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6540804Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6541157Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6541576Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6541961Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6542415Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6542923Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6543426Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6543918Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6544454Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6544957Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6545455Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6545964Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6546462Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6546942Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6547305Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6547692Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6548061Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6548533Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6548908Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6549322Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6549731Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6550103Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6550494Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6550875Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6551245Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6551613Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6552087Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6552577Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6553112Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6553486Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6553897Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6554260Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6554699Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6555087Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6555493Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6555967Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6556473Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6556973Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6557471Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6558051Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6558544Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6558994Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6559392Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6559807Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6560179Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6560624Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6561137Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6561654Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6562176Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6562657Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6563162Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6563751Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6564251Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6564752Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6565232Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6565605Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6566003Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6566377Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6566872Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6567383Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6567891Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6568382Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6568939Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6569448Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6569939Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6570454Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6570953Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6571371Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6571792Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6572156Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6572663Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6573192Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6573707Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6574205Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6574700Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6575199Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6575679Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6576221Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6576708Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6577190Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6615297Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6615738Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6616193Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6616678Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6617160Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6617841Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6618319Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6618798Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6619315Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6619766Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6620272Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6620767Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6621267Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6621759Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6622244Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6622739Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6623318Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6623812Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6624306Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6624763Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6625122Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6625520Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6625880Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6626222Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6626614Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6626971Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6627319Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6627668Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6628010Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.700s) 2022-11-23T01:31:32.6628314Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.6628631Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.501s) 2022-11-23T01:31:32.6628980Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6629351Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6629688Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6630003Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6630337Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6630694Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6631053Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6631417Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6631781Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6632249Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6632649Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6632987Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6633336Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6633680Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6634034Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6634385Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6634738Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6635085Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6635412Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6635755Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6636163Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6636512Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6636866Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6637225Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6637570Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6638074Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6638438Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6638838Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6639191Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6639537Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6639884Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6640214Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6640565Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6640918Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6641273Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6641636Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6641987Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6642339Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6642674Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6643024Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6643386Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6643751Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6644152Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.6644569Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6644962Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6645297Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6645643Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6645995Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6646343Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6646692Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6647037Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6647374Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6647723Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6648068Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6648472Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6648814Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6649530Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:31:32.6650347Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:31:32.6650634Z ok (0.009s) 2022-11-23T01:31:32.6650921Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6651273Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6651640Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6652000Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6652348Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6652694Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6653041Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6653387Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6653727Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6654075Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6654433Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6654797Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6655187Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6655563Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6655903Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6656292Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6656745Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6657097Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6657439Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6657791Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6658135Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6658469Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6658815Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6659159Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6659504Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6659854Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6660207Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6660603Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6660939Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6661294Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6662079Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:31:32.6662801Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:31:32.6663033Z ok (0.006s) 2022-11-23T01:31:32.6663307Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6663665Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6664006Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6664356Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6664706Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6665061Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6665410Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6665760Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6666109Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6666446Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6666799Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6667153Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6667506Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6667849Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6668247Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6668582Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6668963Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6669389Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6669783Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6670159Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6670520Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6670875Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6671217Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6671578Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6671978Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6672358Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6672732Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6673150Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6673523Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6673870Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6674283Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6674681Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6675026Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6675376Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6675730Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6676086Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6676467Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6676842Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6677219Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6677599Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6678097Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6678462Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6678807Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6679161Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6679521Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6679875Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6680284Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6680686Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6681047Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6681465Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6681827Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6682184Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6682546Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6682899Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6683246Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6683599Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6683953Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6684312Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6684681Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6685038Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6686100Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6686459Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6686863Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6687200Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6687555Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6687912Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6688269Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6688618Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6688963Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6689306Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6689670Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6690036Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6690400Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6690756Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6691107Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6691462Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6691803Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6692206Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6692604Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6692980Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6693369Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6693752Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6694126Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6694561Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6694937Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6695319Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6695693Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6696072Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6696455Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6696847Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6697225Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6697622Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6698062Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6698513Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6698950Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6699334Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6699707Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6700058Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6700434Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6700809Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6701195Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6701582Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6701953Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6702319Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6702671Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6703042Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6703415Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6703797Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6704221Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6704621Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6704961Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6705301Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6705650Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6705999Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6706349Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6706753Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6707098Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6707423Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6707756Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6708092Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6708428Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6708765Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6709116Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6709480Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6709839Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6710262Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6710739Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6711106Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6711471Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6711833Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6712188Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6712532Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6712890Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6713246Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6713633Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.6714015Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.6714380Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6714748Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6715098Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6715452Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6715810Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6716215Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6716624Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6716983Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6717325Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6717676Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6718141Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6718497Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6718914Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6719259Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6719599Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6719928Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6720272Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6720618Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6720964Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6721319Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6721667Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6722058Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6722397Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6722782Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6723174Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6723512Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6723860Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6724204Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6724547Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6724900Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6725241Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6725591Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6725932Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6726268Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6726606Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6726932Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6727274Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6727615Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6727997Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6728342Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6728728Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6729064Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6729406Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6729749Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6730088Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6730428Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6730764Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6731106Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6731496Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6731839Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6732182Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6732526Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6732873Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6733216Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6733541Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6733916Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6734262Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6734641Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6734979Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6735375Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6735718Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6736055Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6736422Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6736788Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6737151Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6737515Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6737871Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6738213Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6738566Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6738924Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6739276Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6739627Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6740027Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6740386Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6740777Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6741132Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6741495Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6741848Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6742207Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6742568Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.6742923Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6743255Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6744078Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6744455Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6744819Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6745194Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6745558Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6745949Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6746301Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6746700Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6747057Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6747406Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6747757Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6748176Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6748558Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6748981Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6749409Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6749843Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6750273Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.6750692Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6751114Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6751534Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6751977Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6752391Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6752852Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:31:32.6753278Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6753715Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6754170Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6754623Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6755085Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6755527Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6756032Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6756480Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6756930Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6757372Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6757899Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6758387Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6758875Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6759251Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6759599Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6760006Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6760351Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6760692Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6761042Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6761396Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6761738Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6762103Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6762465Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6762821Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6763174Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6763526Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6763874Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6764255Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6764639Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6764990Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6765338Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6765681Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6766028Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6766355Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6766696Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6767041Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6767379Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6767716Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6768051Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6768444Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6768787Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6769158Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6769533Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6769911Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6770331Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6770747Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6771103Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6771471Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6771837Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6772251Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6772607Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6772966Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6773329Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6773677Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6774050Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6774427Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6774798Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6775163Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6775523Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6775881Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6776271Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6776666Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6777022Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6777379Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6777745Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6778106Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6778480Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6778850Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6779225Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6779594Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6779956Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6780319Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6780745Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6781087Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6781444Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6781806Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6782275Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6782663Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6783012Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6783356Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6783690Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6784033Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6784373Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6784772Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6785111Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6785452Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6785807Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6786158Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6786522Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6786886Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6787249Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6787612Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6787972Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6788324Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6788662Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6789019Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6789377Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6789735Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6790097Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6790456Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6790796Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6791146Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6791509Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6791862Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6792216Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6792571Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6793035Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6793395Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6793804Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6794169Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6794530Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6794889Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6795248Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6795599Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6795941Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6796299Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6796659Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6797070Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6797434Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6797873Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6798214Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6798566Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6798920Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6799274Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6799632Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6799991Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6800347Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6800682Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6801035Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6801394Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6801749Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6802100Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6802455Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6802805Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6803145Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6803488Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6803841Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6804182Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6804521Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6804863Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6805265Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6805621Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6805977Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6806330Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6806678Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6807017Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6807356Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6807683Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6808028Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6808372Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6808714Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6809122Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6809555Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6809956Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6810315Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6810672Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6811025Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6811383Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6811745Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6812102Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6812443Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6812791Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6813139Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6813487Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6813833Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6814173Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6814498Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6814862Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6815234Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6815604Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6815965Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6816323Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6816682Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6817025Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6817388Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6817817Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6818176Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6818541Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6818900Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6819258Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6819596Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6819947Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6820296Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6820642Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6820981Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6821321Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6821704Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6822091Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6822513Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6822938Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6823359Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6823779Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6824188Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6824593Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6824992Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6825401Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.6825814Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6826223Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6826631Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6827038Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6827446Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6827843Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6828247Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6828734Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6829283Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6829880Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6830421Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6830953Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6831486Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6832016Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6832550Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6833080Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6833651Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6834189Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6834714Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6835253Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6835791Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.6836323Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6836848Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6837317Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6837826Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6838244Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6838644Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6839050Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6839453Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6839854Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6840322Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6840773Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6841248Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6841644Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6842054Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6842459Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6842864Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6843269Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6843669Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6844078Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6844479Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6844938Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6845347Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6845755Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6846207Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6846616Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6847071Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6847556Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6848089Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.6848633Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6849174Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6849712Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6850239Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6850764Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6851293Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6851829Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6852480Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6853072Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6853633Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.6854182Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.6854711Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6855251Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6855797Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6856399Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6856951Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6857504Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6858097Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6858634Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6859211Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6859747Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6860288Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6860831Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6861369Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6861920Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6862464Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6863012Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6863601Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6864188Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6864737Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6865326Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6865878Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6866421Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6867018Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6867556Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6868077Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6868617Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6869156Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.6869615Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6870000Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6870415Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6870800Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6871215Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6871577Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6871953Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6872326Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6872701Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6873073Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.6873444Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6873812Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6874168Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6874529Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6874940Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6875306Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6875671Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6876032Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.6876429Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6876776Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6877169Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6877532Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6877971Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.6878323Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6878669Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6879502Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6879841Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6880179Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6880523Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6880865Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6881221Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6881594Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6881952Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6882333Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6882756Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6883170Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6883540Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6883905Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6884262Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6884600Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6884963Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6885327Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6885684Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6886036Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6886392Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6886746Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6887083Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6887435Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6887846Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6888012Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6888180Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6888343Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.6888557Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.6888783Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T01:31:32.6888948Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (8.271s) 2022-11-23T01:31:32.6889143Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.191s) 2022-11-23T01:31:32.6889302Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.203s) 2022-11-23T01:31:32.6889452Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.236s) 2022-11-23T01:31:32.6889602Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.271s) 2022-11-23T01:31:32.6889788Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.206s) 2022-11-23T01:31:32.6889937Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.196s) 2022-11-23T01:31:32.6890111Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6890278Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.6890441Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.6890614Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6890783Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6890956Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.6891125Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.6891298Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.6891467Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.6891637Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6891800Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.6891960Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.6892135Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.6892308Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.6892483Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.6892656Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.6892810Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.6892975Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6893146Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6893312Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.6893477Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.6893640Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.6893849Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.6894029Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.6894205Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.6894386Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.6894599Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.6894817Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6895025Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:31:32.6895297Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6895524Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.6895691Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6895903Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.6896067Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.6896247Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.6896424Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.6896584Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6896757Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.6896977Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.6897167Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.6897348Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.6897531Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.6897723Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.6897914Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.6898114Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.6898300Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.6898494Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.6898686Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.6898877Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.6899066Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.6899249Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.6899441Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6899637Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.6899818Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.6900009Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.6900165Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.6900391Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.6900574Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.6901142Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:31:32.6901318Z warnings.warn(message, UserWarning) 2022-11-23T01:31:32.6901412Z ok (0.009s) 2022-11-23T01:31:32.6901579Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6901822Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.6902056Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.6902289Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.6902530Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.6902822Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.6903063Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.6903303Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.6903541Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.6903776Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.6904014Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.6904257Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.6904491Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.6904725Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.6904956Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.6905195Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.6905427Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.6905659Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.6905898Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.6906098Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.6906330Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.6906559Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.6906837Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.6907116Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.6907348Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.6907618Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:31:32.6907847Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:31:32.6908078Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.6908310Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.6908540Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.6908779Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.6909018Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.6909309Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:31:32.6909532Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.6909759Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:31:32.6909984Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.6910215Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.6910445Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.6910668Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.6910899Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.6911126Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.6911356Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.6911584Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.6911810Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.6912039Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.6912266Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.6912454Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.6912684Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.6912910Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.6913201Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.6913900Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.6914145Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.6914379Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.6914604Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.6914835Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.6915062Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.6915303Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.6915536Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.6915765Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.6916048Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.6916276Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.6916504Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.6916735Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.6916971Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.6917203Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.6917429Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.6917654Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.6917961Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.6918186Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.6918417Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.6918638Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.6918878Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.6919158Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.6919356Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.6919583Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.6919853Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.6920075Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.6920300Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.6920790Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.6921001Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6921206Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.6921404Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6921600Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6921797Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.6921991Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6922183Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6922374Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.6922563Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6922752Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.6922985Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6923165Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6923356Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6923543Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6923729Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6923880Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6924067Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6924253Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6924439Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6924616Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6924798Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6924975Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6925202Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6925376Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6925556Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6925778Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6925962Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6926141Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6926326Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6926503Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6926694Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6926887Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6927072Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6927494Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6927686Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6927866Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6928044Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6928219Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6928397Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6928575Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6928761Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6928944Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6929126Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6929311Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6929551Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6929735Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6929924Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6930112Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6930294Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6930474Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6930653Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6930833Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6930973Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6931198Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6931378Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6931550Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6931773Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6931956Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6932132Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6932303Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6932483Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6932654Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6932839Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6933029Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6933213Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6933394Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6933576Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6933759Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6933988Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6934163Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6934337Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6934483Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.6934663Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6934850Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6935036Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6935217Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6935398Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6935583Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6935765Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6935990Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6936164Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6936339Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6936515Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6936687Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6936868Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6937094Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6937277Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6937451Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6937629Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6937847Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6937998Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6938176Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6938360Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6938544Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6938723Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6938907Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6939090Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6939267Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6939445Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6939622Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6939799Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6939975Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6940148Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6940329Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6940574Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6940760Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6940940Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6941120Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6941260Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6941432Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6941609Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6941789Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6941973Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6942166Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6942350Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6942583Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6942767Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6942949Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6943189Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6943388Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6943581Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6943819Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6944013Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6944199Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6963350Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6963661Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6963836Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6963993Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6964153Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6964334Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6964524Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6964694Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6964873Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6965054Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6965217Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6965381Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6965538Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6965698Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6966033Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6966199Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6966367Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6966535Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6966694Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6966853Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6967010Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6967232Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6967386Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6967554Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6967751Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6967980Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6968150Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6968309Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6968472Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6968627Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6968789Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6968942Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6969106Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6969266Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6969429Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6969583Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6969742Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6969904Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6970067Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6970237Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6970407Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6970560Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6970729Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6970900Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6971066Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6971225Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6971382Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6971545Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6971706Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6971934Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6972120Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6972305Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6972486Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6972665Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6972843Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6973020Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6973245Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6973424Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6973611Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6973885Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6974079Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6974249Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6974431Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6974608Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6974780Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6974961Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6975139Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6975319Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6975496Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6975673Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6975855Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6976033Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6976212Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6976388Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6976565Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6976743Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6976919Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6977095Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6977273Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6977437Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6977594Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6977808Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6977958Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6978116Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6978280Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6978438Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6978598Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6978756Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6978914Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6979117Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6979276Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6979432Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.6979607Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6979867Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6980046Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6980220Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6980391Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6980560Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.6980724Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6980894Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6981046Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6981207Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6981375Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.6981543Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6981739Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.6981915Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6982087Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6982257Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6982428Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6982598Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6982768Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6982935Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6983101Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6983267Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6983426Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6983590Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6983792Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6983954Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6984112Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6984259Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6984416Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6984575Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6984730Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6984893Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6985094Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6985263Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6985419Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6985572Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6985824Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6985981Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6986136Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6986294Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6986448Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6986612Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6986775Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6986931Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6987083Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6987227Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6987384Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6987539Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6987695Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6987849Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6988008Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6988165Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6988322Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6988481Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6988639Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6988803Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6988958Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6989118Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6989273Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6989428Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6989584Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6989785Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6989941Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6990083Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6990235Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6990396Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6990554Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6990712Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6990869Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6991026Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6991229Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6991387Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6991538Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6991781Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6991938Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6992109Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6992277Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6992447Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6992610Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6992780Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6992945Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6993099Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6993265Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6993430Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6993593Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6993757Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6993921Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6994080Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.6994251Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6994414Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6994576Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6994732Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6994901Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.6995064Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6995224Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6995389Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.6995557Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.6995767Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6995940Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6996112Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6996259Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6996420Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.6996585Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6996752Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6996916Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6997120Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6997286Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6997447Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.6997796Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6998006Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6998260Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6998472Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.6998675Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.6998880Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6999074Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6999275Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.6999466Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6999665Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.6999863Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7000062Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7000285Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7000502Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7000728Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7000948Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7001152Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7001372Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7001636Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7001852Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7002066Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7002278Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7002488Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:31:32.7002698Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7002883Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7003064Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7003250Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7003952Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7004176Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7004356Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7004533Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7004707Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7004883Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7005060Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7005232Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7005405Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7005578Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7005749Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7005922Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7006076Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7006248Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7006421Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7006602Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7006777Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7006966Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7007148Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7007323Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7007501Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7007676Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7007901Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7008077Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7008249Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7008421Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7008593Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7008771Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7008945Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7009121Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7009296Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7009515Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7009951Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7010169Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7010353Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7010528Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7010702Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7010876Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7011051Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7011223Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7011397Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7011568Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7011737Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7011910Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7012080Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7012253Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7012424Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7012595Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7012761Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7012947Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7013129Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7013309Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7013484Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7013659Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7013875Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7014052Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7014225Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7014401Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7014573Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7014744Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7014926Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7015109Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7015293Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7015514Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7015692Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7016157Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7016331Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7016501Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7016670Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7016841Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7017011Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7017185Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7017352Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7017524Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7017697Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7017854Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7018028Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7018203Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7018373Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7018550Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7018727Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7018910Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7019085Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7019257Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7019429Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7019598Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7019769Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7019994Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7020166Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7020334Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7020513Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7020684Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7020858Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7021032Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7021206Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7021365Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7021577Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7021748Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7022233Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7022418Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7022598Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7022773Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7022944Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7023129Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7023311Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7023501Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7023694Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7023884Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7024072Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7024261Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7024441Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7024621Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7024801Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7024981Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7025158Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7025337Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7025516Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7025706Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7025896Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7026148Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7026337Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7026518Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7026698Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7026876Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7027054Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7027229Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7027453Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7027642Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7027821Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7028102Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7028280Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7028452Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7028630Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7028807Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7028983Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7029160Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7029338Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7029507Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7029684Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7029862Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7030041Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7030216Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7030392Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7030568Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7030745Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7030923Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7031099Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7031276Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7031451Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7031626Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7031810Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7032037Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7032218Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7032399Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7032578Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7032754Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7032929Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7033107Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7033267Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7033486Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7033689Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7033932Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7034166Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7034361Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7034550Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7034738Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7034923Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7035111Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7035301Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7035503Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7035695Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7035894Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7036092Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7036288Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7036480Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7036668Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7036861Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7037051Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7037242Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7037434Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7037620Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7037965Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7038162Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7038354Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7038540Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7038730Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7038918Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7039101Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7039290Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7039524Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7039701Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7039924Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7040143Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7040321Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7040497Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7040669Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7040840Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7041014Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7041179Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7041347Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7041512Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7041680Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7041831Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7042018Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7042198Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7042389Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7042577Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7042762Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7042941Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7043116Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7043296Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7043468Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7043650Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7043876Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7044059Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7044266Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-11-23T01:31:32.7044451Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7044637Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7044817Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7044999Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7045174Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7045348Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7045570Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7045803Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7045966Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7046186Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7046363Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7046538Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7046710Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7046883Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7047053Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7047221Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7047389Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7047559Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7047735Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7047904Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7048076Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7048252Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7048424Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7048594Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7048764Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7048926Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7049093Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7049262Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7049422Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7049594Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7049819Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7049991Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7050159Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7050326Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7050489Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7050661Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7050829Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7050997Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7051171Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7051334Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7051593Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7051763Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7051939Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7052146Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7052320Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7052491Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7052659Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7052810Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7052976Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7053145Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7053313Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7053481Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7053652Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7053821Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7053989Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7054161Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7054328Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7054495Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7054660Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7054821Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7054986Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7055150Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7055334Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7055564Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7055748Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7055926Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7056111Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7056276Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7056456Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7056634Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7056813Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7056989Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7057166Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7057342Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7057607Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7057788Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7057967Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7058186Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7058364Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7058547Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7058728Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7058903Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7059082Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7059262Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7059438Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7059623Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7059807Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7059985Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7060148Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7060324Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7060499Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7060672Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7060846Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7061020Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7061191Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7061465Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7061682Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7061905Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7062125Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7062336Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7062549Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7062762Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7062972Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7063181Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7063481Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7063693Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7063899Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7064171Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7064400Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7064634Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:31:32.7064868Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7065095Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7065324Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7065545Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7065770Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7065993Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7066203Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7066426Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7066650Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7066821Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7066992Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7067204Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7067374Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7067548Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7067729Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7067906Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7068088Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7068268Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7068445Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7068626Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7068801Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7068972Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7069187Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7069355Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7069568Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7069738Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7069906Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7070058Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7070276Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7070444Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7070611Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7070778Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7070945Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7071108Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7071276Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7071445Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7071635Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7071818Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7072015Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7072204Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7072390Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7072569Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7072744Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7072925Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7073145Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7073319Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7073499Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7073682Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7073853Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7074033Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7074223Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7074408Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7074590Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7074773Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7074992Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7075168Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7075348Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7075570Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7075752Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7075927Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7076158Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7076337Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7076531Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7076718Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7076903Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7077080Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7077257Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7077436Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7077618Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7077869Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7078051Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7078232Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7078405Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7078571Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7078743Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7078914Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7079141Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7079311Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7079479Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7079649Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7079816Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7079983Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7080167Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7080345Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7080531Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7080707Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7080922Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7081101Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7081278Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7081501Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7081667Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7081845Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7082024Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7082242Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7082425Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7082602Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7082780Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7082956Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7083130Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7083305Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7083482Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7083655Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7083840Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7084020Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7084201Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7084378Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7084552Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7084728Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7084955Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7085134Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7085300Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7085479Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7085658Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7085834Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7086012Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7086188Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7086365Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7086539Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7086714Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7086936Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7087110Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7087281Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7087494Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7087668Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7087848Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7088022Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7088240Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7088418Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7088590Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7088760Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7088929Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7089083Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7089248Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7089416Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7089585Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7089760Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7089929Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7090107Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7090284Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7090456Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7090626Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7090844Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7091012Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7091172Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7091341Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7091507Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7091672Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7091856Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7092037Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7092214Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7092392Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7092551Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7092767Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7092947Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7093124Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7093299Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7093519Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7093691Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7093864Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7094035Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7094247Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7094417Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7094585Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7094774Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7094957Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7095134Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7095308Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7095490Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7095671Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7095850Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7096029Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7096194Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7096371Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7096547Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7096771Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7096947Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7097122Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7097292Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7097464Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7097634Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7097800Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7097972Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7098138Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7098348Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7098559Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7098811Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7099018Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7099224Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7099470Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7099680Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7099881Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7100132Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7100344Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7100535Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7100738Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7100938Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7101137Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7101339Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7101539Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7101823Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7102102Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7102369Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7102698Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7102967Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7103229Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7103504Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7103776Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7104048Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7104359Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7104623Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7104892Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7105155Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7105462Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7105737Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T01:31:32.7106003Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7106209Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7106456Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7106658Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7106865Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7107063Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7107256Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7107457Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7107663Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7107861Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7108114Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7108323Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7108527Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7108726Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7108919Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7109117Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7109321Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7109525Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7109718Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7109971Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7110178Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7110374Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7110566Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7110765Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7110968Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7111239Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7111521Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7111844Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7112119Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7112425Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7112701Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7112975Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7113246Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7113530Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7113862Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7114149Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7114433Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7114714Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7114991Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7115279Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7115608Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7115886Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7116170Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7116455Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7116734Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7117012Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7117291Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7117570Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7117982Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7118263Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7118589Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7118873Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7119149Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7119481Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T01:31:32.7119762Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7120043Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7120315Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7120592Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7120874Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7121198Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7121478Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7121754Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7122027Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7122306Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7122583Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7122777Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7122967Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7123160Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7123353Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7123543Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7123778Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7123967Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7124154Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7124381Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7124569Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7124750Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7125387Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7125573Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7125743Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7125920Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7126104Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7126286Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7126469Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7126645Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7126828Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7127008Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7127233Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7127406Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7127579Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7127750Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7127919Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7128088Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7128253Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7128422Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7128586Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7128776Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7128956Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7129147Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7129319Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7129504Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7129736Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7129917Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7130100Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7130316Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7130490Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7130670Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7130851Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7131028Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7131250Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7131428Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7131603Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7131778Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7131950Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7132120Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7132287Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7132457Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7132631Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7132789Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7132949Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7133137Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7133299Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7133454Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7133626Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7133787Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7133958Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7134131Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7134296Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7134456Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7134616Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7134778Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7134935Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7135086Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7135248Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7135408Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7135564Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7135770Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7135934Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7136078Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7136233Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7136391Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7136547Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7136701Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7136897Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7137053Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7137272Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7137444Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7137622Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7137799Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7137971Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7138144Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7138330Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7138589Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7138852Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7139115Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7139373Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7139686Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7139948Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7140208Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7140472Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7140747Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7141009Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7141278Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7141537Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7141797Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7142058Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7142319Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7142624Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7142876Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7143138Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7143402Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7143671Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7143933Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7144196Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7144449Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7144700Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7144980Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7145237Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7145481Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7145840Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7146033Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7146203Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7146363Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7146524Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7146684Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7146843Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7147000Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7147159Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7147316Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7147472Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7147624Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7147853Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7148020Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7148186Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7148340Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7148506Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7148673Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7148844Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7149009Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7149177Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7149340Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7149502Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7149667Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7149832Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7149999Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7150163Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7150376Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7150540Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7150699Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7150861Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7151062Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7151234Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7151399Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7151552Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7151768Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7151936Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7152100Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7152265Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7152430Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7152594Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7152759Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7152923Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7153086Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7153253Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7153417Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7153621Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7153782Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7153946Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7154105Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7154267Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7154426Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7154584Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7154729Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7154895Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7155062Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7155219Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7155378Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7155537Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7155689Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7155850Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7156009Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7156167Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7156326Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7156529Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7156688Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7156844Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7157043Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7157209Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7157368Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7157527Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7157841Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7158002Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7158156Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7158314Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7158468Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7158619Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7158791Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7158963Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7159136Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7159303Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7159462Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7159627Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7159834Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7159997Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7160159Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7160315Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7160469Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7160628Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7160772Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7160930Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7161084Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7161240Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7161414Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7161587Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7161755Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7161927Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7162095Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7162259Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7162469Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7162639Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7162803Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7162969Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7163176Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7163344Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7163506Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7163664Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7163865Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7164010Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7164171Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7164330Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7164490Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7164648Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7164848Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7165052Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7165256Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7165453Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7165648Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7165884Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7166082Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7166276Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7166470Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7166666Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7166865Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7167060Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7167252Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7167443Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7167636Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7167828Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7168100Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7168399Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7168674Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7168937Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7169240Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7169503Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7169819Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7170085Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7170359Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7170623Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7170887Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7171146Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7171397Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7171700Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7171959Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7172218Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7172417Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7172613Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7172810Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7173003Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7173194Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7173384Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7173575Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7173764Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7173950Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7174134Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7174330Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7174565Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7174758Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7174948Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7175180Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7175416Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7175613Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7175815Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7176010Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7176203Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7176397Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7176584Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7176774Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7176964Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7177231Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7177542Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7177808Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7178068Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7178322Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7178583Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7178848Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7179107Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7179377Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7179656Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7179928Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7180198Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7180513Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7180781Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7181174Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7181446Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7181717Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7181987Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7182249Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7182512Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7182780Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7183093Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7183362Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7183624Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7183895Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7184166Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7184436Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7184701Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7184970Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7185241Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7185508Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7185770Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7186030Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7186302Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7186664Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7186934Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7187239Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7187492Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7187758Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7188021Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7188251Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7188429Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7188608Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7188785Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7188961Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7189135Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7189315Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7189483Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7189655Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7189828Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7189996Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7190166Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7190337Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7190505Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7190669Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7190831Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7191001Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7191171Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7191331Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7191483Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7191648Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7191808Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7191968Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7192125Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7192318Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7192518Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7192682Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7192838Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7192993Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7193191Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7193367Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7193535Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7193715Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7193890Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7194059Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7194732Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7194898Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7195064Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7195218Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7195386Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7195550Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7195716Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7195880Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7196044Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7196208Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7196365Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7196521Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7196683Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7196839Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7196993Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7197153Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7197313Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7197496Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7197765Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7197953Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7198134Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7198309Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7198519Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7198757Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7198930Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7199146Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7199319Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7199493Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7199661Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7199831Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7200001Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7200168Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7200338Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7200507Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7200722Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7200898Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7201065Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7201248Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7201429Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7201602Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7201778Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7201952Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7202110Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7202277Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7202444Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7202613Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7202780Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7202957Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7203131Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7203305Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7203480Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7203659Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7203830Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7204010Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7204187Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7204363Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7204621Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7204795Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7204966Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7205178Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7205347Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7205515Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7205679Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7205835Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7206005Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7206173Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7206382Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7206552Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7206721Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7206900Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7207082Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7207263Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7207441Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7207613Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7207787Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7207957Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7208128Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7208297Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7208466Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7208632Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7208807Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7208987Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7209165Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7209324Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7209497Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7209670Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7209837Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7210005Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7210214Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7210386Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7210595Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7210767Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7210934Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7211139Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7211315Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7211483Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7211651Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7211826Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7211996Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7212215Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7212387Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7212560Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7212731Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7212902Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7213057Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7213225Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7213393Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7213560Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7213726Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7213895Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7214067Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7214234Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7214406Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7214578Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7214744Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7214910Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7215074Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7215241Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7215404Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7215583Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7215762Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7215980Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7216160Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7216336Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7216541Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7216731Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7216919Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7217147Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7217334Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7217521Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7217701Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7217922Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7218101Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7218276Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7218452Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7218623Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7218815Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7219005Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7219188Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7219378Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7219567Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7219744Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7219922Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7220097Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7220272Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7220434Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7220608Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7220790Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7220966Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7221144Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7221318Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7221492Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7221669Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7222211Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7222397Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7222620Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7222797Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7222982Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7223197Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7223378Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7223555Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7223733Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7223906Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7224128Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7224300Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7224473Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7224635Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7224808Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7224980Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7225156Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7225336Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7225511Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7225694Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7225873Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7226052Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7226229Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7226405Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7226580Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7226752Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7226925Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7227121Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7227314Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7227506Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7227695Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7227884Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7228315Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7228554Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7228732Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7228921Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7229157Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7229351Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7229550Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7229747Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7229943Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7230133Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7230375Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7230562Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7230749Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7230932Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7231117Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7231311Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7231505Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7231696Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7231883Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7232066Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7232254Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7232436Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7232625Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7232812Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7233000Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7233159Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7233328Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7233503Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7233675Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7233852Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7234019Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7234424Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7234644Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7234813Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7234978Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7235185Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7235351Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7235516Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7235701Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7235881Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7236068Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7236305Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7236486Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7236663Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7236836Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7236998Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7237174Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7237354Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7237534Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7237807Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7238017Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.7238202Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7238382Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7238558Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7238737Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7238915Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7239094Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7239273Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7239453Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7239628Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7239799Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7239972Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7240143Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7240586Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7240765Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7240936Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7241091Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7241301Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7241466Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7241640Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7241805Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7241976Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7242147Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7242313Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7242532Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7242695Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7242859Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7243023Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7243184Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7243377Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.7243552Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7243721Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7243891Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7244054Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7244220Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7244381Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7244535Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7244698Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7244865Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7245028Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7245197Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7245367Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7245534Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7245705Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7245871Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7246040Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7246206Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7246629Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7246806Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7246975Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7247142Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7247349Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7247516Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7247685Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7247847Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7248002Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7248167Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7248331Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7248549Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7248712Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7248878Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7249040Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7249203Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7249390Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7249572Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7249755Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7249936Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7250117Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7250296Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7250474Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7250650Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7250824Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7250999Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7251175Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7251350Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7251507Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7251683Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7251859Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7252030Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7252204Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7252636Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7252871Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7253053Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7253226Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7253447Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7253623Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7253807Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7253986Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7254160Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7254335Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7254562Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7254734Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7254906Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7255071Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7255242Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7255408Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7255615Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7255829Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7256047Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7256265Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7256475Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7256686Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7256891Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7257098Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7257308Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7257519Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7257724Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7257931Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7258159Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7258438Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7258674Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7258947Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7259176Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7259401Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7259663Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7259889Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.7260104Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.7260371Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7260592Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7260814Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7260982Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7261148Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7261315Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7261485Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7261651Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7261814Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7261984Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7262166Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7262345Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7262520Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7262699Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7262875Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7263048Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7263220Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7263385Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7263556Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7263725Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7263896Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7264061Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7264277Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7264447Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7264614Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7264780Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7264985Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7265155Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7265305Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7265472Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7265702Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7265886Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7266128Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7266317Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7266502Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7266680Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7266855Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7267032Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7267214Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7267391Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7267571Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7267749Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7267931Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7268109Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7268293Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7268478Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7268657Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7268830Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7269012Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7269175Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7269352Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7269528Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7269705Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7269877Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7270113Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7270291Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7270482Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7270668Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7270851Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7271029Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7271244Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7271422Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7271600Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7271821Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7272044Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7272219Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7272389Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7272557Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7272726Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7272879Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7273046Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7273212Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7273379Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7273541Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7273706Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7273873Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7274056Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7274231Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7274412Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7274590Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7274759Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7274937Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7275118Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7275294Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7275468Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7275641Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7275815Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7276032Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7276210Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7276371Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7276547Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7276719Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7276890Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7277063Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7277326Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7277521Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7277835Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7278136Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7278337Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7278535Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7278726Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7278923Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7279116Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7279318Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7279515Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7279711Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7279907Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7280101Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7280295Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7280494Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7280651Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7280842Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7281031Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7281219Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7281409Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7281595Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7281784Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7281975Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7282172Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7282404Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7292126Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7292349Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7292537Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7292711Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7292881Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7293051Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7293218Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7293388Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7293561Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7293734Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7294034Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7294214Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7294387Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7294559Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7294730Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7294892Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7295063Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7295224Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7295376Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7295543Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7295774Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7295965Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7296153Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7296334Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7296512Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7296691Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7296910Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7297092Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7297265Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7297436Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7297609Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7297774Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7297944Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7298174Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7298343Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7298514Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7298679Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7298884Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.7299055Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7299238Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7299419Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7299602Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7299779Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7300390Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7300570Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7300751Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7300926Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7301104Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7301278Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7301454Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7301628Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7301800Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7301972Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7302146Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7302356Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7302524Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7302693Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7302951Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7303149Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7303361Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7303574Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7303779Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7303978Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7304181Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7304443Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7304651Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7304857Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7305067Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7305271Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7305471Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7305671Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7305872Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7306068Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7306602Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7306883Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7307153Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7307426Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7307691Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7307953Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7308221Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7308544Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7308819Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7309138Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7309408Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7309672Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7309943Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7310260Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7310530Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7310805Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7311011Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7311220Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7311419Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7311627Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7311824Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7312020Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7312469Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7312674Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7312859Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7313065Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7313264Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7313469Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7313664Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7313859Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7314060Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7314264Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7314515Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7314727Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7314932Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7315182Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7315386Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7315582Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7315784Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7315988Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7316323Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7316603Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7316885Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7317153Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7317423Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7317814Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7318087Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7318691Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7318975Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7319264Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7319551Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7319830Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7320112Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7320383Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7320707Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7320988Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7321307Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7321590Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7321872Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7322204Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7322489Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7322774Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7323052Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7323326Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7323606Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7323930Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7324465Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7324740Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7325013Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7325294Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7325569Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7325842Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7326122Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7326405Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7326729Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7327009Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7327287Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7327600Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7327951Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7328229Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7328425Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7328617Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7328808Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7328999Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7329173Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7329362Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7329548Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7329996Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7330183Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7330369Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7330552Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7330738Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7330919Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7331102Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7331278Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7331455Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7331635Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7331814Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7331988Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7332166Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7332341Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7332518Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7332690Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7332911Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7333080Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7333234Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7333400Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7333605Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7333773Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7333996Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7334184Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7334366Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7334560Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7334747Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7334931Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7335109Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7335291Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7335470Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7335652Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7335830Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7336053Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7336229Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7336406Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7336580Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7336753Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7336927Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7337086Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7337256Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7337426Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7337590Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7337760Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7337931Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7338115Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7338294Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7338481Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7338661Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7338841Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7339064Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7339243Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7339420Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7339633Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7339807Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7340026Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7340199Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7340372Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7340543Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7340699Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7340870Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7341044Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7341211Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7341391Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7341565Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7341748Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.7341974Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7342152Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.7342329Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7342504Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7342675Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7342848Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7343018Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7343190Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7343360Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7343537Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7343711Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.7343886Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7344064Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7344228Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7344401Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7344584Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.7344764Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.7344940Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.7345158Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7345336Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7345511Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7345729Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7345948Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7346122Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7346297Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7346468Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7346638Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7346808Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7346978Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7347148Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7347317Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7347497Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7347727Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.7347893Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.7348070Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.7348246Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.7348422Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7348595Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7348770Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7348940Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7349114Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7349283Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7349462Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7349644Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.7349825Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7350000Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.7350174Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7350349Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7350521Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7350695Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7350864Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7351035Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7351246Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7351422Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7351582Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7351840Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7352013Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7352184Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7352355Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7352532Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7352703Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7352877Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.7353051Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-11-23T01:31:32.7353229Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7353402Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7353615Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7353782Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7353953Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7354126Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7354296Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7354466Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7354638Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7354814Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7354972Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7355146Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7355319Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7355489Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7355660Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7355829Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7355998Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7356170Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7356352Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7356535Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7356716Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7356897Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7357076Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7357300Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7357496Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7357831Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7358065Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7358259Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7358448Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7358627Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7358805Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7358968Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7359146Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7359323Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7359499Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7359746Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7359938Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7360130Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7360321Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7360511Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7360691Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7360874Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7361055Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7361236Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7361415Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7361593Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7361776Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7361955Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7362130Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.7362311Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7362488Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7362670Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7362833Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7363011Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7363191Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7363409Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7363594Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7363815Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7364000Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.7364227Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7364408Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7364580Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7364757Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7364933Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7365108Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7365283Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7365461Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.7365688Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7365861Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7366043Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7366223Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7366405Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7366571Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7366756Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7366931Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7367108Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7367279Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7367456Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7367629Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7367827Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7368021Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.7368217Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7368411Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7368604Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7368792Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7368983Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7369174Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7369366Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7369607Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7369854Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7370057Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.7370299Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.7370498Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.7370690Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7370869Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7371061Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7371252Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7371442Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.7371680Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7371867Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7372065Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7372255Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.7372442Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7372627Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7372819Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7373011Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7373203Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7373393Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7373580Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7373753Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7373923Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7374099Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7374277Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.7374449Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7374622Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7374793Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7374948Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7375117Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7375281Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7375448Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7375715Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7375894Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7376083Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7376310Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7376504Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.7376696Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.7376883Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.7377062Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7377248Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7377430Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7377610Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7377839Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7378020Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7378198Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7378403Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.7378591Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.7378759Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7378934Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7379120Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7379304Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7379485Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7379668Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7379850Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7380028Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7380203Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7380377Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7380550Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7380721Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7380891Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7381065Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7381235Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7381405Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7381573Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7381836Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7382010Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7382186Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.7382385Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7382562Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7382733Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7382902Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7383068Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7383240Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7383408Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7383584Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7383808Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.7383979Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7384146Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7384315Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7384478Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7384645Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7384814Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7384986Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7385159Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7385322Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7385491Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7385661Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7385816Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7385989Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7386160Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7386330Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7386499Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7386667Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7386837Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7387003Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7387172Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7387341Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7387508Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7387727Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7387941Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7388115Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7388283Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7388493Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7388666Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7388830Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7388998Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7389152Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7389320Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7389505Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7389736Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7389921Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7390104Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7390286Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7390466Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7390644Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7390824Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7391001Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7391179Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7391355Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7391532Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7391707Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7391882Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7392057Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.7392235Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7392411Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7392596Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7392759Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.7392938Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7393113Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7393295Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7393470Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7393694Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.7393922Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7394109Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7394288Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7394462Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.7394679Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7394859Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7395030Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7395208Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7395382Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7395601Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7395863Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7396083Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.7396302Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7396517Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7396733Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7396942Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7397158Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7397354Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7397643Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7397857Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7398065Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7398300Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7398529Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:31:32.7398763Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7398995Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7399222Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7399448Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7399724Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7399955Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:31:32.7400226Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7400449Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7400710Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7400937Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7401110Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7401282Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7401445Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7401662Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7401833Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7402015Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7402189Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7402372Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.7402551Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.7402729Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.7402890Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7403064Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7403238Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7403411Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7403580Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7403753Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7403926Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7404097Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7404265Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7404439Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7404608Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7404777Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7404946Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7405114Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7405283Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7405451Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7405664Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7405853Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7406035Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7406254Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7406448Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7406633Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7406863Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7407124Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7407314Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7407496Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7407732Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7407913Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7408090Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7408277Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7408460Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7408650Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7408839Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7409021Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7409206Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7409388Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7409567Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7409748Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7409926Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7410105Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7410270Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7410457Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7410640Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7410832Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7411021Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7411206Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7411387Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7411572Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7411795Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7411977Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7412158Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7412380Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7412560Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7412736Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7412946Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7413122Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.7413295Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7413460Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7413678Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7413846Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7414015Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7414168Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7414337Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7414527Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7414706Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7414890Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7415073Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7415256Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7415437Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7415615Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7415792Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7415969Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7416144Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7416323Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7416503Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7416684Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7416860Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7417033Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7417208Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7417383Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7417554Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7417764Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7417942Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7418129Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7418349Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7418534Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7418715Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7418897Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7419120Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7419304Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7419482Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7419718Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7419889Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7420067Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7420245Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7420422Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7420604Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7420781Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7420954Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7421129Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7421299Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7421457Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7421632Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7421807Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7421977Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7422154Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.7422330Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-11-23T01:31:32.7422504Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7422683Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.7422857Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7423025Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7423198Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7423363Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7423531Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7424093Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7424273Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7424495Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7424667Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7424844Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.7425021Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7425235Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7425393Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7425559Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7425730Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7425899Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7426122Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7426294Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7426461Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7426648Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7426832Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7427019Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7427196Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7427372Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7427548Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7427726Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.7427900Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.7428072Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7428243Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7428414Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7428587Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7428743Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7428914Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7429085Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7429256Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7429440Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7429625Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.7429810Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7429993Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7430442Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7430686Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7430870Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7431050Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7431231Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7431450Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7431630Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.7431808Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7431984Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.7432157Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7432386Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7432556Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7432712Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7432881Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7433049Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7433218Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7433434Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7433649Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7433851Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7434060Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7434261Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7434460Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7434663Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7434872Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7435076Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7435289Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7435489Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7435786Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7436031Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7436231Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.7436487Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7436696Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7437018Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7437301Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7437711Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7437987Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7438264Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7438594Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7438867Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7439136Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7439412Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7439684Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7439949Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7440212Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7440483Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7440756Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7441027Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7441299Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7441509Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7441703Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7441906Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7442110Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7442357Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7442562Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7442769Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7443018Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7443222Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7443436Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7443679Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7443887Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7444084Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7444336Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7444537Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7444742Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7444945Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7445154Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7445355Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7445555Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7445753Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7445956Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7446156Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7446359Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7446638Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7446922Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7447189Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7447462Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7447732Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7448052Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7448326Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7448598Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7448884Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7449217Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7449509Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7449831Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7450152Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7450434Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7450716Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7450984Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7451266Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7451551Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7451836Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7452115Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7452394Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7452665Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7452943Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7453222Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7453544Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7453829Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7454115Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7454389Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7454668Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7454952Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7455275Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7455606Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7455924Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7456209Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7456496Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7456770Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7457039Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7457315Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7457593Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7457869Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7458067Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7458257Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7458451Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.7458635Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7458828Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7459017Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7459251Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7459433Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7459622Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7459810Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7459993Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7460180Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7460360Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7460543Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7460728Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.7460910Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7461142Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7461368Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.7461545Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7461709Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.7461930Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.100s) 2022-11-23T01:31:32.7462110Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.7462285Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:31:32.7462459Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.7462633Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7462806Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7462978Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7463148Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7463318Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7463489Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7463679Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7463860Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7464051Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.7464241Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.7464424Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.7464606Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7464782Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7464963Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7465194Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7465362Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7465545Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7465726Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7465903Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.7466076Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.7466252Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.7466428Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7466599Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7466771Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.7466944Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7467164Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.7467378Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7467550Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7467719Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7467883Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7468091Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7468253Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7468411Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7468572Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7468720Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7468881Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7469043Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7469200Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7469362Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7469521Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7469682Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7469842Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7469999Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7470157Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7470312Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7470469Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7470624Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7470779Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7470942Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7471099Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7471312Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7471474Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7471622Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7471784Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7471945Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7472101Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7472259Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7472415Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7472583Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7472743Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7472906Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7473126Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7473284Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7473441Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7473596Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7473754Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7473913Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7474072Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7474238Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7474394Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7474541Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7474697Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7474851Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7475009Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7475165Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7475319Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7475476Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7475635Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7475797Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7475955Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7476113Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7476268Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7476422Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7476580Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7476736Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7476893Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7477048Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7477243Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7477391Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7477627Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7477789Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7477945Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7478102Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7478254Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7478452Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7478608Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7478764Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7478916Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7479178Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7479334Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7479493Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7479650Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7479808Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7479959Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7480117Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7480256Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7480411Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7480563Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7480723Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7480881Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7481039Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7481198Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7481355Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7481511Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7481663Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7481815Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7481969Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7482120Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7482280Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7482429Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7482587Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7482747Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7482903Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7483043Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7483248Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7483405Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7483561Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7483714Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7483903Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7484089Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7484274Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7484455Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7484634Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7484818Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7484998Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7485225Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7485407Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7485581Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7485759Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7485933Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7486114Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7486293Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7486450Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7486631Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7486781Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7486990Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7487152Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7487361Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T01:31:32.7487562Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.7487714Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7487913Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7488081Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-11-23T01:31:32.7488259Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.167s) 2022-11-23T01:31:32.7488427Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7488576Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7488722Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7488889Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7489054Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7489257Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7489419Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7489584Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7489727Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7489883Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7490045Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7490208Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7490383Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7490555Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7490725Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7490893Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7491462Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7491624Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7491785Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7491948Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7492107Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7492261Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7492422Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7492585Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7492935Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1035: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:31:32.7493035Z expect = np.divide(an, 0) 2022-11-23T01:31:32.7493291Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1035: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:31:32.7493383Z expect = np.divide(an, 0) 2022-11-23T01:31:32.7493440Z ok (0.003s) 2022-11-23T01:31:32.7493613Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7493783Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7493957Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7494149Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7494482Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4010: RuntimeWarning: invalid value encountered in float_power 2022-11-23T01:31:32.7494699Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-11-23T01:31:32.7494771Z ok (0.015s) 2022-11-23T01:31:32.7494945Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7495115Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7495327Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7495496Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7495724Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7495888Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7496047Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7496203Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7496367Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7496525Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7496682Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7496857Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7497032Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.7497202Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7497372Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7497796Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7497965Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7498131Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7498295Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7498462Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7498626Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7498798Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7498972Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7499143Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7499315Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7499477Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7499644Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7499809Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7499969Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7500112Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7500279Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7500445Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7500613Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7500785Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7500955Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.7501120Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7501283Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7501442Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7501603Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7501822Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7501979Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7502142Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7502305Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7502472Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7502641Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7502809Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7502972Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7503130Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7503273Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7503431Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7503820Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7503977Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7504136Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7504307Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7504474Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7504642Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7504808Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7504969Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7505112Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7505269Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7505428Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7505594Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7505749Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7505909Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7506063Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7506225Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7506392Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7506555Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7506717Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7506871Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7507025Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7507182Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7507339Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7507494Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7507653Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7507861Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.7508012Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7508178Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.7508340Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7508499Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7508655Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7508809Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.7508964Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7509119Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7509279Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7509436Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7509809Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.7509975Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7510141Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7510305Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.7510465Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7510620Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7510772Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7510929Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7511085Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7511226Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.7511382Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7511537Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7511697Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7511860Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7512023Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.7512183Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7512346Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7512501Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7512661Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7512816Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7512972Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7513129Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7513284Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.7513449Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7513615Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.7513829Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7513989Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7514132Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7514292Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7514450Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7514606Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7514763Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7514919Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7515074Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7515884Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4041: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:32.7516244Z torch.float_power(base, exp, out=out) 2022-11-23T01:31:32.7516315Z ok (0.009s) 2022-11-23T01:31:32.7516654Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T01:31:32.7516787Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:31:32.7517035Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T01:31:32.7517164Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:31:32.7517235Z ok (0.037s) 2022-11-23T01:31:32.7517417Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.7517698Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7517870Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7518033Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7518194Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7518356Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7518521Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7518666Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7518831Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7518988Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7519145Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7519309Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7519466Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7519625Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7519783Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7519998Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7520158Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7520317Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7520474Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7520630Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7520812Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7520991Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7521169Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7521354Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7521535Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7521713Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7521926Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7522100Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7522261Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7522423Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7522585Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7522744Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7522905Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.7523061Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7523218Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.7523376Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7523522Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7523661Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7523797Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7523939Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7524080Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7524265Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7524454Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7524640Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7524811Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7524980Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7525141Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7525310Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7525476Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7525639Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7525804Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7526081Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7526239Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7526399Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7526603Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7526764Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7526924Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7527085Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7527244Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7527402Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7527559Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7527714Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7527909Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7528066Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7528218Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7528384Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7528547Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7528714Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7528876Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7529038Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7529200Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7529360Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7529518Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7529676Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7529833Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7529997Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7530156Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7530314Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7530477Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7530639Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7530783Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7530938Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7531096Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7531256Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7531411Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7531575Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7531735Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7531942Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7532147Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7532305Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7532463Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7532617Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7532815Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7532976Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7533129Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7533293Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7533451Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7533608Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7533747Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7533954Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7534113Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7534268Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7534425Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7534581Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7534736Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7534899Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7535056Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7535212Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7535372Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7535529Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7535682Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7535838Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7535989Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7536143Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7536296Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7536460Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7536602Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7536760Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7536915Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7537074Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7537229Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7537383Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7537536Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7537690Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7537895Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7538055Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7538256Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7538418Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7538576Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7538734Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7538931Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7539086Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7539241Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7539397Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7539538Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7539702Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7539902Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7540062Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7540221Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7540381Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7540539Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7540694Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7540850Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7541004Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7541157Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7541349Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7541501Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7541651Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7541797Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7541966Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.908s) 2022-11-23T01:31:32.7542121Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7542262Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7542587Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T01:31:32.7542715Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:31:32.7542786Z ok (1.920s) 2022-11-23T01:31:32.7542945Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7543088Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7543225Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7543359Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7543499Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7544388Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3347: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:32.7544520Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T01:31:32.7545293Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3347: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:32.7545417Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T01:31:32.7545486Z ok (0.074s) 2022-11-23T01:31:32.7545644Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-11-23T01:31:32.7545845Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.7545994Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.7546177Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:31:32.7546338Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7546518Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7546843Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3396: RuntimeWarning: invalid value encountered in logaddexp2 2022-11-23T01:31:32.7546980Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-11-23T01:31:32.7547049Z ok (0.003s) 2022-11-23T01:31:32.7547375Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3400: RuntimeWarning: invalid value encountered in logaddexp2 2022-11-23T01:31:32.7547494Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-11-23T01:31:32.7547562Z ok (0.003s) 2022-11-23T01:31:32.7547707Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7548027Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3396: RuntimeWarning: invalid value encountered in logaddexp 2022-11-23T01:31:32.7548162Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-11-23T01:31:32.7548231Z ok (0.002s) 2022-11-23T01:31:32.7548552Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3400: RuntimeWarning: invalid value encountered in logaddexp 2022-11-23T01:31:32.7548669Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-11-23T01:31:32.7548738Z ok (0.002s) 2022-11-23T01:31:32.7548898Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7549069Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7549236Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7549728Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3247: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T01:31:32.7549862Z getattr(a, op + "_")(b) 2022-11-23T01:31:32.7549932Z ok (0.002s) 2022-11-23T01:31:32.7550107Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7550279Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7550489Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7550658Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7550822Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7551025Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7551177Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7551338Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7551500Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7551660Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7551866Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7552037Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7552205Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7552368Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7552524Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7552680Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7552842Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553002Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553162Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553322Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553480Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553653Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553822Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7553997Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7554157Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7554326Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7554497Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7554660Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7554830Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7554995Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7555159Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7555325Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7555490Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7555660Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7555825Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7556046Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7556220Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7556388Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7556592Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7556761Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7556927Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7557125Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7557283Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7557435Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7557682Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7557851Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7558072Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7558242Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7558410Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7558575Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7558736Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7558893Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7559057Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7559217Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7559381Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7559539Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7559701Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7559868Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7560023Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7560192Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7560360Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7560522Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7560668Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7560827Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7560986Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7561141Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7561293Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7561450Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7561604Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7561768Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7561971Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7562143Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7562316Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7562482Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7562688Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7562851Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7563011Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7563167Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7563364Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7563530Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7563671Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7563888Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7564047Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7564212Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7564376Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7564539Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7564701Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7564859Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7565017Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7565174Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7565331Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7565491Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7565647Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7565810Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7565967Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7566132Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7566296Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7566457Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7566617Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7566761Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7566919Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7567074Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7567229Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7567385Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7567540Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7567705Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7567912Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7568081Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7568248Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7568407Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7568568Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7568766Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7568928Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7569083Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7569237Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7569437Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7569594Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7569792Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7569949Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7570115Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7570279Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7570441Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7570600Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7570753Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7570913Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7571072Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7571230Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7571387Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7571540Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7571704Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7571858Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7572026Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7572191Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7572354Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7572516Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7572659Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7572818Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7572978Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7573135Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7573293Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7573450Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7573604Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7573794Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7573947Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7574098Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7574249Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7574397Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7574540Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7574730Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7574880Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7575028Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7575197Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7575390Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7575563Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7575782Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7575950Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7576110Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7576274Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7576437Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7576595Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7576749Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7576911Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7577066Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7577229Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7577385Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7577552Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7577714Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7577873Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578031Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578188Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578347Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578490Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578648Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578802Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7578956Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7579131Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7579298Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7579470Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7579646Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7579866Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7580035Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7580203Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7580369Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7580530Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7580733Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7580899Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7581062Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7581228Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7581436Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7581595Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7581815Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7581983Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7582148Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7582315Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7582478Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7582645Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7582806Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7582968Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7583125Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7583293Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7583454Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7583622Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7583788Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7583947Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7584103Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7584259Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7584422Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7584583Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7584726Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7584884Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7585043Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7585207Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7585366Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7585537Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7585750Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7585914Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7586072Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7586233Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7586392Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7586548Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7586744Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7586901Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7587058Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7587224Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7587381Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7587550Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7587826Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7587991Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7588150Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7588310Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7588469Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7588627Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7588782Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7588938Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7589097Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7589261Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7589418Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7589583Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7589747Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7589901Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7590056Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7590209Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7590366Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7590523Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7590667Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7590822Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7590978Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7591139Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7591295Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7591459Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7591666Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7591825Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7591980Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7592136Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7592291Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7592444Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7592603Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7592758Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7592910Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7593113Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7593271Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7593436Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7593635Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7593836Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7593995Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7594148Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7594303Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7594457Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7594611Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7594767Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7594922Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7595085Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7595240Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7595405Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7595567Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7595726Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7595883Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7596039Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7596196Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7596350Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7596492Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7596646Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7596799Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7596961Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7597114Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7597279Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7597443Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7597738Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7597898Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7598053Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7598210Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7598367Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7598522Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7598676Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7598830Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7598999Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7599207Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7599382Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7599587Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7599796Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7599965Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7600131Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7600294Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7600451Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7600607Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7600771Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7600930Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7601091Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7601248Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7601415Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7601580Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7601741Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7601896Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7602051Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7602210Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7602370Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7602528Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7602670Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7602826Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7612398Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7612650Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7612840Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7613021Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7613336Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7613515Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7613669Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7613840Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7614003Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7614168Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7614334Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7614499Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7614669Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7614837Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7615011Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7615244Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7615414Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7615582Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7615750Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7615916Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7616077Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7616244Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7616409Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7616571Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7616740Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7616890Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7617062Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7617232Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7617452Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7617613Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7617776Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7617986Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7618148Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7618308Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7618468Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7618625Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7618790Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7618950Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7619118Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7619339Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7619503Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7619663Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7619818Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7619962Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7620117Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7620270Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7620430Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7620586Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7620758Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7620916Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7621128Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7621299Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7621464Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7621624Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7621783Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7621943Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7622096Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7622252Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7622411Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7622566Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7622732Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7622891Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7623043Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7623209Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7623411Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7623571Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7623735Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7623896Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7624099Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7624261Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7624421Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7624576Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7624740Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7624897Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7625065Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7625744Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7625910Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626072Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626226Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626385Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626528Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626684Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626844Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7626998Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7627168Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7627326Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7627544Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7627709Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7627869Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7628028Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7628184Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7628341Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7628497Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7628653Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7628808Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7628963Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7629125Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7629283Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7629483Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7629654Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7629819Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7629974Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7630172Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7630334Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7630494Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7630651Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7630807Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7630960Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7631124Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7631280Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7631448Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7631658Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7631822Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7631981Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7632135Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7632295Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7632439Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7632596Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7632754Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7632908Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7633096Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-11-23T01:31:32.7633257Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7633501Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7633701Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7633896Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7634085Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7634273Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7634463Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7634650Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7634842Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7635033Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7635216Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7635403Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7635623Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7635813Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7635998Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7636180Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7636412Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7636589Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7636771Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7636963Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7637153Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7637341Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7637672Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7637858Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7638043Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7638220Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7638394Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7638578Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7638761Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7638947Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7639130Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7639319Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7639553Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7639737Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7639914Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.7640088Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7640270Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7640450Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7640618Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7640798Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7640982Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7641179Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7641349Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7641517Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7641729Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7641901Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7642089Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7642270Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7642494Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7642672Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7642847Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.226s) 2022-11-23T01:31:32.7643020Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7643194Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7643365Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7643579Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7643752Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7643922Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7644118Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7644307Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7644484Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7644677Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7644865Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7645057Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7645245Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7645476Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7645667Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7645855Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7646045Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7646230Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7646417Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7646599Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7646785Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7646969Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7647145Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7647317Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7647497Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7647681Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7647918Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7648106Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7648297Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7648532Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7648706Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7648892Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7649078Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7649258Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7649491Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7649675Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7649868Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7650052Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7650240Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7650422Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7650611Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7650792Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7650979Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7651164Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7651389Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7651573Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7651762Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7651948Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7652134Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7652324Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7652511Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7652693Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7652865Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7653048Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7653230Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7653412Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7653598Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7653783Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7654009Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7654201Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7654382Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7654607Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7654789Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7654966Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7655148Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7655381Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7655571Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7655755Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7655940Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7656118Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7656303Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7656486Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7656665Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7656843Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7657013Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7657241Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7657429Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7657611Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7657797Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7657978Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7658164Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7658344Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7658523Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7658698Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7658879Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7659061Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7659245Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7659426Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7659614Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7659795Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7660015Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7660202Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7660377Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7660558Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7660783Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7660947Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7661185Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7661366Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7661556Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7661738Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7661922Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7662106Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7662285Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7662467Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7662651Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7662832Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7663050Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.7663217Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.7663431Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.7663569Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7663739Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7663907Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7664071Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7664228Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7664392Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7664556Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7664700Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7664859Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7665017Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7665174Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7665329Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7665480Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7665637Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7665791Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7665960Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7666159Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7666315Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7666482Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7666645Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7666856Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7667026Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7667241Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7667400Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7667558Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7667702Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7667856Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7668008Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7668167Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7668332Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7668491Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7668649Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7668804Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7668997Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7669158Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7669316Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7669482Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7669639Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7669806Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7669971Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7670134Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7670291Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7670448Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7670590Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7670743Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7670899Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7671054Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7671209Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7671374Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7671531Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7671686Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7671849Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7672010Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7672205Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7672377Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7672542Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7672703Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7672962Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7673118Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7673278Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7673435Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7673586Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7673729Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7673885Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7674043Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7674200Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7674357Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7674511Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7674667Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7674870Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7675396Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:31:32.7675553Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:31:32.7675625Z ok (0.006s) 2022-11-23T01:31:32.7675797Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7675967Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7676130Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7676290Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7676450Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7676609Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7676763Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7676914Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7677072Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7677210Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7677375Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7677625Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7677797Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7677958Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7678117Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7678318Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7678478Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7678630Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7678840Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7679041Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7679195Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7679357Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7679510Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7679662Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7679811Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7679965Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7680115Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7680264Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7680420Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7680577Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7680785Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7680942Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7681103Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7681264Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7681426Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7681583Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7681740Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7681899Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7682053Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7682207Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7682368Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7682524Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7682682Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7682837Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7682993Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7683135Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7683293Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7683449Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7683609Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7683774Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7683943Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7684108Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7684273Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7684482Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7684652Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7684872Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7685092Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7685265Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7685438Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7685605Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7685770Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7685934Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7686092Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7686251Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7686396Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7686559Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7686788Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7688901Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7689076Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7689253Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7689424Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7689586Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7689752Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7689917Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7690084Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7690248Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7690410Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7690634Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7690802Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7690965Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7691174Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7691340Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7691505Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7691669Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7691811Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7691972Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7692129Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7692298Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7692458Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7692702Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7692872Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7693036Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7693201Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7693361Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7693519Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7693679Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7693836Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7693992Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7694159Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7694320Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7694486Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7695154Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7695305Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7695468Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7695635Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7695800Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7695958Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7696119Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7696282Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7696447Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7696679Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7696863Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7697042Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7697263Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7697443Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7697619Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7697791Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7697965Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7698136Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7698318Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7698496Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7698685Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7698854Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7699032Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7699265Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7699445Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7699623Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7699800Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7699978Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7700153Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7700325Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7700505Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7700686Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7700860Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7701302Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7701476Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7701650Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7701819Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7701993Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7702167Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7702328Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7702484Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7702638Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7702847Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7703010Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7703167Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7703323Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7703521Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7703678Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7703834Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7703984Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7704136Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7704294Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7704466Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7704635Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7704812Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7704989Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7705162Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7705384Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7705557Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7705729Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7705882Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7706051Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7706219Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7706387Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7706554Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7706722Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7706889Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7707052Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7707463Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7707628Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7707800Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7707965Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7708144Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7708322Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7708497Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7708668Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7708885Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7709052Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7709219Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7709414Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7709583Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7709747Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7709921Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7710091Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7710266Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7710438Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7710609Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7710775Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7710953Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7711128Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7711297Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7711515Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7711684Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7711853Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7712019Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7712182Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7712344Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7712509Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7712678Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7712830Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7712991Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7713404Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7713572Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7713736Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7713912Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7714093Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7714270Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7714443Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7714614Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7714829Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7715001Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7715168Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7715331Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7715497Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7715701Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7715876Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7716055Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7716231Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.7716402Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7716556Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7716724Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7716889Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7717056Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7717217Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7717444Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7717717Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7717888Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7718052Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7718219Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7718382Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7718546Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7718709Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7718880Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7719050Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7719223Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7719713Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7719881Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7720050Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7720202Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7720366Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7720533Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7720696Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7720855Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7721020Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7721228Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7721400Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7721569Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7721777Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7721948Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7722113Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7722274Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7722442Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7722608Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7722773Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7722948Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7723123Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7723297Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7723467Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7723924Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7724101Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7724289Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7724471Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7724647Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7724828Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7725004Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7725177Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7725350Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7725525Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7725692Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7725916Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7726089Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7726281Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7726464Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7726640Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7726828Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7727018Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7727230Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7727415Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7727574Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7727742Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7727952Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7728130Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7728309Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7728485Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7728659Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7728835Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7729008Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7729180Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7729353Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7729521Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7729690Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7730109Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7730296Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7730467Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7730641Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7730813Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7730985Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7731153Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7731310Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7731478Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7731651Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7731822Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7732046Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7732216Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7732386Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7732562Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7732736Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7732913Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7733093Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7733262Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7733486Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7733660Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7733827Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7734038Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7734212Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7734405Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7734600Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7734790Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7734966Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7735153Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7735338Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7735516Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7735697Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7735875Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7736318Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7736517Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7736714Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7736908Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7737101Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7737293Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7737478Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7737665Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7737853Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7738038Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7738277Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7738459Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7738649Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7738836Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7739023Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7739208Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7739395Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7739607Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7739784Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7739967Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7740186Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7740358Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7740524Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7740699Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7740870Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7741040Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7741208Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7741379Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7741544Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7741710Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7741869Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7742031Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7742427Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7742593Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7742782Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7742958Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7743129Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7743311Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7743493Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7743674Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7743856Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7744030Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7744206Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7744429Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7744602Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7744771Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7744972Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.7745155Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7745335Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7745517Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7745742Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7745923Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7746099Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7746347Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7746522Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7746804Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7747014Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7747237Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7747411Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7747580Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7747746Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7747909Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7748072Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7748236Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7748398Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7748880Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7749052Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7749283Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7749459Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7749626Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7749787Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7749945Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7750109Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7750274Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7750441Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7750596Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7750822Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7750991Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7751158Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7751322Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7751487Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7751644Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7751852Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7752019Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7752184Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7752347Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7752552Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7752717Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7752877Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7753046Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7753210Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7753376Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7753545Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7753707Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7753856Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7754015Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7754171Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7754337Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7754500Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7754669Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7755097Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7755270Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7755433Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7755599Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7755764Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7755924Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7756083Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7756245Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7756409Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7756589Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7756763Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7756942Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7757171Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7757331Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7757596Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7757776Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7757991Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7758166Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7758343Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7758558Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7758734Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7758904Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7759077Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7759247Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7759418Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7759583Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7759761Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7759932Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7760106Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7760273Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7760445Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7760617Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7760795Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7760956Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7761409Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7761591Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7761763Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7761940Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7762109Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7762280Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7762451Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7762621Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7762835Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7763049Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7763267Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.7763531Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7763739Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.7763999Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7764210Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7764416Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.7764661Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7764872Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7765077Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7765282Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7765509Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:31:32.7765729Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7765960Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7766175Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7766403Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7766626Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7766848Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7767067Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7767331Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7767541Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7767759Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7767978Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7768145Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7768308Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7768466Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7768635Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7768801Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7768977Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7769193Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7769369Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7769545Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7769717Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7769887Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7770099Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7770274Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7770443Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7770594Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7770803Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7770973Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7771139Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7771305Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7771470Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7771635Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7771801Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7771966Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7772126Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7772291Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7772453Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7772614Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7772800Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7772977Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7773215Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7773400Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7773580Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7773761Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7773925Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7774100Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7774273Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7774443Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7774618Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7774788Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7774966Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7775189Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7775371Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7775553Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7775731Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7775910Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7776087Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7776307Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7776479Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7776648Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7776864Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7777040Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7777220Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7777390Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7777560Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7777744Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7777923Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7778102Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7778281Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7778454Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7778629Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7778802Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7778973Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7779196Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7779366Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7779528Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7779695Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7779861Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7780025Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7780187Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7780349Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7780508Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7780670Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7780828Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7781036Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7781208Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7781387Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7781566Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7781741Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7781915Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7782089Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7782302Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7782477Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7782647Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7782817Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7783030Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7783206Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7783374Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7783541Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7783710Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7783875Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7784121Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7784367Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7784572Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7784741Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7784914Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7785091Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7785331Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7785508Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7785683Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7785855Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7786026Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7786198Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7786366Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7786538Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7786711Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7786888Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7787059Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7787279Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7787448Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7787613Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7787781Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7787952Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7788106Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7788276Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7788486Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7788664Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7788834Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7788999Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7789208Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7789375Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7789536Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7789701Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7789863Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7790022Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7790186Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7790350Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7790513Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7790675Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7790845Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7791015Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7791237Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7791390Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7791556Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7791723Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7791886Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7792044Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7792208Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7792365Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7792546Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7792725Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7792902Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7793118Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7793289Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7793459Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7793631Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7793799Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7793967Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7794135Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7794307Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7794471Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7794659Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7794824Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7794988Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7795211Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7795431Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7795610Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7795790Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7795961Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7796139Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7796315Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7796489Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7796662Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7796831Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7797001Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7797172Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7797403Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7797669Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7797844Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7798012Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7798178Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7798330Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7798496Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7798665Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7798831Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7799038Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7799247Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7799505Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7799709Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7799911Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7800114Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7800316Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7800520Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7800722Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7800931Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7801177Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7801379Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7801577Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7801773Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7802020Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7802225Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7802507Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7802783Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7803059Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7803378Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7803648Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7803920Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7804188Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7804453Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7804722Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7804990Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7805307Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7805574Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7805835Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7806086Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7806352Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7806616Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7806820Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7807024Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7807225Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7807470Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7807672Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7807871Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7808070Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7808307Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7808510Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7808712Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7808915Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7809165Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7809367Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7809568Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7809766Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7809962Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7810163Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7810367Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7810571Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7810774Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7811021Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7811223Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7811424Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7811622Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7811881Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7812158Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7812444Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7812765Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7813035Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7813301Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7813567Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7813876Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7814157Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7814482Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7814804Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7815086Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7815365Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7815635Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7815913Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7816191Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7816462Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7816785Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7817060Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7817334Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7817611Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7817882Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7818156Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7818425Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7818697Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7818976Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.7819252Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7819526Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7819791Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7820110Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7820438Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7820753Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7821023Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7821297Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7821566Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7821839Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7822159Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7822421Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7822695Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7822968Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7823158Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7823345Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7823532Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7823715Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7823893Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7824076Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7824241Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7824423Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7824605Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7824785Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7824961Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7825141Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7825319Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7825496Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7825674Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7825899Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7826075Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7826293Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7826466Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7826638Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7826810Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7827023Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7827193Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7827361Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7827528Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7827692Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7827887Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7828044Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7828210Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7828368Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7828548Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7828726Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7828916Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7829098Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7829277Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7829457Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7829638Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7829811Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7829983Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7830152Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7830329Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7830503Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7830673Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7830843Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7831011Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7831175Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7831327Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7831495Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7831661Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7831874Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7832041Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7832209Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7832378Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7832585Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7832762Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7832933Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7833099Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7833310Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7833479Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7833642Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7833852Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7834015Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7834182Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7834345Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7834534Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.7834689Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7834859Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7835028Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7835195Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7835363Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7835524Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7835688Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7835853Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7836017Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.7836174Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7836337Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7836496Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7836655Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7836811Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.7836968Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7837123Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7837277Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7837520Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7837686Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7837877Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7838036Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7838192Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7838352Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7838505Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7838702Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7838855Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7839011Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7839162Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7839345Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.7839503Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7839701Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7839910Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7840063Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7840215Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7840367Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7840522Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7840679Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7840819Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7840975Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7841130Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7841288Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7841440Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7841602Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7841757Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7841911Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7842064Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7842217Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7842371Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7842521Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7842669Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7842822Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7842974Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7843134Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7843288Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7843427Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7843580Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7843782Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7843938Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7844089Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7844242Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7844394Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7844543Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7844713Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7844878Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7845091Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7845262Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7845431Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7845596Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7845852Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7846014Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7846177Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7846336Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7846480Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7846640Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7846802Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7846968Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7847130Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7847291Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7847444Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7847608Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7847773Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7847933Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7848091Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7848264Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7848432Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7848605Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7848782Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7848951Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7849120Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7849283Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7849447Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7849598Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7849818Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7849983Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7850148Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7850312Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7850474Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7850637Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7850804Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7850966Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7851196Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7851389Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7851553Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7851825Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7852001Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7852167Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7852334Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7852497Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7852694Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7852952Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7853195Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7853438Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7853693Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7853949Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7854224Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7854515Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7854795Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7855057Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7855348Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7855644Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7855933Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7856186Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7856453Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7856710Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7856974Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7857186Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7857634Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7857904Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7858183Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7858395Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7858580Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7858747Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7858908Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7859076Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7859239Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7859410Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7859583Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7859837Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7860009Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7860211Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7860459Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7860742Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7861012Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7861309Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7861588Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7861858Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7862121Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7862394Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7862704Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7862996Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7863279Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7863566Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7863896Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7864192Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7864486Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7864816Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7865098Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7865378Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7865676Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7865967Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7866395Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7866688Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7866993Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7867296Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7867588Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7867878Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7868184Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7868490Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7868794Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7869065Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7869337Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7869729Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7870021Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7870339Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7870610Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7870945Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7871252Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7871551Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7871829Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7872139Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7872436Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7872726Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7873007Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7873261Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7873428Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7873600Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7873776Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7873950Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7874107Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7874275Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7874450Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7874636Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7874817Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7874990Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7875264Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7875446Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7875620Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7875787Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7875957Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7876124Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7876342Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7876509Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7876698Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7876876Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7877159Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7877342Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7877663Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7877839Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7878010Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7878168Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7878341Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7878509Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7878679Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7878855Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7879024Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7879193Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7879363Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7879531Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7879700Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7879868Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7880037Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7880208Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7880375Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7880548Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7880712Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7880885Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7881055Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7881276Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7881432Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7881600Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7881766Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7881933Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7882100Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7882265Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7882432Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7882646Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7882826Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7882996Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7883264Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7883436Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7883608Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7883775Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7883942Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7884109Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7884277Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7884446Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7884639Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7884826Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7884995Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7885179Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7885361Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7885535Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7885709Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7885890Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7886075Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7886267Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7886453Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7886648Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7886839Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7887027Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7887264Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7887451Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7887637Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7887819Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7887994Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7888175Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7888354Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7888543Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7888764Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7888991Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7889152Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7889374Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7889551Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7889733Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7889913Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7890095Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7890265Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7890430Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7890600Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7890769Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7890932Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7891097Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7891256Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7891420Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7891586Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7891742Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7891895Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7892052Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7892206Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7892370Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7892543Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7892724Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7892950Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7893127Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7893303Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7893476Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7893651Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7893821Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7893986Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7894156Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7894327Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7894526Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.7894705Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7895464Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7895686Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7895861Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7896032Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7896198Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7896370Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7896543Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7896697Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7896864Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7897030Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7897196Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7897356Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7897520Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7897678Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7897833Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7897996Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7898153Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7898322Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7898482Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7898648Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7898813Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7898977Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7899140Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7899353Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7899511Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7899670Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7899815Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7899983Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7900147Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7900312Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7900479Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7900644Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7900805Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7900965Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7901459Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7901619Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7901825Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7901985Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7902141Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7902303Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7902467Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7902633Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7902795Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7902958Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7903102Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7903258Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7903418Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7903575Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7903728Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7903888Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7904046Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7904210Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7904369Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7904536Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7904691Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7904846Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7905000Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7905154Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7905313Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7905528Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7905686Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7905866Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7906038Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7906199Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7906373Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7906542Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7906712Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7906884Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7907055Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7907271Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7907706Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7907875Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7908091Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7908254Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7908421Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7908586Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7908754Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7908924Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7909098Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7909267Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7909432Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7909597Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7909752Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7909922Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7910102Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7910279Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7910445Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7910614Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7910781Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7910949Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7911116Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7911282Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7911450Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7911666Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7911881Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7912088Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.7912299Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7912513Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7912721Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T01:31:32.7912925Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7913133Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7913334Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T01:31:32.7913844Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7914047Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7914293Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7914480Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7914707Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7914926Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7915153Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7915378Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7915599Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7915821Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7916039Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7916255Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7916465Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7916687Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7916903Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7917120Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7917284Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7917582Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7917802Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7917965Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7918133Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7918302Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7918469Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7918642Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7918813Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7918982Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7919154Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7919308Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7919473Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7919946Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7920105Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7920270Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7920478Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7920645Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7920808Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7920975Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7921136Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7921293Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7921456Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7921612Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7921772Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7921932Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7922090Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7922274Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7922450Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7922633Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7922804Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7922983Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7923158Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7923333Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7923506Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7923677Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7924097Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7924274Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7924445Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7924619Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7924789Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7924970Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7925146Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7925318Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7925490Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7925662Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7925831Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7926233Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7926400Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7926573Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7926729Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7926906Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7927074Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7927259Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7927441Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7927620Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7937283Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7937551Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7937737Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7937901Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7938073Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7938254Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7938431Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7938603Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7938768Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7938933Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7939093Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7939257Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7939421Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7939579Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7940232Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7940405Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7940565Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7940744Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7940918Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7941095Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7941272Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7941446Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7941605Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7941779Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7942294Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7942466Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7942638Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7942806Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7942975Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7943147Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7943316Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7943485Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7943654Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7943827Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7943995Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7944165Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7944332Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7944508Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7944678Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7944855Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7945028Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7945201Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7945358Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7945526Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7945693Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7945861Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7946024Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7946421Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7946598Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7946768Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7946940Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7947105Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7947357Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7947533Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7947697Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7947943Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7948149Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7948316Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7948542Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7948714Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7948882Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7949034Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7949199Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7949365Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7949530Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7949699Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.7949856Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7950024Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7950185Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7950343Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7950508Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7950670Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7950837Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7951003Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7951171Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7951333Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7951494Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7951655Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7951810Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7951970Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7952115Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7952274Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7952701Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7952886Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7953057Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7953229Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7953398Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7953565Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7953738Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7953908Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7954074Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7954243Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7954410Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7954629Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7954794Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7954951Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7955113Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7955271Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7955434Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7955610Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7955787Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.7955963Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7956137Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7956307Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7956478Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7956650Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7956820Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7956989Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7957162Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7957332Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7957600Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7957773Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7957936Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7958102Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7958266Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7958425Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7958590Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7958980Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7959178Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7959387Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7959595Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7959798Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7959997Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7960195Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7960396Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7960591Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7960844Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7961049Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7961252Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7961452Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7961646Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7961842Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7962044Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7962237Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7962521Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7962796Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7963068Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7963338Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7963604Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7963871Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7964136Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7964404Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7964892Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7965172Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7965442Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7965705Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7965968Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7966231Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7966497Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7966808Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7967012Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7967214Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7967414Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7967614Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7967794Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7967993Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7968189Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7968381Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7968578Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7968782Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7968982Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7969184Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7969383Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7969580Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7969778Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7969968Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7970164Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7970364Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7970781Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7970986Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.7971183Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7971380Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7971574Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7971766Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7972039Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7972315Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7972639Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7972909Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7973175Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7973441Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7973710Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7973980Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7974257Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7974539Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7974816Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7975091Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7975368Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7975632Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7975900Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7976401Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7976685Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7976967Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7977232Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7977502Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7977765Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7978036Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7978342Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.7978685Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.7978971Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7979286Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7979571Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.7979838Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7980100Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7980358Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7980632Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7980907Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.7981178Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7981461Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7981736Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7982285Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7982568Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7982831Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7983109Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7983383Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.7983572Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.7983756Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7983992Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7984180Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7984358Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7984540Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7984725Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7984906Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7985085Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7985263Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7985441Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7985619Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7985796Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7985970Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7986144Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7986315Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7986496Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.7986665Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7986821Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7986992Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7987162Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7987334Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7987502Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7987666Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7987879Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7988045Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.7988207Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7988366Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7988530Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7988692Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7988870Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7989046Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7989228Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7989410Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7989587Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7989819Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7989994Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7990151Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7990324Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7990495Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7990668Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7990837Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7991007Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7991175Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7991344Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7991514Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.7991679Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7991844Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7992004Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.7992166Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.7992336Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7992496Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7992662Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7992827Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7993000Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7993163Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7993328Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7993473Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.7993631Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7993845Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7994004Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7994162Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7994320Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.7994482Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7994688Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7994890Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.7995100Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7995308Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7995510Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7995763Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.7995959Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:31:32.7996155Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7996350Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7996544Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7996742Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7996935Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7997156Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7997370Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7997683Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7997887Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7998108Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7998323Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7998540Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7998753Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7998962Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7999173Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7999382Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7999639Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.7999800Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.7999961Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8000115Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8000274Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8000432Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8000600Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8000761Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8000930Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8001101Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8001264Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8001731Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8001885Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002049Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002195Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002354Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002513Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002669Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002832Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8002989Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8003147Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8003303Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8003460Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8003616Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8003770Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8003926Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8004079Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8004230Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8004406Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8004575Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8004754Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8004931Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8005086Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8005256Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8005425Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8005592Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8005805Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8005975Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8006139Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8006306Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8006473Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8006646Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8006819Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8006990Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8007158Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8007321Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8007490Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8007698Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8007858Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8008017Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8008182Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8008329Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8008498Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8008656Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8008834Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8009007Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8009178Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8009344Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8009511Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8009678Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8009839Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8010004Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8010166Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8010331Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8010491Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8010647Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8010803Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8010960Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8011114Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8011255Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8011409Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8011562Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8011754Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8011910Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8012083Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8012248Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8012415Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8012581Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8012741Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8012903Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8013067Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8013225Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8013387Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8013596Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8013756Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8013917Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8014081Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8014240Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8014391Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8014557Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8014714Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8014869Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8015031Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8015194Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8015364Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8015528Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8015694Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8015861Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8016027Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8016189Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8016345Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8016503Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8016665Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8016822Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8016977Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8017138Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8017284Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8017491Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8017651Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8017812Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8017973Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8018129Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8018289Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8018452Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8018608Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8018761Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8018927Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8019087Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8019243Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8019443Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8019602Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8019759Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8019914Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8020071Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8020211Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8020365Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8020521Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8020679Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8020837Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8020998Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8021157Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8021314Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8021470Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8021629Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8021782Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8021937Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8022089Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8022249Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8022398Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8022568Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8022737Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8022903Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8023052Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8023210Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8023418Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8023586Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8023754Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8023915Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8024077Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8024236Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8024392Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8024548Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8024703Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8024857Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8025014Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8025208Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8025423Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8025591Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8025754Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8025921Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8026067Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8026226Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8026393Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8026555Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8026721Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8026884Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8027045Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8027207Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8027367Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8027526Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8027682Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8027841Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8027998Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8028155Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8028309Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8028509Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8028708Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8028906Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8029098Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8029320Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8029512Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8029709Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8029904Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8030097Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8030298Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8030492Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8030683Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8030874Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8031064Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8031301Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8031491Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8031760Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8032026Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8032291Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8032554Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8032818Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8033070Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.8033333Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8033598Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8033854Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8034117Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8034380Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8034634Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8034940Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8035286Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8035548Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8035849Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8036047Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8036243Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8036432Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8036625Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8036817Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8037064Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8037238Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8037516Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8037712Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8037909Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8038104Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8038297Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8038491Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8038682Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8038870Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8039058Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8039250Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8039445Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8039641Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8039835Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8040028Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8040213Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8040403Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8040592Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8040854Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8041173Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8041484Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8041752Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8042047Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8042312Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8042573Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8042830Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8043147Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8043419Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8043690Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.8043958Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8044223Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8044492Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8044756Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8045020Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8045292Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8045546Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8045817Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8046083Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8046347Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8046657Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8046924Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8047187Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8047498Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8047775Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8048043Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8048357Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:31:32.8048678Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8048942Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:31:32.8049208Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8049473Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8049740Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8050014Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8050283Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.8050543Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8050811Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8051070Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8051337Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8051599Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:31:32.8051781Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8051956Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8052186Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8052364Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8052544Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8052716Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8052888Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8053055Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8053224Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8053397Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8053568Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8053783Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8053999Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8054168Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8054335Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8054482Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8054652Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8054864Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8055031Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8055198Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8055364Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8055525Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8055685Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8055844Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8056001Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8056155Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8056309Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8056464Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8056619Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8056770Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8056942Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8057112Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8057286Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8057458Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8057612Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8057782Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8057946Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8058160Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8058328Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8058495Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8058661Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8058825Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8058988Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8059148Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8059311Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8059468Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8059624Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8059785Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8059991Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8060147Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8060304Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8060502Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8060668Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8060844Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8061019Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8061236Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8061415Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8061590Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8061762Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8061937Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8062121Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8062300Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8062478Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8062660Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8062857Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8063053Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8063247Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8063417Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8063598Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8063782Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8063955Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8064175Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8064332Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8064503Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8064675Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8064856Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8065030Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8065206Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8065383Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8065559Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8065777Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8066011Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.8066235Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8066406Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8066590Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8066816Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8067003Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8067172Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8067396Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8067573Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8067756Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8067933Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8068088Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8068259Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8068439Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8068612Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8068790Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8068971Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8069147Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8069361Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8069566Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8069849Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8070173Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8070382Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8070590Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8070803Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8071081Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8071368Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8071646Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8071920Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8072250Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:31:32.8072443Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8072628Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8072845Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8073031Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8073206Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8073367Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8073561Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8073717Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-11-23T01:31:32.8073853Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-11-23T01:31:32.8074001Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8074143Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-11-23T01:31:32.8074282Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-11-23T01:31:32.8074427Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-11-23T01:31:32.8074566Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-11-23T01:31:32.8074702Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8074844Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8074984Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:31:32.8075207Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8075426Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8075602Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8075757Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8075944Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8076802Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1662: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:32.8076922Z out_uint8_computation = torch.pow( 2022-11-23T01:31:32.8077736Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1670: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:32.8077846Z out_int64_computation = torch.pow( 2022-11-23T01:31:32.8077970Z ok (0.000s) 2022-11-23T01:31:32.8078130Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8078286Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8078436Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8078584Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8078731Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8078907Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8079051Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8079198Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8079340Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8079558Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8079736Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8079916Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-11-23T01:31:32.8080092Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.231s) 2022-11-23T01:31:32.8080268Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-11-23T01:31:32.8080443Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-11-23T01:31:32.8080616Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:31:32.8080786Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.090s) 2022-11-23T01:31:32.8080959Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.8081130Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8081298Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:31:32.8081464Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.8081630Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.8081813Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8081993Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.8082158Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8082384Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.8082566Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8082744Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8082922Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8083099Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8083276Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8083451Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.8083627Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8083801Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8083979Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.8084200Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.8084375Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.8084551Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.8084726Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8084942Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8085128Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:31:32.8085309Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8085489Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-11-23T01:31:32.8085713Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.8085879Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-11-23T01:31:32.8086054Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8086228Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8086404Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.8086576Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8086751Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.8086935Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:31:32.8087110Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.8087289Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.111s) 2022-11-23T01:31:32.8087466Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.8087643Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-11-23T01:31:32.8087819Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8087991Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8088162Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.8088385Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8088558Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8088731Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8088898Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8089076Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-11-23T01:31:32.8089248Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.215s) 2022-11-23T01:31:32.8089405Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.8089574Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-11-23T01:31:32.8089741Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8089910Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.8090080Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8090284Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8090443Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.8090609Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8090776Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8091240Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8287: RuntimeWarning: invalid value encountered in add 2022-11-23T01:31:32.8091404Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-11-23T01:31:32.8091476Z ok (0.020s) 2022-11-23T01:31:32.8091699Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8091961Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8092162Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8092361Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8092551Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8092755Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8092960Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8093163Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8093365Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8093552Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8093748Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8093949Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8094144Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8094394Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8094596Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8094795Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8094989Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8095176Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8095370Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8095739Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-11-23T01:31:32.8095849Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8096102Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-11-23T01:31:32.8096696Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8096768Z ok (0.009s) 2022-11-23T01:31:32.8096998Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8097224Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8097481Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8097686Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8097893Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8098157Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8098382Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8098816Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:2001: RuntimeWarning: invalid value encountered in floor_divide 2022-11-23T01:31:32.8098913Z return np.floor_divide(a, b) 2022-11-23T01:31:32.8098969Z ok (0.006s) 2022-11-23T01:31:32.8099177Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8099528Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-11-23T01:31:32.8099636Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8099707Z ok (0.005s) 2022-11-23T01:31:32.8099906Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8100101Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8100295Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8100489Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8100687Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8100946Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8101137Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8101332Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8101526Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8101719Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8101905Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8102126Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8102348Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8102567Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8102779Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8103291Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8103509Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8103770Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8103970Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8104181Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8104441Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8104687Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8104929Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8105165Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8105399Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8105632Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8105862Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8106112Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8106363Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8106614Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8106860Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8107160Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8107409Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.8107607Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8107802Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8107995Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8108189Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8108392Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8108604Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8108811Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8109280Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8109485Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8109686Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8109931Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8110142Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8110354Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8110595Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8110802Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8110990Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8111194Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8111401Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8111608Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8111811Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8112011Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8112211Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8112407Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8112599Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8112791Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8112976Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8113179Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8113438Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8113640Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8113842Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8114041Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8114241Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8114439Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8114639Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8114842Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8115041Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8115497Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8115694Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8115895Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8116077Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8116322Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8116523Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8116717Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8116960Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8117164Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8117468Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8117666Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8117856Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8118220Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-11-23T01:31:32.8118330Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8118577Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-11-23T01:31:32.8118684Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8118755Z ok (0.006s) 2022-11-23T01:31:32.8118972Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8119190Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8119535Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-11-23T01:31:32.8119639Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8119771Z ok (0.009s) 2022-11-23T01:31:32.8119971Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8120167Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8120538Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-11-23T01:31:32.8120627Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8120697Z ok (0.009s) 2022-11-23T01:31:32.8120903Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8121106Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8121311Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8121731Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in subtract 2022-11-23T01:31:32.8122180Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T01:31:32.8122251Z ok (0.005s) 2022-11-23T01:31:32.8122722Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:31:32.8122897Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T01:31:32.8122968Z ok (0.008s) 2022-11-23T01:31:32.8123214Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8123415Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8123613Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8123799Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8123987Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-11-23T01:31:32.8124169Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:31:32.8124359Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.345s) 2022-11-23T01:31:32.8124546Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.316s) 2022-11-23T01:31:32.8124732Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.152s) 2022-11-23T01:31:32.8124917Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-11-23T01:31:32.8125103Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-11-23T01:31:32.8125267Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-11-23T01:31:32.8125444Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-11-23T01:31:32.8125621Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-11-23T01:31:32.8125804Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-11-23T01:31:32.8125978Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-11-23T01:31:32.8126781Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8126980Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.238s) 2022-11-23T01:31:32.8127170Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-11-23T01:31:32.8127354Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-11-23T01:31:32.8127537Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:31:32.8127719Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.8127898Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-11-23T01:31:32.8128078Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8128261Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.8128455Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8129012Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.153s) 2022-11-23T01:31:32.8129231Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-11-23T01:31:32.8129409Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.106s) 2022-11-23T01:31:32.8129581Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8129753Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.8129904Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.8130078Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8130250Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8130420Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:31:32.8130592Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:31:32.8130754Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-11-23T01:31:32.8130925Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.8131092Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.075s) 2022-11-23T01:31:32.8131268Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8131438Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8131610Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.128s) 2022-11-23T01:31:32.8131781Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8131951Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8132117Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8132279Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8132444Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8132610Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8132773Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8132943Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8133157Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8133330Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-11-23T01:31:32.8133498Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.8133665Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.8133832Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8133995Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8134155Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.8134322Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.8134486Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8134716Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-11-23T01:31:32.8134899Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-11-23T01:31:32.8135386Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.136s) 2022-11-23T01:31:32.8135573Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.8135755Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-11-23T01:31:32.8135934Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:31:32.8136113Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:31:32.8136286Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.8136469Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-11-23T01:31:32.8136647Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-11-23T01:31:32.8136829Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:31:32.8136989Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-11-23T01:31:32.8137170Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.170s) 2022-11-23T01:31:32.8137350Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-11-23T01:31:32.8137528Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.186s) 2022-11-23T01:31:32.8137702Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:31:32.8137879Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-11-23T01:31:32.8138053Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-11-23T01:31:32.8138225Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-11-23T01:31:32.8138398Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-11-23T01:31:32.8138570Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-11-23T01:31:32.8138743Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-11-23T01:31:32.8138962Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8139176Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8139455Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8139677Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8139893Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8140106Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8140319Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8140529Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8140783Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8140992Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8141201Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8141713Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8141927Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8142152Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8142388Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8142623Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8142852Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8143075Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8143301Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8143525Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8143751Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.8143971Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8144190Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8144417Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.8144612Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8144810Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8145006Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8145199Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8145437Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8145622Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8145810Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8145994Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8146174Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8146371Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8146568Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8146811Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8147017Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8147211Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8147676Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8147873Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8148069Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8148262Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8148465Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8148660Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8148855Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8149050Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8149247Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8149440Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8149632Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8149831Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8150028Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8150222Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8150410Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8150602Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8150788Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8150977Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8151166Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8151358Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8151552Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8151786Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8151971Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8152135Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8152316Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8152507Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8152690Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8153056Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-11-23T01:31:32.8153207Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:31:32.8153280Z ok (0.006s) 2022-11-23T01:31:32.8153504Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8154064Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8154265Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8154463Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8154655Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8154850Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8155045Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8155219Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8155438Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8155638Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8155836Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8156032Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8156228Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8156425Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8156620Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8156814Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8157005Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8157194Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8157462Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8157653Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8157836Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8158071Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8158259Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8158445Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8158624Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8158813Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8158998Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8159176Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8159407Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8159581Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8159759Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8159985Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8160213Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8160402Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8160588Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8160765Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8160948Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8161126Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8161308Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8161510Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8161709Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8161902Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8162094Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8162288Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8162482Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8162676Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8162875Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8163074Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8163270Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8163460Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8163650Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8163889Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8164069Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8164254Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8164447Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8164678Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8164912Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8165146Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8165379Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8165647Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8165923Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8166146Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8166406Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8166621Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8166870Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8167115Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8167363Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.8167607Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8167847Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8168078Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:31:32.8168316Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8168544Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8168780Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8168968Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8169147Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8169322Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8169513Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8169754Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8169935Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8170113Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8170295Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8170465Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8170643Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8170845Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8171052Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8171257Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8171456Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8171703Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8171940Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8172141Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8172338Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8172574Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8172776Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8172976Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8173177Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8173373Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8173568Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8173760Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8173954Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8174148Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8174342Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8174544Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8174751Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8174953Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8175149Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8175329Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8175520Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8175764Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8175961Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8176159Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8176348Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8176535Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8176715Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8176904Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8177089Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8177268Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8177442Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8177685Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8177883Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8178121Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8178314Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8178506Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8178740Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8178933Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8179129Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8179322Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8179515Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8179707Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8179884Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8180074Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8180264Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8180461Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8180655Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8180853Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8181049Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8181240Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8181433Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8181671Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8181866Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8182060Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8182252Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8182442Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8182631Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8182821Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8183011Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8183198Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8183388Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8183631Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8183819Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8183999Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8184164Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8184388Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8184575Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8184751Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8184943Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8185198Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8185407Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8185592Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8185773Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8185951Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8186158Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-11-23T01:31:32.8186363Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-11-23T01:31:32.8186566Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-11-23T01:31:32.8186764Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8186963Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8187159Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8187352Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8187600Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8187794Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8187989Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8188178Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8188372Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8188563Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8188732Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8188912Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8189090Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8189273Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8189505Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8189684Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8189854Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-11-23T01:31:32.8190023Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.8190193Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.101s) 2022-11-23T01:31:32.8190362Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8190573Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.8190748Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8190917Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8191086Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-11-23T01:31:32.8191297Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8191462Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.8191628Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8191786Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8191944Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.8192108Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8192259Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8192446Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.8192627Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8192816Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-11-23T01:31:32.8193005Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8193193Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.121s) 2022-11-23T01:31:32.8193376Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.8193616Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8193798Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8193977Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8194156Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8194334Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.8194509Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8194689Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8194867Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8195055Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:31:32.8195238Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.8195465Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-11-23T01:31:32.8195643Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.8195822Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.8195982Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8196161Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.8196335Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.8196513Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.8196728Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8196912Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8197091Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8197281Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-11-23T01:31:32.8197592Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8197778Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-11-23T01:31:32.8197960Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8198142Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8198321Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8198499Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.8198675Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.8198852Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8199030Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8199204Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8199371Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8199540Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.086s) 2022-11-23T01:31:32.8199764Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8199922Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8200094Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.8200257Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.8200420Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8200590Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8200751Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.8200934Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.072s) 2022-11-23T01:31:32.8201112Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8201293Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-11-23T01:31:32.8201473Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.8201701Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-11-23T01:31:32.8201877Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8202052Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:31:32.8202224Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.8202398Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8202568Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8202788Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-11-23T01:31:32.8202964Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.8203143Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-11-23T01:31:32.8203301Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:31:32.8203513Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.084s) 2022-11-23T01:31:32.8203692Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:31:32.8203863Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.8204033Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.8204205Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8204375Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8204560Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:31:32.8204737Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8204917Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-11-23T01:31:32.8205098Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.8205275Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.8205449Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8205669Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8205845Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8206022Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8206193Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8206368Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.8206539Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:31:32.8206713Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.129s) 2022-11-23T01:31:32.8206872Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.8207039Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:31:32.8207211Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:31:32.8207383Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.8207596Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8207768Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:31:32.8207938Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8208109Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8208276Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8208447Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:31:32.8208621Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8208833Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.091s) 2022-11-23T01:31:32.8209008Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8209176Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.8209340Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.8209541Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.8209699Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8209861Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:31:32.8210018Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:31:32.8210175Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-11-23T01:31:32.8210351Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.352s) 2022-11-23T01:31:32.8210527Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.290s) 2022-11-23T01:31:32.8210698Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.154s) 2022-11-23T01:31:32.8210867Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:31:32.8211037Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-11-23T01:31:32.8211203Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.8211366Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:31:32.8211580Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:31:32.8211745Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:31:32.8211913Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:31:32.8212120Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8212302Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.211s) 2022-11-23T01:31:32.8212484Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-11-23T01:31:32.8212662Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-11-23T01:31:32.8212839Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:31:32.8213014Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:31:32.8213191Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.081s) 2022-11-23T01:31:32.8213369Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:31:32.8213585Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:31:32.8213762Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8213981Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.010s) 2022-11-23T01:31:32.8214175Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.8214366Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8214557Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.8214749Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8214975Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8215163Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8215346Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8215567Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8215746Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8215933Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8216120Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8216349Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:31:32.8216549Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8216743Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8216938Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8217132Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8217323Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8217598Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-11-23T01:31:32.8217793Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8217984Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8218173Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8218353Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8218547Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8218771Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8218964Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8219159Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8219347Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8219582Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8219779Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8219980Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8220204Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:31:32.8220398Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8220592Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8220780Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8221018Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8221211Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8221397Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8221631Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8221826Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8222026Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8222247Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-11-23T01:31:32.8222443Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8222636Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8222824Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8223012Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8223189Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8223378Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8224027Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8224225Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8224415Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8224630Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-11-23T01:31:32.8224823Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8225013Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8225202Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:31:32.8225393Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8225575Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8225803Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8225987Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8226164Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8226344Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8226525Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8226706Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8226991Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8227221Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8227480Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8227704Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8227901Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8228095Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8228278Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8228472Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8228665Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8228857Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8229052Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8229243Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8229457Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8229657Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8230130Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8230335Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8230534Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8230729Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8230919Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8231129Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8231323Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8231515Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8231708Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8231898Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8232145Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8232332Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8232513Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8232693Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8232924Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8233132Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:31:32.8233304Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8233526Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8233709Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8233913Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.005s) 2022-11-23T01:31:32.8234097Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8234287Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8234502Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:31:32.8234690Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8234873Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8235055Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8235237Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8235416Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8235592Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8235770Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8235953Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8236380Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8236602Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-11-23T01:31:32.8236789Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8236975Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8237155Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8237425Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8237604Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8237765Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8237948Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8238131Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8238388Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8238613Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:31:32.8238852Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8239055Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8239253Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8239482Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8239684Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8239880Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8240074Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8240266Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8240462Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8240681Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8240882Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.8241077Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.8241268Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8241460Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8241649Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8241840Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8242024Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8242214Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8242661Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8242861Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8243097Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8243323Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8243553Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8243783Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8244012Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:31:32.8244238Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8244509Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8244728Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8244988Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8245202Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8245425Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8245691Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8245939Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8246175Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8246419Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8246659Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8246904Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8247141Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8247380Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8247615Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8247843Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.8248066Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8248550Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:31:32.8248796Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:31:32.8248987Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8249168Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8249352Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8249537Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8249717Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8249905Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8250106Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:31:32.8250339Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8250523Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8250700Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8250928Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8251107Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8251285Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8251468Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8251694Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8251899Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8252127Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8252334Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8252535Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8252733Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8252933Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8253127Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8253323Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8253516Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8253705Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8253899Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8254096Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8254290Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8254751Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8254961Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.8255151Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.8255351Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8255548Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8255738Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8255933Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8256128Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8256319Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8256564Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8256756Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8257000Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8257228Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8257431Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.8257676Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8257874Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8258072Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8258266Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8258461Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8258654Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8258841Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8259036Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8259230Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8259422Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8259638Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-11-23T01:31:32.8259811Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8259991Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8260169Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8260351Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8260765Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8260954Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8261138Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8261324Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8261522Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8261747Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:31:32.8261946Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8262144Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8262334Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8262526Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8262762Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8262952Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8263192Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8263381Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8263572Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8263838Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8264032Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8264225Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8264416Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8264593Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8264782Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8264966Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8265159Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8265348Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8265545Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8265770Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:31:32.8265965Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8266160Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8266348Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8266538Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8267001Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8267202Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8267397Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8267587Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8267778Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8267998Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.002s) 2022-11-23T01:31:32.8268190Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8268382Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8268621Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8268884Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8269138Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8269351Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8269546Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8304867Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8305221Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8305468Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.003s) 2022-11-23T01:31:32.8305671Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:31:32.8305871Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:31:32.8306063Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8306246Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8306435Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8306621Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8306789Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8306966Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8307147Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8307334Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8307592Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8307809Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8308020Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8308258Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8308665Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8308858Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8309066Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-11-23T01:31:32.8309273Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-11-23T01:31:32.8309479Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-11-23T01:31:32.8309685Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-11-23T01:31:32.8309873Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8310077Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8310278Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8310547Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8310743Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8310936Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8311131Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8311326Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8311521Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8311722Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8311912Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8312109Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.8312302Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:31:32.8312490Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8312678Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8312861Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8313043Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8313227Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8313410Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8313656Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8313844Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8314047Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8314252Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:31:32.8314451Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-11-23T01:31:32.8314683Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.285s) 2022-11-23T01:31:32.8314862Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-11-23T01:31:32.8315032Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.134s) 2022-11-23T01:31:32.8315205Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:31:32.8315371Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-11-23T01:31:32.8315539Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8315695Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:31:32.8315863Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:31:32.8316031Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8316222Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:31:32.8316406Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8316644Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8316807Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8316947Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8317119Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8317288Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8317554Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8317730Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8317905Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8318077Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8318254Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8318424Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8318598Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8318768Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8318935Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8319087Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8319253Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8319434Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8319656Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8319841Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8320019Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8320193Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8320409Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8320574Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8320741Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8320963Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8321129Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8321296Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8321457Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8321632Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8321803Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8321978Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8322149Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8322318Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8322522Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8322730Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8322989Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8323213Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8323432Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:31:32.8323644Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:31:32.8323805Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8323969Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8324125Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8324304Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8324480Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8324653Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8324831Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8325004Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8325175Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8325363Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8325538Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8325712Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8325934Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8326099Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8326275Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8326432Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8326656Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8326826Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8327046Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8327217Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8327388Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:31:32.8327555Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8327724Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8327890Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8328052Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8328221Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8328390Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8328554Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8328729Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8329481Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8329655Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8329822Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8329984Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:31:32.8330129Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:31:32.8330270Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-11-23T01:31:32.8330412Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:31:32.8330568Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-11-23T01:31:32.8330705Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:31:32.8330856Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-11-23T01:31:32.8330993Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:31:32.8331135Z Ensure that signed integer bit shifting works as expected. ... ok (0.006s) 2022-11-23T01:31:32.8331278Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8331415Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8331560Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8331704Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8331843Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8332030Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:31:32.8332189Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8332330Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8332465Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8332595Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8332769Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8332904Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8333051Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:31:32.8333382Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T01:31:32.8333564Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:31:32.8333814Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T01:31:32.8333938Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:31:32.8334006Z ok (0.039s) 2022-11-23T01:31:32.8334148Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8334307Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8334462Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:31:32.8334618Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8334773Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8334952Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-11-23T01:31:32.8335111Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8335265Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.8335421Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8335973Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:31:32.8336126Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:31:32.8336189Z ok (0.016s) 2022-11-23T01:31:32.8336333Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8336488Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.8336698Z test_type_promotion__refs__conversions_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.015s) 2022-11-23T01:31:32.8336860Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8337025Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8337196Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8337379Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8337548Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8337735Z test_type_promotion__refs_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8337907Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8338080Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8338302Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8338495Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.018s) 2022-11-23T01:31:32.8338674Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.8338856Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:31:32.8339089Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.8339248Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8339441Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-11-23T01:31:32.8339670Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-11-23T01:31:32.8339826Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8339989Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8340146Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.8340307Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8340464Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8340620Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8340788Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:31:32.8340953Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8341124Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8341287Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.8341531Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-11-23T01:31:32.8341689Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8341848Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:31:32.8342019Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8342187Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8342360Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8342524Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8342693Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8342856Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8343006Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:31:32.8343161Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8343331Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.8343491Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8343658Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8343822Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8343999Z test_type_promotion__refs_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:31:32.8344172Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:31:32.8344331Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:31:32.8344566Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8344735Z test_type_promotion__refs_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8344890Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8345044Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8345206Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8345441Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.014s) 2022-11-23T01:31:32.8345650Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.8345846Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-11-23T01:31:32.8346011Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.8346172Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8346320Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8346498Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.021s) 2022-11-23T01:31:32.8346662Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8346837Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:31:32.8347010Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.8347183Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8347335Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8347567Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.015s) 2022-11-23T01:31:32.8347732Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8347902Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.012s) 2022-11-23T01:31:32.8348072Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.011s) 2022-11-23T01:31:32.8348224Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8348378Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8348526Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8348671Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8348853Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.023s) 2022-11-23T01:31:32.8349010Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8349163Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8349313Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.8349489Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-11-23T01:31:32.8349686Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T01:31:32.8349906Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T01:31:32.8350060Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:31:32.8350217Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8350370Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8350545Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.8350711Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8350882Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:31:32.8351090Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8351257Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:31:32.8351420Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8351716Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8351885Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8352041Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8352194Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.8352361Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8352539Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:31:32.8352682Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8352846Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:31:32.8353004Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8353204Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.8353398Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8353667Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T01:31:32.8353979Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.021s) 2022-11-23T01:31:32.8354176Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8354373Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8354559Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:31:32.8354828Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.013s) 2022-11-23T01:31:32.8355103Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.013s) 2022-11-23T01:31:32.8355380Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-11-23T01:31:32.8355654Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:31:32.8355924Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.031s) 2022-11-23T01:31:32.8356102Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8356278Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:31:32.8356435Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8356605Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8356763Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:31:32.8356925Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8357086Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8357425Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8357595Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8357802Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8358020Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8358181Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8358337Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8358495Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8358658Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8358825Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8358995Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8359164Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8359331Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8359493Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8359652Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8359859Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8360021Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8360178Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8360340Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8360503Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8360668Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8360835Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8360984Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8361144Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8361301Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8361463Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8361617Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8361776Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8361938Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8362098Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8362265Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:31:32.8362428Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8362587Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8362745Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8362910Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8363071Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8363231Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8363390Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8363603Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8363814Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8363975Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8364119Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8364326Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8364487Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:31:32.8364640Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:31:32.8364797Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8364961Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8365119Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8365276Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8365437Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:31:32.8365646Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8365799Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8365955Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:31:32.8366108Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:31:32.8366264Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8366425Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8366583Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:31:32.8366746Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:31:32.8366906Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:31:32.8367047Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:31:32.8367203Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8367361Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8367514Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8367672Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8367838Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:31:32.8367998Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:31:32.8368156Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8368315Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8368472Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8368628Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8368786Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8368943Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8369099Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:31:32.8369263Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8369423Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8369624Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:31:32.8369840Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8369987Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:31:32.8370141Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8370300Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:31:32.8370505Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:31:32.8370681Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:31:32.8370864Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:31:32.8371098Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8371327Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T01:31:32.8371603Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8371826Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8372048Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:31:32.8372269Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8372492Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8372716Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8372943Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8373171Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8373395Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8373619Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8373844Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8374065Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8374287Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8374508Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:31:32.8374723Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T01:31:32.8374957Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8375230Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:31:32.8375453Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8375679Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8375896Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T01:31:32.8376175Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8376406Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8376629Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8376895Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8377152Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8377372Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8377592Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8377807Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8378027Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8378244Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8378466Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8378686Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8378907Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8379124Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T01:31:32.8379343Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8379555Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8379774Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8379993Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8380210Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8380429Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8380688Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8380905Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8381121Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8381335Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8381550Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8381763Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:31:32.8381985Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8382208Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8382560Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:31:32.8382776Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8382990Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:32.8383257Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T01:31:32.8383482Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8383705Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8383924Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8384149Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8384374Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8384595Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8384817Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8385032Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8385236Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:32.8385455Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:31:32.8385479Z 2022-11-23T01:31:32.8385625Z ---------------------------------------------------------------------- 2022-11-23T01:31:32.8385710Z Ran 8288 tests in 81.937s 2022-11-23T01:31:32.8385716Z 2022-11-23T01:31:32.8385826Z OK (skipped=901, expected failures=15) 2022-11-23T01:31:32.8385832Z 2022-11-23T01:31:32.8385924Z Generating XML reports... 2022-11-23T01:31:32.8386187Z Generated XML report: test-reports\python-unittest\test_binary_ufuncs\TEST-TestBinaryUfuncsCPU-20221123013008.xml 2022-11-23T01:31:32.8386243Z 2022-11-23T01:31:32.8386746Z ##[endgroup] 2022-11-23T01:31:32.8387018Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_j16_7_8_) 2022-11-23T01:31:32.8387027Z 2022-11-23T01:31:35.4270527Z 2022-11-23T01:31:35.4271370Z Expand the folded group to see the log file of test_jit 2022-11-23T01:31:35.4272287Z ##[group]PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit__ymdt2wz) 2022-11-23T01:31:35.4303213Z CUDA not available, skipping tests 2022-11-23T01:31:35.4303769Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:31:35.4304042Z 2022-11-23T01:31:35.4304129Z Running tests... 2022-11-23T01:31:35.4304534Z ---------------------------------------------------------------------- 2022-11-23T01:31:35.4305033Z Test results will be stored in test-reports\python-unittest\test_jit 2022-11-23T01:31:35.4305598Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.006s) 2022-11-23T01:31:35.4306165Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.032s) 2022-11-23T01:31:35.4307011Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.035s) 2022-11-23T01:31:35.4307469Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.000s) 2022-11-23T01:31:35.4307967Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.073s) 2022-11-23T01:31:35.4308481Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.012s) 2022-11-23T01:31:35.4308913Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.068s) 2022-11-23T01:31:35.4309369Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.019s) 2022-11-23T01:31:35.4309813Z test_async_python (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T01:31:35.4310210Z test_async_script (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:31:35.4310745Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:31:35.4311185Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.749s) 2022-11-23T01:31:35.4311723Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.014s) 2022-11-23T01:31:35.4312204Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.019s) 2022-11-23T01:31:35.4312666Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.015s) 2022-11-23T01:31:35.4313112Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:31:35.4313577Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.053s) 2022-11-23T01:31:35.4313969Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T01:31:35.4314998Z Test that futures subtype each other properly. ... ok (0.014s) 2022-11-23T01:31:35.4315465Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:31:35.4315894Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.016s) 2022-11-23T01:31:35.4316368Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:31:35.4316848Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.000s) 2022-11-23T01:31:35.4317311Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.069s) 2022-11-23T01:31:35.4317849Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.031s) 2022-11-23T01:31:35.4318392Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T01:31:35.4318825Z 1. Testing a = int, b = int ... ok (0.015s) 2022-11-23T01:31:35.4319260Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.020s) 2022-11-23T01:31:35.4319847Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.000s) 2022-11-23T01:31:35.4320586Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.021s) 2022-11-23T01:31:35.4321186Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.011s) 2022-11-23T01:31:35.4321722Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.018s) 2022-11-23T01:31:35.4322289Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-11-23T01:31:35.4322905Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.046s) 2022-11-23T01:31:35.4323510Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.109s) 2022-11-23T01:31:35.4324125Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:31:35.4324751Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.054s) 2022-11-23T01:31:35.4325380Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:31:35.4326126Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.000s) 2022-11-23T01:31:35.4327010Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.019s) 2022-11-23T01:31:35.4327700Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:31:35.4328233Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-11-23T01:31:35.4328808Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-11-23T01:31:35.4329341Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T01:31:35.4329843Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-11-23T01:31:35.4330408Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T01:31:35.4331023Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:31:35.4331700Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-11-23T01:31:35.4332391Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T01:31:35.4333032Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T01:31:35.4333658Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-11-23T01:31:35.4334315Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:31:35.4334981Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:31:35.4335604Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:31:35.4336178Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:31:35.4336780Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:31:35.4337440Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:31:35.4337982Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-11-23T01:31:35.4338547Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-11-23T01:31:35.4339024Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-11-23T01:31:35.4339511Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-11-23T01:31:35.4340001Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-11-23T01:31:35.4340524Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-11-23T01:31:35.4341041Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-11-23T01:31:35.4341622Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.015s) 2022-11-23T01:31:35.4342125Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-11-23T01:31:35.4342580Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.011s) 2022-11-23T01:31:35.4343042Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.035s) 2022-11-23T01:31:35.4343467Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.013s) 2022-11-23T01:31:35.4343927Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.049s) 2022-11-23T01:31:35.4344507Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4344982Z Test that the error message displayed when convering a class type ... ok (0.027s) 2022-11-23T01:31:35.4345511Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.049s) 2022-11-23T01:31:35.4345984Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T01:31:35.4346434Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T01:31:35.4346910Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4347332Z Test that inheritance is detected in ... ok (0.042s) 2022-11-23T01:31:35.4347748Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.240s) 2022-11-23T01:31:35.4348211Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-11-23T01:31:35.4348705Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T01:31:35.4349151Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4349527Z Test classmethods on class types. ... ok (0.033s) 2022-11-23T01:31:35.4349956Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-11-23T01:31:35.4350401Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4350905Z Test that del can be called on an instance of a class that ... ok (0.058s) 2022-11-23T01:31:35.4351321Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4351757Z Test that methods on class types can have default arguments. ... ok (0.252s) 2022-11-23T01:31:35.4352182Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-11-23T01:31:35.4352696Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-11-23T01:31:35.4353161Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-11-23T01:31:35.4353712Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-11-23T01:31:35.4354158Z test_in (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:31:35.4354483Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T01:31:35.4354810Z test_interface (jit.test_class_type.TestClassType) ... ok (0.312s) 2022-11-23T01:31:35.4355154Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.038s) 2022-11-23T01:31:35.4355506Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-11-23T01:31:35.4355845Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.332s) 2022-11-23T01:31:35.4356160Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4356590Z Test that a scripted class can make use of the @property decorator. ... ok (0.106s) 2022-11-23T01:31:35.4356952Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T01:31:35.4357313Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:31:35.4357638Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4357989Z Recursive class types not yet supported. We should give a good error message. ... ok (0.023s) 2022-11-23T01:31:35.4358366Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4358793Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.103s) 2022-11-23T01:31:35.4359220Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4359637Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.040s) 2022-11-23T01:31:35.4360025Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4360433Z Test that class types are recursively scripted when an Python instance of one ... ok (0.188s) 2022-11-23T01:31:35.4360794Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4361133Z Test that class types module attributes that fail to script ... ok (0.068s) 2022-11-23T01:31:35.4361462Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4361784Z Test that modifications made to a class instance in TorchScript ... ok (0.030s) 2022-11-23T01:31:35.4362132Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.022s) 2022-11-23T01:31:35.4362491Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.062s) 2022-11-23T01:31:35.4362864Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.039s) 2022-11-23T01:31:35.4363215Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4363633Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.483s) 2022-11-23T01:31:35.4364039Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4364376Z Test that a scripted class can have a method that refers to the class itself ... ok (0.039s) 2022-11-23T01:31:35.4364728Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T01:31:35.4365079Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.015s) 2022-11-23T01:31:35.4365429Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-11-23T01:31:35.4365754Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4366044Z Test static methods on class types. ... ok (0.041s) 2022-11-23T01:31:35.4366323Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4366667Z Test that annotating container attributes with types works correctly ... ok (0.041s) 2022-11-23T01:31:35.4367029Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.033s) 2022-11-23T01:31:35.4367389Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.051s) 2022-11-23T01:31:35.4367723Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T01:31:35.4368020Z Test unused methods on scripted classes. ... ok (0.165s) 2022-11-23T01:31:35.4368326Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.025s) 2022-11-23T01:31:35.4368663Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T01:31:35.4369002Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.688s) 2022-11-23T01:31:35.4369346Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.079s) 2022-11-23T01:31:35.4369805Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.008s) 2022-11-23T01:31:35.4370136Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.014s) 2022-11-23T01:31:35.4370496Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:31:35.4370822Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.006s) 2022-11-23T01:31:35.4371180Z test_div (jit.test_complex.TestComplex) ... ok (0.000s) 2022-11-23T01:31:35.4371490Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.026s) 2022-11-23T01:31:35.4371803Z test_pickle (jit.test_complex.TestComplex) ... ok (0.017s) 2022-11-23T01:31:35.4372160Z test_script (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:31:35.4372464Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.009s) 2022-11-23T01:31:35.4372824Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.082s) 2022-11-23T01:31:35.4373229Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-11-23T01:31:35.4373641Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.008s) 2022-11-23T01:31:35.4374109Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:31:35.4374515Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:31:35.4374905Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:31:35.4375295Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:31:35.4375727Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:31:35.4376143Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:31:35.4376544Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:31:35.4376945Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:31:35.4377365Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-11-23T01:31:35.4377893Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-11-23T01:31:35.4378397Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:31:35.4378857Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-11-23T01:31:35.4379199Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-11-23T01:31:35.4379498Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.022s) 2022-11-23T01:31:35.4379880Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:31:35.4380329Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:31:35.4380767Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-11-23T01:31:35.4381201Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:31:35.4381651Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:31:35.4382034Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.897s) 2022-11-23T01:31:35.4382391Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (4.130s) 2022-11-23T01:31:35.4382739Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.020s) 2022-11-23T01:31:35.4383150Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-11-23T01:31:35.4383492Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.072s) 2022-11-23T01:31:35.4383833Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.030s) 2022-11-23T01:31:35.4384212Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-11-23T01:31:35.4384611Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.020s) 2022-11-23T01:31:35.4384979Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-11-23T01:31:35.4385341Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-11-23T01:31:35.4385718Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-11-23T01:31:35.4386136Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T01:31:35.4386507Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:31:35.4386879Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:31:35.4387273Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-11-23T01:31:35.4387724Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T01:31:35.4388088Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:31:35.4388428Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-11-23T01:31:35.4388785Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-11-23T01:31:35.4389152Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-11-23T01:31:35.4389518Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.271s) 2022-11-23T01:31:35.4389895Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-11-23T01:31:35.4390277Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.042s) 2022-11-23T01:31:35.4390700Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.033s) 2022-11-23T01:31:35.4390981Z test_basic (jit.test_list_dict.TestDict) ... ok (0.037s) 2022-11-23T01:31:35.4391264Z test_clear (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T01:31:35.4391604Z test_copy (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-11-23T01:31:35.4391889Z test_del (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-11-23T01:31:35.4392194Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.055s) 2022-11-23T01:31:35.4392523Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.132s) 2022-11-23T01:31:35.4392824Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T01:31:35.4393117Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T01:31:35.4393419Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.023s) 2022-11-23T01:31:35.4393708Z test_get (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-11-23T01:31:35.4393994Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-11-23T01:31:35.4394288Z test_items (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:31:35.4394560Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:31:35.4394840Z test_keys (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T01:31:35.4395116Z test_len (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:31:35.4395393Z test_loop (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:31:35.4395681Z test_membership (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-11-23T01:31:35.4395968Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:31:35.4396287Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-11-23T01:31:35.4396761Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.025s) 2022-11-23T01:31:35.4397060Z test_pop (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-11-23T01:31:35.4397352Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T01:31:35.4397696Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T01:31:35.4398004Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T01:31:35.4398395Z Test that the use of a Dict type annotation without contained ... ok (0.010s) 2022-11-23T01:31:35.4398708Z test_update (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-11-23T01:31:35.4399015Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T01:31:35.4399318Z test_values (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:31:35.4399595Z test_view (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T01:31:35.4399909Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.016s) 2022-11-23T01:31:35.4400630Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:31:35.4402591Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T01:31:35.4402813Z ok (0.149s) 2022-11-23T01:31:35.4403091Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.021s) 2022-11-23T01:31:35.4403457Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.011s) 2022-11-23T01:31:35.4403896Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.018s) 2022-11-23T01:31:35.4404250Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.021s) 2022-11-23T01:31:35.4404805Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-11-23T01:31:35.4405436Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.019s) 2022-11-23T01:31:35.4405976Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4406481Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4406982Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4407475Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4407972Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:31:35.4408461Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4408957Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4409431Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4409923Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4410426Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4410996Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4411554Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4412117Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4412613Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4413103Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4413590Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4414058Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4414530Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-11-23T01:31:35.4415049Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-11-23T01:31:35.4415525Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-11-23T01:31:35.4416001Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-11-23T01:31:35.4416466Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4416935Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4417413Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4417870Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4418339Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4418809Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4419282Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4419753Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4420222Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4420699Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-11-23T01:31:35.4421170Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4421626Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4422094Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-11-23T01:31:35.4422556Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4423019Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4423549Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-11-23T01:31:35.4424021Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4424555Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-11-23T01:31:35.4425031Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4425471Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-11-23T01:31:35.4425950Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-11-23T01:31:35.4426454Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-11-23T01:31:35.4426947Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4427492Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4427972Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-11-23T01:31:35.4428453Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4428928Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4429386Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4429867Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4430393Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:31:35.4430978Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4431447Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4431918Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4432379Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4432844Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4433303Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4433761Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4434227Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-11-23T01:31:35.4434691Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:31:35.4435169Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-11-23T01:31:35.4435659Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4436258Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-11-23T01:31:35.4436757Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4437247Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-11-23T01:31:35.4437734Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4438218Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4438688Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-11-23T01:31:35.4439171Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-11-23T01:31:35.4439653Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-11-23T01:31:35.4440184Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-11-23T01:31:35.4440661Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-11-23T01:31:35.4441149Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-11-23T01:31:35.4441632Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4442112Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-11-23T01:31:35.4442565Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4443032Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4443494Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4443954Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4444416Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4444885Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4445349Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4445810Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4446256Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-11-23T01:31:35.4446715Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4447169Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-11-23T01:31:35.4447628Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4448090Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-11-23T01:31:35.4448605Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4449067Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-11-23T01:31:35.4449551Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.066s) 2022-11-23T01:31:35.4450031Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.066s) 2022-11-23T01:31:35.4450572Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-11-23T01:31:35.4451026Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4451528Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4452034Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-11-23T01:31:35.4452567Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.068s) 2022-11-23T01:31:35.4453067Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.078s) 2022-11-23T01:31:35.4453539Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-11-23T01:31:35.4453980Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4454436Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-11-23T01:31:35.4454930Z test_custom_rules_nn_functional_conv_transpose2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.073s) 2022-11-23T01:31:35.4455457Z test_custom_rules_nn_functional_conv_transpose2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.072s) 2022-11-23T01:31:35.4455958Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-11-23T01:31:35.4456435Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4456973Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4457447Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-11-23T01:31:35.4458015Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-11-23T01:31:35.4458468Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-11-23T01:31:35.4458935Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4459400Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4459861Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-11-23T01:31:35.4460318Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-11-23T01:31:35.4460772Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4461729Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-11-23T01:31:35.4462181Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-11-23T01:31:35.4462638Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-11-23T01:31:35.4463163Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:31:35.4463624Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-11-23T01:31:35.4464130Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-11-23T01:31:35.4464510Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.021s) 2022-11-23T01:31:35.4464819Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.010s) 2022-11-23T01:31:35.4465121Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.025s) 2022-11-23T01:31:35.4465408Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.014s) 2022-11-23T01:31:35.4465822Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.019s) 2022-11-23T01:31:35.4466136Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.000s) 2022-11-23T01:31:35.4466436Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.027s) 2022-11-23T01:31:35.4466727Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.019s) 2022-11-23T01:31:35.4467024Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.021s) 2022-11-23T01:31:35.4467299Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.019s) 2022-11-23T01:31:35.4467578Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.021s) 2022-11-23T01:31:35.4467860Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.015s) 2022-11-23T01:31:35.4468145Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.045s) 2022-11-23T01:31:35.4468467Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.012s) 2022-11-23T01:31:35.4468781Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.006s) 2022-11-23T01:31:35.4469106Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.026s) 2022-11-23T01:31:35.4469527Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... ok (0.091s) 2022-11-23T01:31:35.4469931Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... expected failure (0.206s) 2022-11-23T01:31:35.4470341Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-11-23T01:31:35.4470779Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-11-23T01:31:35.4471143Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.454s) 2022-11-23T01:31:35.4471485Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.063s) 2022-11-23T01:31:35.4471836Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T01:31:35.4472186Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:31:35.4472545Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-11-23T01:31:35.4472912Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T01:31:35.4473278Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:31:35.4473628Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:31:35.4473999Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:31:35.4474379Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T01:31:35.4474821Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T01:31:35.4475198Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:31:35.4475568Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:31:35.4475978Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T01:31:35.4476310Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T01:31:35.4476737Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T01:31:35.4477132Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:31:35.4477503Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:31:35.4477860Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:31:35.4478212Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:31:35.4478569Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T01:31:35.4478983Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T01:31:35.4479348Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-11-23T01:31:35.4479716Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.038s) 2022-11-23T01:31:35.4480100Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.037s) 2022-11-23T01:31:35.4480495Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T01:31:35.4480867Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.104s) 2022-11-23T01:31:35.4481224Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T01:31:35.4481605Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:31:35.4482037Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-11-23T01:31:35.4482448Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.049s) 2022-11-23T01:31:35.4482815Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-11-23T01:31:35.4483277Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:31:35.4483628Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T01:31:35.4483984Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:31:35.4484371Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:31:35.4484777Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T01:31:35.4485212Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:31:35.4485634Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:31:35.4486021Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T01:31:35.4486429Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T01:31:35.4486786Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:31:35.4487136Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-11-23T01:31:35.4487564Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.189s) 2022-11-23T01:31:35.4487931Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... ok (0.110s) 2022-11-23T01:31:35.4488304Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... ok (0.268s) 2022-11-23T01:31:35.4488756Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... ok (0.271s) 2022-11-23T01:31:35.4489142Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... ok (0.077s) 2022-11-23T01:31:35.4489553Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... ok (0.086s) 2022-11-23T01:31:35.4489921Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.243s) 2022-11-23T01:31:35.4490288Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.182s) 2022-11-23T01:31:35.4490654Z test_dictionary_as_example_inputs_for_jit_trace (__main__.TestFrontend) ... ok (0.059s) 2022-11-23T01:31:35.4490978Z test_instancing_error (__main__.TestFrontend) ... ok (0.402s) 2022-11-23T01:31:35.4491345Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.028s) 2022-11-23T01:31:35.4491854Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (2.570s) 2022-11-23T01:31:35.4492238Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.663s) 2022-11-23T01:31:35.4492702Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.003s) 2022-11-23T01:31:35.4493170Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.027s) 2022-11-23T01:31:35.4493585Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.003s) 2022-11-23T01:31:35.4493983Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.167s) 2022-11-23T01:31:35.4494362Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.087s) 2022-11-23T01:31:35.4494761Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-11-23T01:31:35.4495249Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-11-23T01:31:35.4495755Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-11-23T01:31:35.4496169Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.011s) 2022-11-23T01:31:35.4496556Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-11-23T01:31:35.4496962Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:31:35.4497369Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-11-23T01:31:35.4497759Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.342s) 2022-11-23T01:31:35.4498212Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.010s) 2022-11-23T01:31:35.4498633Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:31:35.4499051Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.000s) 2022-11-23T01:31:35.4499470Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:31:35.4499895Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.000s) 2022-11-23T01:31:35.4500376Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.000s) 2022-11-23T01:31:35.4500819Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-11-23T01:31:35.4501329Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-11-23T01:31:35.4501744Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.002s) 2022-11-23T01:31:35.4502245Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.041s) 2022-11-23T01:31:35.4502668Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-11-23T01:31:35.4503077Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.021s) 2022-11-23T01:31:35.4503484Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.048s) 2022-11-23T01:31:35.4503862Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.666s) 2022-11-23T01:31:35.4504247Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.464s) 2022-11-23T01:31:35.4504632Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:31:35.4505026Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-11-23T01:31:35.4505410Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.097s) 2022-11-23T01:31:35.4505845Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.076s) 2022-11-23T01:31:35.4506283Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.028s) 2022-11-23T01:31:35.4506767Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.098s) 2022-11-23T01:31:35.4507261Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.023s) 2022-11-23T01:31:35.4507825Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-11-23T01:31:35.4508267Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.008s) 2022-11-23T01:31:35.4508690Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.042s) 2022-11-23T01:31:35.4509028Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.010s) 2022-11-23T01:31:35.4509312Z test_hash_device (jit.test_hash.TestHash) ... ok (0.010s) 2022-11-23T01:31:35.4509582Z test_hash_float (jit.test_hash.TestHash) ... ok (0.013s) 2022-11-23T01:31:35.4532125Z test_hash_int (jit.test_hash.TestHash) ... ok (0.009s) 2022-11-23T01:31:35.4532591Z test_hash_none (jit.test_hash.TestHash) ... ok (0.000s) 2022-11-23T01:31:35.4532939Z test_hash_string (jit.test_hash.TestHash) ... ok (0.017s) 2022-11-23T01:31:35.4533219Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T01:31:35.4533464Z Tensors should hash by identity ... ok (0.009s) 2022-11-23T01:31:35.4533795Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.009s) 2022-11-23T01:31:35.4534127Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.005s) 2022-11-23T01:31:35.4534469Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T01:31:35.4534799Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-11-23T01:31:35.4535197Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-11-23T01:31:35.4535514Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-11-23T01:31:35.4535862Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-11-23T01:31:35.4536213Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.053s) 2022-11-23T01:31:35.4536552Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-11-23T01:31:35.4536885Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-11-23T01:31:35.4537230Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-11-23T01:31:35.4537767Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.052s) 2022-11-23T01:31:35.4538093Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-11-23T01:31:35.4538423Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.052s) 2022-11-23T01:31:35.4538771Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-11-23T01:31:35.4539130Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-11-23T01:31:35.4539545Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T01:31:35.4539899Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-11-23T01:31:35.4540307Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T01:31:35.4540675Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.035s) 2022-11-23T01:31:35.4541034Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.057s) 2022-11-23T01:31:35.4541395Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-11-23T01:31:35.4541814Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.030s) 2022-11-23T01:31:35.4542150Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T01:31:35.4542477Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.040s) 2022-11-23T01:31:35.4542841Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-11-23T01:31:35.4543199Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.013s) 2022-11-23T01:31:35.4543590Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.013s) 2022-11-23T01:31:35.4544081Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.003s) 2022-11-23T01:31:35.4544638Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:31:35.4545196Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:31:35.4545776Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.047s) 2022-11-23T01:31:35.4546343Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.000s) 2022-11-23T01:31:35.4546748Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-11-23T01:31:35.4547068Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:31:35.4547395Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T01:31:35.4547748Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:31:35.4548096Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T01:31:35.4548454Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:31:35.4548838Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:31:35.4549200Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:31:35.4549521Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:31:35.4549843Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:31:35.4550169Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:31:35.4550493Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T01:31:35.4550985Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T01:31:35.4551303Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:31:35.4551656Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:31:35.4552065Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T01:31:35.4552412Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-11-23T01:31:35.4552847Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:31:35.4553216Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:31:35.4553540Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:31:35.4553901Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:31:35.4554259Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:31:35.4554603Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-11-23T01:31:35.4554938Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T01:31:35.4555325Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T01:31:35.4555667Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:31:35.4556012Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:31:35.4556347Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:31:35.4556686Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.026s) 2022-11-23T01:31:35.4556991Z test_ModuleList (__main__.TestJit) ... ok (0.080s) 2022-11-23T01:31:35.4557254Z test_Sequential (__main__.TestJit) ... ok (0.026s) 2022-11-23T01:31:35.4557497Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.044s) 2022-11-23T01:31:35.4557759Z test_add_relu_fusion (__main__.TestJit) ... ok (0.040s) 2022-11-23T01:31:35.4558023Z test_arg_configurations (__main__.TestJit) 2022-11-23T01:31:35.4558436Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.000s) 2022-11-23T01:31:35.4558775Z test_attrs (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:31:35.4559076Z test_batchnorm (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:31:35.4559405Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-11-23T01:31:35.4559694Z test_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:31:35.4559971Z test_constant_insertion (__main__.TestJit) ... ok (8.481s) 2022-11-23T01:31:35.4560264Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:31:35.4560565Z test_constant_prop_exception (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:31:35.4560861Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:31:35.4561141Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:31:35.4561435Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:31:35.4561733Z test_constant_prop_nested (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:31:35.4562014Z test_constant_prop_none (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:31:35.4562294Z test_constant_prop_print (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:31:35.4562573Z test_constant_prop_rand (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:31:35.4562850Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.017s) 2022-11-23T01:31:35.4563143Z test_constant_prop_simple (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:31:35.4563418Z test_constants_pkl (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4563673Z test_cpp (__main__.TestJit) ... ok (0.024s) 2022-11-23T01:31:35.4563908Z test_cse (__main__.TestJit) ... ok (0.025s) 2022-11-23T01:31:35.4564225Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:31:35.4564571Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4564874Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.002s) 2022-11-23T01:31:35.4565200Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:31:35.4565546Z test_decompose_addmm (__main__.TestJit) ... ok (0.028s) 2022-11-23T01:31:35.4565840Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.002s) 2022-11-23T01:31:35.4566153Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:31:35.4566418Z test_disabled (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:31:35.4566675Z test_dropout (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:31:35.4566980Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-11-23T01:31:35.4567538Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:31:35.4568283Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:31:35.4568959Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:31:35.4569567Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:31:35.4570162Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:31:35.4570807Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:31:35.4571401Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:31:35.4572043Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:31:35.4572648Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:31:35.4573242Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:31:35.4573830Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:31:35.4574426Z STAGE:2022-11-23 01:29:10 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:31:35.4574798Z ok (0.149s) 2022-11-23T01:31:35.4575091Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.006s) 2022-11-23T01:31:35.4575396Z test_einsum (__main__.TestJit) ... ok (0.049s) 2022-11-23T01:31:35.4575654Z test_element_size (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4575931Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:31:35.4576216Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:31:35.4576569Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:31:35.4577009Z test_export_dropout (__main__.TestJit) ... ok (0.016s) 2022-11-23T01:31:35.4577265Z test_export_lstm (__main__.TestJit) ... ok (0.072s) 2022-11-23T01:31:35.4577533Z test_export_opnames (__main__.TestJit) ... ok (0.026s) 2022-11-23T01:31:35.4577845Z test_export_rnn (__main__.TestJit) ... ok (0.127s) 2022-11-23T01:31:35.4578166Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-11-23T01:31:35.4578495Z test_function_default_values (__main__.TestJit) ... ok (0.022s) 2022-11-23T01:31:35.4578799Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4579078Z test_import_method (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:31:35.4579352Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:31:35.4579611Z test_layout (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4579881Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:31:35.4580164Z test_matrix_transpose (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4580442Z test_module_default_values (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4580771Z test_mutable_default_values (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:31:35.4581094Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.000s) 2022-11-23T01:31:35.4581393Z test_nn_conv (__main__.TestJit) ... ok (0.462s) 2022-11-23T01:31:35.4581646Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.114s) 2022-11-23T01:31:35.4581905Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.081s) 2022-11-23T01:31:35.4582162Z test_nn_padding (__main__.TestJit) ... ok (0.553s) 2022-11-23T01:31:35.4582424Z test_nn_padding_functional (__main__.TestJit) ... ok (0.060s) 2022-11-23T01:31:35.4582710Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:31:35.4583067Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.011s) 2022-11-23T01:31:35.4583444Z test_numel (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4583722Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.051s) 2022-11-23T01:31:35.4584068Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:31:35.4584376Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.028s) 2022-11-23T01:31:35.4584773Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.000s) 2022-11-23T01:31:35.4585191Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:31:35.4585471Z test_pretty_printer (__main__.TestJit) ... ok (0.040s) 2022-11-23T01:31:35.4585747Z test_print_classes_module (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4586020Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:31:35.4586289Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4586612Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.002s) 2022-11-23T01:31:35.4586923Z test_python_bindings (__main__.TestJit) ... ok (0.136s) 2022-11-23T01:31:35.4587184Z test_python_ir (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4587445Z test_python_ir_utils (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:31:35.4587718Z test_python_ir_utils_graph (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:31:35.4587980Z test_python_ivalue (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:31:35.4588249Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (2.279s) 2022-11-23T01:31:35.4588517Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4588803Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:31:35.4589089Z test_restore_device (__main__.TestJit) ... ok (0.016s) 2022-11-23T01:31:35.4589513Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-11-23T01:31:35.4589875Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-11-23T01:31:35.4590262Z test_script_autograd_grad (__main__.TestJit) ... ok (0.140s) 2022-11-23T01:31:35.4590626Z test_script_backward (__main__.TestJit) ... ok (0.012s) 2022-11-23T01:31:35.4591177Z test_script_backward_twice (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-11-23T01:31:35.4591703Z warnings.warn( 2022-11-23T01:31:35.4591887Z ok (0.019s) 2022-11-23T01:31:35.4592096Z test_script_fn_pkl (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4592370Z test_script_tensor_type (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:31:35.4592661Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4592970Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4593278Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4593643Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:31:35.4593901Z test_sparse_tensors (__main__.TestJit) ... ok (0.051s) 2022-11-23T01:31:35.4594855Z test_torch_complex (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:35.4595804Z return callable(*args, **kwargs) 2022-11-23T01:31:35.4596741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:31:35.4597572Z return callable(*args, **kwargs) 2022-11-23T01:31:35.4597768Z ok (0.042s) 2022-11-23T01:31:35.4598115Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-11-23T01:31:35.4598487Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:31:35.4598833Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:31:35.4599111Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:31:35.4599378Z test_torch_sum (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:31:35.4599649Z test_trace_retains_train (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:31:35.4599902Z test_train_eval (__main__.TestJit) ... ok (0.081s) 2022-11-23T01:31:35.4600158Z test_transpose (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:31:35.4600425Z test_unchecked_cast (__main__.TestJit) ... ok (0.023s) 2022-11-23T01:31:35.4600695Z test_unique_state_dict (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:31:35.4601032Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-11-23T01:31:35.4601349Z test_warnings (__main__.TestJit) ... ok (0.017s) 2022-11-23T01:31:35.4601642Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4602125Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:31:35.4602511Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4602945Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T01:31:35.4603321Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:31:35.4603703Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:31:35.4604079Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:31:35.4604436Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4604849Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4605301Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:31:35.4605671Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:31:35.4606039Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:31:35.4606464Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4606812Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:31:35.4607178Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:31:35.4607554Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:31:35.4607926Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:31:35.4608349Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:31:35.4608728Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4609157Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:31:35.4609520Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:31:35.4609899Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:31:35.4610278Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T01:31:35.4610653Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:31:35.4611030Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4611374Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:31:35.4611697Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:31:35.4612041Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:31:35.4612389Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:31:35.4612722Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4613053Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4613399Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:31:35.4613758Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:31:35.4614101Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4614484Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:31:35.4614835Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4615260Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4615607Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4615960Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:31:35.4616327Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:31:35.4616709Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:31:35.4617101Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:31:35.4617512Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4617925Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:31:35.4618304Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4618650Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4618995Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:31:35.4619411Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:31:35.4619783Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4620176Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4620575Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:31:35.4620986Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:31:35.4621309Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4621717Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4622070Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4622416Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4622766Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4623120Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4623462Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4623795Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4624162Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4624527Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:31:35.4624893Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T01:31:35.4625273Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4625659Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:31:35.4626031Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:31:35.4626409Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4626782Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4627226Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:31:35.4627603Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4628017Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-11-23T01:31:35.4628440Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-11-23T01:31:35.4628782Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-11-23T01:31:35.4629148Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-11-23T01:31:35.4629516Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T01:31:35.4629875Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-11-23T01:31:35.4630239Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-11-23T01:31:35.4630666Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T01:31:35.4631021Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T01:31:35.4631367Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T01:31:35.4631716Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:31:35.4632075Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:31:35.4632981Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-11-23T01:31:35.4633387Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T01:31:35.4633738Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T01:31:35.4634132Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-11-23T01:31:35.4634479Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:31:35.4634839Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:31:35.4635196Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T01:31:35.4635531Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:31:35.4635841Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:31:35.4636147Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:31:35.4636475Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4636868Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.000s) 2022-11-23T01:31:35.4637280Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:31:35.4638988Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4639428Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.000s) 2022-11-23T01:31:35.4639815Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:31:35.4640189Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:31:35.4640537Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:31:35.4640891Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4641233Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4641578Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:31:35.4641934Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:31:35.4642278Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:31:35.4642610Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:31:35.4643052Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:31:35.4643388Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:31:35.4643728Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:31:35.4644075Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:31:35.4644400Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:31:35.4644714Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:31:35.4645041Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:31:35.4645366Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T01:31:35.4645751Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:31:35.4646078Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4646451Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:31:35.4646773Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:31:35.4647106Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:31:35.4647843Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T01:31:35.4648210Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T01:31:35.4648552Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:31:35.4648882Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:31:35.4649225Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:31:35.4649538Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:31:35.4649876Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:31:35.4650226Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-11-23T01:31:35.4650565Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:31:35.4650922Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:31:35.4651276Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4651625Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4652034Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:31:35.4652373Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4652756Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:31:35.4653082Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:31:35.4653412Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:31:35.4653739Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:31:35.4654083Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:31:35.4654411Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4654754Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:31:35.4655112Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:31:35.4655454Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4655779Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4656108Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:31:35.4656501Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T01:31:35.4656830Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:31:35.4657182Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:31:35.4657526Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:31:35.4657867Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:31:35.4658241Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:31:35.4658571Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:31:35.4658946Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T01:31:35.4659286Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:31:35.4659629Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4659979Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:31:35.4660309Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4660996Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:31:35.4661338Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:31:35.4661680Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:31:35.4662026Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-11-23T01:31:35.4662379Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-11-23T01:31:35.4662737Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.232s) 2022-11-23T01:31:35.4663084Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-11-23T01:31:35.4663429Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-11-23T01:31:35.4663780Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-11-23T01:31:35.4664138Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.248s) 2022-11-23T01:31:35.4664563Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-11-23T01:31:35.4664909Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-11-23T01:31:35.4665298Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-11-23T01:31:35.4665652Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4666015Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4666402Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:31:35.4666797Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4667194Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4667564Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:31:35.4667899Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:31:35.4668267Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:31:35.4668667Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4669096Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4669600Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4670033Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:31:35.4670437Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4670964Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4671438Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4671866Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4672276Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:31:35.4672656Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4673047Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4673473Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:31:35.4674260Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:31:35.4674714Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:31:35.4675135Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4675534Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4675953Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4676368Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:31:35.4676750Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:31:35.4677176Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4677555Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:31:35.4677975Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4678348Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:31:35.4678697Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4679014Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:31:35.4679334Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:31:35.4679647Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:31:35.4679968Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:31:35.4680316Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:31:35.4680673Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4681031Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:31:35.4681385Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:31:35.4681731Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:31:35.4682091Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:31:35.4682436Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:31:35.4682792Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:31:35.4683275Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4683632Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:31:35.4683951Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:31:35.4684329Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4684658Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:31:35.4684975Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4685315Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:31:35.4685666Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:31:35.4686031Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-11-23T01:31:35.4686409Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T01:31:35.4686831Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:31:35.4687579Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:31:35.4687968Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T01:31:35.4688351Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:31:35.4688774Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T01:31:35.4689178Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-11-23T01:31:35.4689540Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T01:31:35.4689988Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T01:31:35.4690411Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-11-23T01:31:35.4690891Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T01:31:35.4691278Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:31:35.4691663Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T01:31:35.4692083Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:31:35.4692433Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4692754Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:31:35.4693091Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:31:35.4693407Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:31:35.4693715Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:31:35.4694040Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4694348Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:31:35.4694673Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T01:31:35.4695025Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:31:35.4695389Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:31:35.4695751Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:31:35.4696153Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-11-23T01:31:35.4696911Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-11-23T01:31:35.4697288Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:31:35.4697658Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:31:35.4698011Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:31:35.4698380Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.162s) 2022-11-23T01:31:35.4698736Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:31:35.4699081Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:31:35.4699414Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:31:35.4699802Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.000s) 2022-11-23T01:31:35.4700235Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.013s) 2022-11-23T01:31:35.4700601Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:31:35.4701240Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:31:35.4701581Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:31:35.4701917Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4702348Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4702734Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4703181Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:31:35.4703581Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:31:35.4703973Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:31:35.4704365Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4704731Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:31:35.4705086Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:31:35.4705417Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4705766Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:31:35.4706121Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:31:35.4706477Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-11-23T01:31:35.4706825Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-11-23T01:31:35.4707167Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T01:31:35.4707538Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-11-23T01:31:35.4707926Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-11-23T01:31:35.4708291Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-11-23T01:31:35.4708697Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-11-23T01:31:35.4709066Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-11-23T01:31:35.4709493Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-11-23T01:31:35.4709860Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T01:31:35.4710652Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-11-23T01:31:35.4711045Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.249s) 2022-11-23T01:31:35.4711441Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-11-23T01:31:35.4711802Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:31:35.4712141Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:31:35.4712486Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:31:35.4712847Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4713211Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:31:35.4713564Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4713924Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4714293Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4714779Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4715145Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:31:35.4715546Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4715923Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4716299Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4716637Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4716971Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4717308Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4717657Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:31:35.4717998Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4718345Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4718693Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4719029Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4719340Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-11-23T01:31:35.4719679Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-11-23T01:31:35.4720015Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:31:35.4720344Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.193s) 2022-11-23T01:31:35.4720670Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T01:31:35.4721044Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T01:31:35.4721381Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:31:35.4721811Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:31:35.4722200Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4722581Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T01:31:35.4722963Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.451s) 2022-11-23T01:31:35.4723671Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:31:35.4724034Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:31:35.4724358Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T01:31:35.4724711Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:31:35.4725070Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:31:35.4725432Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:31:35.4725766Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:31:35.4726095Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4726417Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:31:35.4726766Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-11-23T01:31:35.4727144Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-11-23T01:31:35.4727594Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T01:31:35.4728056Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:31:35.4728411Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:31:35.4728760Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:31:35.4729080Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:31:35.4729419Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4729785Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:31:35.4730151Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:31:35.4730484Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4730818Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4731157Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:31:35.4731506Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4731853Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4732200Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4732537Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4732863Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:31:35.4733203Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:31:35.4733601Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4733985Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:31:35.4734426Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:31:35.4734816Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:31:35.4735169Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:31:35.4735513Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:31:35.4735848Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:31:35.4736195Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T01:31:35.4736541Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T01:31:35.4737234Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T01:31:35.4737583Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T01:31:35.4737924Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:31:35.4738086Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:31:35.4738257Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T01:31:35.4738384Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:31:35.4738538Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:31:35.4738689Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:31:35.4738861Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:31:35.4739050Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4739230Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4739412Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4739702Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4739911Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4740100Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:31:35.4740287Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4740516Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4740699Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:31:35.4740902Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4741104Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4741304Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4741499Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:31:35.4741690Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:31:35.4741893Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4742056Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:31:35.4742207Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:31:35.4742385Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4742558Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4742739Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4742914Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:31:35.4743077Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4743257Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4743428Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4743613Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4744124Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:31:35.4744281Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4744445Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:31:35.4744625Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4744798Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4744958Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4745136Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4745307Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4745456Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:31:35.4745612Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:31:35.4745773Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:31:35.4745981Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:31:35.4746204Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:31:35.4746369Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:31:35.4746538Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:31:35.4746753Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:31:35.4746920Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:31:35.4747083Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4747260Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4747429Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-11-23T01:31:35.4747617Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4747811Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4747971Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-11-23T01:31:35.4748146Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:31:35.4748322Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:31:35.4748472Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:31:35.4748636Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:31:35.4748782Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:31:35.4748932Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:31:35.4749081Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:31:35.4749246Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:31:35.4749405Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4749560Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:31:35.4749733Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4749905Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4750071Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4750238Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4750797Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4750979Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4751147Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4751313Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4751478Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4751644Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:31:35.4751828Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:31:35.4752013Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:31:35.4752247Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4752431Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:31:35.4752589Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T01:31:35.4752807Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:31:35.4753033Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:31:35.4753226Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4753409Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4753588Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4753766Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T01:31:35.4753944Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:31:35.4754133Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:31:35.4754304Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4754452Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:31:35.4754595Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4754754Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:31:35.4754914Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:31:35.4755083Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:31:35.4755226Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:31:35.4755369Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:31:35.4755516Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4755668Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:31:35.4755829Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4755980Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T01:31:35.4756141Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4756313Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4756488Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:31:35.4756648Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:31:35.4756820Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T01:31:35.4757045Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:31:35.4757208Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:31:35.4757378Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:31:35.4757558Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:31:35.4757724Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4757896Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:31:35.4758070Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:31:35.4758233Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:31:35.4758423Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:31:35.4758622Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:31:35.4758785Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:31:35.4758959Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:31:35.4759227Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:31:35.4759385Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:31:35.4759545Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:31:35.4759697Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4759839Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:31:35.4759996Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:31:35.4760149Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:31:35.4760298Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:31:35.4760460Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4760616Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:31:35.4760773Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4760931Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4761109Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:31:35.4761287Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:31:35.4761444Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4761610Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4761786Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4761952Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:31:35.4762116Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4762278Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:31:35.4762462Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:31:35.4762642Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:31:35.4762820Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:31:35.4762989Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4763135Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:31:35.4763349Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4763515Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:31:35.4763678Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:31:35.4763837Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:31:35.4763982Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:31:35.4764141Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:31:35.4764304Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T01:31:35.4764444Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:31:35.4764595Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4764800Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4764974Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:31:35.4765150Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4765366Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:31:35.4765570Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:31:35.4765731Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:31:35.4765906Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:31:35.4766072Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:31:35.4766219Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:31:35.4766382Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:31:35.4766544Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:31:35.4766684Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:31:35.4766841Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:31:35.4766995Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4767134Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:31:35.4767302Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:31:35.4767460Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:31:35.4767622Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:31:35.4767787Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T01:31:35.4767958Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:31:35.4768139Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:31:35.4768377Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:31:35.4768584Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.415s) 2022-11-23T01:31:35.4768783Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (3.327s) 2022-11-23T01:31:35.4768976Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.069s) 2022-11-23T01:31:35.4769167Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.977s) 2022-11-23T01:31:35.4769344Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (10.836s) 2022-11-23T01:31:35.4769592Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:31:35.4769786Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:31:35.4769972Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:31:35.4770141Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:31:35.4770286Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:31:35.4770445Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:31:35.4770583Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:31:35.4770745Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:31:35.4770966Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:31:35.4771136Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:31:35.4771303Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4771481Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4771760Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4771956Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4772144Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4772354Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T01:31:35.4772527Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4772722Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4772895Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4773075Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4773252Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4773448Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4773640Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4773850Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4774026Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4774221Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:31:35.4774388Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4774557Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4774735Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4774907Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:31:35.4775099Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4775266Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4775436Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:31:35.4775612Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4775834Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4776021Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4776195Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4776365Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4776540Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4776714Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4776888Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4777057Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4777278Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4777453Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4777624Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4777879Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4778064Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4778243Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4778440Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:31:35.4778618Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:31:35.4778813Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4778972Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4779132Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4779294Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4779455Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4779616Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4779787Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4779982Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:31:35.4780150Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4780312Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:31:35.4780485Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T01:31:35.4780642Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4780807Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4780962Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4781127Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4781283Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:31:35.4781469Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.004s) 2022-11-23T01:31:35.4781645Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.010s) 2022-11-23T01:31:35.4781830Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:31:35.4782071Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.009s) 2022-11-23T01:31:35.4782270Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:31:35.4782456Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:31:35.4782644Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:31:35.4782815Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.006s) 2022-11-23T01:31:35.4782974Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.020s) 2022-11-23T01:31:35.4783142Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4783337Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T01:31:35.4783505Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T01:31:35.4783664Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4783813Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:31:35.4784008Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:31:35.4784186Z test_del (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4784354Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4784511Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:31:35.4784702Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:31:35.4784881Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:31:35.4785051Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:31:35.4785242Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4785401Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:31:35.4785559Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:31:35.4785746Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4785902Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:31:35.4786071Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4786250Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:31:35.4786409Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:31:35.4786597Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4786799Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4786950Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4787099Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:31:35.4787233Z test_in_check (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4787383Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.035s) 2022-11-23T01:31:35.4787520Z test_list_count (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T01:31:35.4787655Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4787791Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:31:35.4787927Z test_list_index (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4788127Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4788267Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.021s) 2022-11-23T01:31:35.4788401Z test_list_len (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4788537Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.021s) 2022-11-23T01:31:35.4788672Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:31:35.4788802Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.055s) 2022-11-23T01:31:35.4788934Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.029s) 2022-11-23T01:31:35.4789065Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.039s) 2022-11-23T01:31:35.4789214Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:31:35.4789338Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T01:31:35.4789482Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.014s) 2022-11-23T01:31:35.4789681Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:31:35.4789816Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.094s) 2022-11-23T01:31:35.4789999Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.063s) 2022-11-23T01:31:35.4790147Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4790341Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4790602Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:31:35.4790764Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:31:35.4790919Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4791075Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:31:35.4791218Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4791372Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4791529Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:31:35.4791676Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4791843Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4792001Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4792164Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4792317Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:31:35.4792460Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:31:35.4792604Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:31:35.4792736Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4792883Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4793042Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:31:35.4793202Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4793352Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4793500Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:31:35.4793646Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.019s) 2022-11-23T01:31:35.4793791Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:31:35.4793955Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:31:35.4794109Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:31:35.4794309Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:31:35.4794465Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:31:35.4794625Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4794780Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:31:35.4794917Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.032s) 2022-11-23T01:31:35.4795059Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:31:35.4795219Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:31:35.4795348Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:31:35.4795507Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:31:35.4795624Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T01:31:35.4795809Z Unit tests for Tensor.tolist() function. ... ok (0.350s) 2022-11-23T01:31:35.4795934Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T01:31:35.4796151Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.000s) 2022-11-23T01:31:35.4796309Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.010s) 2022-11-23T01:31:35.4796466Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.010s) 2022-11-23T01:31:35.4796670Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.000s) 2022-11-23T01:31:35.4796833Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.014s) 2022-11-23T01:31:35.4797004Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.011s) 2022-11-23T01:31:35.4797161Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.010s) 2022-11-23T01:31:35.4797345Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.031s) 2022-11-23T01:31:35.4797520Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.019s) 2022-11-23T01:31:35.4797689Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.019s) 2022-11-23T01:31:35.4797875Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.027s) 2022-11-23T01:31:35.4798000Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T01:31:35.4798132Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.012s) 2022-11-23T01:31:35.4798283Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.046s) 2022-11-23T01:31:35.4798422Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:31:35.4798554Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T01:31:35.4798674Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T01:31:35.4798814Z Check that an if statement can return different ... ok (0.011s) 2022-11-23T01:31:35.4798947Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.008s) 2022-11-23T01:31:35.4799082Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.012s) 2022-11-23T01:31:35.4799232Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.034s) 2022-11-23T01:31:35.4799373Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.016s) 2022-11-23T01:31:35.4799498Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T01:31:35.4799635Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T01:31:35.4799804Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:31:35.4799973Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T01:31:35.4800122Z test_script_many_decorators (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T01:31:35.4800256Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.014s) 2022-11-23T01:31:35.4800453Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T01:31:35.4800615Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:31:35.4800768Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T01:31:35.4800921Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T01:31:35.4801084Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T01:31:35.4801239Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T01:31:35.4801440Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-11-23T01:31:35.4801649Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T01:31:35.4801841Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-11-23T01:31:35.4802090Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T01:31:35.4802294Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-11-23T01:31:35.4802543Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-11-23T01:31:35.4802782Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-11-23T01:31:35.4802974Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.060s) 2022-11-23T01:31:35.4803151Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.056s) 2022-11-23T01:31:35.4803324Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.029s) 2022-11-23T01:31:35.4803529Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T01:31:35.4803705Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-11-23T01:31:35.4803880Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.034s) 2022-11-23T01:31:35.4804057Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:31:35.4804242Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.016s) 2022-11-23T01:31:35.4804411Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.309s) 2022-11-23T01:31:35.4804599Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:31:35.4804767Z Tracing over a script function returning a dictionary should work. ... ok (0.043s) 2022-11-23T01:31:35.4804938Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-11-23T01:31:35.4805162Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.096s) 2022-11-23T01:31:35.4805369Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.074s) 2022-11-23T01:31:35.4805545Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-11-23T01:31:35.4805723Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-11-23T01:31:35.4805883Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.002s) 2022-11-23T01:31:35.4806025Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.543s) 2022-11-23T01:31:35.4806184Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.006s) 2022-11-23T01:31:35.4806315Z test_mnist (jit.test_models.TestModels) ... ok (0.174s) 2022-11-23T01:31:35.4806466Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4806651Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4806931Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:31:35.4807094Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4807242Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.083s) 2022-11-23T01:31:35.4807419Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4807606Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.007s) 2022-11-23T01:31:35.4807795Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-11-23T01:31:35.4808005Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:31:35.4808156Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4808353Z test_snli_quantized (jit.test_models.TestModels) ... ok (1.114s) 2022-11-23T01:31:35.4808583Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:31:35.4808750Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4808989Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.173s) 2022-11-23T01:31:35.4809133Z test_vae (jit.test_models.TestModels) ... ok (0.363s) 2022-11-23T01:31:35.4809283Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:31:35.4809426Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.174s) 2022-11-23T01:31:35.4809589Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:31:35.4809737Z Tests that customized state dict methods are in effect ... ok (0.057s) 2022-11-23T01:31:35.4809897Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:31:35.4810065Z Tests that default state dict methods are automatically available ... ok (0.041s) 2022-11-23T01:31:35.4810243Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:31:35.4810395Z Tests that customized state dict methods on submodules are in effect ... ok (0.066s) 2022-11-23T01:31:35.4810597Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.147s) 2022-11-23T01:31:35.4810807Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.040s) 2022-11-23T01:31:35.4811009Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.028s) 2022-11-23T01:31:35.4811223Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.110s) 2022-11-23T01:31:35.4811413Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.084s) 2022-11-23T01:31:35.4811596Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.386s) 2022-11-23T01:31:35.4811788Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.060s) 2022-11-23T01:31:35.4811980Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.011s) 2022-11-23T01:31:35.4812183Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:31:35.4812352Z Test that an attempt to script a module with a regular list attribute ... ok (0.000s) 2022-11-23T01:31:35.4812562Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.038s) 2022-11-23T01:31:35.4812771Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.078s) 2022-11-23T01:31:35.4812973Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.113s) 2022-11-23T01:31:35.4813235Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.054s) 2022-11-23T01:31:35.4813435Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.209s) 2022-11-23T01:31:35.4813643Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.056s) 2022-11-23T01:31:35.4813848Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.044s) 2022-11-23T01:31:35.4814023Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:31:35.4814198Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.104s) 2022-11-23T01:31:35.4814370Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:31:35.4814584Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.111s) 2022-11-23T01:31:35.4814812Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.044s) 2022-11-23T01:31:35.4815014Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.024s) 2022-11-23T01:31:35.4815273Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.050s) 2022-11-23T01:31:35.4815541Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.041s) 2022-11-23T01:31:35.4815753Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-11-23T01:31:35.4815942Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.025s) 2022-11-23T01:31:35.4816125Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.035s) 2022-11-23T01:31:35.4816308Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.191s) 2022-11-23T01:31:35.4816512Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.000s) 2022-11-23T01:31:35.4816707Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.077s) 2022-11-23T01:31:35.4816884Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-11-23T01:31:35.4817085Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.037s) 2022-11-23T01:31:35.4817287Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.023s) 2022-11-23T01:31:35.4817479Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.028s) 2022-11-23T01:31:35.4817676Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.013s) 2022-11-23T01:31:35.4817878Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.037s) 2022-11-23T01:31:35.4818036Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T01:31:35.4818185Z Test that a module that has __constants__ set to something ... ok (0.020s) 2022-11-23T01:31:35.4818337Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.007s) 2022-11-23T01:31:35.4818482Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-11-23T01:31:35.4818646Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-11-23T01:31:35.4818818Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-11-23T01:31:35.4818973Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-11-23T01:31:35.4819138Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-11-23T01:31:35.4819359Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.000s) 2022-11-23T01:31:35.4819526Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T01:31:35.4819748Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-11-23T01:31:35.4819915Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-11-23T01:31:35.4820077Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-11-23T01:31:35.4820327Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:31:35.4820564Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.011s) 2022-11-23T01:31:35.4820845Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4821090Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:31:35.4821319Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:31:35.4821559Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:31:35.4821900Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4822127Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4822358Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:31:35.4822589Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4822821Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4823058Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4823291Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4823514Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4823745Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4823984Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4824218Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4824458Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4824686Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4824907Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:31:35.4825137Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4825365Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4825600Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4825886Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4826111Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4826340Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4826576Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4826798Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4827032Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4827279Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:31:35.4827479Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.007s) 2022-11-23T01:31:35.4827745Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.009s) 2022-11-23T01:31:35.4828034Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.043s) 2022-11-23T01:31:35.4828323Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.043s) 2022-11-23T01:31:35.4828613Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.040s) 2022-11-23T01:31:35.4828896Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.036s) 2022-11-23T01:31:35.4829194Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.020s) 2022-11-23T01:31:35.4829468Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.020s) 2022-11-23T01:31:35.4829737Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-11-23T01:31:35.4829924Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.074s) 2022-11-23T01:31:35.4830093Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T01:31:35.4830249Z Test the jit scripting and tracing of a parametrized model. ... ok (0.072s) 2022-11-23T01:31:35.4830407Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.112s) 2022-11-23T01:31:35.4830663Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.034s) 2022-11-23T01:31:35.4830806Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.025s) 2022-11-23T01:31:35.4830964Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4831125Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4831283Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T01:31:35.4831467Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4831618Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T01:31:35.4831777Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4831934Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-11-23T01:31:35.4832266Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-11-23T01:31:35.4832482Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4832691Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4832906Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4833160Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4833372Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4833583Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4833758Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-11-23T01:31:35.4833919Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4834124Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4834377Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4834582Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T01:31:35.4834728Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:31:35.4834882Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:31:35.4835039Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-11-23T01:31:35.4835196Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.057s) 2022-11-23T01:31:35.4835349Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.028s) 2022-11-23T01:31:35.4835527Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T01:31:35.4835697Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:31:35.4835874Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:31:35.4836045Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-11-23T01:31:35.4836255Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:31:35.4836465Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-11-23T01:31:35.4836635Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.022s) 2022-11-23T01:31:35.4836805Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T01:31:35.4836983Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-11-23T01:31:35.4837146Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:31:35.4837308Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:31:35.4837483Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T01:31:35.4837622Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-11-23T01:31:35.4837764Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.021s) 2022-11-23T01:31:35.4837932Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.040s) 2022-11-23T01:31:35.4838110Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-11-23T01:31:35.4838264Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.011s) 2022-11-23T01:31:35.4838426Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-11-23T01:31:35.4838636Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-11-23T01:31:35.4838804Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-11-23T01:31:35.4838971Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.042s) 2022-11-23T01:31:35.4839130Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.003s) 2022-11-23T01:31:35.4839283Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-11-23T01:31:35.4839466Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.019s) 2022-11-23T01:31:35.4839620Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.012s) 2022-11-23T01:31:35.4839789Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T01:31:35.4839955Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-11-23T01:31:35.4840133Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T01:31:35.4840315Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.007s) 2022-11-23T01:31:35.4840491Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-11-23T01:31:35.4840713Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.006s) 2022-11-23T01:31:35.4840890Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-11-23T01:31:35.4841065Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.013s) 2022-11-23T01:31:35.4841230Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-11-23T01:31:35.4841411Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.048s) 2022-11-23T01:31:35.4841591Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.052s) 2022-11-23T01:31:35.4841762Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:31:35.4841929Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.063s) 2022-11-23T01:31:35.4842108Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.192s) 2022-11-23T01:31:35.4842272Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:31:35.4842443Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.029s) 2022-11-23T01:31:35.4842602Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.017s) 2022-11-23T01:31:35.4842756Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.078s) 2022-11-23T01:31:35.4842925Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:31:35.4843089Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.038s) 2022-11-23T01:31:35.4843280Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.012s) 2022-11-23T01:31:35.4843458Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-11-23T01:31:35.4843629Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-11-23T01:31:35.4843765Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.011s) 2022-11-23T01:31:35.4843940Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.071s) 2022-11-23T01:31:35.4844116Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-11-23T01:31:35.4844302Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.052s) 2022-11-23T01:31:35.4854379Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.085s) 2022-11-23T01:31:35.4854662Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T01:31:35.4854866Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-11-23T01:31:35.4855235Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:31:35.4855426Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-11-23T01:31:35.4855634Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-11-23T01:31:35.4855838Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.045s) 2022-11-23T01:31:35.4856017Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-11-23T01:31:35.4856204Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-11-23T01:31:35.4856379Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-11-23T01:31:35.4856563Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.050s) 2022-11-23T01:31:35.4856748Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.114s) 2022-11-23T01:31:35.4856922Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-11-23T01:31:35.4857096Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-11-23T01:31:35.4857349Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.038s) 2022-11-23T01:31:35.4857509Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-11-23T01:31:35.4857679Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.046s) 2022-11-23T01:31:35.4857859Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.056s) 2022-11-23T01:31:35.4858063Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-11-23T01:31:35.4858264Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:31:35.4858463Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-11-23T01:31:35.4858681Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.089s) 2022-11-23T01:31:35.4858879Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-11-23T01:31:35.4859068Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:31:35.4859253Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-11-23T01:31:35.4859430Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:31:35.4859625Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.052s) 2022-11-23T01:31:35.4859799Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T01:31:35.4859959Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.032s) 2022-11-23T01:31:35.4860131Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.037s) 2022-11-23T01:31:35.4860316Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.055s) 2022-11-23T01:31:35.4860485Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.008s) 2022-11-23T01:31:35.4860658Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.011s) 2022-11-23T01:31:35.4860840Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.025s) 2022-11-23T01:31:35.4860998Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.008s) 2022-11-23T01:31:35.4861168Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-11-23T01:31:35.4861349Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.015s) 2022-11-23T01:31:35.4861497Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4861696Z Exercise the situation where we have the same qualified name ... ok (0.035s) 2022-11-23T01:31:35.4861846Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4862000Z Exercise the situation where we have the same qualified name ... ok (0.090s) 2022-11-23T01:31:35.4862140Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4862291Z Exercise the situation where we have the same qualified name ... ok (0.060s) 2022-11-23T01:31:35.4862445Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.243s) 2022-11-23T01:31:35.4862588Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4862768Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.051s) 2022-11-23T01:31:35.4862933Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4863110Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.016s) 2022-11-23T01:31:35.4863272Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.021s) 2022-11-23T01:31:35.4863435Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.030s) 2022-11-23T01:31:35.4863628Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4863791Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.018s) 2022-11-23T01:31:35.4863943Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:31:35.4864106Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.013s) 2022-11-23T01:31:35.4864256Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.012s) 2022-11-23T01:31:35.4864406Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4864631Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:31:35.4864797Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4865016Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:31:35.4865179Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4865401Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:31:35.4865640Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.004s) 2022-11-23T01:31:35.4865887Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:31:35.4866076Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4866315Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T01:31:35.4866561Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:31:35.4866734Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4866965Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:31:35.4867138Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4867360Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:31:35.4867532Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:31:35.4867797Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:31:35.4868073Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-11-23T01:31:35.4868298Z self=, 2022-11-23T01:31:35.4868390Z sample_input=(2, 3, 2.0, 3.0), 2022-11-23T01:31:35.4868452Z ) 2022-11-23T01:31:35.4868554Z skip: Failed to load fixture! (0.449s) 2022-11-23T01:31:35.4868763Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.221s) 2022-11-23T01:31:35.4868988Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.198s) 2022-11-23T01:31:35.4869208Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.012s) 2022-11-23T01:31:35.4869419Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.135s) 2022-11-23T01:31:35.4869636Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.164s) 2022-11-23T01:31:35.4869895Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.273s) 2022-11-23T01:31:35.4870106Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-11-23T01:31:35.4870317Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.015s) 2022-11-23T01:31:35.4870632Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.017s) 2022-11-23T01:31:35.4870849Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-11-23T01:31:35.4870972Z test_add_out (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4871120Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4871259Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4871396Z test_add_tuple_optional (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4871531Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4871634Z test_addmm_grad (__main__.TestScript) 2022-11-23T01:31:35.4871753Z This test checks several things: ... ok (0.008s) 2022-11-23T01:31:35.4871908Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4872319Z test_all (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:7035: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:31:35.4872486Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-11-23T01:31:35.4872542Z ok (0.009s) 2022-11-23T01:31:35.4872673Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.130s) 2022-11-23T01:31:35.4872810Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.136s) 2022-11-23T01:31:35.4872940Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.112s) 2022-11-23T01:31:35.4873071Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.158s) 2022-11-23T01:31:35.4873207Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4873347Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:31:35.4873478Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4873618Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:31:35.4873752Z test_annotated_script_fn (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4873960Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4874120Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4874261Z test_annotated_script_method (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4874395Z test_annoying_doubles (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4874508Z test_any (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:31:35.4874664Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4874800Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4874936Z test_attr_module_constants (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:31:35.4875068Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4875201Z test_attribute_in_init (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4875344Z test_attribute_serialization (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:31:35.4875573Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.006s) 2022-11-23T01:31:35.4875706Z test_augmented_assign (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4875900Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T01:31:35.4876036Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4876180Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4876338Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4876491Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4876703Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.003s) 2022-11-23T01:31:35.4876867Z test_batchnorm_fuser_cpu (__main__.TestScript) ... pytorch_fuserwhvqpo.cpp 2022-11-23T01:31:35.4877044Z Creating library pytorch_fuserwhvqpo.lib and object pytorch_fuserwhvqpo.exp 2022-11-23T01:31:35.4877112Z ok (4.251s) 2022-11-23T01:31:35.4877246Z test_big_float_literals (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4877364Z test_big_int_literals (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4877493Z test_binary_op_shape (__main__.TestScript) ... ok (0.412s) 2022-11-23T01:31:35.4877615Z test_bitwise_ops (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:31:35.4877757Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4877902Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4878046Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4878188Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:31:35.4878316Z test_bool_dispatch (__main__.TestScript) ... ok (0.057s) 2022-11-23T01:31:35.4878478Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.048s) 2022-11-23T01:31:35.4878614Z test_break_continue_error (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4878745Z test_breaks_continues (__main__.TestScript) ... ok (0.248s) 2022-11-23T01:31:35.4878869Z test_builtin_args (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:31:35.4879048Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-11-23T01:31:35.4879133Z FileCheck checks: 2022-11-23T01:31:35.4879633Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:31:35.4880361Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10806 2022-11-23T01:31:35.4880459Z @torch.jit.script 2022-11-23T01:31:35.4880535Z def f6(a): 2022-11-23T01:31:35.4880667Z a.expand(size=[3, [4]]) 2022-11-23T01:31:35.4880770Z ~~~~~~ <--- HERE 2022-11-23T01:31:35.4880865Z (function emitListLiteral) 2022-11-23T01:31:35.4880933Z ok (0.022s) 2022-11-23T01:31:35.4881082Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:31:35.4881214Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4881331Z test_call_ge (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4881478Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4881630Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4881781Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4881930Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4882077Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4882277Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4882430Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.036s) 2022-11-23T01:31:35.4882579Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4882711Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4882861Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4883008Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4883154Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4883306Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4883496Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-11-23T01:31:35.4883644Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4883833Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-11-23T01:31:35.4884082Z test_calls_in_type_annotations (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py 2022-11-23T01:31:35.4884153Z ok (0.003s) 2022-11-23T01:31:35.4884303Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4884521Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-11-23T01:31:35.4884633Z test_cat (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:31:35.4884753Z test_cat_lifts (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4884863Z test_chr (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4884983Z test_circular_dependency (__main__.TestScript) 2022-11-23T01:31:35.4885135Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.072s) 2022-11-23T01:31:35.4885258Z test_class_as_attribute (__main__.TestScript) ... ok (0.437s) 2022-11-23T01:31:35.4885387Z test_class_attribute (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4885529Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4885692Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4885810Z test_code_with_constants (__main__.TestScript) 2022-11-23T01:31:35.4886003Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.016s) 2022-11-23T01:31:35.4886136Z test_code_with_constants_restore (__main__.TestScript) 2022-11-23T01:31:35.4886388Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.023s) 2022-11-23T01:31:35.4886527Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4886668Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4886896Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:31:35.4887032Z test_conditional_casting (__main__.TestScript) ... ok (0.088s) 2022-11-23T01:31:35.4887161Z test_constant_as_attr (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4887321Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4887456Z test_constant_pooling_none (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4887604Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4887733Z test_context_manager (__main__.TestScript) ... ok (0.050s) 2022-11-23T01:31:35.4887841Z test_conv_error (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4887965Z test_convert_base (__main__.TestScript) ... ok (0.031s) 2022-11-23T01:31:35.4888106Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4888283Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:31:35.4888412Z test_desugar_module (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4888537Z test_device_kwarg (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4888661Z test_device_type (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4888820Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-11-23T01:31:35.4888930Z test_dir (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4889046Z test_divmod (__main__.TestScript) ... ok (0.066s) 2022-11-23T01:31:35.4889223Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:31:35.4889350Z test_dropout_eval (__main__.TestScript) ... ok (0.434s) 2022-11-23T01:31:35.4889471Z test_dtype_attr (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4889600Z test_dtype_op_shape (__main__.TestScript) ... ok (0.066s) 2022-11-23T01:31:35.4889732Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.092s) 2022-11-23T01:31:35.4889854Z test_early_return_closure (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4889991Z test_early_return_fork_join (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:31:35.4890125Z test_early_return_rewrite (__main__.TestScript) ... ok (0.049s) 2022-11-23T01:31:35.4890273Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4890410Z test_early_returns_loops (__main__.TestScript) ... ok (0.072s) 2022-11-23T01:31:35.4890547Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4890681Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4890825Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4890957Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4891083Z test_ellipsis_end (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4891207Z test_ellipsis_mid (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4891342Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:31:35.4891472Z test_ellipsis_start (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4891619Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4891760Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4891889Z test_empty_tuple_str (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4892018Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.079s) 2022-11-23T01:31:35.4892196Z test_erase_number_types (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4892314Z test_error (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4892445Z test_error_stacktrace (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4892592Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.961s) 2022-11-23T01:31:35.4892717Z test_eval_python (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4892859Z test_exception_exits_closure (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4893006Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.057s) 2022-11-23T01:31:35.4893123Z test_expand (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4893235Z test_fibb (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4893368Z test_fibb_totally_better (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4893512Z test_file_format_serialization (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4893642Z test_file_line_error (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4893782Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.871s) 2022-11-23T01:31:35.4893910Z test_file_line_graph (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4894070Z test_file_line_save_load (__main__.TestScript) ... ok (0.470s) 2022-11-23T01:31:35.4894199Z test_file_line_string (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4894325Z test_file_line_trace (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4894446Z test_filecheck (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4894573Z test_filecheck_parse (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4894704Z test_first_class_calls (__main__.TestScript) ... ok (0.378s) 2022-11-23T01:31:35.4894836Z test_first_class_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4894953Z test_floor_div (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4895074Z test_floordiv (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4895192Z test_for_else (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4895314Z test_for_in_dict (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4895442Z test_for_in_enumerate (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:31:35.4895567Z test_for_in_range (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4895693Z test_for_in_range_ast (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4895827Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:31:35.4895959Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4896082Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4896225Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:31:35.4896360Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4896484Z test_for_in_string (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4896616Z test_for_in_tensors (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4896756Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4896893Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4897025Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4897145Z test_for_in_zip (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:31:35.4897278Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:31:35.4897406Z test_for_tuple_assign (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4897532Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:31:35.4897645Z test_format (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4897762Z test_func_call (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:31:35.4897910Z test_function_compilation_caching (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4898085Z test_function_overload_misuse (__main__.TestScript) ... ok (1.207s) 2022-11-23T01:31:35.4898245Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4898380Z test_function_overloads (__main__.TestScript) ... ok (0.105s) 2022-11-23T01:31:35.4898602Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:31:35.4898777Z test_fuser_double_literal_precision (__main__.TestScript) ... pytorch_fusertaog9l.cpp 2022-11-23T01:31:35.4898955Z Creating library pytorch_fusertaog9l.lib and object pytorch_fusertaog9l.exp 2022-11-23T01:31:35.4899027Z ok (0.153s) 2022-11-23T01:31:35.4899164Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4899298Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4899430Z test_generic_list_errors (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4899646Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.004s) 2022-11-23T01:31:35.4899790Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4900537Z test_grad_from_script (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4900654Z test_hash (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4900781Z test_hex_literals (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:31:35.4900891Z test_id (__main__.TestScript) ... ok (0.465s) 2022-11-23T01:31:35.4900987Z test_if (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4901108Z test_if_define (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4901242Z test_if_different_type (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4901370Z test_if_for_in_range (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4901505Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:31:35.4901633Z test_if_list_cat (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4901762Z test_if_nest_while (__main__.TestScript) ... ok (0.105s) 2022-11-23T01:31:35.4901882Z test_if_noelse (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4902018Z test_if_not_defined_error (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4902143Z test_if_supertype (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4902276Z test_ignore_decorator (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4902405Z test_ignored_as_value (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:31:35.4902545Z test_ignored_method_binding (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4902672Z test_ignored_props (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4902826Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4902958Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4903091Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4903205Z test_index (__main__.TestScript) ... ok (0.109s) 2022-11-23T01:31:35.4903348Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4903479Z test_index_with_tuple (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4903609Z test_indexing_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4903730Z test_infer_size (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4903847Z test_inferred_error_msg (__main__.TestScript) 2022-11-23T01:31:35.4904012Z Test that when we get a type mismatch on a function where we inferred ... ok (0.006s) 2022-11-23T01:31:35.4904140Z test_inherit_method (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:31:35.4904372Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.000s) 2022-11-23T01:31:35.4904536Z test_inlined_graph (__main__.TestScript) 2022-11-23T01:31:35.4904709Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.024s) 2022-11-23T01:31:35.4904839Z test_inlining_cleanup (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4904964Z test_inplace_add (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4905100Z test_inplace_copy_script (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4905240Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4905344Z test_int_cast (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4905488Z test_integral_shape_inference (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4905619Z test_interpret_graph (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4905750Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.496s) 2022-11-23T01:31:35.4905875Z test_intlist_args (__main__.TestScript) ... ok (0.036s) 2022-11-23T01:31:35.4906018Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4906154Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4906298Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4906466Z test_irparser (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4906588Z test_is_after_use (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4906779Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4906923Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907062Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907198Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907336Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907473Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907591Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907726Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907860Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4907991Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908123Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908266Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908401Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908534Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908667Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908799Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4908933Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909064Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909202Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909340Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909473Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909604Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909721Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909852Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4909984Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4910119Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4910300Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4910433Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4910682Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4910819Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4910951Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911084Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911215Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911346Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911476Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911606Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911737Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911869Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4911988Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912120Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912306Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912439Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912573Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912706Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912837Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4912970Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4913101Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4913232Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:31:35.4913379Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4913524Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4913669Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4913809Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4913951Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914092Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914220Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914360Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914502Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914641Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914785Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4914926Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915069Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915207Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915347Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915485Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915625Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915765Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4915902Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916041Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916225Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916364Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916492Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916632Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916769Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4916906Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917045Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917185Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917324Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917460Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917601Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917739Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4917877Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918060Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918197Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918335Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918474Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918612Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918749Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4918871Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919014Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919155Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919293Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919434Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919574Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919711Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919848Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4919985Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:31:35.4920054Z ok (0.087s) 2022-11-23T01:31:35.4920183Z test_is_optional (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4920312Z test_is_scripting (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4920459Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4920582Z test_isinstance (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4920716Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4920846Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4920983Z test_isinstance_refinement (__main__.TestScript) ... ok (0.032s) 2022-11-23T01:31:35.4921101Z test_jitter_bug (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4921219Z test_keyword (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4921354Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4921485Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4921607Z test_lazy_script (__main__.TestScript) ... ok (0.037s) 2022-11-23T01:31:35.4921762Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4921978Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:31:35.4922106Z test_lhs_indexing (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4922247Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4922395Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4922545Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4922675Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4922807Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:31:35.4922930Z test_linear_grad (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:31:35.4923069Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.098s) 2022-11-23T01:31:35.4923223Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4923351Z test_list_iterables (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4923479Z test_list_python_op (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4923599Z test_list_unify (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4923762Z test_literal (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:31:35.4923881Z test_literals (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4924017Z test_logical_short_circuit (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4924142Z test_loop_liveness (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4924277Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:31:35.4924420Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4924547Z test_loop_unrolling (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:31:35.4924681Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4924816Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.072s) 2022-11-23T01:31:35.4924952Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4925056Z test_math_ops (__main__.TestScript) ... ok (0.220s) 2022-11-23T01:31:35.4925249Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.010s) 2022-11-23T01:31:35.4925480Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.000s) 2022-11-23T01:31:35.4925614Z test_method_casts_script (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4925739Z test_method_no_self (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4925873Z test_method_overloading (__main__.TestScript) ... ok (10.487s) 2022-11-23T01:31:35.4926009Z test_missing_getstate (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4926132Z test_mm_batching (__main__.TestScript) ... ok (1.000s) 2022-11-23T01:31:35.4926254Z test_module_apis (__main__.TestScript) ... ok (0.101s) 2022-11-23T01:31:35.4926379Z test_module_attrs (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4926524Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4926657Z test_module_copying (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4926778Z test_module_error (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4926926Z test_module_method_reassignment (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4927055Z test_module_none_attrs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4927204Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.056s) 2022-11-23T01:31:35.4927326Z test_module_str (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4927461Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4927591Z test_multi_reduction (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4928161Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4928317Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.123s) 2022-11-23T01:31:35.4928480Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4928627Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4928757Z test_multiple_assign (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4928892Z test_multiple_assignment (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4929017Z test_mutable_dce (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4929148Z test_mutable_dce_block (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4929290Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4929450Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4929603Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4929735Z test_mutable_dce_list (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4929866Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4930054Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4930168Z test_mutate_constant (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4930297Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4930441Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.095s) 2022-11-23T01:31:35.4930573Z test_namedtuple_attr (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4930736Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4930902Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:31:35.4931056Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.051s) 2022-11-23T01:31:35.4931221Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:31:35.4931403Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4931539Z test_namedtuple_python (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:31:35.4931683Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4931808Z test_narrow_copy (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4931937Z test_nested_aug_assign (__main__.TestScript) ... ok (1.363s) 2022-11-23T01:31:35.4932069Z test_nested_bailouts (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4932194Z test_nested_breaks (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:31:35.4932330Z test_nested_list_construct (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4932450Z test_nested_select_assign (__main__.TestScript) ... ok (0.040s) 2022-11-23T01:31:35.4932566Z test_nn_GRU (__main__.TestScript) ... ok (0.441s) 2022-11-23T01:31:35.4932683Z test_nn_LSTM (__main__.TestScript) ... ok (0.200s) 2022-11-23T01:31:35.4932818Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.211s) 2022-11-23T01:31:35.4932934Z test_nn_init (__main__.TestScript) ... ok (0.065s) 2022-11-23T01:31:35.4933065Z test_no_dtype_shape (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4933209Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4933339Z test_non_final_return (__main__.TestScript) ... ok (0.161s) 2022-11-23T01:31:35.4933465Z test_none_type_str (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4933577Z test_not (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4933711Z test_not_initialized_err (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4933840Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4933959Z test_number_abs (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4934141Z test_number_augassign (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4934294Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4934430Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4934583Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4934704Z test_number_div (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:31:35.4934826Z test_number_math (__main__.TestScript) ... ok (3.221s) 2022-11-23T01:31:35.4934947Z test_number_neg (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4935166Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.001s) 2022-11-23T01:31:35.4935291Z test_oneline_func (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4935411Z test_op_dtype (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4935550Z test_operator_precedence (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4935777Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.000s) 2022-11-23T01:31:35.4936057Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.000s) 2022-11-23T01:31:35.4936171Z test_ord (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:31:35.4936401Z test_override_magic (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4936545Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4936679Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.055s) 2022-11-23T01:31:35.4936811Z test_pack_unpack_state (__main__.TestScript) ... ok (0.045s) 2022-11-23T01:31:35.4936980Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:31:35.4937076Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:31:35.4937236Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:31:35.4937341Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:31:35.4937432Z grad_fn=) 2022-11-23T01:31:35.4937545Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:31:35.4937650Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:31:35.4937753Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:31:35.4937851Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:31:35.4937941Z grad_fn=) 2022-11-23T01:31:35.4938011Z ok (0.010s) 2022-11-23T01:31:35.4938159Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4938329Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4938463Z test_parse_nested_names (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4938608Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4938750Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4938881Z test_parser_kwargonly (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4939010Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4939160Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4939335Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:31:35.4939502Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:31:35.4939662Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4939884Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4940017Z test_partial_returns (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4940129Z test_pass (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4940266Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.044s) 2022-11-23T01:31:35.4940422Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4940560Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4940746Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T01:31:35.4940882Z test_pretty_print_function (__main__.TestScript) ... ok (0.051s) 2022-11-23T01:31:35.4941075Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-11-23T01:31:35.4941190Z test_print (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4941318Z test_print_kwargs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4941508Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:31:35.4941676Z test_profiling_merge (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4941821Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4941943Z test_python_call (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4942083Z test_python_call_annotation (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4942236Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4942372Z test_python_call_failure (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4942509Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4942652Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4942784Z test_python_frontend (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4942916Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4943062Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4943198Z test_python_op_builtins (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4943324Z test_python_op_name (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4943468Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4943631Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.002s) 2022-11-23T01:31:35.4943761Z test_rand_profiling (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4943867Z test_range_args (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4944001Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4944134Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4944270Z test_refine_tuple_types (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4944398Z test_remove_dropout (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:31:35.4944545Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4944675Z test_request_bailout (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:31:35.4944847Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.003s) 2022-11-23T01:31:35.4944994Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.076s) 2022-11-23T01:31:35.4945124Z test_resize_input_ops (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4945239Z test_return (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4945374Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4945496Z test_return_tuple (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4945678Z test_robust_op_resolution (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4945795Z test_round (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4945915Z test_save_load_attr_error (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4946049Z test_script_annotation (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4946183Z test_script_bool_constant (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4946308Z test_script_chunk (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4946439Z test_script_clamp_none (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:31:35.4946565Z test_script_copy (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4946685Z test_script_cu (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4946820Z test_script_define_order (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4946977Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4947109Z test_script_docstring (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4947269Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4947433Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-11-23T01:31:35.4947630Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4947762Z test_script_is_tracing (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4947899Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4948041Z test_script_method_docstring (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4948187Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:31:35.4948313Z test_script_module (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:31:35.4948458Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4948591Z test_script_module_const (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4948751Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.036s) 2022-11-23T01:31:35.4948898Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:31:35.4949409Z test_script_module_export_shared_storage (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:31:35.4949523Z warnings.warn(message, UserWarning) 2022-11-23T01:31:35.4949595Z ok (0.028s) 2022-11-23T01:31:35.4949748Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.063s) 2022-11-23T01:31:35.4949947Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.002s) 2022-11-23T01:31:35.4950100Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:31:35.4950239Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4950372Z test_script_module_for (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4950601Z test_script_module_for2 (__main__.TestScript) ... ok (0.078s) 2022-11-23T01:31:35.4950753Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4950903Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:31:35.4951157Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.002s) 2022-11-23T01:31:35.4951300Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4951443Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4951586Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:31:35.4951806Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4951967Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4952133Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4952293Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4952431Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.056s) 2022-11-23T01:31:35.4952578Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4952713Z test_script_optional_none (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4952843Z test_script_outputs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4952988Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.069s) 2022-11-23T01:31:35.4953143Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.058s) 2022-11-23T01:31:35.4953267Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:31:35.4953404Z test_script_sequential_for (__main__.TestScript) ... ok (0.054s) 2022-11-23T01:31:35.4953598Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.069s) 2022-11-23T01:31:35.4953755Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4953903Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.059s) 2022-11-23T01:31:35.4954044Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.060s) 2022-11-23T01:31:35.4954175Z test_script_star_assign (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:31:35.4954306Z test_script_star_expr (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:31:35.4954446Z test_script_star_expr_string (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:31:35.4954582Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:31:35.4954757Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T01:31:35.4954931Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.003s) 2022-11-23T01:31:35.4955101Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-11-23T01:31:35.4955236Z test_select_after_chunk (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4955368Z test_sequence_parsing (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4955520Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.048s) 2022-11-23T01:31:35.4955661Z test_serialization_big_ints (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:31:35.4955861Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.002s) 2022-11-23T01:31:35.4955996Z test_serialize_long_lines (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4956142Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.587s) 2022-11-23T01:31:35.4956286Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.450s) 2022-11-23T01:31:35.4956444Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.120s) 2022-11-23T01:31:35.4956584Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.420s) 2022-11-23T01:31:35.4956736Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4956887Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4957035Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4957171Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4957320Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4957460Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4957636Z test_signed_float_zero (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4957787Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4957923Z test_single_starred_lhs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4958069Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4958258Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:31:35.4958373Z test_split (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4958483Z test_stack (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4958610Z test_static_if_prop (__main__.TestScript) ... ok (3.248s) 2022-11-23T01:31:35.4958736Z test_static_method_on_module (__main__.TestScript) 2022-11-23T01:31:35.4958895Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.023s) 2022-11-23T01:31:35.4959024Z test_static_methods (__main__.TestScript) ... ok (0.044s) 2022-11-23T01:31:35.4959142Z test_str_cast (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4959261Z test_string_cu (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4959461Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4959597Z test_string_frontend_elif (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4959723Z test_string_index (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4959843Z test_string_len (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4959965Z test_string_list (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4960093Z test_string_new_line (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4960211Z test_string_ops (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4960335Z test_string_print (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4960468Z test_string_single_escape (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4960597Z test_string_slicing (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4960719Z test_string_sort (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4960831Z test_string_sorted (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4960991Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.032s) 2022-11-23T01:31:35.4961124Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4961234Z test_sum (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4961362Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4961490Z test_sum_list_empty (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4961619Z test_sum_list_literal (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4961741Z test_sum_list_one (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4961871Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4962006Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4962225Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.000s) 2022-11-23T01:31:35.4962350Z test_tensor_data (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4962515Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T01:31:35.4962641Z test_tensor_dtype (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4962761Z test_tensor_grad (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4962897Z test_tensor_import_export (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4963004Z test_tensor_len (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:31:35.4963134Z test_tensor_number_math (__main__.TestScript) ... ok (0.662s) 2022-11-23T01:31:35.4963287Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-11-23T01:31:35.4963511Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-11-23T01:31:35.4963638Z test_tensor_shape (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4964121Z test_tensor_subclasses (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-11-23T01:31:35.4964283Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-11-23T01:31:35.4964355Z ok (0.006s) 2022-11-23T01:31:35.4964477Z test_tensor_to (__main__.TestScript) ... ok (0.048s) 2022-11-23T01:31:35.4964603Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4964770Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T01:31:35.4964940Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T01:31:35.4965058Z test_ternary (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4965200Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.123s) 2022-11-23T01:31:35.4965391Z test_ternary_right_associative (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4965524Z test_ternary_static_if (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4965642Z test_torch_any (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:31:35.4965822Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.016s) 2022-11-23T01:31:35.4965962Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.068s) 2022-11-23T01:31:35.4966114Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4966269Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.037s) 2022-11-23T01:31:35.4966425Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4966577Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4966711Z test_torch_manual_seed (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4966832Z test_torch_pow (__main__.TestScript) ... ok (0.063s) 2022-11-23T01:31:35.4967178Z test_torch_tensor_as_tensor (__main__.TestScript) ... :4: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:31:35.4967629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T01:31:35.4967727Z return callable(*args, **kwargs) 2022-11-23T01:31:35.4967799Z ok (0.887s) 2022-11-23T01:31:35.4967952Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4968093Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:31:35.4968228Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:31:35.4968375Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4968522Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.185s) 2022-11-23T01:31:35.4968684Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.329s) 2022-11-23T01:31:35.4968815Z test_training_param (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4968947Z test_tuple_assignments (__main__.TestScript) ... ok (0.570s) 2022-11-23T01:31:35.4969061Z test_tuple_error_msg (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4969192Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4969366Z test_tuple_indexing (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:31:35.4969488Z test_tuple_len (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4969623Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4969745Z test_tuple_sort (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:31:35.4969877Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4970002Z test_tuple_sorted (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4970131Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4970275Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4970425Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4970579Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4970705Z test_type_annotate (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:31:35.4970846Z test_type_annotation_module (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:31:35.4970980Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:31:35.4971097Z test_type_annotations (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:31:35.4971292Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4971436Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:31:35.4971568Z test_type_call_in_script (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:31:35.4971687Z test_type_cast (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4971824Z test_type_comments_in_body (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:31:35.4971966Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-11-23T01:31:35.4972174Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.005s) 2022-11-23T01:31:35.4972425Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-11-23T01:31:35.4972554Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:31:35.4972687Z test_unicode_comments (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4972815Z test_uninitialized (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4972941Z test_union_to_number (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4973068Z test_unknown_builtin (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:31:35.4973258Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.000s) 2022-11-23T01:31:35.4973411Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4973602Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.010s) 2022-11-23T01:31:35.4973746Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4973865Z test_unused_decorator (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:31:35.4974007Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4974138Z test_var_aug_assign (__main__.TestScript) ... ok (1.433s) 2022-11-23T01:31:35.4974261Z test_vararg_zeros (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:31:35.4974414Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4974545Z test_view_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4974665Z test_view_write (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:31:35.4974798Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:31:35.4974910Z test_where (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4975032Z test_where_method (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4975145Z test_while (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4975317Z test_while_nest_if (__main__.TestScript) ... ok (0.065s) 2022-11-23T01:31:35.4975465Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.049s) 2022-11-23T01:31:35.4975609Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:31:35.4975750Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:31:35.4975868Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4976006Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:31:35.4976145Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:31:35.4976288Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:31:35.4976419Z test_wrong_return_type (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:31:35.4976557Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:31:35.4976691Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:31:35.4976804Z test_zeros (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:31:35.4976946Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.872s) 2022-11-23T01:31:35.4977117Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4977251Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-11-23T01:31:35.4977385Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4977515Z Test membership checks (x in y, x not in y). ... ok (0.000s) 2022-11-23T01:31:35.4977641Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4977731Z Test deletion. ... ok (0.000s) 2022-11-23T01:31:35.4977844Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4977995Z Test accessing dictionary values using the [] operator. ... ok (0.010s) 2022-11-23T01:31:35.4978117Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4978205Z Test .items(). ... ok (0.002s) 2022-11-23T01:31:35.4978325Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4978458Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-11-23T01:31:35.4978578Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4978687Z Test len() builtin function. ... ok (0.002s) 2022-11-23T01:31:35.4978812Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4979077Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-11-23T01:31:35.4979224Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4979397Z Test that reference semantics are honoured; that modifications made ... ok (0.005s) 2022-11-23T01:31:35.4979521Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4979623Z Test the __repr__ method. ... ok (0.001s) 2022-11-23T01:31:35.4979749Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:31:35.4979881Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-11-23T01:31:35.4980008Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4980108Z Test append method. ... ok (0.002s) 2022-11-23T01:31:35.4980229Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4980366Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-11-23T01:31:35.4980492Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4980576Z Test clear. ... ok (0.001s) 2022-11-23T01:31:35.4980704Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4980832Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-11-23T01:31:35.4980954Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4981046Z Test count method. ... ok (0.002s) 2022-11-23T01:31:35.4981172Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4981260Z Test deletion. ... ok (0.002s) 2022-11-23T01:31:35.4981436Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4981513Z Test extend. ... ok (0.003s) 2022-11-23T01:31:35.4981640Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4981785Z Test accessing list elements using the [] operator. ... ok (0.005s) 2022-11-23T01:31:35.4981908Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4981995Z Test insert. ... ok (0.002s) 2022-11-23T01:31:35.4982116Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4982239Z Test iteration over a list's elements. ... ok (0.002s) 2022-11-23T01:31:35.4982358Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4982468Z Test len() builtin function. ... ok (0.002s) 2022-11-23T01:31:35.4982592Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4982857Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.000s) 2022-11-23T01:31:35.4982980Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4983063Z Test pop. ... ok (0.002s) 2022-11-23T01:31:35.4983210Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4983427Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-11-23T01:31:35.4983538Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4983634Z Test remove method. ... ok (0.000s) 2022-11-23T01:31:35.4983757Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4983861Z Test the __repr__ method. ... ok (0.006s) 2022-11-23T01:31:35.4983988Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:31:35.4984124Z Test setting list elements using the [] operator. ... ok (0.003s) 2022-11-23T01:31:35.4984426Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.019s) 2022-11-23T01:31:35.4984708Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.018s) 2022-11-23T01:31:35.4984984Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.017s) 2022-11-23T01:31:35.4985246Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-11-23T01:31:35.4985508Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T01:31:35.4985769Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-11-23T01:31:35.4986029Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.022s) 2022-11-23T01:31:35.4986296Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T01:31:35.4986566Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.023s) 2022-11-23T01:31:35.4986835Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.017s) 2022-11-23T01:31:35.4987102Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T01:31:35.4987364Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-11-23T01:31:35.4987635Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.014s) 2022-11-23T01:31:35.4987904Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-11-23T01:31:35.4988114Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.093s) 2022-11-23T01:31:35.4988261Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.011s) 2022-11-23T01:31:35.4988418Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.100s) 2022-11-23T01:31:35.4988583Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.120s) 2022-11-23T01:31:35.4988745Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.458s) 2022-11-23T01:31:35.4988888Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.031s) 2022-11-23T01:31:35.4989036Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T01:31:35.4989181Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T01:31:35.4989316Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.000s) 2022-11-23T01:31:35.4989452Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T01:31:35.4989593Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T01:31:35.4989739Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T01:31:35.4989895Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T01:31:35.4990093Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T01:31:35.4990230Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:31:35.4990383Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:31:35.4990631Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T01:31:35.4990773Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.000s) 2022-11-23T01:31:35.4990907Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.016s) 2022-11-23T01:31:35.4991066Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.008s) 2022-11-23T01:31:35.4991208Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T01:31:35.4991343Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T01:31:35.4991483Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.011s) 2022-11-23T01:31:35.4991635Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.018s) 2022-11-23T01:31:35.4991825Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.002s) 2022-11-23T01:31:35.4991980Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.011s) 2022-11-23T01:31:35.4992173Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.006s) 2022-11-23T01:31:35.4992363Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:31:35.4992604Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:31:35.4992873Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:31:35.4993120Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:31:35.4993368Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:31:35.4993621Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:31:35.4993869Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:31:35.4994118Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.011s) 2022-11-23T01:31:35.4994409Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:31:35.4994664Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:31:35.4994912Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:31:35.4995162Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:31:35.4995429Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T01:31:35.4995661Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-11-23T01:31:35.4995871Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:31:35.4996117Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:31:35.4996879Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:31:35.4997133Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-11-23T01:31:35.4997350Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:31:35.4997572Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-11-23T01:31:35.4997794Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:31:35.4998031Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:31:35.4998248Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.040s) 2022-11-23T01:31:35.4998458Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-11-23T01:31:35.4998679Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-11-23T01:31:35.4998895Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T01:31:35.4999110Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.025s) 2022-11-23T01:31:35.4999319Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-11-23T01:31:35.4999537Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-11-23T01:31:35.4999751Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.063s) 2022-11-23T01:31:35.4999987Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-11-23T01:31:35.5000220Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T01:31:35.5000449Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-11-23T01:31:35.5000652Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T01:31:35.5000852Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.201s) 2022-11-23T01:31:35.5001063Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-11-23T01:31:35.5001389Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.011s) 2022-11-23T01:31:35.5001602Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:31:35.5001804Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T01:31:35.5002002Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-11-23T01:31:35.5002214Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-11-23T01:31:35.5002418Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T01:31:35.5002634Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-11-23T01:31:35.5002849Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T01:31:35.5003043Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-11-23T01:31:35.5003215Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.004s) 2022-11-23T01:31:35.5003667Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.020s) 2022-11-23T01:31:35.5003829Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-11-23T01:31:35.5004002Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.021s) 2022-11-23T01:31:35.5004181Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.044s) 2022-11-23T01:31:35.5004393Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-11-23T01:31:35.5004592Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-11-23T01:31:35.5004793Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-11-23T01:31:35.5004995Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.008s) 2022-11-23T01:31:35.5005203Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.003s) 2022-11-23T01:31:35.5005402Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-11-23T01:31:35.5005608Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.010s) 2022-11-23T01:31:35.5005767Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.012s) 2022-11-23T01:31:35.5005940Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-11-23T01:31:35.5006162Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T01:31:35.5006380Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5006604Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5006822Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:31:35.5007036Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T01:31:35.5007269Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5007509Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5007801Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5008031Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5008284Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5008532Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5008777Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5009000Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5009226Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5009473Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5009702Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5010170Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5010410Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5010640Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5010880Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5011117Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5011345Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5011594Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5011820Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5012044Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5012269Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5012517Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5012739Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5012974Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:31:35.5013146Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:31:35.5013322Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-11-23T01:31:35.5013476Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:31:35.5013613Z test_constant (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5013742Z test_conv (jit.test_tracer.TestTracer) ... ok (0.051s) 2022-11-23T01:31:35.5013892Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-11-23T01:31:35.5014121Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:31:35.5014281Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:31:35.5014411Z test_ge (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:31:35.5014571Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-11-23T01:31:35.5014712Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.202s) 2022-11-23T01:31:35.5014859Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.090s) 2022-11-23T01:31:35.5014996Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5015150Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:31:35.5015309Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5015450Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:31:35.5015593Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T01:31:35.5015754Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5015881Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5016289Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:31:35.5016430Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:31:35.5016588Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:31:35.5016735Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:31:35.5016887Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:31:35.5017034Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T01:31:35.5017196Z Check that dictionary access doesn't care about insertion order ... ok (0.010s) 2022-11-23T01:31:35.5017347Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:31:35.5017495Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:31:35.5017646Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:31:35.5017791Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T01:31:35.5017947Z Check that the trace remembers which keys were in a dict input ... ok (0.010s) 2022-11-23T01:31:35.5018092Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T01:31:35.5018218Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T01:31:35.5018365Z Check that inputs to traced functions are flattened ... ok (0.026s) 2022-11-23T01:31:35.5018499Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:31:35.5018648Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:31:35.5018811Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5018980Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:31:35.5019126Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5019281Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.072s) 2022-11-23T01:31:35.5019457Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.002s) 2022-11-23T01:31:35.5019599Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:31:35.5019743Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:31:35.5019877Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:31:35.5020020Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:31:35.5020165Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:31:35.5020298Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T01:31:35.5020556Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.036s) 2022-11-23T01:31:35.5020703Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5020854Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5020997Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:31:35.5021128Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5021271Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:31:35.5021403Z test_simple (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T01:31:35.5021565Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:31:35.5021723Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:31:35.5021873Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:31:35.5022012Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:31:35.5022167Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T01:31:35.5022582Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T01:31:35.5022787Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.004s) 2022-11-23T01:31:35.5022927Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.059s) 2022-11-23T01:31:35.5023086Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5023240Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5023405Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5023565Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:31:35.5023730Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:31:35.5023888Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:31:35.5024030Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-11-23T01:31:35.5024197Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:31:35.5024686Z test_trace_contiguous (jit.test_tracer.TestTracer) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:31:35.5024797Z warnings.warn(message, UserWarning) 2022-11-23T01:31:35.5024866Z ok (0.014s) 2022-11-23T01:31:35.5025037Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:31:35.5025184Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:31:35.5025340Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:31:35.5025513Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:31:35.5025668Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:31:35.5025815Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:31:35.5025963Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:31:35.5026107Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-11-23T01:31:35.5026267Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.073s) 2022-11-23T01:31:35.5026423Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.051s) 2022-11-23T01:31:35.5026578Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5027028Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:31:35.5027175Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:31:35.5027329Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:31:35.5027472Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:31:35.5027620Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T01:31:35.5027760Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5027924Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-11-23T01:31:35.5028072Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:31:35.5028249Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.052s) 2022-11-23T01:31:35.5028399Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-11-23T01:31:35.5028603Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-11-23T01:31:35.5028742Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-11-23T01:31:35.5029127Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-11-23T01:31:35.5029413Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1429:0 2022-11-23T01:31:35.5029673Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1430:0 2022-11-23T01:31:35.5030041Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1431:0 2022-11-23T01:31:35.5030276Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-11-23T01:31:35.5030625Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-11-23T01:31:35.5030704Z return (%12) 2022-11-23T01:31:35.5030721Z 2022-11-23T01:31:35.5030790Z ok (0.011s) 2022-11-23T01:31:35.5030941Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5031098Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:31:35.5031245Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:31:35.5031384Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:31:35.5031536Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:31:35.5031683Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T01:31:35.5031851Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:31:35.5031996Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:31:35.5032145Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T01:31:35.5032282Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5032432Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.073s) 2022-11-23T01:31:35.5032581Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:31:35.5032715Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:31:35.5032866Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5033023Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:31:35.5033231Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.098s) 2022-11-23T01:31:35.5033399Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:31:35.5033548Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:31:35.5033718Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:31:35.5033870Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-11-23T01:31:35.5034020Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.073s) 2022-11-23T01:31:35.5034157Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:31:35.5034296Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5034447Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T01:31:35.5034585Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:31:35.5034757Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:31:35.5034929Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:31:35.5035427Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:31:35.5035593Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:31:35.5035764Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.000s) 2022-11-23T01:31:35.5035927Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:31:35.5036068Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.068s) 2022-11-23T01:31:35.5036226Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.234s) 2022-11-23T01:31:35.5036375Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:31:35.5036521Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:31:35.5036677Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5036855Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.067s) 2022-11-23T01:31:35.5037011Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.013s) 2022-11-23T01:31:35.5037190Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.013s) 2022-11-23T01:31:35.5037363Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.012s) 2022-11-23T01:31:35.5037491Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5037703Z Types should be shared for identical constant values, and different for different constant values ... ok (0.021s) 2022-11-23T01:31:35.5037851Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5038097Z Types should be shared even if attribute values differ ... ok (0.010s) 2022-11-23T01:31:35.5038273Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5038451Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.000s) 2022-11-23T01:31:35.5038615Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-11-23T01:31:35.5038752Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5038904Z Simple example with a real nn Module ... ok (0.025s) 2022-11-23T01:31:35.5039097Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.017s) 2022-11-23T01:31:35.5039276Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5039443Z We should be able to differentiate between two ModuleDict instances ... ok (0.053s) 2022-11-23T01:31:35.5039593Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5039830Z Mutating the value of an attribute should not change type sharing ... ok (0.041s) 2022-11-23T01:31:35.5039986Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5040149Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.020s) 2022-11-23T01:31:35.5040328Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5040476Z Different functions passed in should lead to different types ... ok (0.027s) 2022-11-23T01:31:35.5040646Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5040786Z Same functions passed in should lead to same types ... ok (0.014s) 2022-11-23T01:31:35.5040947Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5041115Z Even if everything about the module is the same, different originating ... ok (0.032s) 2022-11-23T01:31:35.5041297Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5041461Z Different functions passed in should lead to different types ... ok (0.020s) 2022-11-23T01:31:35.5041630Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5041824Z Same functions passed in should lead to same types ... ok (0.016s) 2022-11-23T01:31:35.5042026Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.031s) 2022-11-23T01:31:35.5042171Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5042311Z If submodules differ, the types should differ. ... ok (0.055s) 2022-11-23T01:31:35.5042479Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5042646Z Since we can't guarantee that methods are the same between different ... ok (0.020s) 2022-11-23T01:31:35.5042825Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5042973Z Test that types are not shared if the exclusion of their ... ok (0.010s) 2022-11-23T01:31:35.5043144Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5043287Z Test that types are shared if the exclusion of their ... ok (0.010s) 2022-11-23T01:31:35.5043439Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5043586Z Tests that types between instances of a ScriptModule ... ok (0.018s) 2022-11-23T01:31:35.5043743Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:31:35.5043869Z Test that type sharing can be disabled. ... ok (0.029s) 2022-11-23T01:31:35.5044051Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.024s) 2022-11-23T01:31:35.5044212Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T01:31:35.5044386Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.007s) 2022-11-23T01:31:35.5044557Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:31:35.5044749Z Test that module attributes can be ignored. ... ok (0.011s) 2022-11-23T01:31:35.5044941Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:31:35.5045123Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-11-23T01:31:35.5045305Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:31:35.5045519Z Test that using an optional with no contained types produces an error. ... ok (0.004s) 2022-11-23T01:31:35.5045687Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:31:35.5045849Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-11-23T01:31:35.5046019Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T01:31:35.5046182Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:31:35.5046404Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:31:35.5046569Z Test that using a tuple with no contained types produces an error. ... ok (0.004s) 2022-11-23T01:31:35.5046745Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-11-23T01:31:35.5046913Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.017s) 2022-11-23T01:31:35.5047100Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:31:35.5047242Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:31:35.5047396Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:31:35.5047557Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:31:35.5047735Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T01:31:35.5047879Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.032s) 2022-11-23T01:31:35.5048036Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:31:35.5048627Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:31:35.5048931Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-11-23T01:31:35.5049006Z def fn(): 2022-11-23T01:31:35.5049089Z l1 = [1, 2, "foo", 3] 2022-11-23T01:31:35.5049181Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:31:35.5049281Z l2 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:31:35.5049409Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:31:35.5049492Z (function emitListLiteral) 2022-11-23T01:31:35.5049562Z ok (0.006s) 2022-11-23T01:31:35.5050148Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:31:35.5050385Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-11-23T01:31:35.5050455Z def fn(): 2022-11-23T01:31:35.5050554Z l1 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:31:35.5050634Z l2 = [1, 2, "foo", 3] 2022-11-23T01:31:35.5050726Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:31:35.5050853Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:31:35.5050926Z return d 2022-11-23T01:31:35.5051050Z (function emitListLiteral) 2022-11-23T01:31:35.5051144Z ok (0.000s) 2022-11-23T01:31:35.5051290Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.023s) 2022-11-23T01:31:35.5051431Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.022s) 2022-11-23T01:31:35.5051579Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.014s) 2022-11-23T01:31:35.5051725Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.025s) 2022-11-23T01:31:35.5051844Z test_list_io (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T01:31:35.5052041Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:31:35.5052176Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.018s) 2022-11-23T01:31:35.5052375Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:31:35.5052577Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:31:35.5052725Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.016s) 2022-11-23T01:31:35.5052882Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T01:31:35.5053030Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:31:35.5053183Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:31:35.5053322Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T01:31:35.5053472Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:31:35.5053624Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T01:31:35.5053774Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:31:35.5053918Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:31:35.5054076Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T01:31:35.5054223Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T01:31:35.5054350Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:31:35.5054546Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T01:31:35.5054687Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:31:35.5054835Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:31:35.5054986Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.043s) 2022-11-23T01:31:35.5055135Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:31:35.5055272Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:31:35.5055413Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:31:35.5055569Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:31:35.5055723Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5055895Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.017s) 2022-11-23T01:31:35.5056059Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:31:35.5056235Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:31:35.5056380Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:31:35.5056549Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:31:35.5056700Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:31:35.5056839Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:31:35.5056968Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:31:35.5057128Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:31:35.5057319Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:31:35.5057562Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:31:35.5057763Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:31:35.5057947Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:31:35.5058153Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:31:35.5058386Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:31:35.5058550Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.025s) 2022-11-23T01:31:35.5059110Z test_union_memory_aliasing (jit.test_union.TestUnion) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_jit_internal.py:1282: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-11-23T01:31:35.5059195Z warnings.warn( 2022-11-23T01:31:35.5059265Z ok (0.006s) 2022-11-23T01:31:35.5059437Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.022s) 2022-11-23T01:31:35.5059610Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.032s) 2022-11-23T01:31:35.5059779Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5059951Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:31:35.5060138Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:31:35.5060327Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:31:35.5060513Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:31:35.5060705Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:31:35.5060863Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.020s) 2022-11-23T01:31:35.5061049Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5061207Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:31:35.5061369Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5061549Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.019s) 2022-11-23T01:31:35.5061700Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:31:35.5061880Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T01:31:35.5062078Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5062278Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T01:31:35.5062449Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:31:35.5062617Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:31:35.5062776Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.016s) 2022-11-23T01:31:35.5062964Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5063130Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:31:35.5063291Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:31:35.5063456Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.018s) 2022-11-23T01:31:35.5063606Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T01:31:35.5063761Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.030s) 2022-11-23T01:31:35.5063898Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.026s) 2022-11-23T01:31:35.5064507Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:31:35.5064617Z File "", line 3 2022-11-23T01:31:35.5064679Z 2022-11-23T01:31:35.5064749Z def fn(): 2022-11-23T01:31:35.5064955Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:31:35.5065084Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:31:35.5065216Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:31:35.5065312Z x.append(torch.tensor(3)) 2022-11-23T01:31:35.5065408Z (function emitListLiteral) 2022-11-23T01:31:35.5065902Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:31:35.5066003Z File "", line 3 2022-11-23T01:31:35.5066009Z 2022-11-23T01:31:35.5066077Z def fn(): 2022-11-23T01:31:35.5066243Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:31:35.5066364Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:31:35.5066544Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:31:35.5066640Z x.append(torch.tensor(3)) 2022-11-23T01:31:35.5066733Z (function emitListLiteral) 2022-11-23T01:31:35.5066802Z ok (0.027s) 2022-11-23T01:31:35.5066956Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:31:35.5067123Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:31:35.5067283Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:31:35.5067470Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.000s) 2022-11-23T01:31:35.5067640Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.031s) 2022-11-23T01:31:35.5067815Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-11-23T01:31:35.5067978Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-11-23T01:31:35.5068141Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T01:31:35.5068307Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-11-23T01:31:35.5068461Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-11-23T01:31:35.5068628Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-11-23T01:31:35.5068788Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T01:31:35.5068950Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:31:35.5069110Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-11-23T01:31:35.5069268Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-11-23T01:31:35.5069429Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-11-23T01:31:35.5069603Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-11-23T01:31:35.5069783Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:31:35.5069961Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T01:31:35.5070083Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-11-23T01:31:35.5070250Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.005s) 2022-11-23T01:31:35.5070533Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.006s) 2022-11-23T01:31:35.5070684Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.014s) 2022-11-23T01:31:35.5070894Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.014s) 2022-11-23T01:31:35.5071031Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.007s) 2022-11-23T01:31:35.5071179Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.010s) 2022-11-23T01:31:35.5071337Z test_with_as (jit.test_with.TestWith) 2022-11-23T01:31:35.5071511Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.117s) 2022-11-23T01:31:35.5071626Z test_with_errors (jit.test_with.TestWith) 2022-11-23T01:31:35.5071822Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.040s) 2022-11-23T01:31:35.5071945Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T01:31:35.5072111Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.039s) 2022-11-23T01:31:35.5072221Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T01:31:35.5072399Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.112s) 2022-11-23T01:31:35.5072515Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T01:31:35.5072675Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.029s) 2022-11-23T01:31:35.5072855Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T01:31:35.5073246Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-11-23 01:31:34 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:31:35.5073554Z STAGE:2022-11-23 01:31:34 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:31:35.5073864Z STAGE:2022-11-23 01:31:34 3748:1276 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:31:35.5073936Z ok (0.037s) 2022-11-23T01:31:35.5073943Z 2022-11-23T01:31:35.5074105Z ---------------------------------------------------------------------- 2022-11-23T01:31:35.5074189Z Ran 2646 tests in 180.625s 2022-11-23T01:31:35.5074196Z 2022-11-23T01:31:35.5074303Z OK (skipped=192, expected failures=10) 2022-11-23T01:31:35.5074309Z 2022-11-23T01:31:35.5074398Z Generating XML reports... 2022-11-23T01:31:35.5074673Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123012833.xml 2022-11-23T01:31:35.5074910Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20221123012833.xml 2022-11-23T01:31:35.5075149Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20221123012833.xml 2022-11-23T01:31:35.5075407Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20221123012833.xml 2022-11-23T01:31:35.5075719Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123012833.xml 2022-11-23T01:31:35.5075949Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20221123012833.xml 2022-11-23T01:31:35.5076197Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20221123012833.xml 2022-11-23T01:31:35.5076438Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20221123012833.xml 2022-11-23T01:31:35.5076675Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20221123012833.xml 2022-11-23T01:31:35.5077013Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20221123012833.xml 2022-11-23T01:31:35.5077235Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20221123012833.xml 2022-11-23T01:31:35.5077550Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20221123012833.xml 2022-11-23T01:31:35.5077877Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123012833.xml 2022-11-23T01:31:35.5078109Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20221123012833.xml 2022-11-23T01:31:35.5078377Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123012833.xml 2022-11-23T01:31:35.5078662Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221123012833.xml 2022-11-23T01:31:35.5078883Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20221123012833.xml 2022-11-23T01:31:35.5079127Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20221123012833.xml 2022-11-23T01:31:35.5079341Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20221123012833.xml 2022-11-23T01:31:35.5079602Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20221123012833.xml 2022-11-23T01:31:35.5079932Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123012833.xml 2022-11-23T01:31:35.5080260Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123012833.xml 2022-11-23T01:31:35.5080510Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20221123012833.xml 2022-11-23T01:31:35.5080800Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123012833.xml 2022-11-23T01:31:35.5081020Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20221123012833.xml 2022-11-23T01:31:35.5081247Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20221123012833.xml 2022-11-23T01:31:35.5081502Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123012833.xml 2022-11-23T01:31:35.5081827Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123012833.xml 2022-11-23T01:31:35.5082078Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20221123012833.xml 2022-11-23T01:31:35.5082278Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20221123012833.xml 2022-11-23T01:31:35.5082521Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20221123012833.xml 2022-11-23T01:31:35.5082758Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20221123012833.xml 2022-11-23T01:31:35.5082987Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20221123012833.xml 2022-11-23T01:31:35.5083231Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20221123012833.xml 2022-11-23T01:31:35.5083561Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123012833.xml 2022-11-23T01:31:35.5083782Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20221123012833.xml 2022-11-23T01:31:35.5084052Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20221123012833.xml 2022-11-23T01:31:35.5084332Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20221123012833.xml 2022-11-23T01:31:35.5084631Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20221123012833.xml 2022-11-23T01:31:35.5084915Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20221123012833.xml 2022-11-23T01:31:35.5085190Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20221123012833.xml 2022-11-23T01:31:35.5085430Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20221123012833.xml 2022-11-23T01:31:35.5085672Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20221123012833.xml 2022-11-23T01:31:35.5085958Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20221123012833.xml 2022-11-23T01:31:35.5086310Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123012833.xml 2022-11-23T01:31:35.5086601Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20221123012833.xml 2022-11-23T01:31:35.5086845Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20221123012833.xml 2022-11-23T01:31:35.5087112Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20221123012833.xml 2022-11-23T01:31:35.5087361Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20221123012833.xml 2022-11-23T01:31:35.5087631Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20221123012833.xml 2022-11-23T01:31:35.5087904Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123012833.xml 2022-11-23T01:31:35.5088141Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20221123012833.xml 2022-11-23T01:31:35.5088413Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20221123012833.xml 2022-11-23T01:31:35.5088674Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20221123012833.xml 2022-11-23T01:31:35.5088913Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20221123012833.xml 2022-11-23T01:31:35.5089208Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123012833.xml 2022-11-23T01:31:35.5089416Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20221123012833.xml 2022-11-23T01:31:35.5089663Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20221123012833.xml 2022-11-23T01:31:35.5089960Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20221123012833.xml 2022-11-23T01:31:35.5090317Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123012833.xml 2022-11-23T01:31:35.5090612Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20221123012833.xml 2022-11-23T01:31:35.5090857Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20221123012833.xml 2022-11-23T01:31:35.5091093Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20221123012833.xml 2022-11-23T01:31:35.5091374Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20221123012833.xml 2022-11-23T01:31:35.5091673Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123012833.xml 2022-11-23T01:31:35.5091991Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20221123012833.xml 2022-11-23T01:31:35.5092267Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123012833.xml 2022-11-23T01:31:35.5092531Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20221123012833.xml 2022-11-23T01:31:35.5092762Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20221123012833.xml 2022-11-23T01:31:35.5093016Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20221123012833.xml 2022-11-23T01:31:35.5093273Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20221123012833.xml 2022-11-23T01:31:35.5093500Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20221123012833.xml 2022-11-23T01:31:35.5093727Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20221123012833.xml 2022-11-23T01:31:35.5093991Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123012833.xml 2022-11-23T01:31:35.5094293Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20221123012833.xml 2022-11-23T01:31:35.5094496Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20221123012833.xml 2022-11-23T01:31:35.5094720Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20221123012833.xml 2022-11-23T01:31:35.5094959Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20221123012833.xml 2022-11-23T01:31:35.5095239Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20221123012833.xml 2022-11-23T01:31:35.5095503Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20221123012833.xml 2022-11-23T01:31:35.5095797Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123012833.xml 2022-11-23T01:31:35.5096047Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123012833.xml 2022-11-23T01:31:35.5096369Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123012833.xml 2022-11-23T01:31:35.5096620Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20221123012833.xml 2022-11-23T01:31:35.5096627Z 2022-11-23T01:31:35.5097067Z ##[endgroup] 2022-11-23T01:31:35.5097304Z FINISHED PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit__ymdt2wz) 2022-11-23T01:31:35.5097310Z 2022-11-23T01:31:35.7403470Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:31:35.8977810Z Running test_sparse ... [2022-11-23 01:31:35.897288] 2022-11-23T01:31:35.8987208Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:31:35.898542] 2022-11-23T01:31:35.8989286Z Ignoring disabled issues: [] 2022-11-23T01:31:38.6869855Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:31:38.8463883Z Running test_utils ... [2022-11-23 01:31:38.841721] 2022-11-23T01:31:38.8470146Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:31:38.841721] 2022-11-23T01:31:38.8471901Z Ignoring disabled issues: [] 2022-11-23T01:32:08.1251261Z 2022-11-23T01:32:08.1252144Z Expand the folded group to see the log file of test_sparse 2022-11-23T01:32:08.1252964Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_gvg6awio) 2022-11-23T01:32:08.1268943Z 2022-11-23T01:32:08.1269410Z Running tests... 2022-11-23T01:32:08.1269914Z ---------------------------------------------------------------------- 2022-11-23T01:32:08.1270455Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-11-23T01:32:08.1274099Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:747: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T01:32:08.1275730Z self.assertEqual(None, x1.grad) 2022-11-23T01:32:08.1276426Z ok (0.791s) 2022-11-23T01:32:08.1277507Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T01:32:08.1278490Z x1 = x1.to(torch.float32) 2022-11-23T01:32:08.1278819Z ok (0.019s) 2022-11-23T01:32:08.1279296Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:32:08.1279994Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-11-23T01:32:08.1280746Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.003s) 2022-11-23T01:32:08.1281400Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1282021Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1293602Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1294091Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1294532Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1294957Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1295426Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-11-23T01:32:08.1295844Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1296282Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-11-23T01:32:08.1296692Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.031s) 2022-11-23T01:32:08.1297096Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-11-23T01:32:08.1297543Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:32:08.1297949Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:32:08.1298335Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.017s) 2022-11-23T01:32:08.1298742Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.020s) 2022-11-23T01:32:08.1299147Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.020s) 2022-11-23T01:32:08.1299526Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1299928Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.021s) 2022-11-23T01:32:08.1300336Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:32:08.1300975Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.409s) 2022-11-23T01:32:08.1301379Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.873s) 2022-11-23T01:32:08.1301879Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:08.1302509Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense CUDA is not yet supported in Windows, at least up to CUDA 10.1 (0.002s) 2022-11-23T01:32:08.1303101Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:08.1303540Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:32:08.1303930Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-11-23T01:32:08.1304373Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1304830Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1305257Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-11-23T01:32:08.1305638Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:32:08.1306147Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.016s) 2022-11-23T01:32:08.1306554Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-11-23T01:32:08.1306968Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-11-23T01:32:08.1307398Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1307889Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:32:08.1308322Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.007s) 2022-11-23T01:32:08.1308803Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-11-23T01:32:08.1309219Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1309637Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:32:08.1310062Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-11-23T01:32:08.1310493Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1310916Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1311349Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1311801Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:08.1312240Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1312667Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-11-23T01:32:08.1313101Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:32:08.1313416Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.076s) 2022-11-23T01:32:08.1314547Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1314891Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1315200Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-11-23T01:32:08.1315514Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1315818Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1316123Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.020s) 2022-11-23T01:32:08.1316418Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-11-23T01:32:08.1316721Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1317018Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:32:08.1317314Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1317719Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1318044Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1318364Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1318725Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:08.1319082Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1319402Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1319722Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1320042Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1320429Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1320776Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1321126Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1321535Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1321887Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1322233Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1322574Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1322898Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1323531Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:2669: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:32:08.1324145Z t = torch.sparse_coo_tensor(torch.tensor(([0], [2])), torch.tensor([1.], dtype=dtype)) 2022-11-23T01:32:08.1324398Z ok (0.004s) 2022-11-23T01:32:08.1324657Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1324996Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.023s) 2022-11-23T01:32:08.1325328Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1325622Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.082s) 2022-11-23T01:32:08.1325931Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.486s) 2022-11-23T01:32:08.1326304Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.314s) 2022-11-23T01:32:08.1326662Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.058s) 2022-11-23T01:32:08.1327117Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.030s) 2022-11-23T01:32:08.1327501Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.662s) 2022-11-23T01:32:08.1327880Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.519s) 2022-11-23T01:32:08.1328247Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.380s) 2022-11-23T01:32:08.1328620Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.289s) 2022-11-23T01:32:08.1328975Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-11-23T01:32:08.1329326Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.231s) 2022-11-23T01:32:08.1329666Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-11-23T01:32:08.1330068Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.181s) 2022-11-23T01:32:08.1330374Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1330664Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1330950Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1331585Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:08.1332230Z warnings.warn(message, UserWarning) 2022-11-23T01:32:08.1332441Z ok (0.004s) 2022-11-23T01:32:08.1332675Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1333010Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-11-23T01:32:08.1333309Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:32:08.1333602Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:32:08.1333889Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1334239Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1334530Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:32:08.1334805Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:32:08.1335096Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.660s) 2022-11-23T01:32:08.1335391Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.332s) 2022-11-23T01:32:08.1335673Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-11-23T01:32:08.1335969Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.038s) 2022-11-23T01:32:08.1336272Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-11-23T01:32:08.1336574Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1336894Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:32:08.1337199Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-11-23T01:32:08.1337493Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1337830Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.000s) 2022-11-23T01:32:08.1338264Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:08.1338590Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1338941Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-11-23T01:32:08.1339251Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.217s) 2022-11-23T01:32:08.1339561Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.127s) 2022-11-23T01:32:08.1339869Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1340183Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-11-23T01:32:08.1340505Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1340812Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1341110Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-11-23T01:32:08.1341414Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:32:08.1341717Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.410s) 2022-11-23T01:32:08.1342022Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.289s) 2022-11-23T01:32:08.1342326Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:32:08.1342647Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-11-23T01:32:08.1343022Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1343330Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.633s) 2022-11-23T01:32:08.1343633Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.328s) 2022-11-23T01:32:08.1343961Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1344346Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1344682Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1345080Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1345426Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1345746Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-11-23T01:32:08.1346053Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1346369Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1346665Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.742s) 2022-11-23T01:32:08.1347037Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1347354Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.158s) 2022-11-23T01:32:08.1347681Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1348031Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-11-23T01:32:08.1348369Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.000s) 2022-11-23T01:32:08.1348697Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1349068Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:08.1349467Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:08.1349924Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-11-23T01:32:08.1350445Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-11-23T01:32:08.1350951Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-11-23T01:32:08.1351333Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1351642Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-11-23T01:32:08.1351971Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:32:08.1352310Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-11-23T01:32:08.1352744Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.085s) 2022-11-23T01:32:08.1353149Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.014s) 2022-11-23T01:32:08.1353479Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.190s) 2022-11-23T01:32:08.1353813Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.186s) 2022-11-23T01:32:08.1354220Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.071s) 2022-11-23T01:32:08.1354736Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.207s) 2022-11-23T01:32:08.1355063Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.173s) 2022-11-23T01:32:08.1355380Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.156s) 2022-11-23T01:32:08.1356387Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.198s) 2022-11-23T01:32:08.1356727Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.199s) 2022-11-23T01:32:08.1357082Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.148s) 2022-11-23T01:32:08.1357403Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.134s) 2022-11-23T01:32:08.1357714Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.049s) 2022-11-23T01:32:08.1358024Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-11-23T01:32:08.1358357Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.055s) 2022-11-23T01:32:08.1358702Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-11-23T01:32:08.1359028Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-11-23T01:32:08.1359363Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (3.355s) 2022-11-23T01:32:08.1359707Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-11-23T01:32:08.1360051Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.295s) 2022-11-23T01:32:08.1360458Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-11-23T01:32:08.1360801Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.285s) 2022-11-23T01:32:08.1361135Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-11-23T01:32:08.1361457Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.712s) 2022-11-23T01:32:08.1361800Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-11-23T01:32:08.1362114Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-11-23T01:32:08.1362589Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.017s) 2022-11-23T01:32:08.1363058Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-11-23T01:32:08.1363406Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.048s) 2022-11-23T01:32:08.1363749Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.044s) 2022-11-23T01:32:08.1364069Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-11-23T01:32:08.1364397Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.035s) 2022-11-23T01:32:08.1364720Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.051s) 2022-11-23T01:32:08.1365032Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.056s) 2022-11-23T01:32:08.1365344Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.054s) 2022-11-23T01:32:08.1365659Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.040s) 2022-11-23T01:32:08.1366459Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:3738: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:32:08.1367233Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-11-23T01:32:08.1367478Z ok (0.023s) 2022-11-23T01:32:08.1367735Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.034s) 2022-11-23T01:32:08.1368074Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.027s) 2022-11-23T01:32:08.1368461Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:32:08.1368782Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:32:08.1369195Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.022s) 2022-11-23T01:32:08.1369523Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.025s) 2022-11-23T01:32:08.1369834Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-11-23T01:32:08.1370149Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-11-23T01:32:08.1370471Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.028s) 2022-11-23T01:32:08.1370785Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.133s) 2022-11-23T01:32:08.1371088Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1371405Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.286s) 2022-11-23T01:32:08.1371716Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.139s) 2022-11-23T01:32:08.1372048Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:08.1372375Z test_sum_cpu_bool (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1372670Z test_sum_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-11-23T01:32:08.1372976Z test_sum_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1373310Z test_sum_cpu_float32 (__main__.TestSparseCPU) ... ok (0.010s) 2022-11-23T01:32:08.1373601Z test_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-11-23T01:32:08.1373894Z test_sum_cpu_int16 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1374179Z test_sum_cpu_int32 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1374520Z test_sum_cpu_int64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1374782Z test_sum_cpu_int8 (__main__.TestSparseCPU) ... ok (0.011s) 2022-11-23T01:32:08.1375119Z test_sum_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.007s) 2022-11-23T01:32:08.1375416Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-11-23T01:32:08.1375726Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1376029Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1376345Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-11-23T01:32:08.1376649Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-11-23T01:32:08.1376956Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.012s) 2022-11-23T01:32:08.1377261Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.006s) 2022-11-23T01:32:08.1377557Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-11-23T01:32:08.1377870Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-11-23T01:32:08.1378196Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-11-23T01:32:08.1378513Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.104s) 2022-11-23T01:32:08.1378814Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.130s) 2022-11-23T01:32:08.1379133Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.127s) 2022-11-23T01:32:08.1379444Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.122s) 2022-11-23T01:32:08.1379747Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.107s) 2022-11-23T01:32:08.1380042Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.084s) 2022-11-23T01:32:08.1380407Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-11-23T01:32:08.1380712Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-11-23T01:32:08.1381078Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.096s) 2022-11-23T01:32:08.1381386Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.038s) 2022-11-23T01:32:08.1381691Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.202s) 2022-11-23T01:32:08.1382052Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.194s) 2022-11-23T01:32:08.1382360Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.205s) 2022-11-23T01:32:08.1382656Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.223s) 2022-11-23T01:32:08.1383016Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1383384Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-11-23T01:32:08.1383755Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1384118Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-11-23T01:32:08.1384484Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1384830Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-11-23T01:32:08.1385192Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1385550Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-11-23T01:32:08.1385909Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1386374Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-11-23T01:32:08.1386736Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1387151Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-11-23T01:32:08.1387493Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1387849Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-11-23T01:32:08.1388216Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1388577Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-11-23T01:32:08.1388929Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1389282Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-11-23T01:32:08.1389632Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1389993Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-11-23T01:32:08.1390355Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1390723Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-11-23T01:32:08.1391083Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1391439Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-11-23T01:32:08.1391804Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1392145Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-11-23T01:32:08.1392562Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1392971Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-11-23T01:32:08.1393329Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1393687Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-11-23T01:32:08.1394039Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1394497Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-11-23T01:32:08.1394868Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1395288Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-11-23T01:32:08.1395647Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1395999Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-11-23T01:32:08.1396360Z test_future_empty_dim_masked_prod_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1396707Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-11-23T01:32:08.1397065Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1397417Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-11-23T01:32:08.1397784Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1398144Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-11-23T01:32:08.1398574Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1398988Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-11-23T01:32:08.1399335Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1399749Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-11-23T01:32:08.1400105Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1400463Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-11-23T01:32:08.1400820Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1401173Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-11-23T01:32:08.1401511Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1401863Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-11-23T01:32:08.1402215Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1402571Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-11-23T01:32:08.1402923Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1403279Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-11-23T01:32:08.1403632Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1403972Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.019s) 2022-11-23T01:32:08.1404389Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1404748Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.029s) 2022-11-23T01:32:08.1405159Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1405518Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.022s) 2022-11-23T01:32:08.1405886Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1406236Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-11-23T01:32:08.1406598Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1406957Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.027s) 2022-11-23T01:32:08.1407315Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1407671Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.023s) 2022-11-23T01:32:08.1408023Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1408441Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-11-23T01:32:08.1408783Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1409139Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-11-23T01:32:08.1409496Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1409846Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-11-23T01:32:08.1410197Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1410613Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-11-23T01:32:08.1411005Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1411361Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.029s) 2022-11-23T01:32:08.1411719Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1412073Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-11-23T01:32:08.1412425Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-11-23T01:32:08.1412834Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.025s) 2022-11-23T01:32:08.1413132Z test_basic (__main__.TestSparseMeta) ... ok (0.006s) 2022-11-23T01:32:08.1413440Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-11-23T01:32:08.1413813Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-11-23T01:32:08.1414260Z test_inplace_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-11-23T01:32:08.1414756Z test_inplace_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: In-place abs not supported for complex tensors (0.002s) 2022-11-23T01:32:08.1415179Z test_inplace_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1415534Z test_inplace_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1415892Z test_inplace_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1416226Z test_inplace_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1416625Z test_inplace_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1417024Z test_inplace_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1417377Z test_inplace_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1417736Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1418104Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1418454Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1418807Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1419162Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1419512Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1419865Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1420220Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1420558Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1420917Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1421283Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1421705Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1422063Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1422484Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1422834Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1423221Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1423574Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1423926Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1424284Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1424646Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1425010Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1425351Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1425756Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1426107Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1426459Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1426812Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1427162Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1427522Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1427872Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1428236Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1428651Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1429063Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1429414Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1429758Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1430091Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1430441Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1430789Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1431142Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1431496Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1431844Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1432192Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1432527Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1432876Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1433279Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1433720Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1434151Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1434812Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T01:32:08.1435303Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1435717Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1436142Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1436562Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1436987Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1437461Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1437979Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1438491Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1439052Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1439541Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1440038Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1440587Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1441139Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1441640Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T01:32:08.1442069Z test_inplace_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1442437Z test_inplace_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1442801Z test_inplace_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1443145Z test_inplace_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1443507Z test_inplace_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1443867Z test_inplace_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1444226Z test_inplace_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1444583Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1444936Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1445288Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1445621Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1445965Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1446313Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1446719Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1447178Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1447543Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1447883Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1448236Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1448587Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1448934Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1449292Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1449652Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1449998Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1450354Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1450709Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1451051Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1451451Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1451805Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1452159Z test_inplace_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1452559Z test_inplace_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1452970Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1453466Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1453905Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1454336Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1454765Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1455187Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1455601Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1456023Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1456443Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T01:32:08.1456879Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1457317Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T01:32:08.1457754Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1458178Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1458650Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T01:32:08.1459059Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1459522Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1460003Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1460430Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1460865Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1461307Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1461743Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1462163Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1462589Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1463027Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1463461Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1463947Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1464378Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1464870Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1465354Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1465765Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1466197Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1466628Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1467024Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1467380Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1467739Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1468084Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1468426Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1468777Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1469135Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1469496Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1469863Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1470230Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1470621Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1470983Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1471401Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1471765Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1472125Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1472548Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1472907Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1473246Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1473601Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1473952Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1474393Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1474750Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1475100Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1475569Z test_inplace_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1476041Z test_inplace_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1476543Z test_inplace_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1477062Z test_inplace_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1477570Z test_inplace_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1478021Z test_inplace_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1478477Z test_inplace_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1478931Z test_inplace_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1479364Z test_inplace_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1479809Z test_inplace_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1480250Z test_inplace_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1480685Z test_inplace_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1481118Z test_inplace_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1481549Z test_inplace_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1481983Z test_inplace_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1482413Z test_inplace_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1482848Z test_inplace_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1483222Z test_inplace_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1483638Z test_inplace_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1484000Z test_inplace_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1484360Z test_inplace_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1484717Z test_inplace_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1485079Z test_inplace_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1485476Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1485837Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1486195Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1486547Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1486897Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1487250Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1487589Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1487950Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1488314Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1488675Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1489083Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1489535Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1489893Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1490226Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1490574Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1490920Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1491274Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1491630Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1491991Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1492325Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1492668Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1493024Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1493368Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1493765Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1494201Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T01:32:08.1494632Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1495103Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1495582Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1496017Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1496445Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1496840Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1497202Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1497561Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1497899Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1498306Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1498656Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1498997Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1499343Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1499686Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1500026Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1500393Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1500753Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1501169Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1501573Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1501920Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1502268Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1503113Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1503462Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1503827Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1504194Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1504557Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1504915Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1505257Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1505600Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1505949Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1506299Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1506645Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1507062Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1507425Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1507824Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1508180Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1508532Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1508882Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1509224Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1509571Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1509901Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1510258Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1510621Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1510979Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1511335Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1511687Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1512086Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1512433Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1512823Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1513182Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1513591Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1513955Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1514404Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1514744Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1515097Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1515456Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1515809Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1516214Z test_out_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1516568Z test_out_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1516899Z test_out_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1517240Z test_out_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1517579Z test_out_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1517915Z test_out_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1518250Z test_out_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1518576Z test_out_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1518960Z test_out_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1519289Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1519697Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1520044Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1520396Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1520735Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1521072Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1521395Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1521732Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1522067Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1522417Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1522776Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1523126Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1523455Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1523794Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1524130Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1524462Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1524850Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1525247Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1525640Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1525996Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1526343Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1526685Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1527023Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1527362Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1527697Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1528020Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1528359Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1528708Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1529117Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1529469Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1529814Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1530143Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1530480Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1530871Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1531209Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1531601Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1531943Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1532271Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1532615Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1532951Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1533285Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1533620Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1533956Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1534344Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1534761Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1535180Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1535601Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1536017Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1536428Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1536880Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1537286Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1537733Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1538170Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1538553Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1538932Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1539298Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1539665Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1540027Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1540373Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1540731Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1541098Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1541456Z test_out_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1541808Z test_out_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1542212Z test_out_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1542542Z test_out_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1542940Z test_out_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1543282Z test_out_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1543684Z test_out_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1544029Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1544367Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1544707Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1545030Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1545369Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1545702Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1546036Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1546377Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1546723Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1547050Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1547384Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1547718Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1548055Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1548397Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1548740Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1549124Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1549520Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1549859Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1550193Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1550527Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1550930Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1551271Z test_out_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1551601Z test_out_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1551996Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1552428Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1552850Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1553265Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1553679Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1554091Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1554574Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1555110Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1555573Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1555997Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1556424Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1556845Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1557260Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1557664Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1558073Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1558484Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1558894Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1559303Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1559679Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1560037Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1560379Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1560725Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1561129Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1561534Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1561881Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1562232Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1562587Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1562923Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1563269Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1564048Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1564408Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1564755Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1565107Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1565434Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1565774Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1566112Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1566451Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1566789Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1567132Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1567468Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1567823Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1568239Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1568587Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1568933Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1569276Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1569627Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1569956Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1570309Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1570657Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1570998Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1571337Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1571675Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1572074Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1572401Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1572795Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1573198Z test_out_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1573655Z test_out_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1574099Z test_out_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1574542Z test_out_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1574966Z test_out_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T01:32:08.1575408Z test_out_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1575847Z test_out_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1576286Z test_out_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1576796Z test_out_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T01:32:08.1577232Z test_out_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T01:32:08.1577659Z test_out_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1578084Z test_out_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1578487Z test_out_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1579112Z test_out_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1579787Z test_out_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T01:32:08.1580432Z test_out_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T01:32:08.1581011Z test_out_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1581586Z test_out_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1582246Z test_out_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1582756Z test_out_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1583279Z test_out_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1583792Z test_out_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1584237Z test_out_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1584769Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1586608Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1587432Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1587878Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1588324Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1588674Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1589074Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1589501Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1589891Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1590223Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1590561Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1590912Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1591254Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1591588Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1591924Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1592247Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1592588Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1592940Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1593288Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1593633Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1594154Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1594622Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1594961Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1595319Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1595681Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1596037Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1596389Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1596726Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1597081Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1597425Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1597783Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1598135Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1598567Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1598906Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1599237Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1599582Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1599925Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1600261Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1600604Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1600947Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1601292Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1601643Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1601999Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1602344Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1602696Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1603036Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1603362Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1603703Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1604056Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1604423Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1604780Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1605133Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1605480Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1605814Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1606159Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1606499Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1606842Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1607190Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1607607Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1607957Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1608304Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1608647Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1608990Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1609329Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1609659Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1623591Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1623961Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1624326Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1624680Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1625016Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1625525Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1625853Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1626185Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1626501Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1626839Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1627174Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1627512Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1627849Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1628182Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1628505Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1628830Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1629158Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1629524Z test_sparse_consistency_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1629914Z test_sparse_consistency_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1630295Z test_sparse_consistency_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1630676Z test_sparse_consistency_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1631037Z test_sparse_consistency_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1631411Z test_sparse_consistency_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1631780Z test_sparse_consistency_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1632143Z test_sparse_consistency_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1632511Z test_sparse_consistency_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1632881Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1633260Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1633641Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1634078Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1634599Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1634975Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1635341Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1635702Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1636060Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1636438Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1636834Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1637219Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1637603Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1638033Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1638402Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1638766Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1639134Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1639514Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1639896Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1640289Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1640680Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1641063Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1641429Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1641803Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1642165Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1642535Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1642909Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1643291Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1643668Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1644059Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1644446Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1644829Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1645205Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1645581Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1645956Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1646313Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1646740Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1647130Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1647511Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1647887Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1648258Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1648628Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1648991Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1649368Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1649764Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1650150Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1650583Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1650960Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1651335Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1651690Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1652064Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1652439Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1652835Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1653255Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1653669Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1654078Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1654470Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1654867Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1655261Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1655658Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1656060Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1656456Z test_sparse_consistency_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1656854Z test_sparse_consistency_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1657229Z test_sparse_consistency_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1657617Z test_sparse_consistency_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1658009Z test_sparse_consistency_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1658400Z test_sparse_consistency_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1658784Z test_sparse_consistency_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1659213Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1659596Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1659965Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1660338Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1660715Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1661082Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1661458Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1661831Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1662205Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1662587Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1663024Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1663404Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1663780Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1664158Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1664543Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1664912Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1665296Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1665672Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1666049Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1666425Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1666806Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1667186Z test_sparse_consistency_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1667557Z test_sparse_consistency_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1667950Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1668343Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1668743Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1669128Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1669509Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1669885Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1670247Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1670622Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1670997Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1671390Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1671842Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1672233Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1672620Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1672984Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1673358Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1673735Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1674113Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1674607Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1675001Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1675397Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1675838Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1676308Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1676710Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1677138Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1677530Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1677923Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1678322Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1678700Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1679096Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1679482Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1679870Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1680256Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1680646Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1681015Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1681399Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1681780Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1682162Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1682538Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1682912Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1683301Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1683687Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1684084Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1684541Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1684931Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1685315Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1685708Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1686098Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1686477Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1686858Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1687235Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1687621Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1687994Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1688369Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1688786Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1689148Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1689549Z test_sparse_consistency_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1689974Z test_sparse_consistency_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1690389Z test_sparse_consistency_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1690802Z test_sparse_consistency_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1691212Z test_sparse_consistency_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1691414Z test_sparse_consistency_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1691611Z test_sparse_consistency_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1691808Z test_sparse_consistency_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1692004Z test_sparse_consistency_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1692193Z test_sparse_consistency_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1692370Z test_sparse_consistency_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1692560Z test_sparse_consistency_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1692747Z test_sparse_consistency_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1692933Z test_sparse_consistency_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1693118Z test_sparse_consistency_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1693304Z test_sparse_consistency_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1693493Z test_sparse_consistency_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1693682Z test_sparse_consistency_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1693869Z test_sparse_consistency_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1694106Z test_sparse_consistency_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1694294Z test_sparse_consistency_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1694478Z test_sparse_consistency_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1694662Z test_sparse_consistency_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1694842Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1695027Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1695208Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1695390Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1695571Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1695752Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1695982Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1696158Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1696341Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1696523Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1696704Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1696889Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1697071Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1697253Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1697432Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1697609Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1697791Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1697976Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1698155Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1698339Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1698516Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1698696Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1698870Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1699064Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1699256Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1699441Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1699625Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1699796Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1699976Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1700213Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1700402Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1700593Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1700778Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1700959Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1701137Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1701316Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1701490Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:32:08.1701669Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1701847Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1702088Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1702278Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1702462Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1702646Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1702831Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1703009Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1703189Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1703368Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1703531Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:32:08.1703724Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1703912Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1704099Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1704284Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1704464Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1704642Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1704820Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1704997Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1705172Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1705361Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1705546Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1705727Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1705908Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1706087Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1706314Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1706494Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1706673Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1706849Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1707037Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1707212Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1707398Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1707582Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1707765Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1707947Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1708726Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1708908Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1709091Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1709277Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1709461Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1709645Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1709830Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1710012Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1710196Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1710377Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1710556Z test_sparse_fn_grad_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1710730Z test_sparse_fn_grad_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1710973Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.011s) 2022-11-23T01:32:08.1711213Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1711455Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1711686Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1711928Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1712160Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1712384Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1712617Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1712852Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1713036Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:32:08.1713208Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:32:08.1713410Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1713604Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1713787Z test_sparse_fn_grad_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1714017Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1714350Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.006s) 2022-11-23T01:32:08.1714539Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1714719Z test_sparse_fn_grad_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1715021Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T01:32:08.1715253Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T01:32:08.1715484Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T01:32:08.1715707Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.003s) 2022-11-23T01:32:08.1715941Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T01:32:08.1716174Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T01:32:08.1716813Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\FunctionsManual.cpp:4849.) 2022-11-23T01:32:08.1717008Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T01:32:08.1717077Z ok (0.006s) 2022-11-23T01:32:08.1717315Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1717500Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:32:08.1717679Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1717879Z test_sparse_fn_grad_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:32:08.1718070Z test_sparse_fn_grad_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:32:08.1718254Z test_sparse_fn_grad_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1718424Z test_sparse_fn_grad_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:32:08.1718603Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1718839Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T01:32:08.1719120Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T01:32:08.1719299Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:32:08.1719537Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.003s) 2022-11-23T01:32:08.1719768Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1720000Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1720235Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.003s) 2022-11-23T01:32:08.1720479Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1720710Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1720987Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1721223Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1721452Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.006s) 2022-11-23T01:32:08.1721686Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1721916Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T01:32:08.1722096Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1722280Z test_sparse_zero_dims_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1722462Z test_sparse_zero_dims_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1722640Z test_sparse_zero_dims_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1722814Z test_sparse_zero_dims_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1722991Z test_sparse_zero_dims_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1723165Z test_sparse_zero_dims_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1723338Z test_sparse_zero_dims_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1723517Z test_sparse_zero_dims_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1723675Z test_sparse_zero_dims_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1723859Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1724042Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1724222Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1724400Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1724577Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1724755Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1724974Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1725146Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1725318Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1725509Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1725692Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1725875Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1726055Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1726231Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1726405Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1726583Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1726755Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1726977Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1727160Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1727330Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1727510Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1727689Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1727864Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1728040Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1728214Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1728389Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1728562Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1728747Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1728930Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1729109Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1729287Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1729465Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1729639Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1729811Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1729986Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1730160Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1730337Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1730513Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1730685Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1730845Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1731059Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1731231Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1731405Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1731592Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1731776Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1731957Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1732135Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1732306Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1732479Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1732649Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1732869Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1733040Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1733236Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1733434Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1733626Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1733813Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1734002Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1734186Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1734372Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1734548Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1734735Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1734917Z test_sparse_zero_dims_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1735100Z test_sparse_zero_dims_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1735281Z test_sparse_zero_dims_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1735465Z test_sparse_zero_dims_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1735646Z test_sparse_zero_dims_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1735830Z test_sparse_zero_dims_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1736009Z test_sparse_zero_dims_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1736188Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1736365Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:32:08.1736540Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1736715Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1736887Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1737499Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1737686Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1737874Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1738057Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1738232Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1738411Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1738571Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1738749Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1738926Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1739105Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1739339Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1739516Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1739693Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1739866Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1740040Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1740212Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1740395Z test_sparse_zero_dims_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1740573Z test_sparse_zero_dims_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1740759Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1740943Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1741122Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1741301Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1741478Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1741649Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1741820Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1741996Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1742159Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1742347Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1742533Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1742710Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1742891Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1743068Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1743244Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1743464Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1743641Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1743815Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1743999Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1744184Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1744364Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1744544Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1744722Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1744903Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1745080Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1745313Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1745500Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1745679Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1745845Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1746023Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1746202Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1746381Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1746561Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1746740Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1746919Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1747099Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1747270Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1747446Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1747623Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1747813Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1747997Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1748179Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1748364Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1748544Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1748723Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1748901Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1749081Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:32:08.1749262Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1749495Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1749659Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1749833Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1750006Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1750178Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1750349Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1750525Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1750725Z test_sparse_zero_dims_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1750925Z test_sparse_zero_dims_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1751121Z test_sparse_zero_dims_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1751359Z test_sparse_zero_dims_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1751556Z test_sparse_zero_dims_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1751751Z test_sparse_zero_dims_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1751945Z test_sparse_zero_dims_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1752133Z test_sparse_zero_dims_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1752322Z test_sparse_zero_dims_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1752512Z test_sparse_zero_dims_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1752696Z test_sparse_zero_dims_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1752879Z test_sparse_zero_dims_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1753060Z test_sparse_zero_dims_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1753240Z test_sparse_zero_dims_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1753410Z test_sparse_zero_dims_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1753590Z test_sparse_zero_dims_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1753773Z test_sparse_zero_dims_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1753959Z test_sparse_zero_dims_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1754136Z test_sparse_zero_dims_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1754429Z test_sparse_zero_dims_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1754611Z test_sparse_zero_dims_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1754793Z test_sparse_zero_dims_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1754967Z test_sparse_zero_dims_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1755148Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1755327Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1755559Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1755740Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1755916Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1756093Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1756267Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1756451Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1756632Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1756807Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1756982Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1757142Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1757317Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1757535Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1757709Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1757886Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1758068Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1758248Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1758424Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1758599Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1758774Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1758950Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1759122Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1759308Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1759492Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1759673Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1759849Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1760029Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1760209Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1760385Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1760572Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1760732Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1760905Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1761081Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1761252Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1761420Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1761633Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1761811Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1761987Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1762170Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1762352Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1762531Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1762708Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1762881Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1763056Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1763230Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1763449Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1763619Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1763802Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1763983Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1764157Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1764321Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1764495Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1764669Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1764838Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1765017Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1765188Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1765373Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1765554Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1765731Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1765907Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1766083Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1766255Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1766430Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1766603Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1766775Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1766961Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1767140Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1767317Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1767541Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1767720Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1767880Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1768051Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1768220Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1768391Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1768572Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1768753Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1768933Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1769107Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1769282Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1769499Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1769676Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1769854Z test_sparse_zeros_abs_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1770027Z test_sparse_zeros_abs_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1770200Z test_sparse_zeros_abs_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1770369Z test_sparse_zeros_abs_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1770540Z test_sparse_zeros_abs_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1770707Z test_sparse_zeros_abs_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1770873Z test_sparse_zeros_abs_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1771040Z test_sparse_zeros_abs_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1771190Z test_sparse_zeros_abs_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1771366Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1771540Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1771712Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1771889Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1772062Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1772232Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1772405Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1772576Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1772745Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1772927Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1773106Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1773280Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1773497Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1773674Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1773846Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1774015Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1774186Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1774357Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1774522Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1774698Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1774871Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1775046Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1775219Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1775434Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1775606Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1775781Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1775952Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1776134Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1776311Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1776485Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1776659Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1776830Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1777002Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1777170Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1777341Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1777598Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1777780Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1777959Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1778117Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1778296Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1778501Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1778677Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1778846Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1779026Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1779205Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1779379Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1779603Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1779833Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1780007Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1780174Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1780344Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1780509Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1780705Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1780896Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1781083Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1781274Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1781455Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1781624Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1781855Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1782038Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1782221Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1782403Z test_sparse_zeros_deg2rad_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1782580Z test_sparse_zeros_deg2rad_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1782755Z test_sparse_zeros_deg2rad_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1782937Z test_sparse_zeros_deg2rad_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1783109Z test_sparse_zeros_deg2rad_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1783286Z test_sparse_zeros_deg2rad_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1783460Z test_sparse_zeros_deg2rad_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1783633Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1783802Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1783971Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1784133Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1784295Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1784464Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1784631Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1784807Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1784966Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1785136Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1785307Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1785477Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1785648Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1785868Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1786044Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1786222Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1786391Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1786558Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1786726Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1786897Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1787068Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1787243Z test_sparse_zeros_frac_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1787415Z test_sparse_zeros_frac_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1787596Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1787821Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1787994Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1788165Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1788333Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1788488Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1788655Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1788825Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1788993Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1789173Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1789355Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1789530Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1789700Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1789867Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1790030Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1790199Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1790369Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1790537Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1790719Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1790900Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1791077Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1791251Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1791424Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1791602Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1791804Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1791986Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1792165Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1792339Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1792510Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1792688Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1792862Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1793032Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1793207Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1793378Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1793546Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1793760Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1793934Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1794105Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1794367Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1794552Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1794732Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1794910Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1795085Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1795246Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1795422Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1795598Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1795777Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1795953Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1796126Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1796296Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1796470Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1796632Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1796796Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1796965Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1797127Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1797321Z test_sparse_zeros_nn_functional_relu_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1797515Z test_sparse_zeros_nn_functional_relu_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1797709Z test_sparse_zeros_nn_functional_relu_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1797948Z test_sparse_zeros_nn_functional_relu_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1798132Z test_sparse_zeros_nn_functional_relu_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1798323Z test_sparse_zeros_nn_functional_relu_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1798514Z test_sparse_zeros_nn_functional_relu_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1798699Z test_sparse_zeros_positive_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1798870Z test_sparse_zeros_positive_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1799051Z test_sparse_zeros_positive_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:32:08.1799227Z test_sparse_zeros_positive_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1799404Z test_sparse_zeros_positive_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1799581Z test_sparse_zeros_positive_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1799797Z test_sparse_zeros_positive_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1799975Z test_sparse_zeros_positive_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1800147Z test_sparse_zeros_positive_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1800325Z test_sparse_zeros_rad2deg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1800505Z test_sparse_zeros_rad2deg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1800679Z test_sparse_zeros_rad2deg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1800854Z test_sparse_zeros_rad2deg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1801027Z test_sparse_zeros_rad2deg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1801203Z test_sparse_zeros_rad2deg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1801379Z test_sparse_zeros_rad2deg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1801549Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1801717Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1801888Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1802060Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1802228Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1802388Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1802559Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1802736Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1802911Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1803082Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1803256Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1803428Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1803596Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1803761Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1803970Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1804136Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1804311Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1804483Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1804651Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1804817Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1804985Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:32:08.1805154Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1805321Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1805502Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1805668Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1806382Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1806559Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:32:08.1806732Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1806907Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1807083Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1807265Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1807442Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1807615Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1807786Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1807958Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1808124Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1808287Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1808457Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1808622Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1808800Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1808979Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1809158Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1809333Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1809492Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1809656Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1809822Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1809991Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1810160Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1810398Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1810577Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1810752Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1810926Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1811097Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1811265Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:32:08.1811429Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1811597Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1811765Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1811942Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1812117Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1812410Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1812583Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1812752Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1812902Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1813065Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1813235Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1813403Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1813586Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1813767Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1813945Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1814115Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:32:08.1814286Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1814453Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1814619Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1814784Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1814947Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1815123Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1815299Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1815472Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:32:08.1815640Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1815805Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:32:08.1815973Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1816135Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:32:08.1816164Z 2022-11-23T01:32:08.1816312Z ---------------------------------------------------------------------- 2022-11-23T01:32:08.1816398Z Ran 1633 tests in 27.219s 2022-11-23T01:32:08.1816451Z 2022-11-23T01:32:08.1816531Z OK (skipped=169) 2022-11-23T01:32:08.1816537Z 2022-11-23T01:32:08.1816626Z Generating XML reports... 2022-11-23T01:32:08.1816870Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseCPU-20221123013139.xml 2022-11-23T01:32:08.1817163Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMaskedReductionsCPU-20221123013139.xml 2022-11-23T01:32:08.1817392Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221123013139.xml 2022-11-23T01:32:08.1817651Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseUnaryUfuncsCPU-20221123013139.xml 2022-11-23T01:32:08.1817887Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221123013139.xml 2022-11-23T01:32:08.1817893Z 2022-11-23T01:32:08.1818335Z ##[endgroup] 2022-11-23T01:32:08.1818585Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_gvg6awio) 2022-11-23T01:32:08.1818591Z 2022-11-23T01:32:08.6285553Z 2022-11-23T01:32:08.6286135Z Expand the folded group to see the log file of test_utils 2022-11-23T01:32:08.6287301Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_rhp_3br7) 2022-11-23T01:32:08.6287921Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:08.6288144Z 2022-11-23T01:32:08.6288226Z Running tests... 2022-11-23T01:32:08.6288487Z ---------------------------------------------------------------------- 2022-11-23T01:32:08.6288833Z Test results will be stored in test-reports\python-unittest\test_utils 2022-11-23T01:32:08.6289162Z test_assert_scriptable (__main__.TestAssert) ... ok (0.561s) 2022-11-23T01:32:08.6289449Z test_assert_true (__main__.TestAssert) ... ok (0.003s) 2022-11-23T01:32:08.6290116Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:32:08.6290748Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-11-23T01:32:08.6291062Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.014s) 2022-11-23T01:32:08.6291359Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.020s) 2022-11-23T01:32:08.6291894Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-11-23T01:32:08.6292428Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-11-23T01:32:08.6292691Z ok (0.004s) 2022-11-23T01:32:08.6292945Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:32:08.6293285Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.007s) 2022-11-23T01:32:08.6293686Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-11-23T01:32:08.6294048Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T01:32:08.6294369Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.018s) 2022-11-23T01:32:08.6294699Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.002s) 2022-11-23T01:32:08.6295064Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T01:32:08.6295442Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:32:08.6295779Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.007s) 2022-11-23T01:32:08.6296183Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.007s) 2022-11-23T01:32:08.6296564Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-11-23T01:32:08.6296909Z test_smoke (__main__.TestCollectEnv) ... ok (4.538s) 2022-11-23T01:32:08.6297221Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.001s) 2022-11-23T01:32:08.6297558Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.001s) 2022-11-23T01:32:08.6297999Z test_multi_drop (__main__.TestDataLoaderUtils) ... No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:08.6298535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:32:08.6298932Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:32:08.6299365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:32:08.6299797Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:32:08.6300235Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:08.6300705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:32:08.6301113Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:32:08.6301542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:32:08.6301955Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:32:08.6302200Z ok (4.019s) 2022-11-23T01:32:08.6302559Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-11-23T01:32:08.6303313Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:32:08.6303930Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.000s) 2022-11-23T01:32:08.6304235Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.000s) 2022-11-23T01:32:08.6304561Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.031s) 2022-11-23T01:32:08.6304859Z test_import_hipify (__main__.TestHipify) ... ok (0.002s) 2022-11-23T01:32:08.6305159Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-11-23T01:32:08.6305480Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.002s) 2022-11-23T01:32:08.6305813Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (17.176s) 2022-11-23T01:32:08.6305998Z 2022-11-23T01:32:08.6306155Z ---------------------------------------------------------------------- 2022-11-23T01:32:08.6306412Z Ran 31 tests in 26.438s 2022-11-23T01:32:08.6306519Z 2022-11-23T01:32:08.6306595Z OK (skipped=7) 2022-11-23T01:32:08.6306707Z 2022-11-23T01:32:08.6306799Z Generating XML reports... 2022-11-23T01:32:08.6307141Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221123013141.xml 2022-11-23T01:32:08.6307599Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221123013141.xml 2022-11-23T01:32:08.6308062Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221123013141.xml 2022-11-23T01:32:08.6308546Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221123013141.xml 2022-11-23T01:32:08.6309079Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221123013141.xml 2022-11-23T01:32:08.6309564Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221123013141.xml 2022-11-23T01:32:08.6310024Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221123013141.xml 2022-11-23T01:32:08.6310467Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221123013141.xml 2022-11-23T01:32:08.6310939Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221123013141.xml 2022-11-23T01:32:08.6311415Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221123013141.xml 2022-11-23T01:32:08.6311654Z 2022-11-23T01:32:08.6311913Z ##[endgroup] 2022-11-23T01:32:08.6312248Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_rhp_3br7) 2022-11-23T01:32:08.6312506Z 2022-11-23T01:32:11.1006996Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:11.2765504Z Running nn/test_convolution ... [2022-11-23 01:32:11.276163] 2022-11-23T01:32:11.2771026Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:32:11.276792] 2022-11-23T01:32:11.2772760Z Ignoring disabled issues: [] 2022-11-23T01:32:11.6117272Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:11.7793185Z Running test_view_ops ... [2022-11-23 01:32:11.778853] 2022-11-23T01:32:11.7802602Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:32:11.779480] 2022-11-23T01:32:11.7804548Z Ignoring disabled issues: [] 2022-11-23T01:32:35.0946729Z 2022-11-23T01:32:35.0947405Z Expand the folded group to see the log file of test_view_ops 2022-11-23T01:32:35.0948385Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_xcs2bm4r) 2022-11-23T01:32:35.0957223Z 2022-11-23T01:32:35.0957579Z Running tests... 2022-11-23T01:32:35.0958065Z ---------------------------------------------------------------------- 2022-11-23T01:32:35.0959438Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-11-23T01:32:35.0960780Z test_T_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1305: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3523.) 2022-11-23T01:32:35.0961946Z t1 = a.T 2022-11-23T01:32:35.0962253Z ok (0.049s) 2022-11-23T01:32:35.0962654Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.366s) 2022-11-23T01:32:35.0963513Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.366s) 2022-11-23T01:32:35.0964024Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.429s) 2022-11-23T01:32:35.0964513Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.344s) 2022-11-23T01:32:35.0964998Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.360s) 2022-11-23T01:32:35.0965407Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.157s) 2022-11-23T01:32:35.0965724Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.177s) 2022-11-23T01:32:35.0966155Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.144s) 2022-11-23T01:32:35.0966565Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.206s) 2022-11-23T01:32:35.0967873Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.237s) 2022-11-23T01:32:35.0968377Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.123s) 2022-11-23T01:32:35.0968940Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.021s) 2022-11-23T01:32:35.0969425Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-11-23T01:32:35.0969901Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.0971315Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T01:32:35.0972537Z return torch.as_tensor(tensor_like) 2022-11-23T01:32:35.0972994Z ok (0.839s) 2022-11-23T01:32:35.0973584Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-11-23T01:32:35.0974106Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-11-23T01:32:35.0974580Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-11-23T01:32:35.0975193Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.0975721Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.021s) 2022-11-23T01:32:35.0976207Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-11-23T01:32:35.0976712Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:32:35.0977218Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-11-23T01:32:35.0977721Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-11-23T01:32:35.0978202Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-11-23T01:32:35.0978658Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-11-23T01:32:35.0979105Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-11-23T01:32:35.0980080Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.0980983Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.0981408Z ok (0.004s) 2022-11-23T01:32:35.0982471Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1837: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:32:35.0983627Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-11-23T01:32:35.0984043Z ok (0.004s) 2022-11-23T01:32:35.0984439Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0984955Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-11-23T01:32:35.0985447Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.019s) 2022-11-23T01:32:35.0985973Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.0986815Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.0987404Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.0987916Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-11-23T01:32:35.0988417Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0988915Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-11-23T01:32:35.0989385Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-11-23T01:32:35.0989932Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0990518Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0991099Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0991686Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.0992272Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.0992898Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-11-23T01:32:35.0993691Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0994277Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0994844Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.0995413Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.0995984Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0996555Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.0997138Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.0997737Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:32:35.0998318Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:32:35.0998878Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:32:35.0999414Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.0999931Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-11-23T01:32:35.1000445Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-11-23T01:32:35.1001005Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.332s) 2022-11-23T01:32:35.1001585Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.349s) 2022-11-23T01:32:35.1002158Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.363s) 2022-11-23T01:32:35.1002725Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.318s) 2022-11-23T01:32:35.1003293Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.338s) 2022-11-23T01:32:35.1003891Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.340s) 2022-11-23T01:32:35.1004457Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.258s) 2022-11-23T01:32:35.1005016Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.267s) 2022-11-23T01:32:35.1005632Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.260s) 2022-11-23T01:32:35.1006202Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.272s) 2022-11-23T01:32:35.1006758Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.244s) 2022-11-23T01:32:35.1007304Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.836s) 2022-11-23T01:32:35.1008056Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (1.068s) 2022-11-23T01:32:35.1008689Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.085s) 2022-11-23T01:32:35.1009317Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.853s) 2022-11-23T01:32:35.1009935Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.112s) 2022-11-23T01:32:35.1010538Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (1.059s) 2022-11-23T01:32:35.1011151Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.674s) 2022-11-23T01:32:35.1011818Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.775s) 2022-11-23T01:32:35.1012457Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.927s) 2022-11-23T01:32:35.1013066Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.909s) 2022-11-23T01:32:35.1013683Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.865s) 2022-11-23T01:32:35.1014291Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1014886Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1015656Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1016270Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.047s) 2022-11-23T01:32:35.1016891Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-11-23T01:32:35.1017502Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-11-23T01:32:35.1018142Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1018748Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1019335Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1019925Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1020519Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1021109Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1021795Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1022368Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1022940Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1023503Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1024102Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1024683Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1025278Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1025871Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1026487Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:32:35.1027119Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1027737Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1028357Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1028978Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1029590Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.1030213Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1030982Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1031586Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-11-23T01:32:35.1032183Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1032757Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1033332Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1033891Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-11-23T01:32:35.1034424Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1034944Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1035507Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1036111Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1037367Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1038554Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1039517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1040439Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1041401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1042317Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1043324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1044299Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1045289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1046213Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1047177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1048090Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1049073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1050050Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1051023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1051933Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1053044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1053978Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1054356Z ok (0.161s) 2022-11-23T01:32:35.1054814Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1055410Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1056026Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1056627Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1057215Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1057932Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T01:32:35.1058626Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1059212Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1059890Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:32:35.1074667Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:32:35.1075388Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1075800Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:32:35.1076207Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1076613Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1077028Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1077443Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1077851Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1078299Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1078776Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1079246Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1079721Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1080194Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1080627Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1081074Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.1081484Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1081931Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1082394Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1082860Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.1083293Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1083737Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1084197Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1084632Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1085060Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1085557Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.012s) 2022-11-23T01:32:35.1085970Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1086438Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1087048Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1087502Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1087969Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-11-23T01:32:35.1088422Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1088852Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1089258Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1089678Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1090146Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1090628Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1091104Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1091651Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1092130Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1092791Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1093258Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1093721Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1094195Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1094648Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-11-23T01:32:35.1095091Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1095576Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1096059Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1096535Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1097013Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1097493Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1098022Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1098523Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1099008Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1099484Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1099938Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1100404Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1100886Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1101458Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1102045Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.002s) 2022-11-23T01:32:35.1102575Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1103014Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1103451Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1103923Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1104352Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1104987Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1105407Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.008s) 2022-11-23T01:32:35.1105828Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1106233Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1106652Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1107081Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1107476Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-11-23T01:32:35.1107895Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1108850Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:32:35.1109742Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-11-23T01:32:35.1110105Z ok (0.004s) 2022-11-23T01:32:35.1110602Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1111063Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1111488Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1111896Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1112350Z test_view_copy_output_contiguous_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1112796Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.036s) 2022-11-23T01:32:35.1113233Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.038s) 2022-11-23T01:32:35.1113689Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.045s) 2022-11-23T01:32:35.1114144Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.043s) 2022-11-23T01:32:35.1114611Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.044s) 2022-11-23T01:32:35.1115057Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.042s) 2022-11-23T01:32:35.1115492Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.042s) 2022-11-23T01:32:35.1115921Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.049s) 2022-11-23T01:32:35.1116416Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-11-23T01:32:35.1116886Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-11-23T01:32:35.1117334Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.045s) 2022-11-23T01:32:35.1117801Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-11-23T01:32:35.1118303Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-11-23T01:32:35.1118786Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1119293Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1119745Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.1120209Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-11-23T01:32:35.1120669Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1121122Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1121587Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.1122069Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1122773Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.024s) 2022-11-23T01:32:35.1123312Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-11-23T01:32:35.1123811Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1124296Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1124771Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1125262Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1125739Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1126192Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1126670Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1127148Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1127592Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1128041Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1128681Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1129169Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1129645Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1130112Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-11-23T01:32:35.1130565Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1131035Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1131495Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1131966Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.013s) 2022-11-23T01:32:35.1132428Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1132892Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1133356Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1133798Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1134249Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1134756Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1135232Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1135702Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1136171Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1136632Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1137094Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1137558Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1137989Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1138483Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1138963Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1139418Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:32:35.1139864Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1140310Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1140973Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:32:35.1141552Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.013s) 2022-11-23T01:32:35.1142029Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1142504Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:32:35.1142979Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1143465Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1143952Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1144401Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1144857Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1145304Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:32:35.1145754Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1146207Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1146838Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:32:35.1147229Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.106s) 2022-11-23T01:32:35.1147733Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:32:35.1148219Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.013s) 2022-11-23T01:32:35.1149153Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1149975Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1150743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1151496Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1152269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1153101Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1153907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1154829Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1155750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1156469Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1157238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1157999Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1158984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1160073Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1160856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1161567Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1162353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1163085Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1163895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:32:35.1164767Z warnings.warn(message, UserWarning) 2022-11-23T01:32:35.1165055Z ok (0.053s) 2022-11-23T01:32:35.1165469Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-11-23T01:32:35.1165971Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-11-23T01:32:35.1166449Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-11-23T01:32:35.1166943Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.021s) 2022-11-23T01:32:35.1167445Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.015s) 2022-11-23T01:32:35.1168025Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T01:32:35.1168648Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1169301Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1169838Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1170309Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1170768Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1171237Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-11-23T01:32:35.1171756Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1172226Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1172665Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1173075Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-11-23T01:32:35.1173513Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1174058Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1174697Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1175218Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1175664Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.018s) 2022-11-23T01:32:35.1176098Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.012s) 2022-11-23T01:32:35.1176764Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1177386Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1178019Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-11-23T01:32:35.1178655Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1179272Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1179902Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1180528Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1181165Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1181895Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1182708Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1183396Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1184026Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1184549Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.117s) 2022-11-23T01:32:35.1184983Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.012s) 2022-11-23T01:32:35.1185410Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-11-23T01:32:35.1185980Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-11-23T01:32:35.1186613Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1187153Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:32:35.1187688Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.011s) 2022-11-23T01:32:35.1188184Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-11-23T01:32:35.1188608Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-11-23T01:32:35.1189150Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1189792Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1190467Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1191159Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1191828Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1192472Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1193139Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1193812Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1194609Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1195266Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1195906Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1196554Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1197208Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1197881Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1198595Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1199335Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1200972Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-11-23T01:32:35.1201620Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1202250Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1202910Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1203559Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1204187Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1204822Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.011s) 2022-11-23T01:32:35.1205451Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1206101Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T01:32:35.1206646Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-11-23T01:32:35.1207091Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-11-23T01:32:35.1207528Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.009s) 2022-11-23T01:32:35.1207964Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-11-23T01:32:35.1208372Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.014s) 2022-11-23T01:32:35.1208812Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.023s) 2022-11-23T01:32:35.1209243Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-11-23T01:32:35.1209749Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1210249Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-11-23T01:32:35.1210696Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-11-23T01:32:35.1211126Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.014s) 2022-11-23T01:32:35.1211688Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1212451Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1213098Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1213722Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1214217Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:32:35.1214645Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-11-23T01:32:35.1215067Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-11-23T01:32:35.1215540Z test_view_copy_output_contiguous_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:32:35.1216093Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.010s) 2022-11-23T01:32:35.1216742Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1217376Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.012s) 2022-11-23T01:32:35.1218149Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1218771Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1219390Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1219987Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1220594Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1221344Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-11-23T01:32:35.1221969Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-11-23T01:32:35.1222558Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1223167Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1223798Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.007s) 2022-11-23T01:32:35.1224451Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1225091Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1225752Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1226401Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1227051Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1227654Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1228295Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1228933Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1229778Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1230464Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1231105Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1231723Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1232366Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1232999Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1233632Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1234267Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1235028Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1235645Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1236252Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1236867Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1237471Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1238091Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1238707Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1239334Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-11-23T01:32:35.1239952Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1240580Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1241221Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1241863Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1242487Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1243133Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.011s) 2022-11-23T01:32:35.1243747Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1244374Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1244993Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1245601Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1246357Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1247010Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1247645Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1248291Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1248928Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1249557Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1250170Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1250808Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1251543Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1252132Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1252755Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1253390Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1254028Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1254660Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1255288Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1255943Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:32:35.1256572Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:32:35.1257216Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-11-23T01:32:35.1257865Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1258506Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1259138Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.006s) 2022-11-23T01:32:35.1259774Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1260427Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1261080Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:32:35.1261709Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.010s) 2022-11-23T01:32:35.1261965Z 2022-11-23T01:32:35.1262205Z ---------------------------------------------------------------------- 2022-11-23T01:32:35.1262586Z Ran 441 tests in 19.906s 2022-11-23T01:32:35.1262762Z 2022-11-23T01:32:35.1263026Z OK (skipped=123) 2022-11-23T01:32:35.1263210Z 2022-11-23T01:32:35.1263349Z Generating XML reports... 2022-11-23T01:32:35.1263899Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestOldViewOpsCPU-20221123013214.xml 2022-11-23T01:32:35.1264593Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsCPU-20221123013214.xml 2022-11-23T01:32:35.1265292Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsLAZY-20221123013214.xml 2022-11-23T01:32:35.1265639Z 2022-11-23T01:32:35.1266128Z ##[endgroup] 2022-11-23T01:32:35.1266636Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_xcs2bm4r) 2022-11-23T01:32:35.1267006Z 2022-11-23T01:32:38.3155366Z 2022-11-23T01:32:38.3155848Z Expand the folded group to see the log file of nn/test_convolution 2022-11-23T01:32:38.3156627Z ##[group]PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution_yzjyueqa) 2022-11-23T01:32:38.3164404Z 2022-11-23T01:32:38.3164501Z Running tests... 2022-11-23T01:32:38.3164878Z ---------------------------------------------------------------------- 2022-11-23T01:32:38.3165458Z Test results will be stored in test-reports\python-unittest\nn.test_convolution 2022-11-23T01:32:38.3166333Z test_Conv1d_module_same_padding (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\test\nn\test_convolution.py:152: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:32:38.3167090Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-11-23T01:32:38.3167418Z ok (0.014s) 2022-11-23T01:32:38.3167751Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... ok (0.013s) 2022-11-23T01:32:38.3168141Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... ok (0.031s) 2022-11-23T01:32:38.3168571Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... ok (0.787s) 2022-11-23T01:32:38.3169160Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.037s) 2022-11-23T01:32:38.3169616Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... ok (0.033s) 2022-11-23T01:32:38.3170054Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... ok (0.004s) 2022-11-23T01:32:38.3170579Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:32:38.3171146Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.002s) 2022-11-23T01:32:38.3171656Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:32:38.3171996Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.007s) 2022-11-23T01:32:38.3172410Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:32:38.3172714Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T01:32:38.3173112Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.007s) 2022-11-23T01:32:38.3173624Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:32:38.3174133Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... ok (0.004s) 2022-11-23T01:32:38.3174638Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... ok (4.913s) 2022-11-23T01:32:38.3175153Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:32:38.3175734Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... ok (0.078s) 2022-11-23T01:32:38.3176292Z test_conv_backcompat (__main__.TestConvolutionNN) ... ok (0.105s) 2022-11-23T01:32:38.3178071Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:32:38.3178700Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:32:38.3179222Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... ok (0.032s) 2022-11-23T01:32:38.3179720Z test_conv_padding_mode (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:32:38.3180866Z test_conv_shapecheck (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T01:32:38.3181868Z warnings.warn( 2022-11-23T01:32:38.3182077Z ok (0.055s) 2022-11-23T01:32:38.3182368Z test_conv_tbc (__main__.TestConvolutionNN) ... ok (0.009s) 2022-11-23T01:32:38.3182858Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:32:38.3183533Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T01:32:38.3184062Z test_functional_grad_conv (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T01:32:38.3184562Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... ok (0.202s) 2022-11-23T01:32:38.3185005Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... ok (0.068s) 2022-11-23T01:32:38.3185425Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... ok (0.055s) 2022-11-23T01:32:38.3185859Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... ok (0.069s) 2022-11-23T01:32:38.3186233Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... ok (0.063s) 2022-11-23T01:32:38.3186657Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... ok (0.074s) 2022-11-23T01:32:38.3187095Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... ok (0.087s) 2022-11-23T01:32:38.3187586Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.003s) 2022-11-23T01:32:38.3188763Z test_invalid_conv1d (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T01:32:38.3189844Z warnings.warn( 2022-11-23T01:32:38.3190038Z ok (0.011s) 2022-11-23T01:32:38.3190426Z test_invalid_conv2d (__main__.TestConvolutionNN) ... ok (0.020s) 2022-11-23T01:32:38.3190860Z test_invalid_conv3d (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T01:32:38.3191291Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... ok (0.007s) 2022-11-23T01:32:38.3191759Z test_nnpack_conv (__main__.TestConvolutionNN) ... skip: NNPACK unavailable (0.003s) 2022-11-23T01:32:38.3192199Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... skip: CUDA not available (0.003s) 2022-11-23T01:32:38.3192795Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (2.148s) 2022-11-23T01:32:38.3193408Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.198s) 2022-11-23T01:32:38.3194000Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3194599Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3195124Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3195594Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3196124Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3196645Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3197170Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3197747Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3198390Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3198987Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3199620Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3200219Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:32:38.3200787Z test_Conv2d_size_1_kernel_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3201350Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:32:38.3202030Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3202751Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.008s) 2022-11-23T01:32:38.3203334Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3204024Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3204648Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3205202Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3205689Z test_contig_wrong_stride_cudnn_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:38.3206126Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:32:38.3206548Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:32:38.3206967Z test_conv1d_same_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:32:38.3207376Z test_conv1d_same_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:32:38.3207796Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:32:38.3208492Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:32:38.3213868Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:32:38.3214571Z test_conv1d_valid_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:32:38.3215212Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.080s) 2022-11-23T01:32:38.3215989Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:32:38.3216415Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:32:38.3216845Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:32:38.3217248Z test_conv2d_no_grad_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:32:38.3217666Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:32:38.3218099Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:32:38.3218569Z test_conv2d_same_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:32:38.3218986Z test_conv2d_same_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:32:38.3219406Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:32:38.3219896Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:32:38.3220408Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:32:38.3220879Z test_conv2d_valid_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:32:38.3221292Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:32:38.3221755Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:32:38.3222169Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:32:38.3222589Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:32:38.3223015Z test_conv3d_64bit_indexing_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3223450Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.595s) 2022-11-23T01:32:38.3223882Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:32:38.3224299Z test_conv3d_same_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3224694Z test_conv3d_same_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:32:38.3225114Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.180s) 2022-11-23T01:32:38.3225543Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3225964Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:32:38.3226372Z test_conv3d_valid_padding_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:32:38.3226784Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:32:38.3227250Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:32:38.3227651Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:32:38.3228125Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:32:38.3228527Z test_convTranspose_empty_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:32:38.3229067Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-11-23T01:32:38.3229624Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3230172Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3230719Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-11-23T01:32:38.3231264Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.022s) 2022-11-23T01:32:38.3231811Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3232340Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.022s) 2022-11-23T01:32:38.3232933Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.022s) 2022-11-23T01:32:38.3233531Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.028s) 2022-11-23T01:32:38.3234134Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3234686Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3235233Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-11-23T01:32:38.3235781Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3236330Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3236867Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-11-23T01:32:38.3237408Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3237952Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3238485Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-11-23T01:32:38.3239032Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3239630Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3240228Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-11-23T01:32:38.3240824Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3241370Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3241911Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3242445Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3242970Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3243487Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3243991Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3244559Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3245082Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3245660Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3246229Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-11-23T01:32:38.3246766Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3247316Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3247872Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3248422Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T01:32:38.3248971Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3249503Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-11-23T01:32:38.3250049Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3250591Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T01:32:38.3251122Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3251694Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3252269Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3252842Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-11-23T01:32:38.3253362Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3253880Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:32:38.3254398Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3254895Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3255519Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3256077Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:32:38.3256678Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-11-23T01:32:38.3257228Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3257779Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3258329Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3258878Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.028s) 2022-11-23T01:32:38.3259422Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.018s) 2022-11-23T01:32:38.3259958Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.023s) 2022-11-23T01:32:38.3260482Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:32:38.3260992Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3261511Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3262033Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:32:38.3262629Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3263186Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3263694Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T01:32:38.3264253Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3264764Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3265264Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3266006Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3266490Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3266985Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3267489Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.040s) 2022-11-23T01:32:38.3267984Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3268524Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3269022Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T01:32:38.3269513Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3270007Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3270498Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3270975Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3271470Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3271956Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3272447Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3272945Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3273437Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3273926Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3274415Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3274887Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3275372Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3275860Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3276416Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.044s) 2022-11-23T01:32:38.3276939Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3277461Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3277976Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.038s) 2022-11-23T01:32:38.3278548Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3279112Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3279626Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3280120Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3280681Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:32:38.3281195Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T01:32:38.3281708Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3282217Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3282731Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3283237Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3283744Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3284250Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3284747Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:32:38.3285253Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3285767Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3286287Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3286791Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3287303Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.033s) 2022-11-23T01:32:38.3287811Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.038s) 2022-11-23T01:32:38.3288372Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3288880Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3289384Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3289886Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3290376Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3290882Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3291381Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3291880Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3292427Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3292928Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3293431Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3293924Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3294424Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3294910Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3295514Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3296017Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3296513Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3297014Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3297511Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3298007Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3298507Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3299009Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:32:38.3299492Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T01:32:38.3299989Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3300542Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:32:38.3301063Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.030s) 2022-11-23T01:32:38.3301602Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.022s) 2022-11-23T01:32:38.3302129Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.032s) 2022-11-23T01:32:38.3302649Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.022s) 2022-11-23T01:32:38.3303169Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.032s) 2022-11-23T01:32:38.3303693Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-11-23T01:32:38.3304261Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.030s) 2022-11-23T01:32:38.3304764Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-11-23T01:32:38.3305305Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3305868Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3306421Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3306974Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3307529Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T01:32:38.3308087Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3308635Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3309189Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3309809Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.022s) 2022-11-23T01:32:38.3310381Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3310910Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3311434Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:32:38.3311957Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-11-23T01:32:38.3312537Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3313062Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T01:32:38.3313575Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3314113Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3314665Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3315220Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3315757Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3316356Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3316907Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3317458Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3318009Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3318554Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3319082Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.023s) 2022-11-23T01:32:38.3319605Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3320133Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3320656Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:32:38.3321166Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3321683Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3322198Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T01:32:38.3322743Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3323303Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-11-23T01:32:38.3323910Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3324462Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3325011Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3325559Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3326104Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3326655Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:32:38.3327188Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3328361Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3328914Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3329466Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3330014Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T01:32:38.3330567Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-11-23T01:32:38.3331115Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-11-23T01:32:38.3331659Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.027s) 2022-11-23T01:32:38.3332206Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3332754Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3333306Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.009s) 2022-11-23T01:32:38.3333842Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.023s) 2022-11-23T01:32:38.3334393Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3334939Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:32:38.3335590Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.019s) 2022-11-23T01:32:38.3336202Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-11-23T01:32:38.3336759Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3337313Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3337862Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-11-23T01:32:38.3338405Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.015s) 2022-11-23T01:32:38.3338961Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3339493Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3340093Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3340636Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-11-23T01:32:38.3341171Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3341689Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3342191Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3342701Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.059s) 2022-11-23T01:32:38.3343205Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3343709Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.045s) 2022-11-23T01:32:38.3344212Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.056s) 2022-11-23T01:32:38.3344704Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.054s) 2022-11-23T01:32:38.3345202Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3345693Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3346180Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3346663Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:32:38.3347143Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3347685Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3348171Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3348641Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3349160Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.023s) 2022-11-23T01:32:38.3349714Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.029s) 2022-11-23T01:32:38.3350257Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.028s) 2022-11-23T01:32:38.3350807Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.021s) 2022-11-23T01:32:38.3351349Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.031s) 2022-11-23T01:32:38.3351942Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.017s) 2022-11-23T01:32:38.3352478Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.013s) 2022-11-23T01:32:38.3353016Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.016s) 2022-11-23T01:32:38.3353542Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3354037Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.049s) 2022-11-23T01:32:38.3354544Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.044s) 2022-11-23T01:32:38.3355050Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.037s) 2022-11-23T01:32:38.3355555Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.063s) 2022-11-23T01:32:38.3356052Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.038s) 2022-11-23T01:32:38.3356547Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.049s) 2022-11-23T01:32:38.3357047Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.047s) 2022-11-23T01:32:38.3357548Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3358037Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3358507Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3358991Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3359530Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3360015Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:32:38.3360504Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:32:38.3360986Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:32:38.3361508Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.017s) 2022-11-23T01:32:38.3362056Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.016s) 2022-11-23T01:32:38.3362599Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.031s) 2022-11-23T01:32:38.3363128Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.030s) 2022-11-23T01:32:38.3363730Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.028s) 2022-11-23T01:32:38.3364278Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.036s) 2022-11-23T01:32:38.3364817Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.034s) 2022-11-23T01:32:38.3365355Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.034s) 2022-11-23T01:32:38.3365999Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.058s) 2022-11-23T01:32:38.3366567Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.056s) 2022-11-23T01:32:38.3367074Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.050s) 2022-11-23T01:32:38.3367581Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3368083Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.064s) 2022-11-23T01:32:38.3368573Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.060s) 2022-11-23T01:32:38.3369070Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.055s) 2022-11-23T01:32:38.3369565Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:32:38.3370062Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3370554Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3371036Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3371583Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3372068Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3372553Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3373020Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3373500Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3374022Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.030s) 2022-11-23T01:32:38.3374573Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.028s) 2022-11-23T01:32:38.3375116Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.031s) 2022-11-23T01:32:38.3375837Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.026s) 2022-11-23T01:32:38.3376384Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.032s) 2022-11-23T01:32:38.3376928Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.029s) 2022-11-23T01:32:38.3377463Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.029s) 2022-11-23T01:32:38.3377986Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... expected failure (0.020s) 2022-11-23T01:32:38.3378520Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3379038Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3379549Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3380062Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3380578Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3381090Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3381593Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3382098Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3382604Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3383101Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:32:38.3384163Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3384681Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3385189Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3385697Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3386196Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3386700Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3387209Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3387721Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3388286Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:32:38.3388792Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:32:38.3389301Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:32:38.3389805Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3390312Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3390815Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:32:38.3391339Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3391869Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3392396Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3392922Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3393431Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3393950Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3394471Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:32:38.3394993Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:32:38.3395515Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:32:38.3396098Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3396625Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3397145Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3397667Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3398169Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:32:38.3398687Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3399208Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3399785Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3400312Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3400835Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3401348Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3401867Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3402383Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:32:38.3402899Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:32:38.3403399Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3403917Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3404438Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3404961Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3405476Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:32:38.3405997Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3406511Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3407024Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3407580Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:32:38.3418930Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3419493Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:32:38.3420020Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3420541Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.021s) 2022-11-23T01:32:38.3421058Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3421585Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3422102Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3422789Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3423308Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3423839Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3424336Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:32:38.3424847Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:32:38.3425364Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:32:38.3425882Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.027s) 2022-11-23T01:32:38.3426397Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:32:38.3426904Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:32:38.3427411Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3427910Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.038s) 2022-11-23T01:32:38.3428415Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3428899Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:32:38.3429397Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.045s) 2022-11-23T01:32:38.3429891Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.038s) 2022-11-23T01:32:38.3430456Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:32:38.3430949Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:32:38.3431462Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:32:38.3431985Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3432509Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.037s) 2022-11-23T01:32:38.3433032Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3433545Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3434069Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:32:38.3434643Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:32:38.3435163Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:32:38.3435669Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:32:38.3436150Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3436633Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3437105Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3437582Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3438043Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.037s) 2022-11-23T01:32:38.3438516Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.043s) 2022-11-23T01:32:38.3438990Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3439488Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.031s) 2022-11-23T01:32:38.3439995Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3440504Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3441008Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.032s) 2022-11-23T01:32:38.3441513Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.040s) 2022-11-23T01:32:38.3442014Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.033s) 2022-11-23T01:32:38.3442547Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.049s) 2022-11-23T01:32:38.3443052Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:32:38.3443556Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.050s) 2022-11-23T01:32:38.3444061Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.041s) 2022-11-23T01:32:38.3444558Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:32:38.3445052Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3445545Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:32:38.3446035Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.045s) 2022-11-23T01:32:38.3446569Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T01:32:38.3447042Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.045s) 2022-11-23T01:32:38.3447550Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.037s) 2022-11-23T01:32:38.3448077Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:32:38.3448602Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3449128Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.040s) 2022-11-23T01:32:38.3449649Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:32:38.3450173Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.056s) 2022-11-23T01:32:38.3450691Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.049s) 2022-11-23T01:32:38.3451210Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.051s) 2022-11-23T01:32:38.3451696Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.043s) 2022-11-23T01:32:38.3452176Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.043s) 2022-11-23T01:32:38.3452651Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.043s) 2022-11-23T01:32:38.3453126Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.035s) 2022-11-23T01:32:38.3453602Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:32:38.3454073Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.047s) 2022-11-23T01:32:38.3454596Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:32:38.3455072Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:32:38.3455706Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3456209Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3456714Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.040s) 2022-11-23T01:32:38.3457216Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.057s) 2022-11-23T01:32:38.3457725Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.047s) 2022-11-23T01:32:38.3458232Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:32:38.3458797Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.043s) 2022-11-23T01:32:38.3459303Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3459800Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3460288Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.049s) 2022-11-23T01:32:38.3460765Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:32:38.3461251Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:32:38.3461742Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.048s) 2022-11-23T01:32:38.3462227Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.057s) 2022-11-23T01:32:38.3462712Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.051s) 2022-11-23T01:32:38.3463197Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:32:38.3463710Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.023s) 2022-11-23T01:32:38.3464243Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.028s) 2022-11-23T01:32:38.3464775Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-11-23T01:32:38.3465286Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-11-23T01:32:38.3465812Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.021s) 2022-11-23T01:32:38.3466387Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T01:32:38.3467014Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-11-23T01:32:38.3467600Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.028s) 2022-11-23T01:32:38.3468118Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.042s) 2022-11-23T01:32:38.3468618Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.052s) 2022-11-23T01:32:38.3469116Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3469618Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.046s) 2022-11-23T01:32:38.3470099Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.047s) 2022-11-23T01:32:38.3470654Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.068s) 2022-11-23T01:32:38.3471147Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:32:38.3471637Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.055s) 2022-11-23T01:32:38.3472080Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.357s) 2022-11-23T01:32:38.3472512Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3473011Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:32:38.3473445Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3473868Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:32:38.3474360Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:32:38.3474786Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3475225Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3475678Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3476125Z test_conv_double_backward_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T01:32:38.3476553Z test_conv_double_backward_groups_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:32:38.3476961Z test_conv_double_backward_no_bias_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:32:38.3477355Z test_conv_double_backward_stride_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.066s) 2022-11-23T01:32:38.3477792Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:32:38.3478420Z test_conv_empty_channel_cpu_complex64 (__main__.TestConvolutionNNDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-11-23T01:32:38.3479041Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-11-23T01:32:38.3479286Z ok (0.005s) 2022-11-23T01:32:38.3479635Z test_conv_empty_channel_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:32:38.3480093Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.099s) 2022-11-23T01:32:38.3480507Z test_conv_large_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:32:38.3480929Z test_conv_large_nosplit_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:32:38.3481353Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.061s) 2022-11-23T01:32:38.3481756Z test_conv_noncontig_weights_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:32:38.3482150Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.136s) 2022-11-23T01:32:38.3482526Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.131s) 2022-11-23T01:32:38.3482961Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:32:38.3483492Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.083s) 2022-11-23T01:32:38.3483949Z test_conv_transposed_large_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:32:38.3484404Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:32:38.3484862Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3485317Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:32:38.3485822Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T01:32:38.3486324Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:32:38.3486748Z test_group_convTranspose_empty_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:32:38.3487126Z test_group_conv_empty_cpu (__main__.TestConvolutionNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:32:38.3487534Z test_noncontig_conv_grad_cpu_float16 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:32:38.3487981Z test_noncontig_conv_grad_cpu_float32 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:32:38.3488415Z test_noncontig_conv_grad_cpu_float64 (__main__.TestConvolutionNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:32:38.3488645Z 2022-11-23T01:32:38.3488806Z ---------------------------------------------------------------------- 2022-11-23T01:32:38.3489068Z Ran 581 tests in 23.218s 2022-11-23T01:32:38.3489193Z 2022-11-23T01:32:38.3489300Z OK (skipped=194, expected failures=24) 2022-11-23T01:32:38.3489441Z 2022-11-23T01:32:38.3489520Z Generating XML reports... 2022-11-23T01:32:38.3489899Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNN-20221123013214.xml 2022-11-23T01:32:38.3490460Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNNDeviceTypeCPU-20221123013214.xml 2022-11-23T01:32:38.3490768Z 2022-11-23T01:32:38.3491131Z ##[endgroup] 2022-11-23T01:32:38.3491564Z FINISHED PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution_yzjyueqa) 2022-11-23T01:32:38.3491848Z 2022-11-23T01:32:38.4516445Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:38.6246719Z Running test_masked ... [2022-11-23 01:32:38.624307] 2022-11-23T01:32:38.6252951Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:32:38.624957] 2022-11-23T01:32:38.6255023Z Ignoring disabled issues: [] 2022-11-23T01:32:41.3375323Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:32:41.5026206Z Running test_jit_autocast ... [2022-11-23 01:32:41.502283] 2022-11-23T01:32:41.5032212Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:32:41.502283] 2022-11-23T01:32:41.5034020Z Ignoring disabled issues: [] 2022-11-23T01:33:02.7379691Z 2022-11-23T01:33:02.7380428Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T01:33:02.7381632Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_0gmg6fmn) 2022-11-23T01:33:02.7384453Z CUDA not available, skipping tests 2022-11-23T01:33:02.7385276Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:33:02.7385606Z 2022-11-23T01:33:02.7385779Z Running tests... 2022-11-23T01:33:02.7386249Z ---------------------------------------------------------------------- 2022-11-23T01:33:02.7386823Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-11-23T01:33:02.7387331Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:33:02.7387802Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-11-23T01:33:02.7388420Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:33:02.7388887Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.003s) 2022-11-23T01:33:02.7389279Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7389641Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7390006Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7390463Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7390928Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7391310Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7391736Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-11-23T01:33:02.7392101Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7392481Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7392810Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7393116Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7393442Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7393761Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:33:02.7394083Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T01:33:02.7394418Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7394764Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7395058Z test_ignore_amp (__main__.TestAutocast) ... ok (0.025s) 2022-11-23T01:33:02.7395379Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7395863Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7396183Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.105s) 2022-11-23T01:33:02.7396526Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7396875Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.003s) 2022-11-23T01:33:02.7397210Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.003s) 2022-11-23T01:33:02.7397556Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:33:02.7397954Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:33:02.7398311Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-11-23T01:33:02.7398639Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7398991Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7399302Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7399597Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:33:02.7400003Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7400328Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7400655Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7401017Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.002s) 2022-11-23T01:33:02.7401384Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7401714Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7402055Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7402458Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.002s) 2022-11-23T01:33:02.7402845Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T01:33:02.7403173Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7403590Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-11-23T01:33:02.7403988Z test_cat_promote (__main__.TestJitTraceAutocast) ... ok (0.290s) 2022-11-23T01:33:02.7404362Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (4.079s) 2022-11-23T01:33:02.7404735Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.703s) 2022-11-23T01:33:02.7405136Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.582s) 2022-11-23T01:33:02.7405491Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.132s) 2022-11-23T01:33:02.7405849Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-11-23T01:33:02.7406219Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.143s) 2022-11-23T01:33:02.7406552Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.101s) 2022-11-23T01:33:02.7406744Z 2022-11-23T01:33:02.7406910Z ---------------------------------------------------------------------- 2022-11-23T01:33:02.7407178Z Ran 53 tests in 16.266s 2022-11-23T01:33:02.7407305Z 2022-11-23T01:33:02.7407386Z OK (skipped=44) 2022-11-23T01:33:02.7407507Z 2022-11-23T01:33:02.7407604Z Generating XML reports... 2022-11-23T01:33:02.7407976Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221123013245.xml 2022-11-23T01:33:02.7408552Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221123013245.xml 2022-11-23T01:33:02.7408834Z 2022-11-23T01:33:02.7409209Z ##[endgroup] 2022-11-23T01:33:02.7409591Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_0gmg6fmn) 2022-11-23T01:33:02.7409873Z 2022-11-23T01:33:03.4246301Z 2022-11-23T01:33:03.4247123Z Expand the folded group to see the log file of test_masked 2022-11-23T01:33:03.4247974Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_cdhpuujv) 2022-11-23T01:33:03.4248468Z 2022-11-23T01:33:03.4248533Z Running tests... 2022-11-23T01:33:03.4248840Z ---------------------------------------------------------------------- 2022-11-23T01:33:03.4249317Z Test results will be stored in test-reports\python-unittest\test_masked 2022-11-23T01:33:03.4249863Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.244s) 2022-11-23T01:33:03.4250314Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.231s) 2022-11-23T01:33:03.4250779Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.254s) 2022-11-23T01:33:03.4251430Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.253s) 2022-11-23T01:33:03.4251953Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.073s) 2022-11-23T01:33:03.4252498Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4253081Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4253718Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4254276Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4254819Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.263s) 2022-11-23T01:33:03.4255329Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.268s) 2022-11-23T01:33:03.4255839Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.249s) 2022-11-23T01:33:03.4256195Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.207s) 2022-11-23T01:33:03.4256581Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4256974Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4257364Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:33:03.4257753Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4258148Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4258603Z test_mask_layout_sparse_coo_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-11-23T01:33:03.4259057Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4259441Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4259851Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4260317Z test_mask_layout_sparse_coo_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.011s) 2022-11-23T01:33:03.4260972Z test_mask_layout_sparse_coo_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-11-23T01:33:03.4261479Z test_mask_layout_sparse_coo_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-11-23T01:33:03.4261924Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4262320Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4262711Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4263085Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4263478Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:33:03.4263864Z test_mask_layout_sparse_coo_masked_prod_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.255s) 2022-11-23T01:33:03.4264238Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.200s) 2022-11-23T01:33:03.4264615Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.194s) 2022-11-23T01:33:03.4265577Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.192s) 2022-11-23T01:33:03.4265954Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.239s) 2022-11-23T01:33:03.4266303Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.236s) 2022-11-23T01:33:03.4266668Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-11-23T01:33:03.4267036Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.178s) 2022-11-23T01:33:03.4267396Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.207s) 2022-11-23T01:33:03.4267756Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.225s) 2022-11-23T01:33:03.4268118Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-11-23T01:33:03.4268465Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.535s) 2022-11-23T01:33:03.4268831Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.348s) 2022-11-23T01:33:03.4269202Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.319s) 2022-11-23T01:33:03.4269576Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.361s) 2022-11-23T01:33:03.4269944Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.388s) 2022-11-23T01:33:03.4270306Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.452s) 2022-11-23T01:33:03.4270674Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.596s) 2022-11-23T01:33:03.4271012Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.265s) 2022-11-23T01:33:03.4271373Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.379s) 2022-11-23T01:33:03.4271732Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.224s) 2022-11-23T01:33:03.4272088Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.219s) 2022-11-23T01:33:03.4272449Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.300s) 2022-11-23T01:33:03.4272810Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.066s) 2022-11-23T01:33:03.4273182Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.068s) 2022-11-23T01:33:03.4273701Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.083s) 2022-11-23T01:33:03.4274080Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.084s) 2022-11-23T01:33:03.4274468Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:33:03.4274866Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4275238Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4275634Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4276023Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4276401Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.090s) 2022-11-23T01:33:03.4276772Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-11-23T01:33:03.4277136Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.070s) 2022-11-23T01:33:03.4277551Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.069s) 2022-11-23T01:33:03.4277913Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4278303Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4278687Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4279082Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4279474Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.010s) 2022-11-23T01:33:03.4279862Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-11-23T01:33:03.4280246Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4280632Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4281048Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:33:03.4281435Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-11-23T01:33:03.4281800Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-11-23T01:33:03.4282169Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-11-23T01:33:03.4282553Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4282944Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:33:03.4283312Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4283706Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4284097Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4284474Z test_mask_layout_sparse_csr_masked_prod_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.075s) 2022-11-23T01:33:03.4284851Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.026s) 2022-11-23T01:33:03.4285230Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-11-23T01:33:03.4285660Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-11-23T01:33:03.4286016Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-11-23T01:33:03.4286385Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-11-23T01:33:03.4286753Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.019s) 2022-11-23T01:33:03.4287120Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-11-23T01:33:03.4287482Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-11-23T01:33:03.4287839Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-11-23T01:33:03.4288203Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-11-23T01:33:03.4288553Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.077s) 2022-11-23T01:33:03.4288920Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.023s) 2022-11-23T01:33:03.4289293Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-11-23T01:33:03.4289725Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-11-23T01:33:03.4290093Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.066s) 2022-11-23T01:33:03.4290461Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-11-23T01:33:03.4290825Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.066s) 2022-11-23T01:33:03.4291161Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.021s) 2022-11-23T01:33:03.4291522Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-11-23T01:33:03.4291882Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.054s) 2022-11-23T01:33:03.4292236Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-11-23T01:33:03.4292594Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-11-23T01:33:03.4292950Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.142s) 2022-11-23T01:33:03.4293297Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-11-23T01:33:03.4293787Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.216s) 2022-11-23T01:33:03.4294149Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-11-23T01:33:03.4294525Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.003s) 2022-11-23T01:33:03.4294919Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4295304Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4295688Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.006s) 2022-11-23T01:33:03.4296058Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4296433Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-11-23T01:33:03.4296799Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.190s) 2022-11-23T01:33:03.4297154Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-11-23T01:33:03.4297509Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.210s) 2022-11-23T01:33:03.4297938Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4298329Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4298693Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4299076Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4299468Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:33:03.4299850Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.099s) 2022-11-23T01:33:03.4300231Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4300625Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4301025Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4301387Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.098s) 2022-11-23T01:33:03.4301805Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.089s) 2022-11-23T01:33:03.4302166Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.092s) 2022-11-23T01:33:03.4302534Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4302920Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4303300Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4303684Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4304047Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:33:03.4304425Z test_mask_layout_strided_masked_prod_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.222s) 2022-11-23T01:33:03.4304792Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.229s) 2022-11-23T01:33:03.4305165Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.183s) 2022-11-23T01:33:03.4305536Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.114s) 2022-11-23T01:33:03.4305998Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.199s) 2022-11-23T01:33:03.4306360Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.165s) 2022-11-23T01:33:03.4306745Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.109s) 2022-11-23T01:33:03.4307108Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-11-23T01:33:03.4307464Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-11-23T01:33:03.4307824Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.097s) 2022-11-23T01:33:03.4308178Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.098s) 2022-11-23T01:33:03.4308535Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.143s) 2022-11-23T01:33:03.4308875Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.105s) 2022-11-23T01:33:03.4309234Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.118s) 2022-11-23T01:33:03.4309601Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.107s) 2022-11-23T01:33:03.4309961Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.216s) 2022-11-23T01:33:03.4310374Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.352s) 2022-11-23T01:33:03.4310737Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.184s) 2022-11-23T01:33:03.4311093Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.099s) 2022-11-23T01:33:03.4311431Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.107s) 2022-11-23T01:33:03.4311786Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-11-23T01:33:03.4312141Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.123s) 2022-11-23T01:33:03.4312491Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-11-23T01:33:03.4312870Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-11-23T01:33:03.4313255Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-11-23T01:33:03.4313632Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-11-23T01:33:03.4313983Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.340s) 2022-11-23T01:33:03.4314403Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.353s) 2022-11-23T01:33:03.4314767Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.311s) 2022-11-23T01:33:03.4315124Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.336s) 2022-11-23T01:33:03.4315493Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-11-23T01:33:03.4315878Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-11-23T01:33:03.4316265Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-11-23T01:33:03.4316649Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.885s) 2022-11-23T01:33:03.4317045Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-11-23T01:33:03.4317429Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-11-23T01:33:03.4317800Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-11-23T01:33:03.4318170Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-11-23T01:33:03.4318540Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-11-23T01:33:03.4318884Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-11-23T01:33:03.4319250Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-11-23T01:33:03.4319611Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-11-23T01:33:03.4319970Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.195s) 2022-11-23T01:33:03.4320336Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.205s) 2022-11-23T01:33:03.4320700Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-11-23T01:33:03.4321058Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.179s) 2022-11-23T01:33:03.4321398Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.206s) 2022-11-23T01:33:03.4321754Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:33:03.4322103Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.005s) 2022-11-23T01:33:03.4322937Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:33:03.4323297Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-11-23T01:33:03.4323648Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-11-23T01:33:03.4324007Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.155s) 2022-11-23T01:33:03.4324357Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.154s) 2022-11-23T01:33:03.4324724Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.146s) 2022-11-23T01:33:03.4325089Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.143s) 2022-11-23T01:33:03.4325446Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.147s) 2022-11-23T01:33:03.4325803Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.144s) 2022-11-23T01:33:03.4326159Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4326494Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:33:03.4326837Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.010s) 2022-11-23T01:33:03.4327244Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:33:03.4327601Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-11-23T01:33:03.4327932Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4328264Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4328586Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4328890Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4329225Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4329566Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-11-23T01:33:03.4329759Z 2022-11-23T01:33:03.4329927Z ---------------------------------------------------------------------- 2022-11-23T01:33:03.4330195Z Ran 205 tests in 20.562s 2022-11-23T01:33:03.4330325Z 2022-11-23T01:33:03.4330433Z OK (skipped=58, expected failures=1) 2022-11-23T01:33:03.4330576Z 2022-11-23T01:33:03.4330655Z Generating XML reports... 2022-11-23T01:33:03.4331024Z Generated XML report: test-reports\python-unittest\test_masked\TEST-TestMaskedCPU-20221123013242.xml 2022-11-23T01:33:03.4331275Z 2022-11-23T01:33:03.4331643Z ##[endgroup] 2022-11-23T01:33:03.4332005Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_cdhpuujv) 2022-11-23T01:33:03.4332271Z 2022-11-23T01:33:05.8305669Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:05.9921866Z Running test_xnnpack_integration ... [2022-11-23 01:33:05.985155] 2022-11-23T01:33:05.9927606Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:05.985155] 2022-11-23T01:33:05.9929197Z Ignoring disabled issues: [] 2022-11-23T01:33:06.3786387Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:06.5346761Z Running profiler/test_profiler ... [2022-11-23 01:33:06.533975] 2022-11-23T01:33:06.5352277Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:06.534589] 2022-11-23T01:33:06.5353999Z Ignoring disabled issues: [] 2022-11-23T01:33:29.3897400Z 2022-11-23T01:33:29.3898212Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T01:33:29.3899532Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_qqmieppt) 2022-11-23T01:33:29.3901679Z 2022-11-23T01:33:29.3902121Z Running tests... 2022-11-23T01:33:29.3902582Z ---------------------------------------------------------------------- 2022-11-23T01:33:29.3903118Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-11-23T01:33:29.3903776Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:33:29.3904508Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:33:29.3905116Z test_conv2d (__main__.TestXNNPACKOps) ... ok (2.306s) 2022-11-23T01:33:29.3905547Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (4.569s) 2022-11-23T01:33:29.3906172Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-11-23T01:33:29.3906747Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.069s) 2022-11-23T01:33:29.3907474Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.171s) 2022-11-23T01:33:29.3907975Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (2.727s) 2022-11-23T01:33:29.3908603Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.007s) 2022-11-23T01:33:29.3909202Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (5.109s) 2022-11-23T01:33:29.3909654Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (5.504s) 2022-11-23T01:33:29.3910250Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.004s) 2022-11-23T01:33:29.3910606Z 2022-11-23T01:33:29.3910813Z ---------------------------------------------------------------------- 2022-11-23T01:33:29.3911179Z Ran 12 tests in 20.484s 2022-11-23T01:33:29.3911355Z 2022-11-23T01:33:29.3911465Z OK (skipped=5) 2022-11-23T01:33:29.3911631Z 2022-11-23T01:33:29.3911765Z Generating XML reports... 2022-11-23T01:33:29.3912305Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221123013308.xml 2022-11-23T01:33:29.3913077Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221123013308.xml 2022-11-23T01:33:29.3913841Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221123013308.xml 2022-11-23T01:33:29.3914620Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221123013308.xml 2022-11-23T01:33:29.3915065Z 2022-11-23T01:33:29.3915509Z ##[endgroup] 2022-11-23T01:33:29.3916069Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_qqmieppt) 2022-11-23T01:33:29.3916486Z 2022-11-23T01:33:32.5312587Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:32.5846934Z 2022-11-23T01:33:32.5847650Z Expand the folded group to see the log file of profiler/test_profiler 2022-11-23T01:33:32.5848564Z ##[group]PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_kbmpjdgv) 2022-11-23T01:33:32.5853514Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:32.5853867Z 2022-11-23T01:33:32.5854035Z Running tests... 2022-11-23T01:33:32.5854433Z ---------------------------------------------------------------------- 2022-11-23T01:33:32.5854960Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler 2022-11-23T01:33:32.5855752Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.037s) 2022-11-23T01:33:32.5856314Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.007s) 2022-11-23T01:33:32.5856880Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.091s) 2022-11-23T01:33:32.5857424Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.256s) 2022-11-23T01:33:32.5858268Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:33:32.5859219Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:33:32.5860071Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:33:32.5860895Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5861868Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5862624Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5863319Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5864064Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5864926Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5865471Z ok (0.193s) 2022-11-23T01:33:32.5865817Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T01:33:32.5866252Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.006s) 2022-11-23T01:33:32.5867002Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5867945Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5868634Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5869288Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5869900Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5870523Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5871122Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5871836Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5872456Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5872845Z ok (0.019s) 2022-11-23T01:33:32.5873166Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.003s) 2022-11-23T01:33:32.5873613Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T01:33:32.5874267Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5875027Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5875654Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5876330Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5876941Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5877556Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5878160Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5878762Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5879375Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5879973Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5880803Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5881467Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5882048Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5882655Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5883261Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5883646Z ok (0.253s) 2022-11-23T01:33:32.5883958Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T01:33:32.5884622Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5885328Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5885953Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5886563Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5887228Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5887884Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5888490Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5889152Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5889768Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5890373Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5890974Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5891685Z STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5892075Z ok (0.307s) 2022-11-23T01:33:32.5892391Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.046s) 2022-11-23T01:33:32.5893048Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:11 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5893758Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5894385Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5894776Z ok (2.166s) 2022-11-23T01:33:32.5895293Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5896000Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5896611Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5897274Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5897889Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5898499Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5899155Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5899798Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5900412Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5901009Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5901674Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5902288Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5902887Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5903486Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5904099Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5904708Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5905358Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5905990Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5906368Z ok (0.409s) 2022-11-23T01:33:32.5906874Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5907574Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5908188Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5908573Z ok (0.053s) 2022-11-23T01:33:32.5909078Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5909846Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5910471Z STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5910859Z ok (0.336s) 2022-11-23T01:33:32.5911376Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:14 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5912028Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:32.5912567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:33:32.5912987Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:33:32.5913435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:33:32.5913870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:33:32.5914306Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:32.5914719Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:32.5915185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:33:32.5915606Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:33:32.5916033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:33:32.5916458Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:33:32.5916889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:33:32.5917326Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:33:32.5917821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:33:32.5918243Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:33:32.5918669Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:32.5919147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:33:32.5919565Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:33:32.5919994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:33:32.5920420Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:33:32.5920910Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5921538Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5921906Z ok (9.944s) 2022-11-23T01:33:32.5922187Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T01:33:32.5922545Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T01:33:32.5923212Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5923913Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5924587Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5925022Z ok (0.056s) 2022-11-23T01:33:32.5925502Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5926163Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5926780Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5927219Z ok (0.067s) 2022-11-23T01:33:32.5927501Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.010s) 2022-11-23T01:33:32.5927857Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-11-23T01:33:32.5928111Z ok (0.000s) 2022-11-23T01:33:32.5928572Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5929226Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5929821Z STAGE:2022-11-23 01:33:24 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5930252Z ok (0.019s) 2022-11-23T01:33:32.5930705Z test_flops (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5931483Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5932103Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5932484Z ok (0.334s) 2022-11-23T01:33:32.5932716Z test_high_level_trace (__main__.TestProfiler) 2022-11-23T01:33:32.5933232Z Checks that python side high level events are recorded. ... STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5933886Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5934496Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5935107Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5935714Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5936412Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5937037Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5937695Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5938297Z STAGE:2022-11-23 01:33:25 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5938674Z ok (0.724s) 2022-11-23T01:33:32.5939131Z test_kineto (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5939753Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5940424Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5941023Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5941623Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5942238Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5942669Z ok (0.003s) 2022-11-23T01:33:32.5942951Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.006s) 2022-11-23T01:33:32.5943716Z test_kineto_profiler_api (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68846 for platform(s) win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:33:32.5944545Z test_memory_profiler (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5945211Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5945823Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5946427Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5947010Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5947618Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5948274Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5948929Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5949591Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5950191Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5950789Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5951394Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5951772Z ok (0.362s) 2022-11-23T01:33:32.5952231Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5952916Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5953522Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5953901Z ok (0.076s) 2022-11-23T01:33:32.5954539Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py:1271: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T01:33:32.5955251Z inp = torch.nested.nested_tensor([a, b]) 2022-11-23T01:33:32.5955744Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5956350Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5956958Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5957338Z ok (0.006s) 2022-11-23T01:33:32.5957559Z test_oom_tracing (__main__.TestProfiler) ... ok (0.004s) 2022-11-23T01:33:32.5957853Z test_profiler_correlation_id (__main__.TestProfiler) 2022-11-23T01:33:32.5958424Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5959126Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5959738Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5960342Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5960999Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5961667Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5962324Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5962926Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5963515Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5964123Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5964727Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5965389Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5965992Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5966591Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5967196Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5967628Z ok (0.257s) 2022-11-23T01:33:32.5967970Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.003s) 2022-11-23T01:33:32.5968628Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5969277Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5969886Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5970278Z ok (0.011s) 2022-11-23T01:33:32.5970739Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5971492Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5972108Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5972708Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5973374Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5974032Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5974685Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5975268Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5975871Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5976466Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5977063Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5978411Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5978794Z ok (0.018s) 2022-11-23T01:33:32.5979263Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5979916Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5980611Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5981056Z ok (0.006s) 2022-11-23T01:33:32.5981252Z test_source (__main__.TestProfiler) 2022-11-23T01:33:32.5981782Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5982471Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5983079Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5983457Z ok (0.094s) 2022-11-23T01:33:32.5983758Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.004s) 2022-11-23T01:33:32.5984157Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.001s) 2022-11-23T01:33:32.5984467Z test_mem_leak (__main__.TestProfilerCUDA) 2022-11-23T01:33:32.5984812Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.002s) 2022-11-23T01:33:32.5985179Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.002s) 2022-11-23T01:33:32.5985537Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.005s) 2022-11-23T01:33:32.5986117Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5986918Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.5987597Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.5987981Z ok (0.006s) 2022-11-23T01:33:32.5988455Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.5999942Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6000706Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6001116Z ok (0.013s) 2022-11-23T01:33:32.6001604Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6002623Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6003540Z STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6004144Z ok (0.004s) 2022-11-23T01:33:32.6004926Z test_allocation_id_uniqueness (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:26 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6006124Z STAGE:2022-11-23 01:33:27 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6007169Z STAGE:2022-11-23 01:33:27 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6007810Z ok (0.727s) 2022-11-23T01:33:32.6008644Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:27 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6009609Z STAGE:2022-11-23 01:33:27 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6010284Z STAGE:2022-11-23 01:33:27 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6010667Z ok (0.277s) 2022-11-23T01:33:32.6011165Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:27 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6011987Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6012602Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6012990Z ok (0.274s) 2022-11-23T01:33:32.6013586Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6014261Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6014940Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6015601Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6016186Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6016794Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6017186Z ok (0.462s) 2022-11-23T01:33:32.6017669Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6018411Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6019017Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6019399Z ok (0.004s) 2022-11-23T01:33:32.6019874Z test_impl_reuse (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6020619Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6021275Z STAGE:2022-11-23 01:33:28 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6021709Z ok (0.381s) 2022-11-23T01:33:32.6022195Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6022871Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6023481Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6023864Z ok (0.000s) 2022-11-23T01:33:32.6024513Z test_module_and_optimizer_ids (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87581 for platform(s) linux, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.013s) 2022-11-23T01:33:32.6025397Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6026123Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6026746Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6027538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:33:32.6028118Z warnings.warn(message, UserWarning) 2022-11-23T01:33:32.6028318Z ok (0.008s) 2022-11-23T01:33:32.6028797Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6029476Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6030095Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6030529Z ok (0.022s) 2022-11-23T01:33:32.6031020Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6031708Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6032324Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6032685Z ok (0.088s) 2022-11-23T01:33:32.6033177Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6033974Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6034656Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6035045Z ok (0.040s) 2022-11-23T01:33:32.6035526Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6036246Z [W C:\actions-runner\_work\pytorch\pytorch\c10\core\CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-11-23T01:33:32.6036896Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6037512Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6037894Z ok (0.010s) 2022-11-23T01:33:32.6038348Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6039068Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6039689Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6040131Z ok (0.010s) 2022-11-23T01:33:32.6040615Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6041342Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6041957Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6042337Z ok (0.010s) 2022-11-23T01:33:32.6042811Z test_tensor_lists (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6043509Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6044121Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6044503Z ok (0.000s) 2022-11-23T01:33:32.6044993Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6045666Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6046343Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6046726Z ok (0.013s) 2022-11-23T01:33:32.6047278Z test_tensorimpl_invalidation_full (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6047962Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6048580Z STAGE:2022-11-23 01:33:29 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6048945Z ok (0.697s) 2022-11-23T01:33:32.6049447Z test_tensorimpl_invalidation_keep_alive (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:30 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6050146Z STAGE:2022-11-23 01:33:30 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6050768Z STAGE:2022-11-23 01:33:30 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6052022Z STAGE:2022-11-23 01:33:30 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6052721Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6053398Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6053776Z ok (1.424s) 2022-11-23T01:33:32.6054275Z test_tensorimpl_invalidation_scalar_args (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6054968Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6055563Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6056005Z ok (0.215s) 2022-11-23T01:33:32.6056496Z test_tensorimpl_invalidation_set (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6057179Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6057793Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6058458Z STAGE:2022-11-23 01:33:31 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:33:32.6059122Z STAGE:2022-11-23 01:33:32 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:33:32.6059737Z STAGE:2022-11-23 01:33:32 4144:3088 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:33:32.6060118Z ok (0.401s) 2022-11-23T01:33:32.6060233Z 2022-11-23T01:33:32.6060377Z ---------------------------------------------------------------------- 2022-11-23T01:33:32.6060646Z Ran 70 tests in 21.297s 2022-11-23T01:33:32.6060772Z 2022-11-23T01:33:32.6060857Z OK (skipped=11) 2022-11-23T01:33:32.6060979Z 2022-11-23T01:33:32.6061076Z Generating XML reports... 2022-11-23T01:33:32.6061479Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExecutionGraph-20221123013310.xml 2022-11-23T01:33:32.6062024Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExperimentalUtils-20221123013310.xml 2022-11-23T01:33:32.6062554Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfiler-20221123013310.xml 2022-11-23T01:33:32.6063047Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerITT-20221123013310.xml 2022-11-23T01:33:32.6063570Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestRecordFunction-20221123013310.xml 2022-11-23T01:33:32.6064110Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestTorchTidyProfiler-20221123013310.xml 2022-11-23T01:33:32.6064708Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerCUDA-20221123013310.xml 2022-11-23T01:33:32.6065040Z 2022-11-23T01:33:32.6065423Z ##[endgroup] 2022-11-23T01:33:32.6065881Z FINISHED PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_kbmpjdgv) 2022-11-23T01:33:32.6066182Z 2022-11-23T01:33:32.6959356Z Running test_testing ... [2022-11-23 01:33:32.695719] 2022-11-23T01:33:32.6965315Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:32.696367] 2022-11-23T01:33:32.6966998Z Ignoring disabled issues: [] 2022-11-23T01:33:35.6631108Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:35.8347063Z Running nn/test_embedding ... [2022-11-23 01:33:35.834038] 2022-11-23T01:33:35.8353231Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:35.834662] 2022-11-23T01:33:35.8354833Z Ignoring disabled issues: [] 2022-11-23T01:33:45.1628742Z 2022-11-23T01:33:45.1629580Z Expand the folded group to see the log file of test_testing 2022-11-23T01:33:45.1630382Z ##[group]PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_lh0u4pmj) 2022-11-23T01:33:45.1643856Z 2022-11-23T01:33:45.1644290Z Running tests... 2022-11-23T01:33:45.1644734Z ---------------------------------------------------------------------- 2022-11-23T01:33:45.1645321Z Test results will be stored in test-reports\python-unittest\test_testing 2022-11-23T01:33:45.1645756Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T01:33:45.1646277Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T01:33:45.1646780Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.030s) 2022-11-23T01:33:45.1647199Z test_matching (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1647623Z test_matching_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1648065Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T01:33:45.1648511Z test_matching_nan (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1648918Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1649377Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.011s) 2022-11-23T01:33:45.1649780Z test_meta (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1650195Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1650638Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1651808Z test_mismatching_layout (__main__.TestAssertClose) ... C:\actions-runner\_work\pytorch\pytorch\test\test_testing.py:619: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:33:45.1652929Z sparse_csr = strided.to_sparse_csr() 2022-11-23T01:33:45.1653227Z ok (0.005s) 2022-11-23T01:33:45.1653561Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T01:33:45.1654011Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1654442Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1654901Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T01:33:45.1655335Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1655785Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T01:33:45.1656258Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1656692Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1657344Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T01:33:45.1657844Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T01:33:45.1658265Z test_none (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1658692Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T01:33:45.1659096Z test_numpy (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1659449Z test_only_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1659827Z test_only_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1660184Z test_scalar (__main__.TestAssertClose) ... ok (0.010s) 2022-11-23T01:33:45.1660595Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1661033Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T01:33:45.1661460Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.013s) 2022-11-23T01:33:45.1661831Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T01:33:45.1662272Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T01:33:45.1662902Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T01:33:45.1663412Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T01:33:45.1663909Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T01:33:45.1664437Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T01:33:45.1664776Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T01:33:45.1665158Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T01:33:45.1665500Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T01:33:45.1665874Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-11-23T01:33:45.1666243Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-11-23T01:33:45.1666602Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T01:33:45.1666928Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-11-23T01:33:45.1667258Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-11-23T01:33:45.1667590Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.014s) 2022-11-23T01:33:45.1667925Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T01:33:45.1668274Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T01:33:45.1668608Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T01:33:45.1668939Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T01:33:45.1669276Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-11-23T01:33:45.1669623Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-11-23T01:33:45.1669986Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-11-23T01:33:45.1670391Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-11-23T01:33:45.1670732Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-11-23T01:33:45.1671123Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.006s) 2022-11-23T01:33:45.1671490Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-11-23T01:33:45.1672394Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-11-23T01:33:45.1672736Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.000s) 2022-11-23T01:33:45.1673183Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.010s) 2022-11-23T01:33:45.1673556Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.000s) 2022-11-23T01:33:45.1673927Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.010s) 2022-11-23T01:33:45.1674284Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-11-23T01:33:45.1674630Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-11-23T01:33:45.1674995Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.015s) 2022-11-23T01:33:45.1675449Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-11-23T01:33:45.1675806Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T01:33:45.1676172Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T01:33:45.1676566Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.006s) 2022-11-23T01:33:45.1676904Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.007s) 2022-11-23T01:33:45.1677328Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.006s) 2022-11-23T01:33:45.1677781Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.007s) 2022-11-23T01:33:45.1678156Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... expected failure (0.725s) 2022-11-23T01:33:45.1678513Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.000s) 2022-11-23T01:33:45.1678865Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.008s) 2022-11-23T01:33:45.1679225Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-11-23T01:33:45.1679597Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-11-23T01:33:45.1680004Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.001s) 2022-11-23T01:33:45.1680357Z test_circular_dependencies (__main__.TestImports) 2022-11-23T01:33:45.1680731Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-11-23T01:33:45.1681362Z 2022-11-23 01:33:39,009 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at C:\Users\RUNNER~1\AppData\Local\Temp\tmp1o2v4yvv 2022-11-23T01:33:45.1681852Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:45.1682126Z ok (3.907s) 2022-11-23T01:33:45.1682471Z test_no_mutate_global_logging_on_import_path_functorch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-11-23T01:33:45.1683006Z test_no_mutate_global_logging_on_import_path_torch (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-11-23T01:33:45.1683491Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-11-23T01:33:45.1683902Z test_opinfo_error_generators_T_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1684315Z test_opinfo_error_generators___radd___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.1684729Z test_opinfo_error_generators___rand___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1685144Z test_opinfo_error_generators___rdiv___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1685547Z test_opinfo_error_generators___rmod___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1685955Z test_opinfo_error_generators___rmul___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1686424Z test_opinfo_error_generators___ror___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1686832Z test_opinfo_error_generators___rpow___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1687245Z test_opinfo_error_generators___rsub___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1687655Z test_opinfo_error_generators___rxor___cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1688063Z test_opinfo_error_generators_add_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1688457Z test_opinfo_error_generators_amax_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1688906Z test_opinfo_error_generators_amin_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1689321Z test_opinfo_error_generators_aminmax_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1689784Z test_opinfo_error_generators_arange_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1690212Z test_opinfo_error_generators_as_strided_scatter_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1690635Z test_opinfo_error_generators_atan2_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1691109Z test_opinfo_error_generators_bernoulli_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1691519Z test_opinfo_error_generators_bitwise_and_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1691947Z test_opinfo_error_generators_bitwise_left_shift_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1692384Z test_opinfo_error_generators_bitwise_or_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1692821Z test_opinfo_error_generators_bitwise_right_shift_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1693255Z test_opinfo_error_generators_bitwise_xor_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1693665Z test_opinfo_error_generators_cat_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1694072Z test_opinfo_error_generators_clamp_max_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1694480Z test_opinfo_error_generators_clamp_min_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1694937Z test_opinfo_error_generators_complex_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1695356Z test_opinfo_error_generators_copysign_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1695815Z test_opinfo_error_generators_cov_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1696220Z test_opinfo_error_generators_diag_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1696639Z test_opinfo_error_generators_diag_embed_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1697064Z test_opinfo_error_generators_diagonal_copy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1697471Z test_opinfo_error_generators_diagonal_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1697905Z test_opinfo_error_generators_div_floor_rounding_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1698346Z test_opinfo_error_generators_div_no_rounding_mode_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1698784Z test_opinfo_error_generators_div_trunc_rounding_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1699205Z test_opinfo_error_generators_dsplit_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1699611Z test_opinfo_error_generators_dstack_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1700079Z test_opinfo_error_generators_eq_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1700468Z test_opinfo_error_generators_eye_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1700877Z test_opinfo_error_generators_fliplr_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1701338Z test_opinfo_error_generators_flipud_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1701810Z test_opinfo_error_generators_float_power_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1702233Z test_opinfo_error_generators_floor_divide_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1702650Z test_opinfo_error_generators_fmax_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1703050Z test_opinfo_error_generators_fmin_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1703433Z test_opinfo_error_generators_fmod_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1703836Z test_opinfo_error_generators_gather_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1704300Z test_opinfo_error_generators_gcd_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1704699Z test_opinfo_error_generators_ge_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1705108Z test_opinfo_error_generators_gradient_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1705509Z test_opinfo_error_generators_gt_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1705922Z test_opinfo_error_generators_heaviside_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1706320Z test_opinfo_error_generators_hsplit_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1706730Z test_opinfo_error_generators_hstack_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1707187Z test_opinfo_error_generators_hypot_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1707600Z test_opinfo_error_generators_igamma_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1708056Z test_opinfo_error_generators_igammac_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1708475Z test_opinfo_error_generators_index_select_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1708896Z test_opinfo_error_generators_isclose_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1709343Z test_opinfo_error_generators_jiterator_binary_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.1709836Z test_opinfo_error_generators_jiterator_binary_return_by_ref_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.1710293Z test_opinfo_error_generators_kthvalue_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1710704Z test_opinfo_error_generators_lcm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1711110Z test_opinfo_error_generators_ldexp_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1711512Z test_opinfo_error_generators_le_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1711925Z test_opinfo_error_generators_linalg_cross_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1712338Z test_opinfo_error_generators_linalg_lstsq_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1712780Z test_opinfo_error_generators_linalg_lstsq_grad_oriented_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1713316Z test_opinfo_error_generators_linspace_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1713740Z test_opinfo_error_generators_logcumsumexp_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1714219Z test_opinfo_error_generators_logical_and_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1714641Z test_opinfo_error_generators_logical_or_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1715063Z test_opinfo_error_generators_logical_xor_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1715567Z test_opinfo_error_generators_logspace_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1715974Z test_opinfo_error_generators_lt_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1716384Z test_opinfo_error_generators_masked_fill_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1716812Z test_opinfo_error_generators_masked_select_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1717233Z test_opinfo_error_generators_max_binary_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1717702Z test_opinfo_error_generators_maximum_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1718108Z test_opinfo_error_generators_mean_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.012s) 2022-11-23T01:33:45.1718503Z test_opinfo_error_generators_min_binary_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1718918Z test_opinfo_error_generators_minimum_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1719376Z test_opinfo_error_generators_movedim_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1719787Z test_opinfo_error_generators_mul_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1720244Z test_opinfo_error_generators_multinomial_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1720664Z test_opinfo_error_generators_narrow_copy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1721080Z test_opinfo_error_generators_narrow_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1721491Z test_opinfo_error_generators_native_layer_norm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1721904Z test_opinfo_error_generators_ne_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1722303Z test_opinfo_error_generators_neg_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1722724Z test_opinfo_error_generators_nextafter_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1723166Z test_opinfo_error_generators_nn_functional_avg_pool1d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1723614Z test_opinfo_error_generators_nn_functional_avg_pool2d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1724066Z test_opinfo_error_generators_nn_functional_avg_pool3d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1724490Z test_opinfo_error_generators_nn_functional_conv1d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1724924Z test_opinfo_error_generators_nn_functional_conv2d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1725363Z test_opinfo_error_generators_nn_functional_embedding_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1725863Z test_opinfo_error_generators_nn_functional_gaussian_nll_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1726455Z test_opinfo_error_generators_nn_functional_gelu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1726904Z test_opinfo_error_generators_nn_functional_group_norm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1727369Z test_opinfo_error_generators_nn_functional_hinge_embedding_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1727824Z test_opinfo_error_generators_nn_functional_huber_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1728251Z test_opinfo_error_generators_nn_functional_l1_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1728707Z test_opinfo_error_generators_nn_functional_margin_ranking_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1729167Z test_opinfo_error_generators_nn_functional_max_pool1d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1729623Z test_opinfo_error_generators_nn_functional_max_pool2d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1730067Z test_opinfo_error_generators_nn_functional_max_pool3d_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1730574Z test_opinfo_error_generators_nn_functional_poisson_nll_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1731027Z test_opinfo_error_generators_nn_functional_prelu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1731468Z test_opinfo_error_generators_nn_functional_rrelu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1731951Z test_opinfo_error_generators_nn_functional_soft_margin_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1732414Z test_opinfo_error_generators_nn_functional_softshrink_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1732937Z test_opinfo_error_generators_nn_functional_triplet_margin_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1733424Z test_opinfo_error_generators_nn_functional_triplet_margin_with_distance_loss_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1733878Z test_opinfo_error_generators_ormqr_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1734288Z test_opinfo_error_generators_polar_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1734696Z test_opinfo_error_generators_pow_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1735091Z test_opinfo_error_generators_remainder_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1735503Z test_opinfo_error_generators_renorm_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1735916Z test_opinfo_error_generators_reshape_as_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1736334Z test_opinfo_error_generators_reshape_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1736741Z test_opinfo_error_generators_roll_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1737147Z test_opinfo_error_generators_rot90_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1737546Z test_opinfo_error_generators_rsub_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1737994Z test_opinfo_error_generators_scatter_add_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1738416Z test_opinfo_error_generators_scatter_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1738896Z test_opinfo_error_generators_signal_windows_cosine_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1739414Z test_opinfo_error_generators_signal_windows_exponential_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1739883Z test_opinfo_error_generators_signal_windows_gaussian_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1740339Z test_opinfo_error_generators_signal_windows_kaiser_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1740796Z test_opinfo_error_generators_special_chebyshev_polynomial_t_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1741273Z test_opinfo_error_generators_special_chebyshev_polynomial_u_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1741808Z test_opinfo_error_generators_special_chebyshev_polynomial_v_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1742410Z test_opinfo_error_generators_special_chebyshev_polynomial_w_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1742946Z test_opinfo_error_generators_special_hermite_polynomial_h_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1743418Z test_opinfo_error_generators_special_hermite_polynomial_he_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1743941Z test_opinfo_error_generators_special_laguerre_polynomial_l_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1744530Z test_opinfo_error_generators_special_legendre_polynomial_p_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1745197Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1745806Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1746423Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1747046Z test_opinfo_error_generators_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1747547Z test_opinfo_error_generators_special_xlog1py_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1747985Z test_opinfo_error_generators_special_zeta_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1748402Z test_opinfo_error_generators_sub_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1748812Z test_opinfo_error_generators_sum_to_size_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1749217Z test_opinfo_error_generators_t_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1749626Z test_opinfo_error_generators_take_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1750090Z test_opinfo_error_generators_trace_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1750492Z test_opinfo_error_generators_tril_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1750944Z test_opinfo_error_generators_triu_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1751353Z test_opinfo_error_generators_true_divide_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1751767Z test_opinfo_error_generators_unbind_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1752241Z test_opinfo_error_generators_uniform_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1752657Z test_opinfo_error_generators_view_as_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1753074Z test_opinfo_error_generators_view_copy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1753474Z test_opinfo_error_generators_view_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1753884Z test_opinfo_error_generators_vsplit_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1754293Z test_opinfo_error_generators_vstack_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1754706Z test_opinfo_error_generators_where_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1755192Z test_opinfo_error_generators_xlogy_cpu (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1755639Z test_opinfo_reference_generators___radd___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1756135Z test_opinfo_reference_generators___rand___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1756631Z test_opinfo_reference_generators___rdiv___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1757122Z test_opinfo_reference_generators___rmod___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1757555Z test_opinfo_reference_generators___rmul___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1757987Z test_opinfo_reference_generators___ror___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1758420Z test_opinfo_reference_generators___rpow___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1758854Z test_opinfo_reference_generators___rsub___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1759289Z test_opinfo_reference_generators___rxor___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1759706Z test_opinfo_reference_generators_abs_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1760151Z test_opinfo_reference_generators_acos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1760586Z test_opinfo_reference_generators_acosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1761020Z test_opinfo_reference_generators_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1761452Z test_opinfo_reference_generators_addcdiv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1761890Z test_opinfo_reference_generators_addcmul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1762380Z test_opinfo_reference_generators_angle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1762860Z test_opinfo_reference_generators_asin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1763282Z test_opinfo_reference_generators_asinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1763719Z test_opinfo_reference_generators_atan2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1764152Z test_opinfo_reference_generators_atan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1764582Z test_opinfo_reference_generators_atanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1765010Z test_opinfo_reference_generators_bfloat16_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1765526Z test_opinfo_reference_generators_bitwise_and_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1765971Z test_opinfo_reference_generators_bitwise_left_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1766406Z test_opinfo_reference_generators_bitwise_not_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1766845Z test_opinfo_reference_generators_bitwise_or_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1767298Z test_opinfo_reference_generators_bitwise_right_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1767747Z test_opinfo_reference_generators_bitwise_xor_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1768232Z test_opinfo_reference_generators_bool_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1768689Z test_opinfo_reference_generators_broadcast_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1769195Z test_opinfo_reference_generators_bucketize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1769693Z test_opinfo_reference_generators_byte_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1770111Z test_opinfo_reference_generators_cat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1770550Z test_opinfo_reference_generators_cdouble_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1770981Z test_opinfo_reference_generators_ceil_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1771411Z test_opinfo_reference_generators_cfloat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1771844Z test_opinfo_reference_generators_chalf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1772274Z test_opinfo_reference_generators_char_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1772705Z test_opinfo_reference_generators_chunk_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1773123Z test_opinfo_reference_generators_clamp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1773548Z test_opinfo_reference_generators_clamp_max_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1773989Z test_opinfo_reference_generators_clamp_min_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1774474Z test_opinfo_reference_generators_clone_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1774959Z test_opinfo_reference_generators_complex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1775396Z test_opinfo_reference_generators_conj_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1775842Z test_opinfo_reference_generators_conj_physical_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1776278Z test_opinfo_reference_generators_contiguous_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1776725Z test_opinfo_reference_generators_copysign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1777159Z test_opinfo_reference_generators_cos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1777586Z test_opinfo_reference_generators_cosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1778024Z test_opinfo_reference_generators_deg2rad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1778541Z test_opinfo_reference_generators_diag_embed_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1778991Z test_opinfo_reference_generators_diagonal_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1779444Z test_opinfo_reference_generators_diagonal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1779871Z test_opinfo_reference_generators_digamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1780368Z test_opinfo_reference_generators_div_floor_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1780884Z test_opinfo_reference_generators_div_no_rounding_mode_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1781352Z test_opinfo_reference_generators_div_trunc_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1781805Z test_opinfo_reference_generators_double_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1782248Z test_opinfo_reference_generators_empty_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1783407Z test_opinfo_reference_generators_eq_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1783843Z test_opinfo_reference_generators_erf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1784258Z test_opinfo_reference_generators_erfc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1784695Z test_opinfo_reference_generators_erfinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1785132Z test_opinfo_reference_generators_exp2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1785561Z test_opinfo_reference_generators_exp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1785997Z test_opinfo_reference_generators_expm1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1786478Z test_opinfo_reference_generators_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1786959Z test_opinfo_reference_generators_flatten_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1787382Z test_opinfo_reference_generators_float_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1787828Z test_opinfo_reference_generators_float_power_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1788265Z test_opinfo_reference_generators_floor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1788707Z test_opinfo_reference_generators_floor_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1789149Z test_opinfo_reference_generators_fmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1789579Z test_opinfo_reference_generators_fmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1790002Z test_opinfo_reference_generators_fmod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1790416Z test_opinfo_reference_generators_frac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1790843Z test_opinfo_reference_generators_frexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1791274Z test_opinfo_reference_generators_gcd_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1791699Z test_opinfo_reference_generators_ge_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1792265Z test_opinfo_reference_generators_gt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1792703Z test_opinfo_reference_generators_half_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1793187Z test_opinfo_reference_generators_heaviside_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1793629Z test_opinfo_reference_generators_hypot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1794042Z test_opinfo_reference_generators_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1794477Z test_opinfo_reference_generators_igamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1794920Z test_opinfo_reference_generators_igammac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1795466Z test_opinfo_reference_generators_imag_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1795915Z test_opinfo_reference_generators_index_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.1796364Z test_opinfo_reference_generators_index_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1796872Z test_opinfo_reference_generators_index_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1797305Z test_opinfo_reference_generators_index_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1797749Z test_opinfo_reference_generators_int_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1798182Z test_opinfo_reference_generators_isclose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1798675Z test_opinfo_reference_generators_isfinite_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1799164Z test_opinfo_reference_generators_isinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1799596Z test_opinfo_reference_generators_isnan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1800033Z test_opinfo_reference_generators_isneginf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1800456Z test_opinfo_reference_generators_isposinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1800896Z test_opinfo_reference_generators_isreal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1801372Z test_opinfo_reference_generators_jiterator_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:33:45.1801896Z test_opinfo_reference_generators_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:33:45.1802411Z test_opinfo_reference_generators_jiterator_unary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:33:45.1802873Z test_opinfo_reference_generators_lcm_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1803305Z test_opinfo_reference_generators_ldexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1803740Z test_opinfo_reference_generators_le_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1804155Z test_opinfo_reference_generators_lgamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1804642Z test_opinfo_reference_generators_log10_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1805133Z test_opinfo_reference_generators_log1p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1805632Z test_opinfo_reference_generators_log2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1806059Z test_opinfo_reference_generators_log_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1806500Z test_opinfo_reference_generators_logical_and_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1806948Z test_opinfo_reference_generators_logical_not_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1807394Z test_opinfo_reference_generators_logical_or_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1807825Z test_opinfo_reference_generators_logical_xor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1808267Z test_opinfo_reference_generators_logit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1808702Z test_opinfo_reference_generators_long_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1809126Z test_opinfo_reference_generators_lt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1809613Z test_opinfo_reference_generators_max_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1810056Z test_opinfo_reference_generators_maximum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1810542Z test_opinfo_reference_generators_min_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1811009Z test_opinfo_reference_generators_minimum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1811439Z test_opinfo_reference_generators_movedim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1811868Z test_opinfo_reference_generators_mul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1812323Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1812796Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1813261Z test_opinfo_reference_generators_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1813706Z test_opinfo_reference_generators_nan_to_num_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1814149Z test_opinfo_reference_generators_narrow_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1814577Z test_opinfo_reference_generators_narrow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1815012Z test_opinfo_reference_generators_ne_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1815441Z test_opinfo_reference_generators_neg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1815882Z test_opinfo_reference_generators_nextafter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1816387Z test_opinfo_reference_generators_nn_functional_celu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1816854Z test_opinfo_reference_generators_nn_functional_elu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1817374Z test_opinfo_reference_generators_nn_functional_group_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1817836Z test_opinfo_reference_generators_nn_functional_hardshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1818383Z test_opinfo_reference_generators_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1818864Z test_opinfo_reference_generators_nn_functional_hardtanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1819349Z test_opinfo_reference_generators_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1819835Z test_opinfo_reference_generators_nn_functional_logsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1820318Z test_opinfo_reference_generators_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1820793Z test_opinfo_reference_generators_nn_functional_mish_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1821259Z test_opinfo_reference_generators_nn_functional_prelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1821721Z test_opinfo_reference_generators_nn_functional_relu6_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1822210Z test_opinfo_reference_generators_nn_functional_relu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1822717Z test_opinfo_reference_generators_nn_functional_rrelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1823225Z test_opinfo_reference_generators_nn_functional_selu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1823698Z test_opinfo_reference_generators_nn_functional_silu_complex_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1824168Z test_opinfo_reference_generators_nn_functional_silu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1824633Z test_opinfo_reference_generators_nn_functional_softplus_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1825106Z test_opinfo_reference_generators_nn_functional_softshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1825580Z test_opinfo_reference_generators_nn_functional_softsign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1826039Z test_opinfo_reference_generators_nn_functional_tanhshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1826512Z test_opinfo_reference_generators_nn_functional_threshold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1826965Z test_opinfo_reference_generators_permute_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1827404Z test_opinfo_reference_generators_polar_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1827859Z test_opinfo_reference_generators_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1828378Z test_opinfo_reference_generators_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1828850Z test_opinfo_reference_generators_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1829363Z test_opinfo_reference_generators_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1829813Z test_opinfo_reference_generators_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1830268Z test_opinfo_reference_generators_positive_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1830702Z test_opinfo_reference_generators_pow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1831208Z test_opinfo_reference_generators_rad2deg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1831645Z test_opinfo_reference_generators_real_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1832094Z test_opinfo_reference_generators_reciprocal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1832540Z test_opinfo_reference_generators_remainder_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1832973Z test_opinfo_reference_generators_reshape_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1833421Z test_opinfo_reference_generators_reshape_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1833858Z test_opinfo_reference_generators_round_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1834306Z test_opinfo_reference_generators_round_decimals_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1834812Z test_opinfo_reference_generators_round_decimals_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1835482Z test_opinfo_reference_generators_round_decimals_neg_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1835932Z test_opinfo_reference_generators_rsqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1836369Z test_opinfo_reference_generators_rsub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1836800Z test_opinfo_reference_generators_sgn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1837232Z test_opinfo_reference_generators_short_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1837654Z test_opinfo_reference_generators_sigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1838086Z test_opinfo_reference_generators_sign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1838534Z test_opinfo_reference_generators_signal_windows_cosine_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1839007Z test_opinfo_reference_generators_signal_windows_exponential_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1839485Z test_opinfo_reference_generators_signal_windows_gaussian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1839957Z test_opinfo_reference_generators_signal_windows_kaiser_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1840406Z test_opinfo_reference_generators_signbit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1840882Z test_opinfo_reference_generators_sin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1841294Z test_opinfo_reference_generators_sinc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1841771Z test_opinfo_reference_generators_sinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1842210Z test_opinfo_reference_generators_special_airy_ai_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1842667Z test_opinfo_reference_generators_special_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1843123Z test_opinfo_reference_generators_special_bessel_j1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1843572Z test_opinfo_reference_generators_special_bessel_y0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1844782Z test_opinfo_reference_generators_special_bessel_y1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1845286Z test_opinfo_reference_generators_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1845773Z test_opinfo_reference_generators_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1846329Z test_opinfo_reference_generators_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1847017Z test_opinfo_reference_generators_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1847598Z test_opinfo_reference_generators_special_entr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.1848053Z test_opinfo_reference_generators_special_erfcx_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1848522Z test_opinfo_reference_generators_special_hermite_polynomial_h_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1849082Z test_opinfo_reference_generators_special_hermite_polynomial_he_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1849546Z test_opinfo_reference_generators_special_i0e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1849985Z test_opinfo_reference_generators_special_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1850412Z test_opinfo_reference_generators_special_i1e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1850880Z test_opinfo_reference_generators_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1851434Z test_opinfo_reference_generators_special_legendre_polynomial_p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1851966Z test_opinfo_reference_generators_special_log_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1852436Z test_opinfo_reference_generators_special_modified_bessel_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1852963Z test_opinfo_reference_generators_special_modified_bessel_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1853478Z test_opinfo_reference_generators_special_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1853952Z test_opinfo_reference_generators_special_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1854401Z test_opinfo_reference_generators_special_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1854855Z test_opinfo_reference_generators_special_ndtri_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1855340Z test_opinfo_reference_generators_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1855841Z test_opinfo_reference_generators_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1856333Z test_opinfo_reference_generators_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1856959Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1857595Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1858223Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1858888Z test_opinfo_reference_generators_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.1859438Z test_opinfo_reference_generators_special_spherical_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1859940Z test_opinfo_reference_generators_special_xlog1py_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1860393Z test_opinfo_reference_generators_special_zeta_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1860886Z test_opinfo_reference_generators_sqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1861323Z test_opinfo_reference_generators_square_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1861755Z test_opinfo_reference_generators_sub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1862178Z test_opinfo_reference_generators_tan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1862599Z test_opinfo_reference_generators_tanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1863036Z test_opinfo_reference_generators_true_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1863462Z test_opinfo_reference_generators_trunc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1863898Z test_opinfo_reference_generators_view_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1864330Z test_opinfo_reference_generators_view_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1864764Z test_opinfo_reference_generators_where_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1865240Z test_opinfo_reference_generators_xlogy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1865703Z test_opinfo_sample_generators_H_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1866116Z test_opinfo_sample_generators_T_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1866525Z test_opinfo_sample_generators___getitem___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1866950Z test_opinfo_sample_generators___radd___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1867379Z test_opinfo_sample_generators___rand___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1867798Z test_opinfo_sample_generators___rdiv___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1868221Z test_opinfo_sample_generators___rmatmul___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1868641Z test_opinfo_sample_generators___rmod___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1869061Z test_opinfo_sample_generators___rmul___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1869514Z test_opinfo_sample_generators___ror___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1869930Z test_opinfo_sample_generators___rpow___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1870343Z test_opinfo_sample_generators___rsub___cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1870753Z test_opinfo_sample_generators___rxor___cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1871243Z test_opinfo_sample_generators__softmax_backward_data_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1871733Z test_opinfo_sample_generators_abs_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1872154Z test_opinfo_sample_generators_acos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1872572Z test_opinfo_sample_generators_acosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1872977Z test_opinfo_sample_generators_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1873397Z test_opinfo_sample_generators_addbmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1873877Z test_opinfo_sample_generators_addcdiv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1874300Z test_opinfo_sample_generators_addcmul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1874716Z test_opinfo_sample_generators_addmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1875251Z test_opinfo_sample_generators_addmm_decomposed_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1875691Z test_opinfo_sample_generators_addmv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1876098Z test_opinfo_sample_generators_addr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1876515Z test_opinfo_sample_generators_all_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1876986Z test_opinfo_sample_generators_allclose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1877413Z test_opinfo_sample_generators_amax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1877871Z test_opinfo_sample_generators_amin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1878291Z test_opinfo_sample_generators_aminmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1878715Z test_opinfo_sample_generators_angle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1879116Z test_opinfo_sample_generators_any_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1879542Z test_opinfo_sample_generators_arange_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1879963Z test_opinfo_sample_generators_argmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1880384Z test_opinfo_sample_generators_argmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1880798Z test_opinfo_sample_generators_argsort_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1881223Z test_opinfo_sample_generators_argwhere_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1881651Z test_opinfo_sample_generators_as_strided_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1882073Z test_opinfo_sample_generators_as_strided_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1882566Z test_opinfo_sample_generators_asin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1883038Z test_opinfo_sample_generators_asinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1883509Z test_opinfo_sample_generators_atan2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1883929Z test_opinfo_sample_generators_atan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1884346Z test_opinfo_sample_generators_atanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1884767Z test_opinfo_sample_generators_atleast_1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1885188Z test_opinfo_sample_generators_atleast_2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1885595Z test_opinfo_sample_generators_atleast_3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1886017Z test_opinfo_sample_generators_baddbmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1886444Z test_opinfo_sample_generators_bernoulli_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1886940Z test_opinfo_sample_generators_bfloat16_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1887368Z test_opinfo_sample_generators_bincount_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1887789Z test_opinfo_sample_generators_bitwise_and_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1888222Z test_opinfo_sample_generators_bitwise_left_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1888639Z test_opinfo_sample_generators_bitwise_not_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1889112Z test_opinfo_sample_generators_bitwise_or_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1889602Z test_opinfo_sample_generators_bitwise_right_shift_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1890039Z test_opinfo_sample_generators_bitwise_xor_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1890465Z test_opinfo_sample_generators_block_diag_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1890892Z test_opinfo_sample_generators_bmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1891310Z test_opinfo_sample_generators_bool_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1891730Z test_opinfo_sample_generators_broadcast_shapes_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1892181Z test_opinfo_sample_generators_broadcast_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1892624Z test_opinfo_sample_generators_broadcast_to_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1893057Z test_opinfo_sample_generators_bucketize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1893479Z test_opinfo_sample_generators_byte_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1893916Z test_opinfo_sample_generators_cartesian_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1894347Z test_opinfo_sample_generators_cat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1894769Z test_opinfo_sample_generators_cdist_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1895281Z test_opinfo_sample_generators_cdouble_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1895753Z test_opinfo_sample_generators_ceil_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1896177Z test_opinfo_sample_generators_cfloat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1896599Z test_opinfo_sample_generators_chalf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1897014Z test_opinfo_sample_generators_char_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1897435Z test_opinfo_sample_generators_cholesky_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1897871Z test_opinfo_sample_generators_cholesky_inverse_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1898298Z test_opinfo_sample_generators_cholesky_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1898730Z test_opinfo_sample_generators_chunk_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1899152Z test_opinfo_sample_generators_clamp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1899634Z test_opinfo_sample_generators_clamp_max_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1900062Z test_opinfo_sample_generators_clamp_min_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1900483Z test_opinfo_sample_generators_clone_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1900958Z test_opinfo_sample_generators_column_stack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1901394Z test_opinfo_sample_generators_combinations_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1901865Z test_opinfo_sample_generators_complex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1902288Z test_opinfo_sample_generators_conj_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1902714Z test_opinfo_sample_generators_conj_physical_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1903155Z test_opinfo_sample_generators_constant_pad_nd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1903599Z test_opinfo_sample_generators_contiguous_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1904026Z test_opinfo_sample_generators_copysign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1904457Z test_opinfo_sample_generators_corrcoef_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1904868Z test_opinfo_sample_generators_cos_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1905284Z test_opinfo_sample_generators_cosh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1905710Z test_opinfo_sample_generators_count_nonzero_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1906134Z test_opinfo_sample_generators_cov_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1906547Z test_opinfo_sample_generators_cross_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1907017Z test_opinfo_sample_generators_cummax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1907443Z test_opinfo_sample_generators_cummin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1907896Z test_opinfo_sample_generators_cumprod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1908377Z test_opinfo_sample_generators_cumsum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1908824Z test_opinfo_sample_generators_cumulative_trapezoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1909270Z test_opinfo_sample_generators_deg2rad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1909693Z test_opinfo_sample_generators_diag_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1910116Z test_opinfo_sample_generators_diag_embed_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1910547Z test_opinfo_sample_generators_diagflat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1910981Z test_opinfo_sample_generators_diagonal_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1911401Z test_opinfo_sample_generators_diagonal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1911839Z test_opinfo_sample_generators_diagonal_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1912317Z test_opinfo_sample_generators_diff_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1912741Z test_opinfo_sample_generators_digamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1913211Z test_opinfo_sample_generators_dist_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1913691Z test_opinfo_sample_generators_div_floor_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1914143Z test_opinfo_sample_generators_div_no_rounding_mode_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1914577Z test_opinfo_sample_generators_div_trunc_rounding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1915010Z test_opinfo_sample_generators_dot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1915539Z test_opinfo_sample_generators_double_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1915962Z test_opinfo_sample_generators_dsplit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1916383Z test_opinfo_sample_generators_dstack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1916798Z test_opinfo_sample_generators_einsum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1917213Z test_opinfo_sample_generators_empty_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1917621Z test_opinfo_sample_generators_empty_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1918044Z test_opinfo_sample_generators_eq_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1918460Z test_opinfo_sample_generators_equal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1918879Z test_opinfo_sample_generators_erf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1919343Z test_opinfo_sample_generators_erfc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1919813Z test_opinfo_sample_generators_erfinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1920235Z test_opinfo_sample_generators_exp2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1920651Z test_opinfo_sample_generators_exp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1921122Z test_opinfo_sample_generators_expand_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1921557Z test_opinfo_sample_generators_expand_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1921979Z test_opinfo_sample_generators_expm1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1922394Z test_opinfo_sample_generators_eye_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1922813Z test_opinfo_sample_generators_fft_fft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.1923232Z test_opinfo_sample_generators_fft_fft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1923656Z test_opinfo_sample_generators_fft_fftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1924067Z test_opinfo_sample_generators_fft_fftshift_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1924500Z test_opinfo_sample_generators_fft_hfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1924924Z test_opinfo_sample_generators_fft_hfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1925449Z test_opinfo_sample_generators_fft_hfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1925874Z test_opinfo_sample_generators_fft_ifft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1926344Z test_opinfo_sample_generators_fft_ifft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1926765Z test_opinfo_sample_generators_fft_ifftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1927179Z test_opinfo_sample_generators_fft_ifftshift_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1927611Z test_opinfo_sample_generators_fft_ihfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1928035Z test_opinfo_sample_generators_fft_ihfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1928465Z test_opinfo_sample_generators_fft_ihfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1928889Z test_opinfo_sample_generators_fft_irfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1929310Z test_opinfo_sample_generators_fft_irfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1929732Z test_opinfo_sample_generators_fft_irfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1930159Z test_opinfo_sample_generators_fft_rfft2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1930569Z test_opinfo_sample_generators_fft_rfft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1930991Z test_opinfo_sample_generators_fft_rfftn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1931414Z test_opinfo_sample_generators_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1931880Z test_opinfo_sample_generators_flatten_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1932347Z test_opinfo_sample_generators_flip_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1932770Z test_opinfo_sample_generators_fliplr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1933192Z test_opinfo_sample_generators_flipud_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1933595Z test_opinfo_sample_generators_float_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1934077Z test_opinfo_sample_generators_float_power_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1934504Z test_opinfo_sample_generators_floor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1934935Z test_opinfo_sample_generators_floor_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1935360Z test_opinfo_sample_generators_fmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1935778Z test_opinfo_sample_generators_fmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1936190Z test_opinfo_sample_generators_fmod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1936592Z test_opinfo_sample_generators_frac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.1937013Z test_opinfo_sample_generators_frexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1937426Z test_opinfo_sample_generators_full_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1937949Z test_opinfo_sample_generators_full_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1938418Z test_opinfo_sample_generators_gather_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1938837Z test_opinfo_sample_generators_gcd_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1939249Z test_opinfo_sample_generators_ge_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1939651Z test_opinfo_sample_generators_geqrf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1940076Z test_opinfo_sample_generators_gradient_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1940515Z test_opinfo_sample_generators_grid_sampler_2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1940938Z test_opinfo_sample_generators_gt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1941346Z test_opinfo_sample_generators_half_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1956412Z test_opinfo_sample_generators_heaviside_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1956877Z test_opinfo_sample_generators_histc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1957316Z test_opinfo_sample_generators_histogram_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1957767Z test_opinfo_sample_generators_histogramdd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1958213Z test_opinfo_sample_generators_hsplit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1958640Z test_opinfo_sample_generators_hstack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1959055Z test_opinfo_sample_generators_hypot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1959474Z test_opinfo_sample_generators_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1959900Z test_opinfo_sample_generators_igamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1960327Z test_opinfo_sample_generators_igammac_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1960749Z test_opinfo_sample_generators_imag_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1961177Z test_opinfo_sample_generators_index_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1961778Z test_opinfo_sample_generators_index_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1962198Z test_opinfo_sample_generators_index_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1962633Z test_opinfo_sample_generators_index_put_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1963071Z test_opinfo_sample_generators_index_reduce_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1963510Z test_opinfo_sample_generators_index_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1963943Z test_opinfo_sample_generators_inner_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1964364Z test_opinfo_sample_generators_int_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1964792Z test_opinfo_sample_generators_isclose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1965220Z test_opinfo_sample_generators_isfinite_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1965697Z test_opinfo_sample_generators_isin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1966117Z test_opinfo_sample_generators_isinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1966539Z test_opinfo_sample_generators_isnan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1966967Z test_opinfo_sample_generators_isneginf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1967392Z test_opinfo_sample_generators_isposinf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1967820Z test_opinfo_sample_generators_isreal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1968246Z test_opinfo_sample_generators_istft_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1968704Z test_opinfo_sample_generators_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.1969224Z test_opinfo_sample_generators_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:33:45.1969734Z test_opinfo_sample_generators_jiterator_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.1970238Z test_opinfo_sample_generators_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:33:45.1970744Z test_opinfo_sample_generators_jiterator_unary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.1971195Z test_opinfo_sample_generators_kron_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1971620Z test_opinfo_sample_generators_kthvalue_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1972099Z test_opinfo_sample_generators_lcm_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1972548Z test_opinfo_sample_generators_ldexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.1972967Z test_opinfo_sample_generators_le_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1973383Z test_opinfo_sample_generators_lerp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1973806Z test_opinfo_sample_generators_lgamma_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1974290Z test_opinfo_sample_generators_linalg_cholesky_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1974741Z test_opinfo_sample_generators_linalg_cholesky_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1975185Z test_opinfo_sample_generators_linalg_cond_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1975607Z test_opinfo_sample_generators_linalg_cross_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1976042Z test_opinfo_sample_generators_linalg_det_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1976486Z test_opinfo_sample_generators_linalg_det_singular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1976923Z test_opinfo_sample_generators_linalg_eig_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1977362Z test_opinfo_sample_generators_linalg_eigh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1977802Z test_opinfo_sample_generators_linalg_eigvals_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1978291Z test_opinfo_sample_generators_linalg_eigvalsh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1978749Z test_opinfo_sample_generators_linalg_householder_product_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1979186Z test_opinfo_sample_generators_linalg_inv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1979619Z test_opinfo_sample_generators_linalg_inv_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1980062Z test_opinfo_sample_generators_linalg_ldl_factor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1980514Z test_opinfo_sample_generators_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1980960Z test_opinfo_sample_generators_linalg_ldl_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1981401Z test_opinfo_sample_generators_linalg_lstsq_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1981848Z test_opinfo_sample_generators_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1982291Z test_opinfo_sample_generators_linalg_lu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1982713Z test_opinfo_sample_generators_linalg_lu_factor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1983155Z test_opinfo_sample_generators_linalg_lu_factor_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1983596Z test_opinfo_sample_generators_linalg_lu_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1984038Z test_opinfo_sample_generators_linalg_matrix_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1984484Z test_opinfo_sample_generators_linalg_matrix_power_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1984932Z test_opinfo_sample_generators_linalg_matrix_rank_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1985391Z test_opinfo_sample_generators_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1985847Z test_opinfo_sample_generators_linalg_multi_dot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1986269Z test_opinfo_sample_generators_linalg_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.1986778Z test_opinfo_sample_generators_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.1987236Z test_opinfo_sample_generators_linalg_pinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1987683Z test_opinfo_sample_generators_linalg_pinv_hermitian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.1988217Z test_opinfo_sample_generators_linalg_pinv_singular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:33:45.1988723Z test_opinfo_sample_generators_linalg_qr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1989161Z test_opinfo_sample_generators_linalg_slogdet_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1989605Z test_opinfo_sample_generators_linalg_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1990027Z test_opinfo_sample_generators_linalg_solve_ex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1990531Z test_opinfo_sample_generators_linalg_solve_triangular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1990980Z test_opinfo_sample_generators_linalg_svd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1991414Z test_opinfo_sample_generators_linalg_svdvals_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1991856Z test_opinfo_sample_generators_linalg_tensorinv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1992306Z test_opinfo_sample_generators_linalg_tensorsolve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1992755Z test_opinfo_sample_generators_linalg_vander_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1993178Z test_opinfo_sample_generators_linalg_vecdot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1993626Z test_opinfo_sample_generators_linalg_vector_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1994067Z test_opinfo_sample_generators_linspace_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1994491Z test_opinfo_sample_generators_log10_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1994908Z test_opinfo_sample_generators_log1p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1995435Z test_opinfo_sample_generators_log2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1995854Z test_opinfo_sample_generators_log_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1996287Z test_opinfo_sample_generators_log_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1996724Z test_opinfo_sample_generators_log_softmax_with_dtype_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1997175Z test_opinfo_sample_generators_logaddexp2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1997611Z test_opinfo_sample_generators_logaddexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1998052Z test_opinfo_sample_generators_logcumsumexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1998484Z test_opinfo_sample_generators_logdet_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1998914Z test_opinfo_sample_generators_logical_and_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1999408Z test_opinfo_sample_generators_logical_not_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.1999826Z test_opinfo_sample_generators_logical_or_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2000260Z test_opinfo_sample_generators_logical_xor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2000686Z test_opinfo_sample_generators_logit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2001112Z test_opinfo_sample_generators_logspace_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2001545Z test_opinfo_sample_generators_logsumexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2001968Z test_opinfo_sample_generators_long_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2002385Z test_opinfo_sample_generators_lt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2002782Z test_opinfo_sample_generators_lu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2003874Z test_opinfo_sample_generators_lu_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2004305Z test_opinfo_sample_generators_lu_unpack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2004727Z test_opinfo_sample_generators_mH_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2005138Z test_opinfo_sample_generators_mT_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2005565Z test_opinfo_sample_generators_masked_amax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2006000Z test_opinfo_sample_generators_masked_amin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2006437Z test_opinfo_sample_generators_masked_argmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2006859Z test_opinfo_sample_generators_masked_argmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2007301Z test_opinfo_sample_generators_masked_cumprod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2007740Z test_opinfo_sample_generators_masked_cumsum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2008175Z test_opinfo_sample_generators_masked_fill_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.2008614Z test_opinfo_sample_generators_masked_log_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2009065Z test_opinfo_sample_generators_masked_logaddexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2009517Z test_opinfo_sample_generators_masked_logsumexp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2009943Z test_opinfo_sample_generators_masked_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2010380Z test_opinfo_sample_generators_masked_median_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2010819Z test_opinfo_sample_generators_masked_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2011259Z test_opinfo_sample_generators_masked_normalize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2011700Z test_opinfo_sample_generators_masked_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2012137Z test_opinfo_sample_generators_masked_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2012640Z test_opinfo_sample_generators_masked_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2013083Z test_opinfo_sample_generators_masked_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2013506Z test_opinfo_sample_generators_masked_softmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2013942Z test_opinfo_sample_generators_masked_std_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2014376Z test_opinfo_sample_generators_masked_sum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2014835Z test_opinfo_sample_generators_masked_var_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2015500Z test_opinfo_sample_generators_matmul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2021671Z test_opinfo_sample_generators_matrix_exp_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2022223Z test_opinfo_sample_generators_max_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2022864Z test_opinfo_sample_generators_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2023339Z test_opinfo_sample_generators_max_reduction_no_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2023802Z test_opinfo_sample_generators_max_reduction_with_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2024247Z test_opinfo_sample_generators_maximum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2024673Z test_opinfo_sample_generators_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2025101Z test_opinfo_sample_generators_median_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2025544Z test_opinfo_sample_generators_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2026018Z test_opinfo_sample_generators_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2026460Z test_opinfo_sample_generators_min_binary_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2026906Z test_opinfo_sample_generators_min_reduction_no_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2027355Z test_opinfo_sample_generators_min_reduction_with_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2027796Z test_opinfo_sample_generators_minimum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2028215Z test_opinfo_sample_generators_mm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2028632Z test_opinfo_sample_generators_mode_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2029056Z test_opinfo_sample_generators_movedim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2029463Z test_opinfo_sample_generators_msort_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2029875Z test_opinfo_sample_generators_mul_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2030302Z test_opinfo_sample_generators_multinomial_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2030726Z test_opinfo_sample_generators_mv_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2031161Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2031688Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2032145Z test_opinfo_sample_generators_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2032594Z test_opinfo_sample_generators_nan_to_num_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2033006Z test_opinfo_sample_generators_nanmean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2033435Z test_opinfo_sample_generators_nanmedian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2033872Z test_opinfo_sample_generators_nanquantile_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2034303Z test_opinfo_sample_generators_nansum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.2034738Z test_opinfo_sample_generators_narrow_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2035291Z test_opinfo_sample_generators_narrow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2035793Z test_opinfo_sample_generators_native_batch_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2036232Z test_opinfo_sample_generators_native_dropout_backward_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2036688Z test_opinfo_sample_generators_native_layer_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2037117Z test_opinfo_sample_generators_ne_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2037534Z test_opinfo_sample_generators_neg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2037958Z test_opinfo_sample_generators_new_empty_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.2038397Z test_opinfo_sample_generators_new_empty_strided_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2038836Z test_opinfo_sample_generators_new_full_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2039255Z test_opinfo_sample_generators_new_ones_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2039662Z test_opinfo_sample_generators_new_zeros_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2040090Z test_opinfo_sample_generators_nextafter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2040560Z test_opinfo_sample_generators_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2041055Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2041540Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2042006Z test_opinfo_sample_generators_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2042471Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2042947Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2043401Z test_opinfo_sample_generators_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2043913Z test_opinfo_sample_generators_nn_functional_alpha_dropout_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2044391Z test_opinfo_sample_generators_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2044856Z test_opinfo_sample_generators_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2045312Z test_opinfo_sample_generators_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2045760Z test_opinfo_sample_generators_nn_functional_batch_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2046212Z test_opinfo_sample_generators_nn_functional_bilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2046680Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2047164Z test_opinfo_sample_generators_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2047641Z test_opinfo_sample_generators_nn_functional_celu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2048145Z test_opinfo_sample_generators_nn_functional_conv1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2048593Z test_opinfo_sample_generators_nn_functional_conv2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2049059Z test_opinfo_sample_generators_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2049534Z test_opinfo_sample_generators_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2050005Z test_opinfo_sample_generators_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2050484Z test_opinfo_sample_generators_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2050951Z test_opinfo_sample_generators_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2051424Z test_opinfo_sample_generators_nn_functional_cross_entropy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2051881Z test_opinfo_sample_generators_nn_functional_ctc_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2052341Z test_opinfo_sample_generators_nn_functional_dropout2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2052803Z test_opinfo_sample_generators_nn_functional_dropout3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2053259Z test_opinfo_sample_generators_nn_functional_dropout_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2053705Z test_opinfo_sample_generators_nn_functional_elu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2054164Z test_opinfo_sample_generators_nn_functional_embedding_bag_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2054614Z test_opinfo_sample_generators_nn_functional_embedding_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2055104Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2055620Z test_opinfo_sample_generators_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2056169Z test_opinfo_sample_generators_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2056656Z test_opinfo_sample_generators_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2057138Z test_opinfo_sample_generators_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2057597Z test_opinfo_sample_generators_nn_functional_gelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2058038Z test_opinfo_sample_generators_nn_functional_glu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2058493Z test_opinfo_sample_generators_nn_functional_grid_sample_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2058943Z test_opinfo_sample_generators_nn_functional_group_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2059479Z test_opinfo_sample_generators_nn_functional_hardshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2060026Z test_opinfo_sample_generators_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2060547Z test_opinfo_sample_generators_nn_functional_hardswish_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2061006Z test_opinfo_sample_generators_nn_functional_hardtanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2061482Z test_opinfo_sample_generators_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2061957Z test_opinfo_sample_generators_nn_functional_huber_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2062423Z test_opinfo_sample_generators_nn_functional_instance_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2062894Z test_opinfo_sample_generators_nn_functional_interpolate_area_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2063385Z test_opinfo_sample_generators_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2063879Z test_opinfo_sample_generators_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2064368Z test_opinfo_sample_generators_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2064852Z test_opinfo_sample_generators_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2065341Z test_opinfo_sample_generators_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2065809Z test_opinfo_sample_generators_nn_functional_kl_div_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2066260Z test_opinfo_sample_generators_nn_functional_l1_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2066702Z test_opinfo_sample_generators_nn_functional_layer_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2067160Z test_opinfo_sample_generators_nn_functional_leaky_relu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2067613Z test_opinfo_sample_generators_nn_functional_linear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2068080Z test_opinfo_sample_generators_nn_functional_local_response_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2069095Z test_opinfo_sample_generators_nn_functional_logsigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2069589Z test_opinfo_sample_generators_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2070065Z test_opinfo_sample_generators_nn_functional_max_pool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2070527Z test_opinfo_sample_generators_nn_functional_max_pool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2070964Z test_opinfo_sample_generators_nn_functional_max_pool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2071416Z test_opinfo_sample_generators_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2071892Z test_opinfo_sample_generators_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2072364Z test_opinfo_sample_generators_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2072896Z test_opinfo_sample_generators_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2073367Z test_opinfo_sample_generators_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2073835Z test_opinfo_sample_generators_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2074299Z test_opinfo_sample_generators_nn_functional_mish_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2074737Z test_opinfo_sample_generators_nn_functional_mse_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2075303Z test_opinfo_sample_generators_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2075787Z test_opinfo_sample_generators_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2076283Z test_opinfo_sample_generators_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2076761Z test_opinfo_sample_generators_nn_functional_nll_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2077221Z test_opinfo_sample_generators_nn_functional_normalize_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2077676Z test_opinfo_sample_generators_nn_functional_one_hot_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2078135Z test_opinfo_sample_generators_nn_functional_pad_circular_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2078604Z test_opinfo_sample_generators_nn_functional_pad_constant_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2079053Z test_opinfo_sample_generators_nn_functional_pad_reflect_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2079520Z test_opinfo_sample_generators_nn_functional_pad_replicate_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2079998Z test_opinfo_sample_generators_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2080462Z test_opinfo_sample_generators_nn_functional_pdist_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2080921Z test_opinfo_sample_generators_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2081446Z test_opinfo_sample_generators_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2081922Z test_opinfo_sample_generators_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2082382Z test_opinfo_sample_generators_nn_functional_prelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2082818Z test_opinfo_sample_generators_nn_functional_relu6_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2083265Z test_opinfo_sample_generators_nn_functional_relu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2083716Z test_opinfo_sample_generators_nn_functional_rrelu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2084166Z test_opinfo_sample_generators_nn_functional_selu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2084635Z test_opinfo_sample_generators_nn_functional_silu_complex_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.2085096Z test_opinfo_sample_generators_nn_functional_silu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2085600Z test_opinfo_sample_generators_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2086066Z test_opinfo_sample_generators_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2086511Z test_opinfo_sample_generators_nn_functional_softmin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2086975Z test_opinfo_sample_generators_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2087437Z test_opinfo_sample_generators_nn_functional_softplus_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2087897Z test_opinfo_sample_generators_nn_functional_softshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2088359Z test_opinfo_sample_generators_nn_functional_softsign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2088816Z test_opinfo_sample_generators_nn_functional_tanhshrink_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2089274Z test_opinfo_sample_generators_nn_functional_threshold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2089740Z test_opinfo_sample_generators_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2090221Z test_opinfo_sample_generators_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2090701Z test_opinfo_sample_generators_nn_functional_unfold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2091170Z test_opinfo_sample_generators_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2091653Z test_opinfo_sample_generators_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2092107Z test_opinfo_sample_generators_nonzero_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2092528Z test_opinfo_sample_generators_norm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2092950Z test_opinfo_sample_generators_norm_fro_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2093383Z test_opinfo_sample_generators_norm_inf_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2093834Z test_opinfo_sample_generators_norm_nuc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2094259Z test_opinfo_sample_generators_normal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2094695Z test_opinfo_sample_generators_normal_number_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2095125Z test_opinfo_sample_generators_ones_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2095549Z test_opinfo_sample_generators_ones_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2095972Z test_opinfo_sample_generators_ormqr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2096391Z test_opinfo_sample_generators_outer_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2096804Z test_opinfo_sample_generators_pca_lowrank_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2097231Z test_opinfo_sample_generators_permute_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2097706Z test_opinfo_sample_generators_pinverse_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2098129Z test_opinfo_sample_generators_polar_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2098569Z test_opinfo_sample_generators_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2099034Z test_opinfo_sample_generators_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2099489Z test_opinfo_sample_generators_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2099938Z test_opinfo_sample_generators_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2100373Z test_opinfo_sample_generators_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2100816Z test_opinfo_sample_generators_positive_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2101238Z test_opinfo_sample_generators_pow_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2101657Z test_opinfo_sample_generators_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2102081Z test_opinfo_sample_generators_put_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2102496Z test_opinfo_sample_generators_qr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2102922Z test_opinfo_sample_generators_quantile_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2103331Z test_opinfo_sample_generators_rad2deg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2103760Z test_opinfo_sample_generators_rand_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2104184Z test_opinfo_sample_generators_randint_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2104616Z test_opinfo_sample_generators_randint_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2105048Z test_opinfo_sample_generators_randn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2105476Z test_opinfo_sample_generators_randn_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2105898Z test_opinfo_sample_generators_ravel_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2106351Z test_opinfo_sample_generators_real_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2106783Z test_opinfo_sample_generators_reciprocal_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2107221Z test_opinfo_sample_generators_remainder_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2107648Z test_opinfo_sample_generators_renorm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2108068Z test_opinfo_sample_generators_repeat_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2108502Z test_opinfo_sample_generators_repeat_interleave_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2108944Z test_opinfo_sample_generators_reshape_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2109372Z test_opinfo_sample_generators_reshape_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2109782Z test_opinfo_sample_generators_resize__cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2110254Z test_opinfo_sample_generators_resize_as__cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2110689Z test_opinfo_sample_generators_resolve_conj_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2111127Z test_opinfo_sample_generators_resolve_neg_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2111549Z test_opinfo_sample_generators_roll_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2111969Z test_opinfo_sample_generators_rot90_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2112387Z test_opinfo_sample_generators_round_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2112803Z test_opinfo_sample_generators_round_decimals_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2113246Z test_opinfo_sample_generators_round_decimals_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2113695Z test_opinfo_sample_generators_round_decimals_neg_3_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2114127Z test_opinfo_sample_generators_rsqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2114543Z test_opinfo_sample_generators_rsub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2114969Z test_opinfo_sample_generators_scalar_tensor_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.2115525Z test_opinfo_sample_generators_scatter_add_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2115945Z test_opinfo_sample_generators_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2116387Z test_opinfo_sample_generators_scatter_reduce_amax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2116843Z test_opinfo_sample_generators_scatter_reduce_amin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2117299Z test_opinfo_sample_generators_scatter_reduce_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2117755Z test_opinfo_sample_generators_scatter_reduce_prod_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2118209Z test_opinfo_sample_generators_scatter_reduce_sum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2118714Z test_opinfo_sample_generators_searchsorted_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2119168Z test_opinfo_sample_generators_segment_reduce_lengths_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2119617Z test_opinfo_sample_generators_segment_reduce_offsets_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2120053Z test_opinfo_sample_generators_select_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2120491Z test_opinfo_sample_generators_select_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2120921Z test_opinfo_sample_generators_sgn_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2121344Z test_opinfo_sample_generators_short_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2121768Z test_opinfo_sample_generators_sigmoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2122195Z test_opinfo_sample_generators_sign_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2122631Z test_opinfo_sample_generators_signal_windows_cosine_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2123125Z test_opinfo_sample_generators_signal_windows_exponential_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2123593Z test_opinfo_sample_generators_signal_windows_gaussian_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2124052Z test_opinfo_sample_generators_signal_windows_kaiser_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2124489Z test_opinfo_sample_generators_signbit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2124912Z test_opinfo_sample_generators_sin_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2125330Z test_opinfo_sample_generators_sinc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2125749Z test_opinfo_sample_generators_sinh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2125954Z test_opinfo_sample_generators_slice_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2126167Z test_opinfo_sample_generators_slice_scatter_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2126358Z test_opinfo_sample_generators_softmax_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2126576Z test_opinfo_sample_generators_softmax_with_dtype_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2126779Z test_opinfo_sample_generators_sort_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2127056Z test_opinfo_sample_generators_sparse_sampled_addmm_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T01:33:45.2127273Z test_opinfo_sample_generators_special_airy_ai_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2127490Z test_opinfo_sample_generators_special_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2127709Z test_opinfo_sample_generators_special_bessel_j1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2127919Z test_opinfo_sample_generators_special_bessel_y0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2128126Z test_opinfo_sample_generators_special_bessel_y1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2128364Z test_opinfo_sample_generators_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.2128651Z test_opinfo_sample_generators_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2128963Z test_opinfo_sample_generators_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.2129274Z test_opinfo_sample_generators_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:33:45.2129488Z test_opinfo_sample_generators_special_entr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2129701Z test_opinfo_sample_generators_special_erfcx_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2129938Z test_opinfo_sample_generators_special_hermite_polynomial_h_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2130175Z test_opinfo_sample_generators_special_hermite_polynomial_he_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2130434Z test_opinfo_sample_generators_special_i0e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.2130644Z test_opinfo_sample_generators_special_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2130854Z test_opinfo_sample_generators_special_i1e_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2131089Z test_opinfo_sample_generators_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2131393Z test_opinfo_sample_generators_special_legendre_polynomial_p_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:33:45.2131614Z test_opinfo_sample_generators_special_log_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2131843Z test_opinfo_sample_generators_special_modified_bessel_i0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2132079Z test_opinfo_sample_generators_special_modified_bessel_i1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2132308Z test_opinfo_sample_generators_special_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2132531Z test_opinfo_sample_generators_special_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2132746Z test_opinfo_sample_generators_special_ndtr_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2132962Z test_opinfo_sample_generators_special_ndtri_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2133208Z test_opinfo_sample_generators_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2133434Z test_opinfo_sample_generators_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2133664Z test_opinfo_sample_generators_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2133980Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:33:45.2134284Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:33:45.2134648Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:33:45.2134963Z test_opinfo_sample_generators_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:33:45.2135195Z test_opinfo_sample_generators_special_spherical_bessel_j0_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2135414Z test_opinfo_sample_generators_special_xlog1py_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2135629Z test_opinfo_sample_generators_special_zeta_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2135836Z test_opinfo_sample_generators_split_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2136052Z test_opinfo_sample_generators_split_list_args_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2136266Z test_opinfo_sample_generators_split_with_sizes_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2136513Z test_opinfo_sample_generators_sqrt_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2136718Z test_opinfo_sample_generators_square_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2136923Z test_opinfo_sample_generators_squeeze_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2137124Z test_opinfo_sample_generators_stack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2137325Z test_opinfo_sample_generators_std_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2137533Z test_opinfo_sample_generators_std_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2137732Z test_opinfo_sample_generators_stft_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2137931Z test_opinfo_sample_generators_sub_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2138129Z test_opinfo_sample_generators_sum_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2138337Z test_opinfo_sample_generators_sum_to_size_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2138530Z test_opinfo_sample_generators_svd_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2138736Z test_opinfo_sample_generators_svd_lowrank_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2138941Z test_opinfo_sample_generators_symeig_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2139139Z test_opinfo_sample_generators_t_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.2139355Z test_opinfo_sample_generators_take_along_dim_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2139557Z test_opinfo_sample_generators_take_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2139757Z test_opinfo_sample_generators_tan_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2139945Z test_opinfo_sample_generators_tanh_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2140157Z test_opinfo_sample_generators_tensor_split_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2140367Z test_opinfo_sample_generators_tensordot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.010s) 2022-11-23T01:33:45.2140610Z test_opinfo_sample_generators_tile_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2140812Z test_opinfo_sample_generators_to_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2141023Z test_opinfo_sample_generators_to_sparse_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2141223Z test_opinfo_sample_generators_topk_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2141426Z test_opinfo_sample_generators_trace_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2141632Z test_opinfo_sample_generators_transpose_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2141844Z test_opinfo_sample_generators_trapezoid_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.011s) 2022-11-23T01:33:45.2142042Z test_opinfo_sample_generators_trapz_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2142264Z test_opinfo_sample_generators_triangular_solve_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2142462Z test_opinfo_sample_generators_tril_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2142720Z test_opinfo_sample_generators_tril_indices_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2142919Z test_opinfo_sample_generators_triu_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2143125Z test_opinfo_sample_generators_triu_indices_cpu_int64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2143335Z test_opinfo_sample_generators_true_divide_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2143539Z test_opinfo_sample_generators_trunc_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2143744Z test_opinfo_sample_generators_unbind_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2143952Z test_opinfo_sample_generators_unflatten_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2144164Z test_opinfo_sample_generators_unfold_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2144371Z test_opinfo_sample_generators_unfold_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2144576Z test_opinfo_sample_generators_uniform_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2144782Z test_opinfo_sample_generators_unique_consecutive_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2144983Z test_opinfo_sample_generators_unique_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2145192Z test_opinfo_sample_generators_unsqueeze_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2145393Z test_opinfo_sample_generators_var_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2145606Z test_opinfo_sample_generators_var_mean_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2145806Z test_opinfo_sample_generators_vdot_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2146025Z test_opinfo_sample_generators_view_as_complex_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2146227Z test_opinfo_sample_generators_view_as_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2146441Z test_opinfo_sample_generators_view_as_real_cpu_complex64 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2146647Z test_opinfo_sample_generators_view_copy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2146890Z test_opinfo_sample_generators_view_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.001s) 2022-11-23T01:33:45.2147098Z test_opinfo_sample_generators_vsplit_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.002s) 2022-11-23T01:33:45.2147305Z test_opinfo_sample_generators_vstack_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2147509Z test_opinfo_sample_generators_where_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.003s) 2022-11-23T01:33:45.2147709Z test_opinfo_sample_generators_xlogy_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2147912Z test_opinfo_sample_generators_zero__cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2148114Z test_opinfo_sample_generators_zeros_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.006s) 2022-11-23T01:33:45.2148324Z test_opinfo_sample_generators_zeros_like_cpu_float32 (__main__.TestOpInfoSampleFunctionsCPU) ... ok (0.000s) 2022-11-23T01:33:45.2148456Z test_sample_input (__main__.TestOpInfos) ... ok (0.000s) 2022-11-23T01:33:45.2148600Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.000s) 2022-11-23T01:33:45.2148800Z test_default_names (__main__.TestTestParametrization) ... ok (0.010s) 2022-11-23T01:33:45.2148981Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T01:33:45.2149154Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T01:33:45.2149300Z test_name_fn (__main__.TestTestParametrization) ... ok (0.004s) 2022-11-23T01:33:45.2149475Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T01:33:45.2149649Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T01:33:45.2149846Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T01:33:45.2150017Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:33:45.2150172Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T01:33:45.2150385Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-11-23T01:33:45.2150593Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-11-23T01:33:45.2150794Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-11-23T01:33:45.2150987Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:33:45.2151169Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T01:33:45.2151371Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-11-23T01:33:45.2151558Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T01:33:45.2151743Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T01:33:45.2151948Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T01:33:45.2152143Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.2152356Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.2152564Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.2152790Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.2153024Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.2153217Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (1.007s) 2022-11-23T01:33:45.2153432Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.2153664Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-11-23T01:33:45.2153874Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.2154066Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.2154314Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-11-23T01:33:45.2154562Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-11-23T01:33:45.2154805Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-11-23T01:33:45.2155200Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:33:45.2155436Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:33:45.2155677Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-11-23T01:33:45.2155901Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:33:45.2156127Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.2156377Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-11-23T01:33:45.2156590Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.2156755Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2156911Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.006s) 2022-11-23T01:33:45.2157074Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2157235Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.013s) 2022-11-23T01:33:45.2157391Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2157544Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2157696Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2157837Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2157987Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2158138Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2158289Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2158438Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2158664Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:33:45.2158874Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:33:45.2159079Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:33:45.2159297Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.021s) 2022-11-23T01:33:45.2159476Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2159656Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.013s) 2022-11-23T01:33:45.2159835Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2160009Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2160181Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2160354Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2160523Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2160699Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2160869Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2161121Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:33:45.2161311Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.008s) 2022-11-23T01:33:45.2161455Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-11-23T01:33:45.2161613Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2161764Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2161946Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.010s) 2022-11-23T01:33:45.2162111Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2162262Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.010s) 2022-11-23T01:33:45.2162408Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2162552Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-11-23T01:33:45.2162702Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.011s) 2022-11-23T01:33:45.2162850Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-11-23T01:33:45.2163026Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-11-23T01:33:45.2163202Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:33:45.2163372Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:33:45.2163540Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:33:45.2163707Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-11-23T01:33:45.2164245Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:33:45.2164386Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:33:45.2164458Z ok (0.002s) 2022-11-23T01:33:45.2164601Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.007s) 2022-11-23T01:33:45.2164737Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-11-23T01:33:45.2164886Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.011s) 2022-11-23T01:33:45.2165032Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-11-23T01:33:45.2165044Z 2022-11-23T01:33:45.2165256Z ---------------------------------------------------------------------- 2022-11-23T01:33:45.2165347Z Ran 1203 tests in 7.750s 2022-11-23T01:33:45.2165354Z 2022-11-23T01:33:45.2165460Z OK (skipped=40, expected failures=13) 2022-11-23T01:33:45.2165468Z 2022-11-23T01:33:45.2165560Z Generating XML reports... 2022-11-23T01:33:45.2165802Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20221123013336.xml 2022-11-23T01:33:45.2166064Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20221123013336.xml 2022-11-23T01:33:45.2166337Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20221123013336.xml 2022-11-23T01:33:45.2166590Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20221123013336.xml 2022-11-23T01:33:45.2166852Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20221123013336.xml 2022-11-23T01:33:45.2167102Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20221123013336.xml 2022-11-23T01:33:45.2167359Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20221123013336.xml 2022-11-23T01:33:45.2168222Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20221123013336.xml 2022-11-23T01:33:45.2168530Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20221123013336.xml 2022-11-23T01:33:45.2168752Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20221123013336.xml 2022-11-23T01:33:45.2169026Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfoSampleFunctionsCPU-20221123013336.xml 2022-11-23T01:33:45.2169238Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfos-20221123013336.xml 2022-11-23T01:33:45.2169493Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20221123013336.xml 2022-11-23T01:33:45.2169796Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrizationDeviceTypeCPU-20221123013336.xml 2022-11-23T01:33:45.2170024Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestingCPU-20221123013336.xml 2022-11-23T01:33:45.2170260Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20221123013336.xml 2022-11-23T01:33:45.2170267Z 2022-11-23T01:33:45.2170679Z ##[endgroup] 2022-11-23T01:33:45.2170934Z FINISHED PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_lh0u4pmj) 2022-11-23T01:33:45.2170941Z 2022-11-23T01:33:45.6247805Z 2022-11-23T01:33:45.6248304Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T01:33:45.6249092Z ##[group]PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_6x1j0688) 2022-11-23T01:33:45.6251492Z 2022-11-23T01:33:45.6252053Z Running tests... 2022-11-23T01:33:45.6252507Z ---------------------------------------------------------------------- 2022-11-23T01:33:45.6253023Z Test results will be stored in test-reports\python-unittest\nn.test_embedding 2022-11-23T01:33:45.6253527Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.008s) 2022-11-23T01:33:45.6254022Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:33:45.6254513Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6254929Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.746s) 2022-11-23T01:33:45.6255288Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:33:45.6255712Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T01:33:45.6256712Z test_embedding_from_pretrained_int16 (__main__.TestEmbeddingNN) ... C:\actions-runner\_work\pytorch\pytorch\test\nn\test_embedding.py:84: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:33:45.6257409Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2022-11-23T01:33:45.6257626Z ok (0.006s) 2022-11-23T01:33:45.6257882Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6258229Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6258587Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6258949Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6259317Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6259682Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6260012Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:33:45.6260437Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6260831Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:33:45.6261222Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6261582Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6262004Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6262380Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:33:45.6262778Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:33:45.6263219Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:33:45.6263725Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:33:45.6264220Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6264716Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:33:45.6265206Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6265698Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6266181Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6266652Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6267137Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6267622Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6268154Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6268698Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:33:45.6269261Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.029s) 2022-11-23T01:33:45.6269752Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:33:45.6270238Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:33:45.6270705Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:33:45.6271183Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:33:45.6271665Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.035s) 2022-11-23T01:33:45.6272149Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:33:45.6272631Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.026s) 2022-11-23T01:33:45.6273161Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:33:45.6273637Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:33:45.6274185Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:33:45.6274766Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:33:45.6275293Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:33:45.6275787Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:33:45.6276258Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:33:45.6276734Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.028s) 2022-11-23T01:33:45.6277220Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6277698Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6278180Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6278661Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:33:45.6279120Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6279600Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6280074Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6280600Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6281116Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6281651Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:33:45.6282118Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6282590Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-11-23T01:33:45.6283042Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:33:45.6283502Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6283967Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6284425Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:33:45.6284859Z test_embedding_backward_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6285276Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (1.193s) 2022-11-23T01:33:45.6285755Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (1.025s) 2022-11-23T01:33:45.6286173Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.080s) 2022-11-23T01:33:45.6286628Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.112s) 2022-11-23T01:33:45.6287109Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.6287565Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.6288017Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T01:33:45.6288459Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T01:33:45.6288887Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.187s) 2022-11-23T01:33:45.6289313Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.160s) 2022-11-23T01:33:45.6289719Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.195s) 2022-11-23T01:33:45.6290135Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.164s) 2022-11-23T01:33:45.6290552Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.181s) 2022-11-23T01:33:45.6290965Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.172s) 2022-11-23T01:33:45.6291375Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.169s) 2022-11-23T01:33:45.6291785Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.152s) 2022-11-23T01:33:45.6292194Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.189s) 2022-11-23T01:33:45.6292655Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.177s) 2022-11-23T01:33:45.6293094Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.168s) 2022-11-23T01:33:45.6293517Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.188s) 2022-11-23T01:33:45.6293939Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6294419Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6294837Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6295252Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:33:45.6295662Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:33:45.6296044Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.035s) 2022-11-23T01:33:45.6296443Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T01:33:45.6296831Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.036s) 2022-11-23T01:33:45.6297255Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6297709Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.6298150Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6298694Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6299136Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6299640Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6300082Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6300526Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.6300959Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6301397Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.6301830Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6302246Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.6302696Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6303170Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6303637Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:33:45.6304104Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6304578Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6305108Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6305636Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6306109Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.6307095Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.6307587Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.6308050Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:33:45.6308515Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.6308990Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.6309466Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:33:45.6309936Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:33:45.6310404Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6310982Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6311460Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6311989Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:33:45.6312462Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:33:45.6312931Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6313403Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:33:45.6313875Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:33:45.6314340Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:33:45.6314848Z test_embedding_dense_grad_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:33:45.6315240Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:33:45.6315675Z test_embedding_max_norm_device_cpu_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:33:45.6316126Z test_embedding_max_norm_device_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:33:45.6316574Z test_embedding_max_norm_device_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:33:45.6317055Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.114s) 2022-11-23T01:33:45.6317465Z test_embedding_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:33:45.6317919Z test_embedding_scalar_weight_error_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:33:45.6318144Z 2022-11-23T01:33:45.6318294Z ---------------------------------------------------------------------- 2022-11-23T01:33:45.6318558Z Ran 138 tests in 6.375s 2022-11-23T01:33:45.6318679Z 2022-11-23T01:33:45.6318758Z OK (skipped=8) 2022-11-23T01:33:45.6318872Z 2022-11-23T01:33:45.6318964Z Generating XML reports... 2022-11-23T01:33:45.6319406Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNN-20221123013338.xml 2022-11-23T01:33:45.6319948Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNNDeviceTypeCPU-20221123013338.xml 2022-11-23T01:33:45.6320245Z 2022-11-23T01:33:45.6320639Z ##[endgroup] 2022-11-23T01:33:45.6320998Z FINISHED PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_6x1j0688) 2022-11-23T01:33:45.6321273Z 2022-11-23T01:33:48.4189151Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:48.5789857Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:48.6045963Z Running test_type_promotion ... [2022-11-23 01:33:48.604364] 2022-11-23T01:33:48.6051679Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:48.605053] 2022-11-23T01:33:48.6053589Z Ignoring disabled issues: [] 2022-11-23T01:33:48.7402490Z Running test_mkldnn_verbose ... [2022-11-23 01:33:48.739575] 2022-11-23T01:33:48.7408341Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:48.740190] 2022-11-23T01:33:48.7409940Z Ignoring disabled issues: [] 2022-11-23T01:33:56.6183348Z 2022-11-23T01:33:56.6184225Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T01:33:56.6185337Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_bdxks9e2) 2022-11-23T01:33:56.6185774Z 2022-11-23T01:33:56.6185881Z Running tests... 2022-11-23T01:33:56.6186253Z ---------------------------------------------------------------------- 2022-11-23T01:33:56.6186788Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-11-23T01:33:56.6187246Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (2.812s) 2022-11-23T01:33:56.6187650Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (2.363s) 2022-11-23T01:33:56.6187896Z 2022-11-23T01:33:56.6188100Z ---------------------------------------------------------------------- 2022-11-23T01:33:56.6188449Z Ran 2 tests in 5.187s 2022-11-23T01:33:56.6188611Z 2022-11-23T01:33:56.6188700Z OK 2022-11-23T01:33:56.6188832Z 2022-11-23T01:33:56.6188958Z Generating XML reports... 2022-11-23T01:33:56.6189478Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20221123013350.xml 2022-11-23T01:33:56.6189847Z 2022-11-23T01:33:56.6190151Z ##[endgroup] 2022-11-23T01:33:56.6190654Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_bdxks9e2) 2022-11-23T01:33:56.6191021Z 2022-11-23T01:33:57.5576355Z 2022-11-23T01:33:57.5577258Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T01:33:57.5578254Z ##[group]PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_29_1btc_) 2022-11-23T01:33:57.5582377Z 2022-11-23T01:33:57.5582690Z Running tests... 2022-11-23T01:33:57.5583140Z ---------------------------------------------------------------------- 2022-11-23T01:33:57.5583684Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-11-23T01:33:57.5584184Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5584651Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.750s) 2022-11-23T01:33:57.5585171Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5585660Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-11-23T01:33:57.5586561Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:434: UserWarning: This overload of add is deprecated: 2022-11-23T01:33:57.5587146Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-11-23T01:33:57.5587557Z Consider using one of the following signatures instead: 2022-11-23T01:33:57.5588152Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\python_arg_parser.cpp:1488.) 2022-11-23T01:33:57.5588747Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-11-23T01:33:57.5589078Z ok (0.006s) 2022-11-23T01:33:57.5589426Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5589850Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.039s) 2022-11-23T01:33:57.5590326Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.286s) 2022-11-23T01:33:57.5590828Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5591403Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5592100Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5592490Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5592871Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5593243Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5593641Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5594028Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5594416Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5594800Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5595190Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5595575Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5595942Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5596323Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5596705Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5597080Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5597515Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5597902Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5598362Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-11-23T01:33:57.5598728Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5599114Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5599503Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5599893Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-11-23T01:33:57.5600279Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-11-23T01:33:57.5600748Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-11-23T01:33:57.5601143Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-11-23T01:33:57.5601521Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.024s) 2022-11-23T01:33:57.5601908Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:33:57.5602291Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-11-23T01:33:57.5602673Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5603061Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5603439Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5603877Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5604255Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5604783Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-11-23T01:33:57.5605162Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5605545Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5605935Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5606325Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5606716Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:33:57.5607085Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5607472Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5607864Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-11-23T01:33:57.5608509Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5608892Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5609275Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5609658Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5610073Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5610454Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5610902Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5611285Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-11-23T01:33:57.5611665Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5612046Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5612430Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5612814Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5613238Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5613615Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5613997Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5614379Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5614756Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5615131Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5615505Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-11-23T01:33:57.5615880Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5616303Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5616691Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.260s) 2022-11-23T01:33:57.5617542Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:647: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:33:57.5618175Z v = torch.tensor([2], dtype=dt2, device=device) 2022-11-23T01:33:57.5618386Z ok (0.083s) 2022-11-23T01:33:57.5618638Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-11-23T01:33:57.5618982Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-11-23T01:33:57.5619332Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5619703Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5620054Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5620495Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5620838Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5621192Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5621519Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5621875Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5622229Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:33:57.5622649Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5623029Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5623463Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5623844Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5624196Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5624570Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5634385Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5634884Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5635325Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5635685Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5636266Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5636608Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5636964Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5637311Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5637661Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5638007Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5638343Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5638669Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5638966Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5639288Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5639611Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5639917Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5640322Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5640645Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5641002Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5641440Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5641819Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5642229Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5642610Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5642979Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5643320Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.636s) 2022-11-23T01:33:57.5643662Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5644005Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5644369Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5644781Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5645194Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5645603Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5646007Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5646401Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5646792Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5647190Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5647604Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5648022Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5648486Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:33:57.5648951Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5649375Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5649801Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5650219Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5650618Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5651036Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5651445Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5651853Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5652260Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5652665Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5653126Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5653519Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5653996Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5654416Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5654892Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5655309Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5655717Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:33:57.5656129Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5656536Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5656926Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5657331Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5657739Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5658149Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5658559Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5658973Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5659385Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5659773Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5660265Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5660677Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5661139Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5661536Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5661930Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5662326Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-11-23T01:33:57.5662705Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5663109Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5663525Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5663936Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5664342Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5664744Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5665253Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5665652Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5666034Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5666482Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5666885Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5667289Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5667694Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:33:57.5668115Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5668523Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5668917Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5669325Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5669725Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5670127Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5670514Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5670910Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5671305Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5671697Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5672088Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5672496Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5672902Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5673358Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5673750Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5674141Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5674533Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-11-23T01:33:57.5674911Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5675300Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5675694Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5676091Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5676493Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5676956Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5677354Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5677735Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5678126Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5678522Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5678917Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5679311Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5679704Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5680099Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5680479Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5680877Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5681288Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5681758Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5682159Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-11-23T01:33:57.5682605Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5683000Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5683394Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5683773Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5684164Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5684556Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5684943Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5685393Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5685805Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5686210Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5686600Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:33:57.5686998Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5687400Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5687797Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-11-23T01:33:57.5688189Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5688579Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5689024Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5689404Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5689808Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5690216Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-11-23T01:33:57.5690618Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.012s) 2022-11-23T01:33:57.5691017Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5691410Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5691802Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5692182Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5692574Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5692964Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5693364Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5693717Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5694051Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5694392Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5694709Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5695034Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5695360Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5695693Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5696021Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5696349Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5696661Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5696987Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5697366Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5697695Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5698015Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5698343Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5698648Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5698971Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5699288Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:33:57.5699607Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5699927Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5700347Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5700670Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5700972Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5701291Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5701673Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5701992Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5702313Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5702633Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5702935Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5703252Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5703581Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5703906Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:33:57.5704233Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5704558Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5704867Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5705184Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5705505Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5705821Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5706136Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5706454Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:33:57.5706750Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5707068Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:33:57.5707382Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5707698Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5708015Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5708325Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5708622Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5708936Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5709253Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5709570Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5709898Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5710281Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5710593Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5710919Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5711253Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5711584Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5711916Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5712243Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5712552Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5712928Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-11-23T01:33:57.5713274Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5713601Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:33:57.5713986Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5714317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.002s) 2022-11-23T01:33:57.5715289Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5715601Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:33:57.5715928Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5716255Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5716580Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5716907Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5717235Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5717553Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5717874Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5718200Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-11-23T01:33:57.5718529Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5718856Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5719180Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5719488Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5719813Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5720140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:33:57.5720468Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5720805Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5721129Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5721443Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5721773Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5722101Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5722424Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5722750Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5723073Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5723382Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5723703Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5724089Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5724417Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5724742Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5725065Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5725373Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5725696Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5726016Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5726344Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5726667Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5726983Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5727300Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:33:57.5727611Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5727993Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5728323Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5728649Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5728970Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5729289Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5729596Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5729914Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5730240Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5730561Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5730880Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5731197Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5731501Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5731818Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5732140Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5732457Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5732771Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5733085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5733391Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5733710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5734036Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5734362Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5734677Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5735001Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5735315Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5735644Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5735973Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5736299Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5736684Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5737005Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5737310Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5737638Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:33:57.5737958Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5738282Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5738601Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5738915Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5739233Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5739536Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5739855Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5740292Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5740610Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5740993Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5741313Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5741616Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5741934Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5742258Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5742572Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5742885Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:33:57.5743213Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5743527Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5743850Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5744174Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5744492Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5744811Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:33:57.5745130Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5745436Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5745756Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5746077Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5746394Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5746709Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5747026Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5747327Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5747641Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5747962Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5748274Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5748591Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5748908Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5749215Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5749591Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5749914Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5750224Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5750540Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5750864Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5751171Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5751493Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5751814Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5752131Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5752446Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5752766Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5753067Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:33:57.5753383Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5753758Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5754073Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5754386Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5754699Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5755015Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5755317Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5755630Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5755951Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5756267Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5756578Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5756894Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-11-23T01:33:57.5757200Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5757519Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5757832Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5758148Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5758466Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5758785Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5759100Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5759420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5759737Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5760054Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5760370Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5760683Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5760982Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5761301Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5761617Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5761934Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5762296Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5762608Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5762907Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5763225Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5763538Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5763851Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5764162Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5764476Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5764784Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5765102Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5765418Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5765731Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-11-23T01:33:57.5766053Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5766425Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5766732Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5767050Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5767365Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5767685Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5768002Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5768317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5768620Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5768933Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5769246Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5769672Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5769987Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5770367Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5770681Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5770982Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5771294Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5771610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5771923Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5772233Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:33:57.5772550Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5772857Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5773167Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5773482Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5773805Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5774125Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5774446Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5774751Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5775637Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5775966Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:33:57.5776285Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5776608Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5776924Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5777228Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5777538Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5777851Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5778164Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5778476Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5778791Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5779085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5779396Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5779776Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5780086Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5780493Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:33:57.5780807Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5781112Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5781422Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5781738Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5782067Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5782387Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5782713Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5783021Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5783341Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5783661Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5783981Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5784299Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-11-23T01:33:57.5784619Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5784924Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:33:57.5785237Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5785557Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:33:57.5785870Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5786186Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5786496Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5786793Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:33:57.5787102Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5787416Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:33:57.5787730Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-11-23T01:33:57.5788042Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:33:57.5788447Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5788794Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (0.483s) 2022-11-23T01:33:57.5789103Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-11-23T01:33:57.5789448Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5789810Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5790161Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5790514Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-11-23T01:33:57.5790859Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5791173Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.379s) 2022-11-23T01:33:57.5791488Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (0.404s) 2022-11-23T01:33:57.5791813Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5792178Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5792633Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5793021Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5793406Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5793774Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5794162Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5794553Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5794941Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5795320Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-11-23T01:33:57.5795702Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-11-23T01:33:57.5796083Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5796451Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5796829Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5797204Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5797576Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5797955Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5798332Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5798699Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5799070Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5799432Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-11-23T01:33:57.5799806Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5800190Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5800554Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5800970Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5801324Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-11-23T01:33:57.5801663Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-11-23T01:33:57.5801848Z 2022-11-23T01:33:57.5802018Z ---------------------------------------------------------------------- 2022-11-23T01:33:57.5802280Z Ran 422 tests in 5.578s 2022-11-23T01:33:57.5802405Z 2022-11-23T01:33:57.5802469Z OK 2022-11-23T01:33:57.5802566Z 2022-11-23T01:33:57.5802660Z Generating XML reports... 2022-11-23T01:33:57.5803057Z Generated XML report: test-reports\python-unittest\test_type_promotion\TEST-TestTypePromotionCPU-20221123013351.xml 2022-11-23T01:33:57.5803344Z 2022-11-23T01:33:57.5803714Z ##[endgroup] 2022-11-23T01:33:57.5804089Z FINISHED PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_29_1btc_) 2022-11-23T01:33:57.5804370Z 2022-11-23T01:33:59.7246272Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:33:59.8902775Z Running test_module_init ... [2022-11-23 01:33:59.884793] 2022-11-23T01:33:59.8908126Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:33:59.884793] 2022-11-23T01:33:59.8909965Z Ignoring disabled issues: [] 2022-11-23T01:34:00.5907049Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:00.7507907Z Running test_datapipe ... [2022-11-23 01:34:00.750443] 2022-11-23T01:34:00.7513459Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:00.751070] 2022-11-23T01:34:00.7515294Z Ignoring disabled issues: [] 2022-11-23T01:34:07.3225598Z 2022-11-23T01:34:07.3226323Z Expand the folded group to see the log file of test_module_init 2022-11-23T01:34:07.3227207Z ##[group]PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_wpc_f7dd) 2022-11-23T01:34:07.3227689Z 2022-11-23T01:34:07.3227772Z Running tests... 2022-11-23T01:34:07.3228061Z ---------------------------------------------------------------------- 2022-11-23T01:34:07.3228455Z Test results will be stored in test-reports\python-unittest\test_module_init 2022-11-23T01:34:07.3228961Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3229429Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3229916Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3230390Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-11-23T01:34:07.3230804Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.030s) 2022-11-23T01:34:07.3231164Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3231648Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3232185Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.014s) 2022-11-23T01:34:07.3232693Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3233159Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3233637Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3234122Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3234607Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3235304Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.002s) 2022-11-23T01:34:07.3235786Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3236231Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3236557Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3236968Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3237295Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-11-23T01:34:07.3237705Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3238055Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3238374Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3238679Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3239005Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3239351Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3239816Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3240165Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3240497Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3240829Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3241142Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3241465Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-11-23T01:34:07.3241797Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3242178Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3242517Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3242895Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3243199Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3243524Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3243845Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3244180Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3244522Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3244869Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3245199Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3245539Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3245881Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3246220Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3246560Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-11-23T01:34:07.3246886Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3247192Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3247507Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3247817Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3248198Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3248592Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3249110Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3249466Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3249801Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3250147Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3250494Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-11-23T01:34:07.3250837Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3251195Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3251558Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3251906Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3252265Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3252697Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3253057Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3253410Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3253754Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3254092Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3254470Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3254857Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3255187Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3255506Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-11-23T01:34:07.3255832Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3256147Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3256453Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3256770Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3257084Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3257411Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3257759Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3258095Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3258410Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3258757Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3259129Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3259469Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3259790Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3260147Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3260455Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3260853Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3261223Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3261648Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3262012Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3262350Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3262660Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3262960Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3263268Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3263581Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3263899Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3264209Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3264517Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3264834Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3265183Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3265579Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3265913Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3266303Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3266640Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3267027Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3267363Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3267694Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3268024Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3268347Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3268672Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3269000Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3269505Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3269850Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3270177Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3270503Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3270830Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3271163Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3271495Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3271832Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.014s) 2022-11-23T01:34:07.3272245Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3272582Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3272977Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3273318Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3273638Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3273961Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3274276Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3274662Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3274994Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3275322Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3275642Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3275943Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3276268Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3276583Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3276900Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-11-23T01:34:07.3277221Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3277553Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3278229Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T01:34:07.3278979Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:34:07.3279220Z ok (0.006s) 2022-11-23T01:34:07.3279490Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3279840Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3280190Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3280537Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3280886Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3281208Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3281541Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-11-23T01:34:07.3281875Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3282204Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3282533Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3282854Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3283185Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3283554Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3283919Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3284342Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3284698Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3285126Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3285492Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-11-23T01:34:07.3285837Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3286199Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3286553Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3286905Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3287315Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3287651Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3287966Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3288298Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3288625Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3289050Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3289373Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3289716Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3290061Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3290464Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3290854Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3291189Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-11-23T01:34:07.3291583Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3291907Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3292228Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3292552Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3292911Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3293254Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3293584Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3293907Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3294227Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3294530Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3294864Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3295195Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3295529Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3295857Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3296251Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3296564Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3296947Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3297271Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3297587Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3297911Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3298246Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-11-23T01:34:07.3298573Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3298886Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3299234Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3299608Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3299990Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3300448Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3300813Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3301154Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-11-23T01:34:07.3301511Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3301873Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.014s) 2022-11-23T01:34:07.3302276Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3302599Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3302967Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3303273Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3303617Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3303972Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3304319Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3304725Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3305064Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3305399Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3305727Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3306060Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3306399Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3306740Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3307079Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3307419Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3307741Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-11-23T01:34:07.3308065Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3308465Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3308846Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3309174Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3309497Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3309794Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3310105Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3310417Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3310730Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3311044Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3311357Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3311669Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3311967Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3312299Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3312652Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3313001Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3313416Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3313763Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3314092Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3314507Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3314938Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3315294Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-11-23T01:34:07.3315649Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3316000Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3316332Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3316663Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3316975Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3317362Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3317691Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3318013Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3318325Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3318628Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3318950Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3319275Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3319610Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3319952Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3320359Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3320684Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3321076Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3321399Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3321718Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3322032Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3322343Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3322642Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3322965Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3323295Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3323627Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3323949Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3324269Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-11-23T01:34:07.3324583Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3324923Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3325243Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3325553Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3325871Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3326314Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3326647Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3327027Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3327384Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3327770Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3328140Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3328499Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.018s) 2022-11-23T01:34:07.3328864Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-11-23T01:34:07.3329321Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3329682Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-11-23T01:34:07.3330041Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3330450Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.920s) 2022-11-23T01:34:07.3330785Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (1.287s) 2022-11-23T01:34:07.3331134Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3331493Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3331868Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3332346Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3332721Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3333050Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3333429Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3333747Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3334054Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3334379Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3334728Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3335099Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3335462Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3335826Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3336176Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3336493Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3336818Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3337135Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3337518Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3337999Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3344080Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3344409Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3344896Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3345515Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3360387Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3361002Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3361605Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3362192Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3362800Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3363424Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3364044Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3364704Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-11-23T01:34:07.3365406Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3366063Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3366741Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3368460Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3369200Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3369727Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3370297Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3370912Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3371524Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3372170Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3372759Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3373352Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3373997Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3374649Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3375238Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3375890Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3376531Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3377213Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3377865Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3378515Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3379085Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3379666Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3380255Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3380794Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3381424Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-11-23T01:34:07.3382057Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3382673Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3383553Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3384276Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3384963Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-11-23T01:34:07.3385622Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3386284Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3386971Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3387665Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3388356Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3389051Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3389810Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3390501Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3391386Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3392067Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-11-23T01:34:07.3392737Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3393400Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-11-23T01:34:07.3394059Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3394698Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3395358Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3396097Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3396768Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-11-23T01:34:07.3397459Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3398127Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-11-23T01:34:07.3398795Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3399464Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-11-23T01:34:07.3400130Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-11-23T01:34:07.3400788Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-11-23T01:34:07.3401430Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3402091Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-11-23T01:34:07.3402787Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-11-23T01:34:07.3403478Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-11-23T01:34:07.3404140Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-11-23T01:34:07.3404509Z 2022-11-23T01:34:07.3404816Z ---------------------------------------------------------------------- 2022-11-23T01:34:07.3405317Z Ran 376 tests in 4.031s 2022-11-23T01:34:07.3405551Z 2022-11-23T01:34:07.3405682Z OK 2022-11-23T01:34:07.3405873Z 2022-11-23T01:34:07.3406053Z Generating XML reports... 2022-11-23T01:34:07.3406739Z Generated XML report: test-reports\python-unittest\test_module_init\TEST-TestModuleInitCPU-20221123013402.xml 2022-11-23T01:34:07.3407230Z 2022-11-23T01:34:07.3407827Z ##[endgroup] 2022-11-23T01:34:07.3408746Z FINISHED PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_wpc_f7dd) 2022-11-23T01:34:07.3409362Z 2022-11-23T01:34:07.6505885Z 2022-11-23T01:34:07.6506400Z Expand the folded group to see the log file of test_datapipe 2022-11-23T01:34:07.6507328Z ##[group]PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_5w4cox9i) 2022-11-23T01:34:07.6507907Z 2022-11-23T01:34:07.6508225Z Running tests... 2022-11-23T01:34:07.6508703Z ---------------------------------------------------------------------- 2022-11-23T01:34:07.6509292Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports\python-unittest\test_datapipe 2022-11-23T01:34:07.6509792Z skip: no dataframes (pandas) (0.006s) 2022-11-23T01:34:07.6510253Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.000s) 2022-11-23T01:34:07.6511187Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:34:07.6512191Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:34:07.6512475Z ok (0.501s) 2022-11-23T01:34:07.6512710Z test_as_string (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:34:07.6512974Z test_getitem (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:34:07.6513251Z test_iter (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:34:07.6513519Z test_len (__main__.TestDataChunk) ... ok (0.004s) 2022-11-23T01:34:07.6513801Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:34:07.6514085Z test_reverse (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:34:07.6514359Z test_sort (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:34:07.6514668Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:34:07.6515043Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:34:07.6515412Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:34:07.6515790Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.006s) 2022-11-23T01:34:07.6516165Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:34:07.6516530Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:34:07.6516905Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T01:34:07.6517566Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6518128Z warnings.warn( 2022-11-23T01:34:07.6518313Z ok (0.013s) 2022-11-23T01:34:07.6518594Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T01:34:07.6519272Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6519821Z warnings.warn( 2022-11-23T01:34:07.6520420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6520948Z warnings.warn( 2022-11-23T01:34:07.6521443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6521907Z warnings.warn( 2022-11-23T01:34:07.6522393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6522852Z warnings.warn( 2022-11-23T01:34:07.6523024Z ok (0.013s) 2022-11-23T01:34:07.6523307Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.009s) 2022-11-23T01:34:07.6523678Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.014s) 2022-11-23T01:34:07.6524061Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T01:34:07.6524455Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.026s) 2022-11-23T01:34:07.6525129Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6525738Z warnings.warn( 2022-11-23T01:34:07.6525908Z ok (0.000s) 2022-11-23T01:34:07.6526212Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.061s) 2022-11-23T01:34:07.6526599Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.012s) 2022-11-23T01:34:07.6526972Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T01:34:07.6527677Z test_serializable (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:34:07.6528375Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:34:07.6529164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:34:07.6529796Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:34:07.6530069Z ok (0.054s) 2022-11-23T01:34:07.6530344Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-11-23T01:34:07.6530691Z Only for DataPipes that take in a function as argument ... ok (0.032s) 2022-11-23T01:34:07.6531048Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.008s) 2022-11-23T01:34:07.6531437Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-11-23T01:34:07.6531821Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-11-23T01:34:07.6532176Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T01:34:07.6532539Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-11-23T01:34:07.6532913Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-11-23T01:34:07.6533574Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6534193Z warnings.warn( 2022-11-23T01:34:07.6534381Z ok (0.005s) 2022-11-23T01:34:07.6534682Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-11-23T01:34:07.6535049Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.011s) 2022-11-23T01:34:07.6535400Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-11-23T01:34:07.6535741Z Only for DataPipes that take in a function as argument ... ok (0.008s) 2022-11-23T01:34:07.6536094Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-11-23T01:34:07.6536460Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-11-23T01:34:07.6537078Z test_simple_traverse (__main__.TestGraph) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6537590Z warnings.warn( 2022-11-23T01:34:07.6537762Z ok (0.003s) 2022-11-23T01:34:07.6538017Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T01:34:07.6538385Z test_traverse_forked (__main__.TestGraph) ... ok (0.006s) 2022-11-23T01:34:07.6538687Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T01:34:07.6539000Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-11-23T01:34:07.6539304Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.010s) 2022-11-23T01:34:07.6539719Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T01:34:07.6540219Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.003s) 2022-11-23T01:34:07.6540696Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-11-23T01:34:07.6541157Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-11-23T01:34:07.6541623Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T01:34:07.6542079Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-11-23T01:34:07.6542495Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-11-23T01:34:07.6542908Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.017s) 2022-11-23T01:34:07.6543672Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:34:07.6544395Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:34:07.6544675Z ok (0.007s) 2022-11-23T01:34:07.6545008Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.014s) 2022-11-23T01:34:07.6545443Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:34:07.6545859Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.004s) 2022-11-23T01:34:07.6546278Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:34:07.6546719Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.009s) 2022-11-23T01:34:07.6547129Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:34:07.6548166Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.004s) 2022-11-23T01:34:07.6548588Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:34:07.6549009Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.003s) 2022-11-23T01:34:07.6549421Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:34:07.6549827Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.005s) 2022-11-23T01:34:07.6550515Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:34:07.6551065Z warnings.warn( 2022-11-23T01:34:07.6551260Z ok (0.010s) 2022-11-23T01:34:07.6551556Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-11-23T01:34:07.6551948Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.018s) 2022-11-23T01:34:07.6552442Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.015s) 2022-11-23T01:34:07.6552843Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.015s) 2022-11-23T01:34:07.6553251Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-11-23T01:34:07.6553665Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.009s) 2022-11-23T01:34:07.6554045Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-11-23T01:34:07.6554387Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-11-23T01:34:07.6554888Z test_old_dataloader (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:34:07.6555352Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:34:07.6555773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:34:07.6556204Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:34:07.6556647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:34:07.6557063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:34:07.6557489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:34:07.6557919Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:34:07.6558169Z ok (3.087s) 2022-11-23T01:34:07.6558564Z test_sharding_groups (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2692: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:34:07.6558989Z self.assertEquals(expected, actual) 2022-11-23T01:34:07.6559381Z C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2693: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:34:07.6559741Z self.assertEquals(3, len(dp)) 2022-11-23T01:34:07.6559944Z ok (0.000s) 2022-11-23T01:34:07.6560186Z test_sharding_length (__main__.TestSharding) ... ok (0.010s) 2022-11-23T01:34:07.6560467Z test_simple_sharding (__main__.TestSharding) ... ok (0.000s) 2022-11-23T01:34:07.6560750Z test_api (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T01:34:07.6561036Z test_dir (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T01:34:07.6561323Z test_pickle (__main__.TestStreamWrapper) ... ok (0.011s) 2022-11-23T01:34:07.6561669Z test_repr (__main__.TestStreamWrapper) ... ok (0.002s) 2022-11-23T01:34:07.6561987Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-11-23T01:34:07.6562320Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:34:07.6562636Z test_isinstance (__main__.TestTyping) ... ok (0.002s) 2022-11-23T01:34:07.6562957Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:34:07.6563267Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-11-23T01:34:07.6563576Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:34:07.6563905Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:34:07.6564218Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:34:07.6564401Z 2022-11-23T01:34:07.6564558Z ---------------------------------------------------------------------- 2022-11-23T01:34:07.6564827Z Ran 88 tests in 4.141s 2022-11-23T01:34:07.6564948Z 2022-11-23T01:34:07.6565026Z OK (skipped=16) 2022-11-23T01:34:07.6565142Z 2022-11-23T01:34:07.6565240Z Generating XML reports... 2022-11-23T01:34:07.6565706Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCircularSerialization-20221123013403.xml 2022-11-23T01:34:07.6566232Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataChunk-20221123013403.xml 2022-11-23T01:34:07.6566730Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalIterDataPipe-20221123013403.xml 2022-11-23T01:34:07.6567274Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalMapDataPipe-20221123013403.xml 2022-11-23T01:34:07.6567775Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestGraph-20221123013403.xml 2022-11-23T01:34:07.6568308Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeCountSampleYielded-20221123013403.xml 2022-11-23T01:34:07.6569023Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeGraphFastForward-20221123013403.xml 2022-11-23T01:34:07.6569625Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeSingletonConstraint-20221123013403.xml 2022-11-23T01:34:07.6570210Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterableDataPipeBasic-20221123013403.xml 2022-11-23T01:34:07.6570698Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSharding-20221123013403.xml 2022-11-23T01:34:07.6571175Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestStreamWrapper-20221123013403.xml 2022-11-23T01:34:07.6571649Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestTyping-20221123013403.xml 2022-11-23T01:34:07.6572141Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCaptureDataFrame-20221123013403.xml 2022-11-23T01:34:07.6572643Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataFramesPipes-20221123013403.xml 2022-11-23T01:34:07.6573136Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSerialization-20221123013403.xml 2022-11-23T01:34:07.6573392Z 2022-11-23T01:34:07.6573757Z ##[endgroup] 2022-11-23T01:34:07.6574114Z FINISHED PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_5w4cox9i) 2022-11-23T01:34:07.6574381Z 2022-11-23T01:34:10.5419136Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:10.6776730Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:10.7159194Z Running test_functionalization ... [2022-11-23 01:34:10.712929] 2022-11-23T01:34:10.7165529Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:10.712929] 2022-11-23T01:34:10.7167158Z Ignoring disabled issues: [] 2022-11-23T01:34:10.8395063Z Running test_logging ... [2022-11-23 01:34:10.839269] 2022-11-23T01:34:10.8400778Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:10.839620] 2022-11-23T01:34:10.8402718Z Ignoring disabled issues: [] 2022-11-23T01:34:16.3353982Z 2022-11-23T01:34:16.3354703Z Expand the folded group to see the log file of test_functionalization 2022-11-23T01:34:16.3355863Z ##[group]PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_u7ij2fqf) 2022-11-23T01:34:16.3356171Z 2022-11-23T01:34:16.3356255Z Running tests... 2022-11-23T01:34:16.3356632Z ---------------------------------------------------------------------- 2022-11-23T01:34:16.3357156Z Test results will be stored in test-reports\python-unittest\test_functionalization 2022-11-23T01:34:16.3357698Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.497s) 2022-11-23T01:34:16.3358286Z test_as_strided (__main__.TestFunctionalization) ... ok (0.027s) 2022-11-23T01:34:16.3358597Z test_cat (__main__.TestFunctionalization) ... ok (0.013s) 2022-11-23T01:34:16.3358882Z test_copy_ (__main__.TestFunctionalization) ... ok (0.136s) 2022-11-23T01:34:16.3359302Z test_copy_stride_mismatch (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T01:34:16.3359635Z test_diagonal (__main__.TestFunctionalization) ... ok (0.036s) 2022-11-23T01:34:16.3359966Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.025s) 2022-11-23T01:34:16.3360299Z test_everything (__main__.TestFunctionalization) ... ok (0.204s) 2022-11-23T01:34:16.3360623Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.021s) 2022-11-23T01:34:16.3360924Z test_fill_ (__main__.TestFunctionalization) ... ok (0.029s) 2022-11-23T01:34:16.3361287Z test_freeze (__main__.TestFunctionalization) ... ok (0.671s) 2022-11-23T01:34:16.3361616Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.037s) 2022-11-23T01:34:16.3362018Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.029s) 2022-11-23T01:34:16.3362347Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.031s) 2022-11-23T01:34:16.3362683Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.000s) 2022-11-23T01:34:16.3363007Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.000s) 2022-11-23T01:34:16.3363345Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.000s) 2022-11-23T01:34:16.3364326Z test_multi_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:258: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:16.3365198Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-11-23T01:34:16.3365413Z ok (0.037s) 2022-11-23T01:34:16.3365687Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.024s) 2022-11-23T01:34:16.3366048Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.005s) 2022-11-23T01:34:16.3366421Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.016s) 2022-11-23T01:34:16.3366760Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.010s) 2022-11-23T01:34:16.3367289Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.020s) 2022-11-23T01:34:16.3367639Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.039s) 2022-11-23T01:34:16.3368029Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:34:16.3368380Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.035s) 2022-11-23T01:34:16.3368710Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.091s) 2022-11-23T01:34:16.3369046Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.007s) 2022-11-23T01:34:16.3369380Z test_scalars (__main__.TestFunctionalization) ... ok (0.034s) 2022-11-23T01:34:16.3369686Z test_simple (__main__.TestFunctionalization) ... ok (0.040s) 2022-11-23T01:34:16.3370648Z test_simple_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:220: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:16.3371549Z torch.add(y, tmp, out=z) 2022-11-23T01:34:16.3371743Z ok (0.035s) 2022-11-23T01:34:16.3371986Z test_split (__main__.TestFunctionalization) ... ok (0.047s) 2022-11-23T01:34:16.3372293Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.035s) 2022-11-23T01:34:16.3372609Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.015s) 2022-11-23T01:34:16.3372986Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T01:34:16.3373663Z test_view_clone_view_inplace (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:144: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T01:34:16.3374272Z with torch.autograd.detect_anomaly(check_nan=False): 2022-11-23T01:34:16.3374504Z ok (0.545s) 2022-11-23T01:34:16.3374758Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.058s) 2022-11-23T01:34:16.3374938Z 2022-11-23T01:34:16.3375097Z ---------------------------------------------------------------------- 2022-11-23T01:34:16.3375357Z Ran 37 tests in 2.860s 2022-11-23T01:34:16.3375479Z 2022-11-23T01:34:16.3375530Z OK 2022-11-23T01:34:16.3375626Z 2022-11-23T01:34:16.3375720Z Generating XML reports... 2022-11-23T01:34:16.3376125Z Generated XML report: test-reports\python-unittest\test_functionalization\TEST-TestFunctionalization-20221123013413.xml 2022-11-23T01:34:16.3376412Z 2022-11-23T01:34:16.3376678Z ##[endgroup] 2022-11-23T01:34:16.3377067Z FINISHED PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_u7ij2fqf) 2022-11-23T01:34:16.3377359Z 2022-11-23T01:34:16.4741017Z 2022-11-23T01:34:16.4741827Z Expand the folded group to see the log file of test_logging 2022-11-23T01:34:16.4742708Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_rnt2zjz5) 2022-11-23T01:34:16.4742983Z 2022-11-23T01:34:16.4743065Z Running tests... 2022-11-23T01:34:16.4743359Z ---------------------------------------------------------------------- 2022-11-23T01:34:16.4743711Z Test results will be stored in test-reports\python-unittest\test_logging 2022-11-23T01:34:16.4744010Z testApiUsage (__main__.LoggingTest) 2022-11-23T01:34:16.4744381Z This test verifies that api usage logging is not triggered via static ... ok (2.963s) 2022-11-23T01:34:16.4744579Z 2022-11-23T01:34:16.4744722Z ---------------------------------------------------------------------- 2022-11-23T01:34:16.4745236Z Ran 1 test in 2.969s 2022-11-23T01:34:16.4745362Z 2022-11-23T01:34:16.4745427Z OK 2022-11-23T01:34:16.4745527Z 2022-11-23T01:34:16.4745622Z Generating XML reports... 2022-11-23T01:34:16.4745987Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221123013413.xml 2022-11-23T01:34:16.4746234Z 2022-11-23T01:34:16.4746477Z ##[endgroup] 2022-11-23T01:34:16.4746820Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_rnt2zjz5) 2022-11-23T01:34:16.4747087Z 2022-11-23T01:34:19.3617094Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:19.4833773Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:19.5303463Z Running test_nestedtensor ... [2022-11-23 01:34:19.529274] 2022-11-23T01:34:19.5309088Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:19.529274] 2022-11-23T01:34:19.5310841Z Ignoring disabled issues: [] 2022-11-23T01:34:19.6434755Z Running test_shape_ops ... [2022-11-23 01:34:19.642919] 2022-11-23T01:34:19.6444889Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:19.644186] 2022-11-23T01:34:19.6446942Z Ignoring disabled issues: [] 2022-11-23T01:34:24.8787735Z 2022-11-23T01:34:24.8788489Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T01:34:24.8789389Z ##[group]PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_q8j4sohi) 2022-11-23T01:34:24.8791396Z 2022-11-23T01:34:24.8791528Z Running tests... 2022-11-23T01:34:24.8791883Z ---------------------------------------------------------------------- 2022-11-23T01:34:24.8792368Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-11-23T01:34:24.8792833Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8793268Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-11-23T01:34:24.8793731Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:34:24.8794114Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.803s) 2022-11-23T01:34:24.8794512Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8794852Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:34:24.8795217Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8795523Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8795829Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8796821Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T01:34:24.8797714Z return torch.as_tensor(tensor_like) 2022-11-23T01:34:24.8797926Z ok (0.010s) 2022-11-23T01:34:24.8798177Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-11-23T01:34:24.8798470Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-11-23T01:34:24.8798784Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-11-23T01:34:24.8799310Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-11-23T01:34:24.8799626Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-11-23T01:34:24.8799991Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.090s) 2022-11-23T01:34:24.8800313Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.026s) 2022-11-23T01:34:24.8800660Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-11-23T01:34:24.8800961Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-11-23T01:34:24.8801251Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-11-23T01:34:24.8801552Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-11-23T01:34:24.8801852Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-11-23T01:34:24.8802166Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8802480Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8802810Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:34:24.8803145Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8803571Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8803894Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-11-23T01:34:24.8804216Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8804539Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8804844Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8805161Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8805478Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8805797Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8806207Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:24.8806551Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-11-23T01:34:24.8806917Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-11-23T01:34:24.8807241Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-11-23T01:34:24.8807575Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-11-23T01:34:24.8807900Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-11-23T01:34:24.8808222Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-11-23T01:34:24.8808544Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:34:24.8808853Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-11-23T01:34:24.8809171Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-11-23T01:34:24.8809486Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-11-23T01:34:24.8809802Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:34:24.8810119Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-11-23T01:34:24.8810443Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8810748Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8811056Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8811378Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8811725Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8812114Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8812509Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8812873Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8813189Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8813519Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8813860Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8814196Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8814519Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.101s) 2022-11-23T01:34:24.8814822Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.079s) 2022-11-23T01:34:24.8815133Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.033s) 2022-11-23T01:34:24.8815459Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-11-23T01:34:24.8815800Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-11-23T01:34:24.8816135Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-11-23T01:34:24.8817111Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_shape_ops.py:629: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:24.8818160Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-11-23T01:34:24.8818435Z ok (0.093s) 2022-11-23T01:34:24.8819377Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:24.8820223Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:34:24.8821066Z C:\actions-runner\_work\pytorch\pytorch\test\test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:24.8821847Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:34:24.8822692Z C:\actions-runner\_work\pytorch\pytorch\test\test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:24.8823473Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:34:24.8824418Z C:\actions-runner\_work\pytorch\pytorch\test\test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:24.8825268Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:34:24.8826112Z C:\actions-runner\_work\pytorch\pytorch\test\test_shape_ops.py:596: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:34:24.8826901Z torch.nonzero(tensor, out=dst3) 2022-11-23T01:34:24.8827092Z ok (0.010s) 2022-11-23T01:34:24.8827345Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:34:24.8827721Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:34:24.8828039Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-11-23T01:34:24.8828348Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-11-23T01:34:24.8828654Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-11-23T01:34:24.8828949Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-11-23T01:34:24.8829261Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:34:24.8829571Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8829879Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:34:24.8830353Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-11-23T01:34:24.8830691Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8831066Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-11-23T01:34:24.8831376Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-11-23T01:34:24.8831697Z test_sparse_dense_dim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8832041Z test_sparse_dense_dim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8832387Z test_sparse_dense_dim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-11-23T01:34:24.8833043Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:34:24.8833629Z warnings.warn(message, UserWarning) 2022-11-23T01:34:24.8833832Z ok (0.004s) 2022-11-23T01:34:24.8834084Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8834400Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8834710Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8835014Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8835325Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-11-23T01:34:24.8835620Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8835924Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8836279Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-11-23T01:34:24.8836447Z 2022-11-23T01:34:24.8836616Z ---------------------------------------------------------------------- 2022-11-23T01:34:24.8837015Z Ran 92 tests in 1.859s 2022-11-23T01:34:24.8837144Z 2022-11-23T01:34:24.8837224Z OK (skipped=1) 2022-11-23T01:34:24.8837339Z 2022-11-23T01:34:24.8837421Z Generating XML reports... 2022-11-23T01:34:24.8837804Z Generated XML report: test-reports\python-unittest\test_shape_ops\TEST-TestShapeOpsCPU-20221123013422.xml 2022-11-23T01:34:24.8838067Z 2022-11-23T01:34:24.8838378Z ##[endgroup] 2022-11-23T01:34:24.8838746Z FINISHED PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_q8j4sohi) 2022-11-23T01:34:24.8839009Z 2022-11-23T01:34:25.1012777Z 2022-11-23T01:34:25.1013678Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T01:34:25.1014968Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_n1f9g7tq) 2022-11-23T01:34:25.1015524Z 2022-11-23T01:34:25.1015670Z Running tests... 2022-11-23T01:34:25.1016178Z ---------------------------------------------------------------------- 2022-11-23T01:34:25.1016801Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-11-23T01:34:25.1018130Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nestedtensor.py:113: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T01:34:25.1019642Z nested_tensor = torch.nested.nested_tensor(data, dtype=torch.int64) 2022-11-23T01:34:25.1020088Z ok (0.009s) 2022-11-23T01:34:25.1020612Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1021377Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1022230Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1022920Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1023603Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1024260Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:34:25.1024943Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:34:25.1025617Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1026287Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1027013Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T01:34:25.1027714Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1028394Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1029038Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1029713Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1030484Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1031174Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1032096Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1032861Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1033603Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1034304Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1034997Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1035709Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T01:34:25.1036413Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1037011Z test_copy_ (__main__.TestNestedTensor) ... ok (0.773s) 2022-11-23T01:34:25.1037566Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.010s) 2022-11-23T01:34:25.1038109Z test_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1038598Z test_fill_ (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1039452Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.010s) 2022-11-23T01:34:25.1040001Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1040547Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1041123Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1041667Z test_numel (__main__.TestNestedTensor) ... ok (0.013s) 2022-11-23T01:34:25.1042161Z test_ones_like (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1042694Z test_repr_string (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T01:34:25.1043204Z test_size (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:34:25.1043715Z test_size_dim (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T01:34:25.1044216Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1044714Z test_to (__main__.TestNestedTensor) ... ok (0.007s) 2022-11-23T01:34:25.1045319Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:34:25.1045933Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T01:34:25.1046441Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1046942Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T01:34:25.1047435Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T01:34:25.1047937Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T01:34:25.1048570Z test_as_nested_tensor_propagates_gradients_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.003s) 2022-11-23T01:34:25.1049301Z test_backward_for_add_op_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.006s) 2022-11-23T01:34:25.1049983Z test_dropout_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.000s) 2022-11-23T01:34:25.1050645Z test_indexing_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.000s) 2022-11-23T01:34:25.1051422Z test_nested_tensor_bmm_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.010s) 2022-11-23T01:34:25.1052120Z test_nested_tensor_bmm_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.063s) 2022-11-23T01:34:25.1052785Z test_nested_tensor_from_list_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.010s) 2022-11-23T01:34:25.1053487Z test_nested_tensor_from_mask_and_to_padded_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.000s) 2022-11-23T01:34:25.1054198Z test_nested_tensor_from_padded_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.012s) 2022-11-23T01:34:25.1054898Z test_nested_tensor_from_padded_fused_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.004s) 2022-11-23T01:34:25.1055784Z test_nested_tensor_generates_leaf_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.004s) 2022-11-23T01:34:25.1056500Z test_nested_tensor_linear_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.003s) 2022-11-23T01:34:25.1057256Z test_nested_tensor_linear_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.012s) 2022-11-23T01:34:25.1057968Z test_nested_tensor_matmul_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.005s) 2022-11-23T01:34:25.1058687Z test_nested_tensor_matmul_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.102s) 2022-11-23T01:34:25.1059404Z test_nested_tensor_reshape_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.004s) 2022-11-23T01:34:25.1060776Z test_nested_tensor_reshape_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:34:25.1061899Z warnings.warn( 2022-11-23T01:34:25.1062924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T01:34:25.1064045Z warnings.warn( 2022-11-23T01:34:25.1064380Z ok (0.026s) 2022-11-23T01:34:25.1064883Z test_nested_tensor_softmax_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.009s) 2022-11-23T01:34:25.1065591Z test_nested_tensor_squeeze_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.000s) 2022-11-23T01:34:25.1066318Z test_nested_tensor_squeeze_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.035s) 2022-11-23T01:34:25.1067034Z test_nested_tensor_to_padded_tensor_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.004s) 2022-11-23T01:34:25.1067746Z test_nested_tensor_transpose_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.003s) 2022-11-23T01:34:25.1068468Z test_nested_tensor_transpose_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.027s) 2022-11-23T01:34:25.1069260Z test_nested_tensor_unsqueeze_backward_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.003s) 2022-11-23T01:34:25.1070091Z test_nested_tensor_unsqueeze_gradcheck_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.033s) 2022-11-23T01:34:25.1070801Z test_set_requires_grad_from_list_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.002s) 2022-11-23T01:34:25.1071492Z test_set_requires_grad_from_mask_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.002s) 2022-11-23T01:34:25.1072220Z test_to_buffer_series_ops_grad_with_broadcast_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.006s) 2022-11-23T01:34:25.1072932Z test_unbind_flow_through_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.006s) 2022-11-23T01:34:25.1073609Z test_values_grad_with_broadcast_cpu (__main__.TestNestedTensorAutogradCPU) ... ok (0.005s) 2022-11-23T01:34:25.1074294Z test_activations_gelu__cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1075017Z test_activations_gelu_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1075725Z test_activations_neg_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:34:25.1076408Z test_activations_relu__cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1077091Z test_activations_relu_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1077758Z test_activations_tanh__cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1078429Z test_activations_tanh_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:34:25.1079253Z test_bmm_cpu_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1079922Z test_bmm_cpu_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:34:25.1080625Z test_bmm_cuda_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:25.1081448Z test_bmm_cuda_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:25.1082177Z test_bmm_cuda_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:25.1082785Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1083308Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1083842Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1084362Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1084907Z test_contiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1085474Z test_contiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1086958Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:34:25.1087555Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:34:25.1088097Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1088614Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1089157Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:34:25.1089676Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1090233Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:34:25.1090811Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1091387Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1091946Z test_empty_like_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1092470Z test_empty_like_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:34:25.1093083Z test_empty_like_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1093672Z test_layer_norm_breaking_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:34:25.1094227Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.200s) 2022-11-23T01:34:25.1094758Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:34:25.1095290Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:34:25.1095866Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1096591Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:34:25.1097288Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-11-23T01:34:25.1097857Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:34:25.1098456Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1099163Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1099822Z test_matmul_with_bmm_path_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:34:25.1100553Z test_matmul_with_bmm_path_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1101144Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:34:25.1101719Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1102320Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1102897Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1103471Z test_nested_tensor_chunk_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1104008Z test_nested_tensor_chunk_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:34:25.1104548Z test_nested_tensor_chunk_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:34:25.1105264Z test_nested_tensor_dense_elementwise_embedding_dim_128_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:25.1106031Z test_nested_tensor_dense_elementwise_embedding_dim_128_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:34:25.1106900Z test_nested_tensor_dense_elementwise_embedding_dim_256_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:34:25.1107604Z test_nested_tensor_dense_elementwise_embedding_dim_256_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:25.1108317Z test_nested_tensor_dense_elementwise_embedding_dim_384_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:25.1109034Z test_nested_tensor_dense_elementwise_embedding_dim_384_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:25.1109726Z test_nested_tensor_dense_elementwise_embedding_dim_8_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T01:34:25.1110554Z test_nested_tensor_dense_elementwise_embedding_dim_8_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:25.1111265Z test_nested_tensor_div_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1111868Z test_nested_tensor_div_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1112446Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-11-23T01:34:25.1113028Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:34:25.1113604Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:34:25.1114192Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1114784Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1115395Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1115978Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1116530Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1117187Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:34:25.1117836Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1118377Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-11-23T01:34:25.1119057Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:34:25.1119617Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1120169Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1120709Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1121284Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:34:25.1121819Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1122332Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:34:25.1122982Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1123619Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1124176Z test_squeeze_unsqueeze_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:34:25.1124756Z test_squeeze_unsqueeze_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:34:25.1125488Z test_squeeze_unsqueeze_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1126044Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1126585Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1127136Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1127681Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1128232Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1128852Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1129390Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1129970Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1130500Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:34:25.1131092Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1131710Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:34:25.1132306Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:34:25.1132902Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1133493Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1134070Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1134637Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1135320Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1135943Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1136442Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:34:25.1137089Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:34:25.1137863Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1138481Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:34:25.1139074Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1139654Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1140233Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:34:25.1140907Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:34:25.1141476Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:34:25.1142014Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1142525Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:34:25.1143065Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1143823Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1144388Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:34:25.1144691Z 2022-11-23T01:34:25.1144906Z ---------------------------------------------------------------------- 2022-11-23T01:34:25.1145242Z Ran 189 tests in 2.188s 2022-11-23T01:34:25.1145401Z 2022-11-23T01:34:25.1145503Z OK (skipped=11) 2022-11-23T01:34:25.1145655Z 2022-11-23T01:34:25.1145783Z Generating XML reports... 2022-11-23T01:34:25.1146272Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221123013422.xml 2022-11-23T01:34:25.1147128Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorAutogradCPU-20221123013422.xml 2022-11-23T01:34:25.1148034Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorDeviceTypeCPU-20221123013422.xml 2022-11-23T01:34:25.1148478Z 2022-11-23T01:34:25.1148968Z ##[endgroup] 2022-11-23T01:34:25.1149509Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_n1f9g7tq) 2022-11-23T01:34:25.1149997Z 2022-11-23T01:34:28.0048698Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:28.0499441Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:28.1763060Z Running test_bundled_inputs ... [2022-11-23 01:34:28.175706] 2022-11-23T01:34:28.1768600Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:28.176320] 2022-11-23T01:34:28.1770605Z Ignoring disabled issues: [] 2022-11-23T01:34:28.2071234Z Running nn/test_packed_sequence ... [2022-11-23 01:34:28.206036] 2022-11-23T01:34:28.2076486Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:28.206036] 2022-11-23T01:34:28.2078735Z Ignoring disabled issues: [] 2022-11-23T01:34:32.6055154Z 2022-11-23T01:34:32.6055939Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T01:34:32.6056883Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_w48d43s8) 2022-11-23T01:34:32.6057182Z 2022-11-23T01:34:32.6057263Z Running tests... 2022-11-23T01:34:32.6057586Z ---------------------------------------------------------------------- 2022-11-23T01:34:32.6058161Z Test results will be stored in test-reports\python-unittest\nn.test_packed_sequence 2022-11-23T01:34:32.6058516Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (1.330s) 2022-11-23T01:34:32.6058851Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.141s) 2022-11-23T01:34:32.6059179Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.029s) 2022-11-23T01:34:32.6059524Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T01:34:32.6059893Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T01:34:32.6060213Z test_to (__main__.PackedSequenceTest) ... ok (0.005s) 2022-11-23T01:34:32.6060499Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-11-23T01:34:32.6060807Z test_total_length (__main__.PackedSequenceTest) ... ok (0.006s) 2022-11-23T01:34:32.6061094Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T01:34:32.6061420Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.040s) 2022-11-23T01:34:32.6061760Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.020s) 2022-11-23T01:34:32.6062080Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.017s) 2022-11-23T01:34:32.6062561Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:34:32.6062734Z 2022-11-23T01:34:32.6062890Z ---------------------------------------------------------------------- 2022-11-23T01:34:32.6063205Z Ran 12 tests in 1.609s 2022-11-23T01:34:32.6063327Z 2022-11-23T01:34:32.6063389Z OK 2022-11-23T01:34:32.6063484Z 2022-11-23T01:34:32.6063578Z Generating XML reports... 2022-11-23T01:34:32.6064027Z Generated XML report: test-reports\python-unittest\nn.test_packed_sequence\TEST-PackedSequenceTest-20221123013430.xml 2022-11-23T01:34:32.6064305Z 2022-11-23T01:34:32.6064543Z ##[endgroup] 2022-11-23T01:34:32.6064929Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_w48d43s8) 2022-11-23T01:34:32.6065222Z 2022-11-23T01:34:32.6323706Z 2022-11-23T01:34:32.6324460Z Expand the folded group to see the log file of test_bundled_inputs 2022-11-23T01:34:32.6325314Z ##[group]PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_39h2w3kz) 2022-11-23T01:34:32.6325620Z 2022-11-23T01:34:32.6325699Z Running tests... 2022-11-23T01:34:32.6325973Z ---------------------------------------------------------------------- 2022-11-23T01:34:32.6326332Z Test results will be stored in test-reports\python-unittest\test_bundled_inputs 2022-11-23T01:34:32.6326675Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.520s) 2022-11-23T01:34:32.6327323Z test_dict_args (__main__.TestBundledInputs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:34:32.6327889Z warnings.warn(message, UserWarning) 2022-11-23T01:34:32.6328099Z ok (0.878s) 2022-11-23T01:34:32.6328351Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.020s) 2022-11-23T01:34:32.6328684Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.016s) 2022-11-23T01:34:32.6329013Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.017s) 2022-11-23T01:34:32.6329349Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.025s) 2022-11-23T01:34:32.6329677Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.096s) 2022-11-23T01:34:32.6330045Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.006s) 2022-11-23T01:34:32.6330443Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.011s) 2022-11-23T01:34:32.6331442Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.017s) 2022-11-23T01:34:32.6331770Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.016s) 2022-11-23T01:34:32.6332084Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.064s) 2022-11-23T01:34:32.6332262Z 2022-11-23T01:34:32.6332425Z ---------------------------------------------------------------------- 2022-11-23T01:34:32.6332672Z Ran 12 tests in 1.688s 2022-11-23T01:34:32.6332794Z 2022-11-23T01:34:32.6332857Z OK 2022-11-23T01:34:32.6332953Z 2022-11-23T01:34:32.6333048Z Generating XML reports... 2022-11-23T01:34:32.6333438Z Generated XML report: test-reports\python-unittest\test_bundled_inputs\TEST-TestBundledInputs-20221123013430.xml 2022-11-23T01:34:32.6333709Z 2022-11-23T01:34:32.6333966Z ##[endgroup] 2022-11-23T01:34:32.6334337Z FINISHED PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_39h2w3kz) 2022-11-23T01:34:32.6334601Z 2022-11-23T01:34:35.6582599Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:35.6757618Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:35.8221011Z Running test_fx_reinplace_pass ... [2022-11-23 01:34:35.821651] 2022-11-23T01:34:35.8226609Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:35.822297] 2022-11-23T01:34:35.8228967Z Ignoring disabled issues: [] 2022-11-23T01:34:35.8356109Z Running test_native_functions ... [2022-11-23 01:34:35.835246] 2022-11-23T01:34:35.8362890Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:35.835848] 2022-11-23T01:34:35.8364950Z Ignoring disabled issues: [] 2022-11-23T01:34:39.9227680Z 2022-11-23T01:34:39.9228273Z Expand the folded group to see the log file of test_native_functions 2022-11-23T01:34:39.9229071Z ##[group]PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_5d0e_4x2) 2022-11-23T01:34:39.9229474Z 2022-11-23T01:34:39.9229553Z Running tests... 2022-11-23T01:34:39.9229898Z ---------------------------------------------------------------------- 2022-11-23T01:34:39.9230376Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-11-23T01:34:39.9230866Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... ok (0.499s) 2022-11-23T01:34:39.9231462Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9231926Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9232299Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9232668Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9233025Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9233389Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9233724Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T01:34:39.9233953Z ok (0.074s) 2022-11-23T01:34:39.9234195Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-11-23T01:34:39.9234532Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.017s) 2022-11-23T01:34:39.9234865Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.013s) 2022-11-23T01:34:39.9235190Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.011s) 2022-11-23T01:34:39.9235707Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.710s) 2022-11-23T01:34:39.9236129Z test_symintlist_error (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9236541Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9236904Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9237270Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9237625Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9237984Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9238315Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T01:34:39.9238534Z ok (0.010s) 2022-11-23T01:34:39.9238906Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T01:34:39.9239258Z * (torch.dtype dtype) 2022-11-23T01:34:39.9239685Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T01:34:39.9239953Z * (tuple of ints size) 2022-11-23T01:34:39.9240232Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T01:34:39.9240423Z 2022-11-23T01:34:39.9240590Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9240951Z view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T01:34:39.9241215Z * (torch.dtype dtype) 2022-11-23T01:34:39.9249737Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T01:34:39.9250035Z * (tuple of ints size) 2022-11-23T01:34:39.9250333Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T01:34:39.9250535Z 2022-11-23T01:34:39.9250716Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T01:34:39.9251003Z * (torch.dtype dtype) 2022-11-23T01:34:39.9251274Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T01:34:39.9251537Z * (tuple of ints size) 2022-11-23T01:34:39.9251808Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T01:34:39.9251995Z 2022-11-23T01:34:39.9252161Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9252514Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T01:34:39.9252785Z * (torch.dtype dtype) 2022-11-23T01:34:39.9253056Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T01:34:39.9253325Z * (tuple of ints size) 2022-11-23T01:34:39.9253604Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T01:34:39.9253794Z 2022-11-23T01:34:39.9253968Z view() received an invalid combination of arguments - got (str), but expected one of: 2022-11-23T01:34:39.9254241Z * (torch.dtype dtype) 2022-11-23T01:34:39.9254510Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T01:34:39.9254747Z * (tuple of ints size) 2022-11-23T01:34:39.9255024Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T01:34:39.9255202Z 2022-11-23T01:34:39.9255258Z ok (0.000s) 2022-11-23T01:34:39.9255763Z test_symintlist_error_with_overload_but_is_unique (__main__.TestNativeFunctions) ... set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T01:34:39.9256123Z * () 2022-11-23T01:34:39.9256303Z * (torch.Storage source) 2022-11-23T01:34:39.9256762Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9257029Z * (Tensor source) 2022-11-23T01:34:39.9257282Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9257467Z 2022-11-23T01:34:39.9257630Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9258011Z set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T01:34:39.9258280Z * () 2022-11-23T01:34:39.9258462Z * (torch.Storage source) 2022-11-23T01:34:39.9258752Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9258997Z * (Tensor source) 2022-11-23T01:34:39.9259267Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9259453Z 2022-11-23T01:34:39.9259647Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T01:34:39.9259915Z * () 2022-11-23T01:34:39.9260094Z * (torch.Storage source) 2022-11-23T01:34:39.9260382Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9260715Z * (Tensor source) 2022-11-23T01:34:39.9260979Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9261161Z 2022-11-23T01:34:39.9261328Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9261700Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T01:34:39.9261966Z * () 2022-11-23T01:34:39.9262143Z * (torch.Storage source) 2022-11-23T01:34:39.9262417Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9262673Z * (Tensor source) 2022-11-23T01:34:39.9262942Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9263125Z 2022-11-23T01:34:39.9263312Z set_() received an invalid combination of arguments - got (Tensor, int, str), but expected one of: 2022-11-23T01:34:39.9263578Z * () 2022-11-23T01:34:39.9263754Z * (torch.Storage source) 2022-11-23T01:34:39.9264026Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9264287Z * (Tensor source) 2022-11-23T01:34:39.9264552Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T01:34:39.9264734Z 2022-11-23T01:34:39.9264805Z ok (0.000s) 2022-11-23T01:34:39.9265163Z test_vararg_symintlist_error (__main__.TestNativeFunctions) ... rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9265589Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9265937Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9266309Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9266672Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9267031Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9267396Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9267754Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9268103Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9268444Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T01:34:39.9268975Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9269534Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9270034Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9270509Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9270763Z 2022-11-23T01:34:39.9270944Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T01:34:39.9271301Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T01:34:39.9271661Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T01:34:39.9272136Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9272722Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9273305Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9273781Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9274088Z 2022-11-23T01:34:39.9274274Z rand() received an invalid combination of arguments - got (str, str, str), but expected one of: 2022-11-23T01:34:39.9274755Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9275295Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9275794Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9276265Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T01:34:39.9276517Z 2022-11-23T01:34:39.9276585Z ok (0.000s) 2022-11-23T01:34:39.9276691Z 2022-11-23T01:34:39.9276838Z ---------------------------------------------------------------------- 2022-11-23T01:34:39.9277098Z Ran 11 tests in 1.343s 2022-11-23T01:34:39.9277217Z 2022-11-23T01:34:39.9277282Z OK 2022-11-23T01:34:39.9277375Z 2022-11-23T01:34:39.9277468Z Generating XML reports... 2022-11-23T01:34:39.9277860Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20221123013438.xml 2022-11-23T01:34:39.9278134Z 2022-11-23T01:34:39.9278473Z ##[endgroup] 2022-11-23T01:34:39.9278835Z FINISHED PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_5d0e_4x2) 2022-11-23T01:34:39.9279120Z 2022-11-23T01:34:40.0709161Z 2022-11-23T01:34:40.0710104Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-11-23T01:34:40.0711361Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_eo958hzx) 2022-11-23T01:34:40.0711891Z 2022-11-23T01:34:40.0712061Z Running tests... 2022-11-23T01:34:40.0712499Z ---------------------------------------------------------------------- 2022-11-23T01:34:40.0713377Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-11-23T01:34:40.0713993Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.524s) 2022-11-23T01:34:40.0714565Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.010s) 2022-11-23T01:34:40.0715154Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.015s) 2022-11-23T01:34:40.0715761Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.020s) 2022-11-23T01:34:40.0716372Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.006s) 2022-11-23T01:34:40.0716917Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.790s) 2022-11-23T01:34:40.0717542Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.041s) 2022-11-23T01:34:40.0718167Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.010s) 2022-11-23T01:34:40.0718809Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.024s) 2022-11-23T01:34:40.0719542Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.017s) 2022-11-23T01:34:40.0720188Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.010s) 2022-11-23T01:34:40.0720756Z 2022-11-23T01:34:40.0721038Z ---------------------------------------------------------------------- 2022-11-23T01:34:40.0721496Z Ran 11 tests in 1.469s 2022-11-23T01:34:40.0721711Z 2022-11-23T01:34:40.0721822Z OK 2022-11-23T01:34:40.0721992Z 2022-11-23T01:34:40.0722160Z Generating XML reports... 2022-11-23T01:34:40.0722827Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20221123013438.xml 2022-11-23T01:34:40.0723306Z 2022-11-23T01:34:40.0723882Z ##[endgroup] 2022-11-23T01:34:40.0724579Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_eo958hzx) 2022-11-23T01:34:40.0725068Z 2022-11-23T01:34:42.9944992Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:43.0876668Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:43.1560023Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 01:34:43.155527] 2022-11-23T01:34:43.1565205Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:43.156136] 2022-11-23T01:34:43.1568185Z Ignoring disabled issues: [] 2022-11-23T01:34:43.2466597Z Running test_dlpack ... [2022-11-23 01:34:43.240849] 2022-11-23T01:34:43.2471985Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:43.240849] 2022-11-23T01:34:43.2473753Z Ignoring disabled issues: [] 2022-11-23T01:34:47.1429831Z 2022-11-23T01:34:47.1430622Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T01:34:47.1431821Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_set_default_mobile_cpu_allocator_hl5_eb_h) 2022-11-23T01:34:47.1432353Z 2022-11-23T01:34:47.1432489Z Running tests... 2022-11-23T01:34:47.1432974Z ---------------------------------------------------------------------- 2022-11-23T01:34:47.1433612Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-11-23T01:34:47.1434228Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (1.185s) 2022-11-23T01:34:47.1434823Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-11-23T01:34:47.1435149Z 2022-11-23T01:34:47.1435390Z ---------------------------------------------------------------------- 2022-11-23T01:34:47.1435791Z Ran 2 tests in 1.187s 2022-11-23T01:34:47.1436390Z 2022-11-23T01:34:47.1436492Z OK 2022-11-23T01:34:47.1436660Z 2022-11-23T01:34:47.1436817Z Generating XML reports... 2022-11-23T01:34:47.1437521Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221123013445.xml 2022-11-23T01:34:47.1438044Z 2022-11-23T01:34:47.1438415Z ##[endgroup] 2022-11-23T01:34:47.1439049Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_set_default_mobile_cpu_allocator_hl5_eb_h) 2022-11-23T01:34:47.1439580Z 2022-11-23T01:34:47.4017882Z 2022-11-23T01:34:47.4018775Z Expand the folded group to see the log file of test_dlpack 2022-11-23T01:34:47.4019738Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_5iwj9y0i) 2022-11-23T01:34:47.4020085Z 2022-11-23T01:34:47.4020195Z Running tests... 2022-11-23T01:34:47.4020597Z ---------------------------------------------------------------------- 2022-11-23T01:34:47.4020948Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-11-23T01:34:47.4021327Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.007s) 2022-11-23T01:34:47.4021939Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4022330Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4022753Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4023131Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4023550Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4023914Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4024284Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4024644Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4025009Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4025357Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4025761Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4026209Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4026651Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4027089Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4027516Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4027941Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:34:47.4028369Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4028817Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4029236Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4029705Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4030223Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4030656Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4031088Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4031514Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4031926Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:34:47.4032353Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:34:47.4032775Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:47.4033196Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:34:47.4033603Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:47.4034082Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:47.4034491Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:34:47.4034948Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:47.4035383Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:34:47.4035760Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.731s) 2022-11-23T01:34:47.4036111Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4036467Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4036823Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4037188Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4037555Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-11-23T01:34:47.4037929Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4038316Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4038698Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4039073Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4039450Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4039809Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4040158Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4040520Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4040923Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4041286Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4041636Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4042044Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4042423Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4042863Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4043249Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4043626Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4043998Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4044367Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4044734Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4045092Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4045440Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4045811Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:34:47.4046214Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4046557Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4046968Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4047354Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4047672Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4048049Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-11-23T01:34:47.4048499Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4048835Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4049164Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4049526Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4049838Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4050180Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4050533Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-11-23T01:34:47.4050892Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4051333Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4051768Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4052114Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4052439Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4052782Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4053112Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-11-23T01:34:47.4053544Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4053930Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4054291Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4054664Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:34:47.4055042Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.013s) 2022-11-23T01:34:47.4055421Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4055878Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4056250Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4056619Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4056990Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4057340Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4057711Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-11-23T01:34:47.4058074Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:34:47.4058275Z 2022-11-23T01:34:47.4058438Z ---------------------------------------------------------------------- 2022-11-23T01:34:47.4058698Z Ran 95 tests in 0.906s 2022-11-23T01:34:47.4058819Z 2022-11-23T01:34:47.4058897Z OK (skipped=23) 2022-11-23T01:34:47.4059016Z 2022-11-23T01:34:47.4059109Z Generating XML reports... 2022-11-23T01:34:47.4059526Z Generated XML report: test-reports\python-unittest\test_dlpack\TEST-TestTorchDlPackCPU-20221123013445.xml 2022-11-23T01:34:47.4059855Z 2022-11-23T01:34:47.4060210Z ##[endgroup] 2022-11-23T01:34:47.4060563Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_5iwj9y0i) 2022-11-23T01:34:47.4060826Z 2022-11-23T01:34:50.1953917Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:50.3563961Z Running test_fx_passes ... [2022-11-23 01:34:50.352851] 2022-11-23T01:34:50.3570290Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:50.352851] 2022-11-23T01:34:50.3571795Z Ignoring disabled issues: [] 2022-11-23T01:34:50.4073353Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:50.5714249Z Running test_autocast ... [2022-11-23 01:34:50.571009] 2022-11-23T01:34:50.5720622Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:50.571663] 2022-11-23T01:34:50.5722618Z Ignoring disabled issues: [] 2022-11-23T01:34:54.1550950Z 2022-11-23T01:34:54.1551806Z Expand the folded group to see the log file of test_fx_passes 2022-11-23T01:34:54.1552830Z ##[group]PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_wihhs1ru) 2022-11-23T01:34:54.1553197Z 2022-11-23T01:34:54.1553380Z Running tests... 2022-11-23T01:34:54.1553777Z ---------------------------------------------------------------------- 2022-11-23T01:34:54.1554143Z Test results will be stored in test-reports\python-unittest\test_fx_passes 2022-11-23T01:34:54.1554666Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ERROR:numba.cuda.cudadrv.driver:Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T01:34:54.1555015Z ok (0.502s) 2022-11-23T01:34:54.1555313Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:34:54.1555772Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T01:34:54.1556179Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.020s) 2022-11-23T01:34:54.1556547Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:34:54.1556927Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:34:54.1557521Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:34:54.1557909Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T01:34:54.1558273Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T01:34:54.1558640Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:34:54.1559002Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.015s) 2022-11-23T01:34:54.1559378Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:34:54.1559811Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:34:54.1560211Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:34:54.1560650Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:34:54.1561030Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-11-23T01:34:54.1561672Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:34:54.1562449Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.019s) 2022-11-23T01:34:54.1563076Z test_partitioner_fn__expected_partition_[['add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:34:54.1563704Z test_partitioner_fn__expected_partition_[['add_2'], ['add_3', 'add_4', 'add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T01:34:54.1564341Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:34:54.1564979Z test_partitioner_fn__expected_partition_[['add', 'std_mean', 'getitem', 'getitem_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:34:54.1565671Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:34:54.1566385Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:34:54.1567102Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T01:34:54.1567765Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-11-23T01:34:54.1568392Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:34:54.1569086Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T01:34:54.1569685Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T01:34:54.1570296Z test_partitioner_fn__expected_partition_[['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.015s) 2022-11-23T01:34:54.1570894Z test_partitioner_fn__expected_partition_[['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T01:34:54.1571505Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:34:54.1572182Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-11-23T01:34:54.1572909Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T01:34:54.1573444Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:34:54.1573913Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.016s) 2022-11-23T01:34:54.1574403Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.008s) 2022-11-23T01:34:54.1574897Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T01:34:54.1575399Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T01:34:54.1575932Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.008s) 2022-11-23T01:34:54.1576495Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T01:34:54.1577006Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T01:34:54.1577501Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:34:54.1577961Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:34:54.1578465Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:34:54.1578926Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:34:54.1579397Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.010s) 2022-11-23T01:34:54.1579843Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-11-23T01:34:54.1580280Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.013s) 2022-11-23T01:34:54.1580767Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T01:34:54.1581004Z 2022-11-23T01:34:54.1581167Z ---------------------------------------------------------------------- 2022-11-23T01:34:54.1581436Z Ran 50 tests in 0.921s 2022-11-23T01:34:54.1581559Z 2022-11-23T01:34:54.1581624Z OK 2022-11-23T01:34:54.1581740Z 2022-11-23T01:34:54.1581820Z Generating XML reports... 2022-11-23T01:34:54.1582210Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXGraphPasses-20221123013452.xml 2022-11-23T01:34:54.1582722Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXMatcherUtils-20221123013452.xml 2022-11-23T01:34:54.1582992Z 2022-11-23T01:34:54.1583278Z ##[endgroup] 2022-11-23T01:34:54.1583643Z FINISHED PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_wihhs1ru) 2022-11-23T01:34:54.1583905Z 2022-11-23T01:34:54.1839003Z 2022-11-23T01:34:54.1839843Z Expand the folded group to see the log file of test_autocast 2022-11-23T01:34:54.1840817Z ##[group]PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_kp4ob845) 2022-11-23T01:34:54.1842277Z 2022-11-23T01:34:54.1842407Z Running tests... 2022-11-23T01:34:54.1842794Z ---------------------------------------------------------------------- 2022-11-23T01:34:54.1843284Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-11-23T01:34:54.1843821Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.509s) 2022-11-23T01:34:54.1844299Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.010s) 2022-11-23T01:34:54.1844704Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.016s) 2022-11-23T01:34:54.1845132Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.042s) 2022-11-23T01:34:54.1845608Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.018s) 2022-11-23T01:34:54.1846089Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.208s) 2022-11-23T01:34:54.1846556Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.013s) 2022-11-23T01:34:54.1847019Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T01:34:54.1847465Z Verifies that the autocast cache is global. This is done by ... skip: requires cuda (0.003s) 2022-11-23T01:34:54.1847948Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.002s) 2022-11-23T01:34:54.1848197Z 2022-11-23T01:34:54.1848422Z ---------------------------------------------------------------------- 2022-11-23T01:34:54.1848786Z Ran 9 tests in 0.828s 2022-11-23T01:34:54.1848950Z 2022-11-23T01:34:54.1849053Z OK (skipped=1) 2022-11-23T01:34:54.1849213Z 2022-11-23T01:34:54.1849350Z Generating XML reports... 2022-11-23T01:34:54.1849893Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20221123013452.xml 2022-11-23T01:34:54.1850670Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20221123013452.xml 2022-11-23T01:34:54.1851381Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastGPU-20221123013452.xml 2022-11-23T01:34:54.1851760Z 2022-11-23T01:34:54.1852160Z ##[endgroup] 2022-11-23T01:34:54.1852683Z FINISHED PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_kp4ob845) 2022-11-23T01:34:54.1853067Z 2022-11-23T01:34:57.1948081Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:57.2567725Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:34:57.3619827Z Running profiler/test_memory_profiler ... [2022-11-23 01:34:57.361611] 2022-11-23T01:34:57.3625940Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_memory_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:57.362217] 2022-11-23T01:34:57.3627295Z Ignoring disabled issues: [] 2022-11-23T01:34:57.4203678Z Running test_model_dump ... [2022-11-23 01:34:57.420177] 2022-11-23T01:34:57.4209330Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:34:57.420803] 2022-11-23T01:34:57.4211170Z Ignoring disabled issues: [] 2022-11-23T01:35:00.8844129Z 2022-11-23T01:35:00.8844855Z Expand the folded group to see the log file of test_model_dump 2022-11-23T01:35:00.8845625Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_ymf1hvx4) 2022-11-23T01:35:00.8845918Z 2022-11-23T01:35:00.8846000Z Running tests... 2022-11-23T01:35:00.8846277Z ---------------------------------------------------------------------- 2022-11-23T01:35:00.8846707Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-11-23T01:35:00.8847041Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.500s) 2022-11-23T01:35:00.8847321Z test_invalid_json (__main__.TestModelDump) ... ok (0.028s) 2022-11-23T01:35:00.8847945Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.002s) 2022-11-23T01:35:00.8848302Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-11-23T01:35:00.8848634Z test_model_with_lists (__main__.TestModelDump) ... ok (0.006s) 2022-11-23T01:35:00.8848977Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.014s) 2022-11-23T01:35:00.8849351Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.001s) 2022-11-23T01:35:00.8849661Z test_scripted_model (__main__.TestModelDump) ... ok (0.014s) 2022-11-23T01:35:00.8849962Z test_traced_model (__main__.TestModelDump) ... ok (0.084s) 2022-11-23T01:35:00.8850125Z 2022-11-23T01:35:00.8850288Z ---------------------------------------------------------------------- 2022-11-23T01:35:00.8850548Z Ran 9 tests in 0.656s 2022-11-23T01:35:00.8850666Z 2022-11-23T01:35:00.8850741Z OK (skipped=4) 2022-11-23T01:35:00.8850856Z 2022-11-23T01:35:00.8850948Z Generating XML reports... 2022-11-23T01:35:00.8851312Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221123013459.xml 2022-11-23T01:35:00.8851552Z 2022-11-23T01:35:00.8851791Z ##[endgroup] 2022-11-23T01:35:00.8852155Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_ymf1hvx4) 2022-11-23T01:35:00.8852422Z 2022-11-23T01:35:00.9082170Z 2022-11-23T01:35:00.9082758Z Expand the folded group to see the log file of profiler/test_memory_profiler 2022-11-23T01:35:00.9083641Z ##[group]PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_l_nrbmaw) 2022-11-23T01:35:00.9084086Z 2022-11-23T01:35:00.9084199Z Running tests... 2022-11-23T01:35:00.9084601Z ---------------------------------------------------------------------- 2022-11-23T01:35:00.9085149Z Test results will be stored in test-reports\python-unittest\profiler.test_memory_profiler 2022-11-23T01:35:00.9085884Z test_match_schemas (__main__.TestDataFlow) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9086531Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9087151Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9087533Z ok (0.536s) 2022-11-23T01:35:00.9088216Z test_match_schemas_backward (__main__.TestDataFlow) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9088957Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9089619Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9089999Z ok (0.006s) 2022-11-23T01:35:00.9090463Z test_match_schemas_tensorlist (__main__.TestDataFlow) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9091121Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9091729Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9092209Z ok (0.011s) 2022-11-23T01:35:00.9092706Z test_extract_gradients_from_module (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9093376Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9094046Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9094956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:35:00.9095480Z warnings.warn(message, UserWarning) 2022-11-23T01:35:00.9095968Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9096569Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9097174Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9097768Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9098366Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9098964Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9099551Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9100118Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9100777Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9101155Z ok (0.058s) 2022-11-23T01:35:00.9101703Z test_extract_gradients_from_module_and_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9102449Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9103052Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9103426Z ok (0.019s) 2022-11-23T01:35:00.9103921Z test_extract_gradients_from_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9104657Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9105261Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9105840Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9106436Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9107033Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9107622Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9108262Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9108947Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9109537Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9110128Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9110722Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9111088Z ok (0.065s) 2022-11-23T01:35:00.9111769Z test_extract_gradients_from_optimizer_set_to_none (__main__.TestIdentifyGradients) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88721 for platform(s) mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:35:00.9112732Z test_extract_gradients_low_level (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9113410Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9114007Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9114655Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9115294Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9115899Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9116375Z ok (0.020s) 2022-11-23T01:35:00.9116917Z test_config_check (__main__.TestMemoryProfiler) ... STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9117570Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9118170Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9118762Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9119357Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9119938Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9120530Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:35:00.9121154Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:35:00.9121802Z STAGE:2022-11-23 01:35:00 5896:5668 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:35:00.9122172Z ok (0.004s) 2022-11-23T01:35:00.9122282Z 2022-11-23T01:35:00.9122440Z ---------------------------------------------------------------------- 2022-11-23T01:35:00.9122698Z Ran 9 tests in 0.719s 2022-11-23T01:35:00.9122821Z 2022-11-23T01:35:00.9122897Z OK (skipped=1) 2022-11-23T01:35:00.9123007Z 2022-11-23T01:35:00.9123085Z Generating XML reports... 2022-11-23T01:35:00.9123465Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestDataFlow-20221123013459.xml 2022-11-23T01:35:00.9124007Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestIdentifyGradients-20221123013459.xml 2022-11-23T01:35:00.9124558Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestMemoryProfiler-20221123013459.xml 2022-11-23T01:35:00.9124841Z 2022-11-23T01:35:00.9125156Z ##[endgroup] 2022-11-23T01:35:00.9126126Z FINISHED PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_l_nrbmaw) 2022-11-23T01:35:00.9126449Z 2022-11-23T01:35:03.9220683Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:03.9268043Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:04.0851410Z Running test_pytree ... [2022-11-23 01:35:04.084564] 2022-11-23T01:35:04.0857335Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:04.085178] 2022-11-23T01:35:04.0859365Z Ignoring disabled issues: [] 2022-11-23T01:35:04.0961023Z Running nn/test_module_hooks ... [2022-11-23 01:35:04.095588] 2022-11-23T01:35:04.0966518Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:04.096228] 2022-11-23T01:35:04.0968470Z Ignoring disabled issues: [] 2022-11-23T01:35:07.4160279Z 2022-11-23T01:35:07.4161045Z Expand the folded group to see the log file of test_pytree 2022-11-23T01:35:07.4162100Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_scfg8n_5) 2022-11-23T01:35:07.4162385Z 2022-11-23T01:35:07.4162466Z Running tests... 2022-11-23T01:35:07.4162745Z ---------------------------------------------------------------------- 2022-11-23T01:35:07.4163094Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-11-23T01:35:07.4163492Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.505s) 2022-11-23T01:35:07.4163808Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.003s) 2022-11-23T01:35:07.4164170Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.003s) 2022-11-23T01:35:07.4164474Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4164798Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.006s) 2022-11-23T01:35:07.4165117Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4165419Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4165739Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.010s) 2022-11-23T01:35:07.4166066Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4166388Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4166679Z test_tree_all_any (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4166952Z test_tree_only (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4167206Z test_treemap (__main__.TestPytree) ... ok (0.010s) 2022-11-23T01:35:07.4167490Z test_treespec_equality (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4167777Z test_treespec_repr (__main__.TestPytree) ... ok (0.000s) 2022-11-23T01:35:07.4167935Z 2022-11-23T01:35:07.4168093Z ---------------------------------------------------------------------- 2022-11-23T01:35:07.4168362Z Ran 15 tests in 0.531s 2022-11-23T01:35:07.4168487Z 2022-11-23T01:35:07.4168553Z OK 2022-11-23T01:35:07.4168657Z 2022-11-23T01:35:07.4168736Z Generating XML reports... 2022-11-23T01:35:07.4169090Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221123013506.xml 2022-11-23T01:35:07.4169341Z 2022-11-23T01:35:07.4169633Z ##[endgroup] 2022-11-23T01:35:07.4169990Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_scfg8n_5) 2022-11-23T01:35:07.4170306Z 2022-11-23T01:35:07.4244373Z 2022-11-23T01:35:07.4244963Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T01:35:07.4246020Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_uif9_d_g) 2022-11-23T01:35:07.4246339Z 2022-11-23T01:35:07.4246424Z Running tests... 2022-11-23T01:35:07.4246706Z ---------------------------------------------------------------------- 2022-11-23T01:35:07.4247076Z Test results will be stored in test-reports\python-unittest\nn.test_module_hooks 2022-11-23T01:35:07.4247425Z test_forward_hooks (__main__.TestModuleHooks) ... ok (0.515s) 2022-11-23T01:35:07.4247737Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.000s) 2022-11-23T01:35:07.4248041Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.010s) 2022-11-23T01:35:07.4248361Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.010s) 2022-11-23T01:35:07.4248672Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.000s) 2022-11-23T01:35:07.4248836Z 2022-11-23T01:35:07.4248995Z ---------------------------------------------------------------------- 2022-11-23T01:35:07.4249263Z Ran 5 tests in 0.531s 2022-11-23T01:35:07.4249386Z 2022-11-23T01:35:07.4249455Z OK 2022-11-23T01:35:07.4249553Z 2022-11-23T01:35:07.4249634Z Generating XML reports... 2022-11-23T01:35:07.4250016Z Generated XML report: test-reports\python-unittest\nn.test_module_hooks\TEST-TestModuleHooks-20221123013506.xml 2022-11-23T01:35:07.4250374Z 2022-11-23T01:35:07.4250615Z ##[endgroup] 2022-11-23T01:35:07.4250993Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_uif9_d_g) 2022-11-23T01:35:07.4251264Z 2022-11-23T01:35:10.4085328Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:10.4398998Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:10.5704172Z Running test_per_overload_api ... [2022-11-23 01:35:10.569319] 2022-11-23T01:35:10.5710017Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:10.569319] 2022-11-23T01:35:10.5712117Z Ignoring disabled issues: [] 2022-11-23T01:35:10.6009061Z Running test_itt ... [2022-11-23 01:35:10.600567] 2022-11-23T01:35:10.6014759Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:10.601182] 2022-11-23T01:35:10.6016626Z Ignoring disabled issues: [] 2022-11-23T01:35:13.8808113Z 2022-11-23T01:35:13.8809072Z Expand the folded group to see the log file of test_itt 2022-11-23T01:35:13.8809865Z ##[group]PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_5gs479l5) 2022-11-23T01:35:13.8810186Z 2022-11-23T01:35:13.8810270Z Running tests... 2022-11-23T01:35:13.8810554Z ---------------------------------------------------------------------- 2022-11-23T01:35:13.8810902Z Test results will be stored in test-reports\python-unittest\test_itt 2022-11-23T01:35:13.8811218Z test_itt (__main__.TestItt) ... ok (0.498s) 2022-11-23T01:35:13.8811363Z 2022-11-23T01:35:13.8811522Z ---------------------------------------------------------------------- 2022-11-23T01:35:13.8811776Z Ran 1 test in 0.500s 2022-11-23T01:35:13.8811896Z 2022-11-23T01:35:13.8811962Z OK 2022-11-23T01:35:13.8812061Z 2022-11-23T01:35:13.8812157Z Generating XML reports... 2022-11-23T01:35:13.8812496Z Generated XML report: test-reports\python-unittest\test_itt\TEST-TestItt-20221123013512.xml 2022-11-23T01:35:13.8812735Z 2022-11-23T01:35:13.8812971Z ##[endgroup] 2022-11-23T01:35:13.8813302Z FINISHED PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_5gs479l5) 2022-11-23T01:35:13.8813552Z 2022-11-23T01:35:13.8963627Z 2022-11-23T01:35:13.8964258Z Expand the folded group to see the log file of test_per_overload_api 2022-11-23T01:35:13.8965336Z ##[group]PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_uw4smx5p) 2022-11-23T01:35:13.8965633Z 2022-11-23T01:35:13.8965716Z Running tests... 2022-11-23T01:35:13.8965995Z ---------------------------------------------------------------------- 2022-11-23T01:35:13.8966370Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-11-23T01:35:13.8966733Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.520s) 2022-11-23T01:35:13.8967082Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-11-23T01:35:13.8967402Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-11-23T01:35:13.8967574Z 2022-11-23T01:35:13.8967731Z ---------------------------------------------------------------------- 2022-11-23T01:35:13.8967995Z Ran 3 tests in 0.531s 2022-11-23T01:35:13.8968118Z 2022-11-23T01:35:13.8968182Z OK 2022-11-23T01:35:13.8968279Z 2022-11-23T01:35:13.8968374Z Generating XML reports... 2022-11-23T01:35:13.8968813Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20221123013512.xml 2022-11-23T01:35:13.8969108Z 2022-11-23T01:35:13.8969332Z ##[endgroup] 2022-11-23T01:35:13.8969766Z FINISHED PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_uw4smx5p) 2022-11-23T01:35:13.8970161Z 2022-11-23T01:35:17.0019469Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:17.0061820Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:17.1657687Z Running nn/test_dropout ... [2022-11-23 01:35:17.165156] 2022-11-23T01:35:17.1663215Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:17.165156] 2022-11-23T01:35:17.1665227Z Ignoring disabled issues: [] 2022-11-23T01:35:17.1822859Z Running test_native_mha ... [2022-11-23 01:35:17.176808] 2022-11-23T01:35:17.1828550Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:17.176808] 2022-11-23T01:35:17.1830384Z Ignoring disabled issues: [] 2022-11-23T01:35:20.8388907Z 2022-11-23T01:35:20.8389687Z Expand the folded group to see the log file of test_native_mha 2022-11-23T01:35:20.8390667Z ##[group]PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_1_hgay28) 2022-11-23T01:35:20.8391056Z 2022-11-23T01:35:20.8391137Z Running tests... 2022-11-23T01:35:20.8391412Z ---------------------------------------------------------------------- 2022-11-23T01:35:20.8391762Z Test results will be stored in test-reports\python-unittest\test_native_mha 2022-11-23T01:35:20.8392142Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:35:20.8392550Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:35:20.8393081Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:35:20.8393698Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:35:20.8394306Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:35:20.8394906Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:35:20.8395718Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:35:20.8396323Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:35:20.8396922Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:35:20.8397517Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:35:20.8398126Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:35:20.8398731Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:35:20.8399418Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:35:20.8400012Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:35:20.8400988Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_native_mha.py:207: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T01:35:20.8401787Z q = torch.nested.nested_tensor(qs, device=device, dtype=dtype) 2022-11-23T01:35:20.8402017Z ok (0.013s) 2022-11-23T01:35:20.8402417Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:35:20.8403020Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:35:20.8403614Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:35:20.8404218Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.019s) 2022-11-23T01:35:20.8404823Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:35:20.8405425Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:35:20.8406020Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:35:20.8406674Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:35:20.8407274Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.016s) 2022-11-23T01:35:20.8407869Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.017s) 2022-11-23T01:35:20.8408457Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.014s) 2022-11-23T01:35:20.8408924Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.025s) 2022-11-23T01:35:20.8409345Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:35:20.8409578Z 2022-11-23T01:35:20.8409796Z ---------------------------------------------------------------------- 2022-11-23T01:35:20.8410058Z Ran 28 tests in 0.360s 2022-11-23T01:35:20.8410178Z 2022-11-23T01:35:20.8410253Z OK (skipped=1) 2022-11-23T01:35:20.8410367Z 2022-11-23T01:35:20.8410458Z Generating XML reports... 2022-11-23T01:35:20.8410842Z Generated XML report: test-reports\python-unittest\test_native_mha\TEST-TestMHADeviceTypeCPU-20221123013519.xml 2022-11-23T01:35:20.8411116Z 2022-11-23T01:35:20.8411372Z ##[endgroup] 2022-11-23T01:35:20.8411734Z FINISHED PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_1_hgay28) 2022-11-23T01:35:20.8411999Z 2022-11-23T01:35:20.9880378Z 2022-11-23T01:35:20.9881054Z Expand the folded group to see the log file of nn/test_dropout 2022-11-23T01:35:20.9881850Z ##[group]PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_cetup22q) 2022-11-23T01:35:20.9882134Z 2022-11-23T01:35:20.9882214Z Running tests... 2022-11-23T01:35:20.9882490Z ---------------------------------------------------------------------- 2022-11-23T01:35:20.9882837Z Test results will be stored in test-reports\python-unittest\nn.test_dropout 2022-11-23T01:35:20.9883173Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.007s) 2022-11-23T01:35:20.9883473Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.130s) 2022-11-23T01:35:20.9883793Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.004s) 2022-11-23T01:35:20.9884138Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:35:20.9884500Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:35:20.9884851Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.020s) 2022-11-23T01:35:20.9885195Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.030s) 2022-11-23T01:35:20.9885536Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.302s) 2022-11-23T01:35:20.9885876Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:35:20.9886072Z 2022-11-23T01:35:20.9886227Z ---------------------------------------------------------------------- 2022-11-23T01:35:20.9886482Z Ran 9 tests in 0.500s 2022-11-23T01:35:20.9886603Z 2022-11-23T01:35:20.9886677Z OK (skipped=1) 2022-11-23T01:35:20.9886787Z 2022-11-23T01:35:20.9886879Z Generating XML reports... 2022-11-23T01:35:20.9887244Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNN-20221123013519.xml 2022-11-23T01:35:20.9887759Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNNDeviceTypeCPU-20221123013519.xml 2022-11-23T01:35:20.9888048Z 2022-11-23T01:35:20.9888480Z ##[endgroup] 2022-11-23T01:35:20.9888853Z FINISHED PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_cetup22q) 2022-11-23T01:35:20.9889129Z 2022-11-23T01:35:23.9539847Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:23.9839700Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:24.1276273Z Running test_jit_llga_fuser ... [2022-11-23 01:35:24.122715] 2022-11-23T01:35:24.1281883Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:24.122715] 2022-11-23T01:35:24.1283847Z Ignoring disabled issues: [] 2022-11-23T01:35:24.1451770Z Running test_tensorboard ... [2022-11-23 01:35:24.144672] 2022-11-23T01:35:24.1457441Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:24.145314] 2022-11-23T01:35:24.1459380Z Ignoring disabled issues: [] 2022-11-23T01:35:26.8066314Z 2022-11-23T01:35:26.8066812Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T01:35:26.8067666Z ##[group]PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_o4j4li31) 2022-11-23T01:35:26.8068076Z 2022-11-23T01:35:26.8068188Z Running tests... 2022-11-23T01:35:26.8068571Z ---------------------------------------------------------------------- 2022-11-23T01:35:26.8069017Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-11-23T01:35:26.8069444Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8069902Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8070299Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-11-23T01:35:26.8070654Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-11-23T01:35:26.8071013Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-11-23T01:35:26.8071361Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-11-23T01:35:26.8071780Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-11-23T01:35:26.8072129Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-11-23T01:35:26.8072592Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8073029Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8073488Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8073967Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8074449Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T01:35:26.8074919Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8075382Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8075832Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8076492Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T01:35:26.8076971Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8077461Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T01:35:26.8077909Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-11-23T01:35:26.8078412Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8078906Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8079350Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8079778Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8080136Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T01:35:26.8080634Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8081090Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8081542Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8081990Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8082429Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8082888Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8083335Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T01:35:26.8083782Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8084227Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T01:35:26.8084771Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8085239Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8085757Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8086208Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8086677Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8087147Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T01:35:26.8087599Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8088009Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8088451Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8088955Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8089308Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T01:35:26.8089680Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8090115Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8090564Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8091084Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8091575Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8092115Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.006s) 2022-11-23T01:35:26.8092572Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8093069Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8093497Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8093921Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T01:35:26.8094148Z 2022-11-23T01:35:26.8094311Z ---------------------------------------------------------------------- 2022-11-23T01:35:26.8094558Z Ran 53 tests in 0.032s 2022-11-23T01:35:26.8094682Z 2022-11-23T01:35:26.8094761Z OK (skipped=53) 2022-11-23T01:35:26.8094880Z 2022-11-23T01:35:26.8094973Z Generating XML reports... 2022-11-23T01:35:26.8095485Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20221123013526.xml 2022-11-23T01:35:26.8096035Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20221123013526.xml 2022-11-23T01:35:26.8096556Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20221123013526.xml 2022-11-23T01:35:26.8097107Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20221123013526.xml 2022-11-23T01:35:26.8097714Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20221123013526.xml 2022-11-23T01:35:26.8098311Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20221123013526.xml 2022-11-23T01:35:26.8098863Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20221123013526.xml 2022-11-23T01:35:26.8099401Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20221123013526.xml 2022-11-23T01:35:26.8099919Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20221123013526.xml 2022-11-23T01:35:26.8100196Z 2022-11-23T01:35:26.8100498Z ##[endgroup] 2022-11-23T01:35:26.8100871Z FINISHED PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_o4j4li31) 2022-11-23T01:35:26.8101144Z 2022-11-23T01:35:27.6567816Z 2022-11-23T01:35:27.6568671Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-11-23T01:35:27.6569895Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_nw1xj5hc) 2022-11-23T01:35:27.6570442Z 2022-11-23T01:35:27.6570585Z Running tests... 2022-11-23T01:35:27.6571326Z ---------------------------------------------------------------------- 2022-11-23T01:35:27.6572080Z test_dynamo_aot_ts_onednn (__main__.TestDynamoAOT) ... Test results will be stored in test-reports\python-unittest\test_jit_llga_fuser 2022-11-23T01:35:27.6572722Z skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:35:27.6573330Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.002s) 2022-11-23T01:35:27.6574137Z test_bn2d_eltwise_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6575060Z test_bn2d_eltwise_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T01:35:27.6575870Z test_conv2d_bn_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6576696Z test_conv2d_bn_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6577519Z test_conv2d_bn_relu_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6578549Z test_conv2d_bn_relu_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6579348Z test_conv2d_clamp_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T01:35:27.6580166Z test_conv2d_clamp_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T01:35:27.6580952Z test_conv2d_eltwise_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6581759Z test_conv2d_eltwise_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.002s) 2022-11-23T01:35:27.6582563Z test_conv2d_silu_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6583390Z test_conv2d_silu_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.003s) 2022-11-23T01:35:27.6584200Z test_conv2d_sum_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6585003Z test_conv2d_sum_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6585798Z test_ensure_tensor_is_rewrapped_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.006s) 2022-11-23T01:35:27.6586680Z test_ensure_tensor_is_rewrapped_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6587546Z test_linear_eltwise_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6588394Z test_linear_eltwise_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6589246Z test_rewrap_tensor_input_to_pytorch_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6590126Z test_rewrap_tensor_input_to_pytorch_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6590984Z test_wildcard_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6591957Z test_wildcard_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T01:35:27.6592826Z test_wildcard_unsupported_dtype_cpu_int32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6593656Z test_vision_alexnet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6594388Z test_vision_alexnet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6595114Z test_vision_densenet121_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6595827Z test_vision_densenet121_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6596589Z test_vision_densenet161_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6597319Z test_vision_densenet161_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6598244Z test_vision_densenet169_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6598979Z test_vision_densenet169_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6599728Z test_vision_densenet201_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6600485Z test_vision_densenet201_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6601243Z test_vision_efficientnet_b0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6602019Z test_vision_efficientnet_b0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6602782Z test_vision_efficientnet_b1_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6603542Z test_vision_efficientnet_b1_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6604319Z test_vision_efficientnet_b2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6605096Z test_vision_efficientnet_b2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6605824Z test_vision_efficientnet_b3_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6606601Z test_vision_efficientnet_b3_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6607376Z test_vision_efficientnet_b4_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6608155Z test_vision_efficientnet_b4_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6608933Z test_vision_efficientnet_b5_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6609676Z test_vision_efficientnet_b5_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T01:35:27.6610457Z test_vision_efficientnet_b6_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6625158Z test_vision_efficientnet_b6_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6626447Z test_vision_efficientnet_b7_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6627213Z test_vision_efficientnet_b7_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6627969Z test_vision_googlenet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6628711Z test_vision_googlenet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6629493Z test_vision_mnasnet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6630215Z test_vision_mnasnet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6631010Z test_vision_mobilenet_v2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6631808Z test_vision_mobilenet_v2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6632811Z test_vision_mobilenet_v3_large_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6633641Z test_vision_mobilenet_v3_large_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6634458Z test_vision_regnet_y_400mf_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6635207Z test_vision_regnet_y_400mf_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6636011Z test_vision_resnet50_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6636809Z test_vision_resnet50_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6637581Z test_vision_resnext101_32x8d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6638344Z test_vision_resnext101_32x8d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6639083Z test_vision_resnext50_32x4d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6639834Z test_vision_resnext50_32x4d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6640601Z test_vision_shufflenet_v2_x1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6641365Z test_vision_shufflenet_v2_x1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6642146Z test_vision_squeezenet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6642919Z test_vision_squeezenet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6643660Z test_vision_vgg16_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6644374Z test_vision_vgg16_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.010s) 2022-11-23T01:35:27.6645098Z test_vision_wide_resnet50_2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6646034Z test_vision_wide_resnet50_2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6646795Z test_add_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6647522Z test_add_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6648202Z test_add_scalar_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6648926Z test_add_scalar_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6649667Z test_addmm_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6650398Z test_addmm_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6651148Z test_avg_pool2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6651874Z test_avg_pool2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6653627Z test_bn2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6654336Z test_bn2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6655181Z test_cat_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6655900Z test_cat_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6656597Z test_conv2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6657335Z test_conv2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6658075Z test_eltwise_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6658826Z test_eltwise_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6659599Z test_identity_binary_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6660351Z test_identity_binary_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:35:27.6661070Z test_layer_norm_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6661768Z test_layer_norm_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6662525Z test_linear_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6663260Z test_linear_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6664001Z test_max_pool2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6664731Z test_max_pool2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6665426Z test_mul_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6666111Z test_mul_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6667003Z test_softmax_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6667724Z test_softmax_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6668462Z test_typecheck_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6669175Z test_typecheck_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6669955Z test_variable_kernel_avg_pool2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6670764Z test_variable_kernel_avg_pool2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:35:27.6671191Z 2022-11-23T01:35:27.6671471Z ---------------------------------------------------------------------- 2022-11-23T01:35:27.6671906Z Ran 107 tests in 0.094s 2022-11-23T01:35:27.6672109Z 2022-11-23T01:35:27.6672248Z OK (skipped=107) 2022-11-23T01:35:27.6672433Z 2022-11-23T01:35:27.6672583Z Generating XML reports... 2022-11-23T01:35:27.6673230Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestDynamoAOT-20221123013527.xml 2022-11-23T01:35:27.6674336Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestEnableDisableLlgaFuser-20221123013527.xml 2022-11-23T01:35:27.6675297Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestFusionPatternCPU-20221123013527.xml 2022-11-23T01:35:27.6676142Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestModel-20221123013527.xml 2022-11-23T01:35:27.6676952Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestOpCPU-20221123013527.xml 2022-11-23T01:35:27.6677395Z 2022-11-23T01:35:27.6677936Z ##[endgroup] 2022-11-23T01:35:27.6678616Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_nw1xj5hc) 2022-11-23T01:35:27.6679108Z 2022-11-23T01:35:29.8114345Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:29.9829739Z Running test_nvfuser_frontend ... [2022-11-23 01:35:29.982526] 2022-11-23T01:35:29.9835563Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:29.983133] 2022-11-23T01:35:29.9838392Z Ignoring disabled issues: [] 2022-11-23T01:35:30.6954132Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:30.8591802Z Running test_numba_integration ... [2022-11-23 01:35:30.858533] 2022-11-23T01:35:30.8597284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:30.858533] 2022-11-23T01:35:30.8599170Z Ignoring disabled issues: [] 2022-11-23T01:35:32.7123825Z 2022-11-23T01:35:32.7124696Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-11-23T01:35:32.7126748Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_z8586sxj) 2022-11-23T01:35:32.7127079Z 2022-11-23T01:35:32.7127164Z Running tests... 2022-11-23T01:35:32.7127439Z ---------------------------------------------------------------------- 2022-11-23T01:35:32.7127869Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_frontend 2022-11-23T01:35:32.7128219Z skip: requires CUDA (0.002s) 2022-11-23T01:35:32.7128513Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:35:32.7128870Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:35:32.7129432Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:35:32.7129803Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-11-23T01:35:32.7130198Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:35:32.7130570Z test_ops_broadcast (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:35:32.7131028Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.007s) 2022-11-23T01:35:32.7131388Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-11-23T01:35:32.7131823Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T01:35:32.7132019Z 2022-11-23T01:35:32.7132176Z ---------------------------------------------------------------------- 2022-11-23T01:35:32.7132476Z Ran 10 tests in 0.031s 2022-11-23T01:35:32.7132596Z 2022-11-23T01:35:32.7132674Z OK (skipped=10) 2022-11-23T01:35:32.7132787Z 2022-11-23T01:35:32.7132877Z Generating XML reports... 2022-11-23T01:35:32.7133269Z Generated XML report: test-reports\python-unittest\test_nvfuser_frontend\TEST-TestNvFuserFrontend-20221123013532.xml 2022-11-23T01:35:32.7133656Z 2022-11-23T01:35:32.7133915Z ##[endgroup] 2022-11-23T01:35:32.7134279Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_z8586sxj) 2022-11-23T01:35:32.7134559Z 2022-11-23T01:35:34.1629896Z 2022-11-23T01:35:34.1630652Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T01:35:34.1631491Z ##[group]PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_g9c4ra7q) 2022-11-23T01:35:34.1631792Z 2022-11-23T01:35:34.1631858Z Running tests... 2022-11-23T01:35:34.1632147Z ---------------------------------------------------------------------- 2022-11-23T01:35:34.1632508Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-11-23T01:35:34.1632844Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1633189Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.002s) 2022-11-23T01:35:34.1633512Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1633829Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.003s) 2022-11-23T01:35:34.1634161Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1634508Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.002s) 2022-11-23T01:35:34.1634851Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1635188Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-11-23T01:35:34.1635527Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1636008Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-11-23T01:35:34.1636459Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1636911Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-11-23T01:35:34.1637351Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1637737Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-11-23T01:35:34.1638101Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T01:35:34.1638758Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-11-23T01:35:34.1639077Z 2022-11-23T01:35:34.1639238Z ---------------------------------------------------------------------- 2022-11-23T01:35:34.1639504Z Ran 8 tests in 0.016s 2022-11-23T01:35:34.1639611Z 2022-11-23T01:35:34.1639689Z OK (skipped=8) 2022-11-23T01:35:34.1639802Z 2022-11-23T01:35:34.1639895Z Generating XML reports... 2022-11-23T01:35:34.1640291Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20221123013533.xml 2022-11-23T01:35:34.1640576Z 2022-11-23T01:35:34.1640826Z ##[endgroup] 2022-11-23T01:35:34.1641207Z FINISHED PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_g9c4ra7q) 2022-11-23T01:35:34.1641493Z 2022-11-23T01:35:35.7076871Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:35.8790008Z Running test_complex ... [2022-11-23 01:35:35.878695] 2022-11-23T01:35:35.9574597Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:35.954752] 2022-11-23T01:35:35.9576085Z Ignoring disabled issues: [] 2022-11-23T01:35:37.1818143Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:37.3491018Z Running lazy/test_reuse_ir ... [2022-11-23 01:35:37.348840] 2022-11-23T01:35:37.3496526Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:37.349438] 2022-11-23T01:35:37.3498404Z Ignoring disabled issues: [] 2022-11-23T01:35:39.2173692Z 2022-11-23T01:35:39.2174420Z Expand the folded group to see the log file of test_complex 2022-11-23T01:35:39.2175206Z ##[group]PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex__qwzob0b) 2022-11-23T01:35:39.2175499Z 2022-11-23T01:35:39.2175586Z Running tests... 2022-11-23T01:35:39.2175869Z ---------------------------------------------------------------------- 2022-11-23T01:35:39.2176234Z Test results will be stored in test-reports\python-unittest\test_complex 2022-11-23T01:35:39.2176605Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.006s) 2022-11-23T01:35:39.2176955Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-11-23T01:35:39.2177314Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-11-23T01:35:39.2177662Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-11-23T01:35:39.2177852Z 2022-11-23T01:35:39.2178013Z ---------------------------------------------------------------------- 2022-11-23T01:35:39.2178273Z Ran 4 tests in 0.016s 2022-11-23T01:35:39.2178393Z 2022-11-23T01:35:39.2178455Z OK 2022-11-23T01:35:39.2178552Z 2022-11-23T01:35:39.2178645Z Generating XML reports... 2022-11-23T01:35:39.2179015Z Generated XML report: test-reports\python-unittest\test_complex\TEST-TestComplexTensorCPU-20221123013538.xml 2022-11-23T01:35:39.2179288Z 2022-11-23T01:35:39.2179516Z ##[endgroup] 2022-11-23T01:35:39.2179867Z FINISHED PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex__qwzob0b) 2022-11-23T01:35:39.2180128Z 2022-11-23T01:35:39.9692296Z 2022-11-23T01:35:39.9692881Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-11-23T01:35:39.9693647Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_79gvmn1j) 2022-11-23T01:35:39.9693960Z 2022-11-23T01:35:39.9694027Z Running tests... 2022-11-23T01:35:39.9694304Z ---------------------------------------------------------------------- 2022-11-23T01:35:39.9694896Z testAdd (__main__.TestLazyReuseIr) ... Test results will be stored in test-reports\python-unittest\lazy.test_reuse_ir 2022-11-23T01:35:39.9695229Z skip: To be fixed (0.000s) 2022-11-23T01:35:39.9695504Z testAddSub (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T01:35:39.9695854Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T01:35:39.9696175Z testBatchNorm (__main__.TestLazyReuseIr) ... skip: To be fixed (0.010s) 2022-11-23T01:35:39.9696355Z 2022-11-23T01:35:39.9696507Z ---------------------------------------------------------------------- 2022-11-23T01:35:39.9696766Z Ran 4 tests in 0.016s 2022-11-23T01:35:39.9696886Z 2022-11-23T01:35:39.9696961Z OK (skipped=4) 2022-11-23T01:35:39.9697072Z 2022-11-23T01:35:39.9697165Z Generating XML reports... 2022-11-23T01:35:39.9697532Z Generated XML report: test-reports\python-unittest\lazy.test_reuse_ir\TEST-TestLazyReuseIr-20221123013539.xml 2022-11-23T01:35:39.9697794Z 2022-11-23T01:35:39.9698013Z ##[endgroup] 2022-11-23T01:35:39.9698387Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_79gvmn1j) 2022-11-23T01:35:39.9698736Z 2022-11-23T01:35:42.2498621Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:42.4190441Z Running test_nvfuser_dynamo ... [2022-11-23 01:35:42.418638] 2022-11-23T01:35:42.4197162Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_dynamo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:42.419258] 2022-11-23T01:35:42.4198903Z Ignoring disabled issues: [] 2022-11-23T01:35:43.0274021Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:43.1924758Z Running test_license ... [2022-11-23 01:35:43.192173] 2022-11-23T01:35:43.1930281Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:43.192777] 2022-11-23T01:35:43.1932547Z Ignoring disabled issues: [] 2022-11-23T01:35:45.7125499Z 2022-11-23T01:35:45.7126367Z Expand the folded group to see the log file of test_nvfuser_dynamo 2022-11-23T01:35:45.7127324Z ##[group]PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_ij3jy_ho) 2022-11-23T01:35:45.7127619Z 2022-11-23T01:35:45.7127705Z Running tests... 2022-11-23T01:35:45.7127993Z ---------------------------------------------------------------------- 2022-11-23T01:35:45.7128431Z test_basic (__main__.TestNvFuserDynamo) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_dynamo 2022-11-23T01:35:45.7128830Z skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T01:35:45.7129224Z test_batch_norm_implicit_dtype_promotion (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T01:35:45.7129685Z test_dtype_correctness (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T01:35:45.7130170Z test_min_cut (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.002s) 2022-11-23T01:35:45.7130390Z 2022-11-23T01:35:45.7130601Z ---------------------------------------------------------------------- 2022-11-23T01:35:45.7130875Z Ran 4 tests in 0.000s 2022-11-23T01:35:45.7131004Z 2022-11-23T01:35:45.7131085Z OK (skipped=4) 2022-11-23T01:35:45.7131205Z 2022-11-23T01:35:45.7131303Z Generating XML reports... 2022-11-23T01:35:45.7131699Z Generated XML report: test-reports\python-unittest\test_nvfuser_dynamo\TEST-TestNvFuserDynamo-20221123013545.xml 2022-11-23T01:35:45.7131971Z 2022-11-23T01:35:45.7132199Z ##[endgroup] 2022-11-23T01:35:45.7132579Z FINISHED PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_ij3jy_ho) 2022-11-23T01:35:45.7132859Z 2022-11-23T01:35:45.8709417Z 2022-11-23T01:35:45.8709938Z Expand the folded group to see the log file of test_license 2022-11-23T01:35:45.8710713Z ##[group]PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_g4kv02vv) 2022-11-23T01:35:45.8711002Z 2022-11-23T01:35:45.8711093Z Running tests... 2022-11-23T01:35:45.8711381Z ---------------------------------------------------------------------- 2022-11-23T01:35:45.8711743Z Test results will be stored in test-reports\python-unittest\test_license 2022-11-23T01:35:45.8712118Z test_distinfo_license (__main__.TestLicense) 2022-11-23T01:35:45.8712534Z If run when pytorch is installed via a wheel, the license will be in ... skip: no installation in site-package to test (0.001s) 2022-11-23T01:35:45.8712973Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-11-23T01:35:45.8713179Z 2022-11-23T01:35:45.8713348Z ---------------------------------------------------------------------- 2022-11-23T01:35:45.8713618Z Ran 2 tests in 0.000s 2022-11-23T01:35:45.8713745Z 2022-11-23T01:35:45.8713825Z OK (skipped=2) 2022-11-23T01:35:45.8713943Z 2022-11-23T01:35:45.8714160Z Generating XML reports... 2022-11-23T01:35:45.8714504Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20221123013545.xml 2022-11-23T01:35:45.8714759Z 2022-11-23T01:35:45.8715005Z ##[endgroup] 2022-11-23T01:35:45.8715369Z FINISHED PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_g4kv02vv) 2022-11-23T01:35:45.8715628Z 2022-11-23T01:35:48.9261019Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:48.9994098Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:49.0925842Z Running test_vulkan ... [2022-11-23 01:35:49.091931] 2022-11-23T01:35:49.0931271Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:49.092533] 2022-11-23T01:35:49.0933242Z Ignoring disabled issues: [] 2022-11-23T01:35:49.1666107Z Running backends/xeon/test_launch ... [2022-11-23 01:35:49.165998] 2022-11-23T01:35:49.1671845Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:49.166651] 2022-11-23T01:35:49.1674157Z Ignoring disabled issues: [] 2022-11-23T01:35:51.7667038Z 2022-11-23T01:35:51.7667791Z Expand the folded group to see the log file of test_vulkan 2022-11-23T01:35:51.7668682Z ##[group]PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_e0uppk6v) 2022-11-23T01:35:51.7669081Z 2022-11-23T01:35:51.7669172Z Running tests... 2022-11-23T01:35:51.7669512Z ---------------------------------------------------------------------- 2022-11-23T01:35:51.7669957Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports\python-unittest\test_vulkan 2022-11-23T01:35:51.7670442Z skip: Vulkan backend must be available for these tests. (0.004s) 2022-11-23T01:35:51.7670632Z 2022-11-23T01:35:51.7670797Z ---------------------------------------------------------------------- 2022-11-23T01:35:51.7671075Z Ran 1 test in 0.015s 2022-11-23T01:35:51.7671207Z 2022-11-23T01:35:51.7671292Z OK (skipped=1) 2022-11-23T01:35:51.7671391Z 2022-11-23T01:35:51.7671490Z Generating XML reports... 2022-11-23T01:35:51.7671978Z Generated XML report: test-reports\python-unittest\test_vulkan\TEST-TestVulkanRewritePass-20221123013551.xml 2022-11-23T01:35:51.7672266Z 2022-11-23T01:35:51.7672515Z ##[endgroup] 2022-11-23T01:35:51.7672877Z FINISHED PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_e0uppk6v) 2022-11-23T01:35:51.7673138Z 2022-11-23T01:35:51.8047621Z 2022-11-23T01:35:51.8048606Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T01:35:51.8049567Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_u9dzvcsn) 2022-11-23T01:35:51.8049889Z 2022-11-23T01:35:51.8049991Z Running tests... 2022-11-23T01:35:51.8050255Z ---------------------------------------------------------------------- 2022-11-23T01:35:51.8050692Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports\python-unittest\backends.xeon.test_launch 2022-11-23T01:35:51.8051050Z skip: Only works on linux (0.000s) 2022-11-23T01:35:51.8051413Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.000s) 2022-11-23T01:35:51.8051610Z 2022-11-23T01:35:51.8051773Z ---------------------------------------------------------------------- 2022-11-23T01:35:51.8052093Z Ran 2 tests in 0.000s 2022-11-23T01:35:51.8052221Z 2022-11-23T01:35:51.8052284Z OK (skipped=2) 2022-11-23T01:35:51.8052404Z 2022-11-23T01:35:51.8052504Z Generating XML reports... 2022-11-23T01:35:51.8052897Z Generated XML report: test-reports\python-unittest\backends.xeon.test_launch\TEST-TestTorchrun-20221123013551.xml 2022-11-23T01:35:51.8053290Z 2022-11-23T01:35:51.8053538Z ##[endgroup] 2022-11-23T01:35:51.8053951Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_u9dzvcsn) 2022-11-23T01:35:51.8054252Z 2022-11-23T01:35:54.7736050Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:54.8123969Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:35:54.9368491Z Running test_functional_autograd_benchmark ... [2022-11-23 01:35:54.936203] 2022-11-23T01:35:54.9374443Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:54.936824] 2022-11-23T01:35:54.9375947Z Ignoring disabled issues: [] 2022-11-23T01:35:54.9799790Z Running test_type_hints ... [2022-11-23 01:35:54.978770] 2022-11-23T01:35:54.9805793Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:35:54.978770] 2022-11-23T01:35:54.9807318Z Ignoring disabled issues: [] 2022-11-23T01:35:57.5357874Z 2022-11-23T01:35:57.5358597Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-11-23T01:35:57.5359578Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_ye13skpg) 2022-11-23T01:35:57.5359904Z 2022-11-23T01:35:57.5359987Z Running tests... 2022-11-23T01:35:57.5360328Z ---------------------------------------------------------------------- 2022-11-23T01:35:57.5360725Z Test results will be stored in test-reports\python-unittest\test_functional_autograd_benchmark 2022-11-23T01:35:57.5361282Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.001s) 2022-11-23T01:35:57.5361833Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-11-23T01:35:57.5362108Z 2022-11-23T01:35:57.5362268Z ---------------------------------------------------------------------- 2022-11-23T01:35:57.5362538Z Ran 2 tests in 0.016s 2022-11-23T01:35:57.5362662Z 2022-11-23T01:35:57.5362742Z OK (skipped=2) 2022-11-23T01:35:57.5362841Z 2022-11-23T01:35:57.5362940Z Generating XML reports... 2022-11-23T01:35:57.5363395Z Generated XML report: test-reports\python-unittest\test_functional_autograd_benchmark\TEST-TestFunctionalAutogradBenchmark-20221123013557.xml 2022-11-23T01:35:57.5363943Z 2022-11-23T01:35:57.5364191Z ##[endgroup] 2022-11-23T01:35:57.5364620Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_ye13skpg) 2022-11-23T01:35:57.5364948Z 2022-11-23T01:35:57.5680682Z 2022-11-23T01:35:57.5681514Z Expand the folded group to see the log file of test_type_hints 2022-11-23T01:35:57.5682456Z ##[group]PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_mizc913t) 2022-11-23T01:35:57.5682776Z 2022-11-23T01:35:57.5682843Z Running tests... 2022-11-23T01:35:57.5683130Z ---------------------------------------------------------------------- 2022-11-23T01:35:57.5683492Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-11-23T01:35:57.5683818Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T01:35:57.5684139Z Run documentation examples through mypy. ... skip: need mypy (0.000s) 2022-11-23T01:35:57.5684325Z 2022-11-23T01:35:57.5684486Z ---------------------------------------------------------------------- 2022-11-23T01:35:57.5684731Z Ran 1 test in 0.000s 2022-11-23T01:35:57.5685053Z 2022-11-23T01:35:57.5685137Z OK (skipped=1) 2022-11-23T01:35:57.5685255Z 2022-11-23T01:35:57.5685354Z Generating XML reports... 2022-11-23T01:35:57.5685726Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20221123013557.xml 2022-11-23T01:35:57.5685983Z 2022-11-23T01:35:57.5686225Z ##[endgroup] 2022-11-23T01:35:57.5686595Z FINISHED PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_mizc913t) 2022-11-23T01:35:57.5686864Z 2022-11-23T01:36:00.6197596Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:36:00.6214600Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:36:00.7892302Z Running lazy/test_debug_util ... [2022-11-23 01:36:00.787899] 2022-11-23T01:36:00.7898139Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:36:00.787899] 2022-11-23T01:36:00.7899910Z Ignoring disabled issues: [] 2022-11-23T01:36:03.4141397Z 2022-11-23T01:36:03.4142119Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T01:36:03.4142893Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_nuo7t6ax) 2022-11-23T01:36:03.4143205Z 2022-11-23T01:36:03.4143292Z Running tests... 2022-11-23T01:36:03.4143641Z ---------------------------------------------------------------------- 2022-11-23T01:36:03.4144079Z test_get_python_frames (__main__.DebugUtilTest) ... Test results will be stored in test-reports\python-unittest\lazy.test_debug_util 2022-11-23T01:36:03.4144485Z skip: To be fixed (0.000s) 2022-11-23T01:36:03.4144620Z 2022-11-23T01:36:03.4144778Z ---------------------------------------------------------------------- 2022-11-23T01:36:03.4145041Z Ran 1 test in 0.000s 2022-11-23T01:36:03.4145159Z 2022-11-23T01:36:03.4145239Z OK (skipped=1) 2022-11-23T01:36:03.4145359Z 2022-11-23T01:36:03.4145455Z Generating XML reports... 2022-11-23T01:36:03.4145829Z Generated XML report: test-reports\python-unittest\lazy.test_debug_util\TEST-DebugUtilTest-20221123013603.xml 2022-11-23T01:36:03.4146091Z 2022-11-23T01:36:03.4146326Z ##[endgroup] 2022-11-23T01:36:03.4146703Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_nuo7t6ax) 2022-11-23T01:36:03.4146982Z 2022-11-23T01:36:03.4151706Z Ignoring disabled issues: [] 2022-11-23T01:36:03.8613967Z Running test_ops ... [2022-11-23 01:36:03.861166] 2022-11-23T01:36:06.5256505Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:36:06.5427995Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:36:06.7010505Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:36:06.700195] 2022-11-23T01:36:06.7011582Z Ignoring disabled issues: [] 2022-11-23T01:36:06.7220872Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:36:06.721346] 2022-11-23T01:36:06.7222036Z Ignoring disabled issues: [] 2022-11-23T01:56:12.8593310Z 2022-11-23T01:56:12.8594252Z Expand the folded group to see the log file of test_ops 2022-11-23T01:56:12.8595247Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_q4_n7uzu) 2022-11-23T01:56:12.9195745Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:56:12.9198891Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:56:12.9199623Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-0beb4d7c340af9e8.xml 2022-11-23T01:56:12.9200253Z ============================= test session starts ============================= 2022-11-23T01:56:12.9200861Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:56:12.9201741Z cachedir: .pytest_cache 2022-11-23T01:56:12.9202332Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:56:12.9202950Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:56:12.9203564Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T01:56:12.9204197Z collecting ... collected 29914 items / 17 deselected / 29897 selected 2022-11-23T01:56:13.1674568Z Running 14958 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_scalar_tensor_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes_H_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___radd___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rand___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_chalf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_double_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__softmax_backward_data_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_angle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cov_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diff_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gather_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kron_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_pool2d_with_indices_backward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_msort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scalar_tensor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_topk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zero__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_errors_T_cpu, test/test_ops.py::TestCommonCPU::test_errors___radd___cpu, test/test_ops.py::TestCommonCPU::test_errors___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_errors___rsub___cpu, test/test_ops.py::TestCommonCPU::test_errors___rxor___cpu, test/test_ops.py::TestCommonCPU::test_errors_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_amax_cpu, test/test_ops.py::TestCommonCPU::test_errors_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_arange_cpu, test/test_ops.py::TestCommonCPU::test_errors_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_errors_complex_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_errors_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_dstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_eye_cpu, test/test_ops.py::TestCommonCPU::test_errors_flipud_cpu, test/test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmin_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmod_cpu, test/test_ops.py::TestCommonCPU::test_errors_gcd_cpu, test/test_ops.py::TestCommonCPU::test_errors_ge_cpu, test/test_ops.py::TestCommonCPU::test_errors_igammac_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_errors_lcm_cpu, test/test_ops.py::TestCommonCPU::test_errors_le_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_errors_linspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_logspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_lt_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_errors_maximum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mean_cpu, test/test_ops.py::TestCommonCPU::test_errors_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_movedim_cpu, test/test_ops.py::TestCommonCPU::test_errors_narrow_cpu, test/test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_errors_polar_cpu, test/test_ops.py::TestCommonCPU::test_errors_remainder_cpu, test/test_ops.py::TestCommonCPU::test_errors_roll_cpu, test/test_ops.py::TestCommonCPU::test_errors_rot90_cpu, test/test_ops.py::TestCommonCPU::test_errors_rsub_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_sub_cpu, test/test_ops.py::TestCommonCPU::test_errors_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_trace_cpu, test/test_ops.py::TestCommonCPU::test_errors_tril_cpu, test/test_ops.py::TestCommonCPU::test_errors_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_as_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_native_dropout_backward_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_out_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_H_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_T_cpu, test/test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___radd___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rand___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_angle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cov_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_inner_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_istft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mH_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_pool2d_with_indices_backward_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_msort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_dropout_backward_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polar_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zero__cpu, test/test_ops.py::TestCommonCPU::test_out_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_int_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_lerp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cdouble_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cdouble_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cfloat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_long_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lerp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_xlogy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__softmax_backward_data_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cfloat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_kaiser_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cdouble_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cfloat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_char_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_half_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_int_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bucketize_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cumsum__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mvlgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_entr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_expit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_xlog1py_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_T_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bfloat16_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bool_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_char_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_double_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_half_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_int_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_short_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumsum__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mvlgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_entr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randint_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bucketize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdouble_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cfloat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_grid_sampler_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_half_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_istft_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_exponential_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-11-23T01:56:13.3440390Z 2022-11-23T01:56:13.3440860Z test_ops.py::TestCommonCPU::test_compare_cpu_H_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3441327Z test_ops.py::TestCommonCPU::test_compare_cpu___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3441711Z test_ops.py::TestCommonCPU::test_compare_cpu___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3442154Z test_ops.py::TestCommonCPU::test_compare_cpu___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3442766Z test_ops.py::TestCommonCPU::test_compare_cpu___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3443372Z test_ops.py::TestCommonCPU::test_compare_cpu___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3443966Z test_ops.py::TestCommonCPU::test_compare_cpu___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3444616Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_T_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3445308Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3446317Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_byte_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:56:13.3446983Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3447753Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3448248Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3448691Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_float_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3449124Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_half_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3449584Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3449989Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3450386Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3450793Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3451189Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3451649Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_right_shift_cpu_int64 SKIPPED (Skipped some inputs produce undefined outputs) [ 0%] 2022-11-23T01:56:13.3452108Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3452523Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3452938Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3453333Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3453736Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3454140Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3454655Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3455892Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3456341Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3456761Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3457164Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3457577Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:56:13.3458000Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3458404Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3458814Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3459218Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3459701Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3460101Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3460492Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3460900Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3461307Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3461716Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3462120Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3462534Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3462951Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3463346Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3463759Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3464172Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3464577Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3465004Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3465422Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3465821Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3466251Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_strided_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:56:13.3466668Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3467067Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3467475Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3467968Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3468409Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3468860Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3469312Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3469774Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3470183Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3470574Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3470969Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3471369Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3471820Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3472221Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3472613Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3473019Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3473456Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3473876Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3474276Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3474682Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3475092Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3475503Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3475892Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3476289Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3476697Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3477098Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3477513Z test_ops.py::TestCommonCPU::test_compare_cpu__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3477930Z test_ops.py::TestCommonCPU::test_compare_cpu_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3478324Z test_ops.py::TestCommonCPU::test_compare_cpu_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3478693Z test_ops.py::TestCommonCPU::test_compare_cpu_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3479083Z test_ops.py::TestCommonCPU::test_compare_cpu_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3479481Z test_ops.py::TestCommonCPU::test_compare_cpu_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3479927Z test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3480342Z test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3480785Z test_ops.py::TestCommonCPU::test_compare_cpu_bernoulli_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:56:13.3481204Z test_ops.py::TestCommonCPU::test_compare_cpu_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3481598Z test_ops.py::TestCommonCPU::test_compare_cpu_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3482015Z test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_left_shift_cpu_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T01:56:13.3482486Z test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_right_shift_cpu_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T01:56:13.3482929Z test_ops.py::TestCommonCPU::test_compare_cpu_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3483335Z test_ops.py::TestCommonCPU::test_compare_cpu_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3483730Z test_ops.py::TestCommonCPU::test_compare_cpu_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3484173Z test_ops.py::TestCommonCPU::test_compare_cpu_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3484561Z test_ops.py::TestCommonCPU::test_compare_cpu_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3484947Z test_ops.py::TestCommonCPU::test_compare_cpu_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3485344Z test_ops.py::TestCommonCPU::test_compare_cpu_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3485740Z test_ops.py::TestCommonCPU::test_compare_cpu_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3486132Z test_ops.py::TestCommonCPU::test_compare_cpu_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3486515Z test_ops.py::TestCommonCPU::test_compare_cpu_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3486921Z test_ops.py::TestCommonCPU::test_compare_cpu_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3487340Z test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3487730Z test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3488135Z test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3543860Z test_ops.py::TestCommonCPU::test_compare_cpu_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3544275Z test_ops.py::TestCommonCPU::test_compare_cpu_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3544719Z test_ops.py::TestCommonCPU::test_compare_cpu_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:56:13.3545161Z test_ops.py::TestCommonCPU::test_compare_cpu_empty_like_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:56:13.3545585Z test_ops.py::TestCommonCPU::test_compare_cpu_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3545992Z test_ops.py::TestCommonCPU::test_compare_cpu_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3546404Z test_ops.py::TestCommonCPU::test_compare_cpu_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3546806Z test_ops.py::TestCommonCPU::test_compare_cpu_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3547179Z test_ops.py::TestCommonCPU::test_compare_cpu_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3547575Z test_ops.py::TestCommonCPU::test_compare_cpu_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3548203Z test_ops.py::TestCommonCPU::test_compare_cpu_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3548601Z test_ops.py::TestCommonCPU::test_compare_cpu_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3549000Z test_ops.py::TestCommonCPU::test_compare_cpu_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3549395Z test_ops.py::TestCommonCPU::test_compare_cpu_half_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3549777Z test_ops.py::TestCommonCPU::test_compare_cpu_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3550245Z test_ops.py::TestCommonCPU::test_compare_cpu_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3550679Z test_ops.py::TestCommonCPU::test_compare_cpu_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3551079Z test_ops.py::TestCommonCPU::test_compare_cpu_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3551479Z test_ops.py::TestCommonCPU::test_compare_cpu_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3551874Z test_ops.py::TestCommonCPU::test_compare_cpu_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3552401Z test_ops.py::TestCommonCPU::test_compare_cpu_int_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:56:13.3552831Z test_ops.py::TestCommonCPU::test_compare_cpu_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3553200Z test_ops.py::TestCommonCPU::test_compare_cpu_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3553595Z test_ops.py::TestCommonCPU::test_compare_cpu_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3553985Z test_ops.py::TestCommonCPU::test_compare_cpu_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3554377Z test_ops.py::TestCommonCPU::test_compare_cpu_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3554780Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3555181Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3555587Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3556001Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3556426Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3556841Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3557258Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3557683Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3558111Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3558531Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3558948Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3559347Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3559770Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3560183Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3560639Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3561043Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:56:13.3561466Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3561892Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3562289Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3562712Z test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3563126Z test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3563530Z test_ops.py::TestCommonCPU::test_compare_cpu_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3563974Z test_ops.py::TestCommonCPU::test_compare_cpu_long_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2022-11-23T01:56:13.3564403Z test_ops.py::TestCommonCPU::test_compare_cpu_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3564853Z test_ops.py::TestCommonCPU::test_compare_cpu_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3565240Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3565649Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3566059Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3566476Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3566897Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3567305Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3567716Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3568137Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3568523Z test_ops.py::TestCommonCPU::test_compare_cpu_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3568921Z test_ops.py::TestCommonCPU::test_compare_cpu_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3569313Z test_ops.py::TestCommonCPU::test_compare_cpu_median_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3569729Z test_ops.py::TestCommonCPU::test_compare_cpu_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3570158Z test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3570556Z test_ops.py::TestCommonCPU::test_compare_cpu_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3570943Z test_ops.py::TestCommonCPU::test_compare_cpu_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3571319Z test_ops.py::TestCommonCPU::test_compare_cpu_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3571715Z test_ops.py::TestCommonCPU::test_compare_cpu_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3572118Z test_ops.py::TestCommonCPU::test_compare_cpu_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3572511Z test_ops.py::TestCommonCPU::test_compare_cpu_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3572983Z test_ops.py::TestCommonCPU::test_compare_cpu_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3573421Z test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3573870Z test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_strided_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3574277Z test_ops.py::TestCommonCPU::test_compare_cpu_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3574786Z test_ops.py::TestCommonCPU::test_compare_cpu_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3575183Z test_ops.py::TestCommonCPU::test_compare_cpu_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3575662Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (output is non-deterministic (when dropout_p > 0)) [ 1%] 2022-11-23T01:56:13.3576174Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3576635Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3577160Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3577612Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3578050Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3578490Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3578928Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3579365Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3579790Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3580253Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3580722Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3581174Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3581605Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3582065Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout2d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3582535Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout3d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3583005Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3583498Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3584001Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3584448Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3584876Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3585353Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3585804Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3586257Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3586718Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3587172Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3587633Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3588080Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3588508Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3588929Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3589423Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3589848Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3590281Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3590710Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3591157Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3591601Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3592046Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3592466Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3592904Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3593340Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3593771Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3594218Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3594651Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3595091Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_rrelu_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3595543Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3595976Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3596421Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3596881Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3597390Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3597834Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3598290Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3598710Z test_ops.py::TestCommonCPU::test_compare_cpu_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3599089Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3599486Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3599874Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3600264Z test_ops.py::TestCommonCPU::test_compare_cpu_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3600659Z test_ops.py::TestCommonCPU::test_compare_cpu_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3601080Z test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3601560Z test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_view_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3601950Z test_ops.py::TestCommonCPU::test_compare_cpu_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3602369Z test_ops.py::TestCommonCPU::test_compare_cpu_pca_lowrank_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3602785Z test_ops.py::TestCommonCPU::test_compare_cpu_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3603173Z test_ops.py::TestCommonCPU::test_compare_cpu_put_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3603558Z test_ops.py::TestCommonCPU::test_compare_cpu_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3603947Z test_ops.py::TestCommonCPU::test_compare_cpu_randint_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3604378Z test_ops.py::TestCommonCPU::test_compare_cpu_randint_like_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3604792Z test_ops.py::TestCommonCPU::test_compare_cpu_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3605183Z test_ops.py::TestCommonCPU::test_compare_cpu_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3605587Z test_ops.py::TestCommonCPU::test_compare_cpu_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3605978Z test_ops.py::TestCommonCPU::test_compare_cpu_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3606378Z test_ops.py::TestCommonCPU::test_compare_cpu_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3606777Z test_ops.py::TestCommonCPU::test_compare_cpu_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3607168Z test_ops.py::TestCommonCPU::test_compare_cpu_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3607562Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3607957Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3608383Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3608802Z test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3609222Z test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3609683Z test_ops.py::TestCommonCPU::test_compare_cpu_select_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3610079Z test_ops.py::TestCommonCPU::test_compare_cpu_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3610522Z test_ops.py::TestCommonCPU::test_compare_cpu_short_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2022-11-23T01:56:13.3610936Z test_ops.py::TestCommonCPU::test_compare_cpu_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3611315Z test_ops.py::TestCommonCPU::test_compare_cpu_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3611738Z test_ops.py::TestCommonCPU::test_compare_cpu_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 1%] 2022-11-23T01:56:13.3612224Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:56:13.3612689Z test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3613163Z test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_he_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:56:13.3613708Z test_ops.py::TestCommonCPU::test_compare_cpu_special_legendre_polynomial_p_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:56:13.3614218Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:56:13.3614778Z test_ops.py::TestCommonCPU::test_compare_cpu_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3615188Z test_ops.py::TestCommonCPU::test_compare_cpu_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3615586Z test_ops.py::TestCommonCPU::test_compare_cpu_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3615983Z test_ops.py::TestCommonCPU::test_compare_cpu_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3616370Z test_ops.py::TestCommonCPU::test_compare_cpu_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3616756Z test_ops.py::TestCommonCPU::test_compare_cpu_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3617138Z test_ops.py::TestCommonCPU::test_compare_cpu_t_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3617526Z test_ops.py::TestCommonCPU::test_compare_cpu_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3617901Z test_ops.py::TestCommonCPU::test_compare_cpu_take_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3618293Z test_ops.py::TestCommonCPU::test_compare_cpu_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3618685Z test_ops.py::TestCommonCPU::test_compare_cpu_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3619076Z test_ops.py::TestCommonCPU::test_compare_cpu_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3619467Z test_ops.py::TestCommonCPU::test_compare_cpu_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3619882Z test_ops.py::TestCommonCPU::test_compare_cpu_uniform_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:56:13.3620288Z test_ops.py::TestCommonCPU::test_compare_cpu_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3620672Z test_ops.py::TestCommonCPU::test_compare_cpu_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3621077Z test_ops.py::TestCommonCPU::test_compare_cpu_view_as_real_cpu_complex64 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3621469Z test_ops.py::TestCommonCPU::test_compare_cpu_view_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3621926Z test_ops.py::TestCommonCPU::test_compare_cpu_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3622312Z test_ops.py::TestCommonCPU::test_compare_cpu_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3622693Z test_ops.py::TestCommonCPU::test_compare_cpu_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3623078Z test_ops.py::TestCommonCPU::test_compare_cpu_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:56:13.3623451Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 1%] 2022-11-23T01:56:13.3623898Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 SKIPPED (Errors when storage_offset is included) [ 1%] 2022-11-23T01:56:13.3624350Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 1%] 2022-11-23T01:56:13.3624751Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 1%] 2022-11-23T01:56:13.3625155Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cdouble_cpu_complex32 PASSED [ 1%] 2022-11-23T01:56:13.3625555Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cfloat_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3626012Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3626409Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3626811Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3627212Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3627659Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 2%] 2022-11-23T01:56:13.3628113Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3628517Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3628912Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_full_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3629290Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3629694Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3630086Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3630469Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3630862Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3631320Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 SKIPPED (Expected: new_empty is not comparable) [ 2%] 2022-11-23T01:56:13.3631835Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 SKIPPED (Expected: new_empty_strided is not comparable) [ 2%] 2022-11-23T01:56:13.3632299Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3632686Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3633086Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3633489Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3633883Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3634339Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3634811Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 2%] 2022-11-23T01:56:13.3635273Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3635668Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3636080Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_scalar_tensor_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3636482Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3636881Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3637281Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3637683Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3638085Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3638517Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3638909Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3639303Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 2%] 2022-11-23T01:56:13.3639661Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu PASSED [ 2%] 2022-11-23T01:56:13.3639988Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu PASSED [ 2%] 2022-11-23T01:56:13.3640317Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu PASSED [ 2%] 2022-11-23T01:56:13.3640644Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu PASSED [ 2%] 2022-11-23T01:56:13.3640960Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu PASSED [ 2%] 2022-11-23T01:56:13.3641283Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu PASSED [ 2%] 2022-11-23T01:56:13.3641606Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu PASSED [ 2%] 2022-11-23T01:56:13.3641947Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_byte_cpu PASSED [ 2%] 2022-11-23T01:56:13.3642313Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cdouble_cpu PASSED [ 2%] 2022-11-23T01:56:13.3642676Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cfloat_cpu PASSED [ 2%] 2022-11-23T01:56:13.3643023Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_chalf_cpu PASSED [ 2%] 2022-11-23T01:56:13.3643381Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_double_cpu PASSED [ 2%] 2022-11-23T01:56:13.3643733Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu PASSED [ 2%] 2022-11-23T01:56:13.3644059Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu PASSED [ 2%] 2022-11-23T01:56:13.3644394Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu PASSED [ 2%] 2022-11-23T01:56:13.3644724Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu PASSED [ 2%] 2022-11-23T01:56:13.3645038Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu PASSED [ 2%] 2022-11-23T01:56:13.3645364Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu PASSED [ 2%] 2022-11-23T01:56:13.3645688Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu PASSED [ 2%] 2022-11-23T01:56:13.3646019Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu PASSED [ 2%] 2022-11-23T01:56:13.3646345Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu PASSED [ 2%] 2022-11-23T01:56:13.3646733Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu PASSED [ 2%] 2022-11-23T01:56:13.3647071Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu PASSED [ 2%] 2022-11-23T01:56:13.3647394Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu PASSED [ 2%] 2022-11-23T01:56:13.3647744Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_right_shift_cpu PASSED [ 2%] 2022-11-23T01:56:13.3648092Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu PASSED [ 2%] 2022-11-23T01:56:13.3648435Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu PASSED [ 2%] 2022-11-23T01:56:13.3648793Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu PASSED [ 2%] 2022-11-23T01:56:13.3649142Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu PASSED [ 2%] 2022-11-23T01:56:13.3649467Z test_ops.py::TestCommonCPU::test_dtypes__refs_bucketize_cpu PASSED [ 2%] 2022-11-23T01:56:13.3649799Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu PASSED [ 2%] 2022-11-23T01:56:13.3650126Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu PASSED [ 2%] 2022-11-23T01:56:13.3650461Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu PASSED [ 2%] 2022-11-23T01:56:13.3651649Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu PASSED [ 2%] 2022-11-23T01:56:13.3652039Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu PASSED [ 2%] 2022-11-23T01:56:13.3652364Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu PASSED [ 2%] 2022-11-23T01:56:13.3652702Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu PASSED [ 2%] 2022-11-23T01:56:13.3653036Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu PASSED [ 2%] 2022-11-23T01:56:13.3653370Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu PASSED [ 2%] 2022-11-23T01:56:13.3653715Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_scatter_cpu PASSED [ 2%] 2022-11-23T01:56:13.3654075Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu PASSED [ 2%] 2022-11-23T01:56:13.3654431Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu PASSED [ 2%] 2022-11-23T01:56:13.3654859Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu PASSED [ 2%] 2022-11-23T01:56:13.3655188Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu PASSED [ 2%] 2022-11-23T01:56:13.3655515Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu PASSED [ 2%] 2022-11-23T01:56:13.3655841Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu PASSED [ 2%] 2022-11-23T01:56:13.3656168Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu PASSED [ 2%] 2022-11-23T01:56:13.3656502Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu PASSED [ 2%] 2022-11-23T01:56:13.3656813Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu PASSED [ 2%] 2022-11-23T01:56:13.3657194Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu PASSED [ 2%] 2022-11-23T01:56:13.3657523Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu PASSED [ 2%] 2022-11-23T01:56:13.3657898Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu PASSED [ 2%] 2022-11-23T01:56:13.3658238Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu PASSED [ 2%] 2022-11-23T01:56:13.3658571Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu PASSED [ 2%] 2022-11-23T01:56:13.3658892Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu PASSED [ 2%] 2022-11-23T01:56:13.3659225Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu PASSED [ 2%] 2022-11-23T01:56:13.3659555Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu PASSED [ 2%] 2022-11-23T01:56:13.3659883Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu PASSED [ 2%] 2022-11-23T01:56:13.3660297Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu PASSED [ 2%] 2022-11-23T01:56:13.3660624Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu PASSED [ 2%] 2022-11-23T01:56:13.3660954Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu PASSED [ 2%] 2022-11-23T01:56:13.3661274Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu PASSED [ 2%] 2022-11-23T01:56:13.3661595Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu PASSED [ 2%] 2022-11-23T01:56:13.3661920Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu PASSED [ 2%] 2022-11-23T01:56:13.3662245Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu PASSED [ 2%] 2022-11-23T01:56:13.3662573Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu PASSED [ 2%] 2022-11-23T01:56:13.3662897Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu PASSED [ 2%] 2022-11-23T01:56:13.3663256Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu PASSED [ 2%] 2022-11-23T01:56:13.3663591Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu PASSED [ 2%] 2022-11-23T01:56:13.3663972Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu PASSED [ 2%] 2022-11-23T01:56:13.3664356Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu PASSED [ 2%] 2022-11-23T01:56:13.3664690Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu PASSED [ 2%] 2022-11-23T01:56:13.3665026Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu PASSED [ 2%] 2022-11-23T01:56:13.3665358Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu PASSED [ 2%] 2022-11-23T01:56:13.3665669Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu PASSED [ 2%] 2022-11-23T01:56:13.3665991Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu PASSED [ 2%] 2022-11-23T01:56:13.3666314Z test_ops.py::TestCommonCPU::test_dtypes__refs_lerp_cpu PASSED [ 2%] 2022-11-23T01:56:13.3666656Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu PASSED [ 2%] 2022-11-23T01:56:13.3667012Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu PASSED [ 2%] 2022-11-23T01:56:13.3667349Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu PASSED [ 2%] 2022-11-23T01:56:13.3667664Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu PASSED [ 2%] 2022-11-23T01:56:13.3667996Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu PASSED [ 2%] 2022-11-23T01:56:13.3668325Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu PASSED [ 2%] 2022-11-23T01:56:13.3668648Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu PASSED [ 2%] 2022-11-23T01:56:13.3668979Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu PASSED [ 2%] 2022-11-23T01:56:13.3669359Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu PASSED [ 2%] 2022-11-23T01:56:13.3669690Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_copy_cpu PASSED [ 2%] 2022-11-23T01:56:13.3670078Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu PASSED [ 2%] 2022-11-23T01:56:13.3670416Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu PASSED [ 2%] 2022-11-23T01:56:13.3670749Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu PASSED [ 2%] 2022-11-23T01:56:13.3671077Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu PASSED [ 2%] 2022-11-23T01:56:13.3671410Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu PASSED [ 2%] 2022-11-23T01:56:13.3671759Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu PASSED [ 2%] 2022-11-23T01:56:13.3672110Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu PASSED [ 2%] 2022-11-23T01:56:13.3672474Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu PASSED [ 2%] 2022-11-23T01:56:13.3672888Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu PASSED [ 2%] 2022-11-23T01:56:13.3673248Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu PASSED [ 2%] 2022-11-23T01:56:13.3673614Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu PASSED [ 2%] 2022-11-23T01:56:13.3673991Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu PASSED [ 2%] 2022-11-23T01:56:13.3674371Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:56:13.3674748Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu PASSED [ 2%] 2022-11-23T01:56:13.3675154Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_nll_loss_cpu PASSED [ 2%] 2022-11-23T01:56:13.3675536Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu PASSED [ 2%] 2022-11-23T01:56:13.3675913Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu PASSED [ 2%] 2022-11-23T01:56:13.3676336Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 2%] 2022-11-23T01:56:13.3676725Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmin_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:56:13.3677145Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu PASSED [ 2%] 2022-11-23T01:56:13.3677517Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu PASSED [ 2%] 2022-11-23T01:56:13.3677891Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu PASSED [ 2%] 2022-11-23T01:56:13.3678245Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu PASSED [ 2%] 2022-11-23T01:56:13.3678582Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu PASSED [ 2%] 2022-11-23T01:56:13.3678912Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu PASSED [ 2%] 2022-11-23T01:56:13.3679235Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu PASSED [ 2%] 2022-11-23T01:56:13.3679572Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu PASSED [ 2%] 2022-11-23T01:56:13.3679897Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu PASSED [ 2%] 2022-11-23T01:56:13.3680226Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu PASSED [ 3%] 2022-11-23T01:56:13.3680552Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu PASSED [ 3%] 2022-11-23T01:56:13.3680875Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu PASSED [ 3%] 2022-11-23T01:56:13.3681217Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_with_dtype_cpu PASSED [ 3%] 2022-11-23T01:56:13.3681608Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu PASSED [ 3%] 2022-11-23T01:56:13.3681955Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu PASSED [ 3%] 2022-11-23T01:56:13.3682346Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_ndtr_cpu PASSED [ 3%] 2022-11-23T01:56:13.3682714Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_softmax_with_dtype_cpu PASSED [ 3%] 2022-11-23T01:56:13.3683079Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu PASSED [ 3%] 2022-11-23T01:56:13.3683451Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 3%] 2022-11-23T01:56:13.3683805Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtri_cpu PASSED [ 3%] 2022-11-23T01:56:13.3684161Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_softmax_with_dtype_cpu PASSED [ 3%] 2022-11-23T01:56:13.3684539Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu PASSED [ 3%] 2022-11-23T01:56:13.3684892Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu PASSED [ 3%] 2022-11-23T01:56:13.3685218Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu PASSED [ 3%] 2022-11-23T01:56:13.3685552Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu PASSED [ 3%] 2022-11-23T01:56:13.3685947Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu PASSED [ 3%] 2022-11-23T01:56:13.3686265Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu PASSED [ 3%] 2022-11-23T01:56:13.3686593Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu PASSED [ 3%] 2022-11-23T01:56:13.3686920Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu PASSED [ 3%] 2022-11-23T01:56:13.3687247Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu PASSED [ 3%] 2022-11-23T01:56:13.3687623Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu PASSED [ 3%] 2022-11-23T01:56:13.3687955Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu PASSED [ 3%] 2022-11-23T01:56:13.3688317Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu PASSED [ 3%] 2022-11-23T01:56:13.3688651Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu PASSED [ 3%] 2022-11-23T01:56:13.3688988Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu PASSED [ 3%] 2022-11-23T01:56:13.3689322Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu PASSED [ 3%] 2022-11-23T01:56:13.3689650Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu PASSED [ 3%] 2022-11-23T01:56:13.3690033Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu PASSED [ 3%] 2022-11-23T01:56:13.3690363Z test_ops.py::TestCommonCPU::test_dtypes__softmax_backward_data_cpu PASSED [ 3%] 2022-11-23T01:56:13.3690707Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu PASSED [ 3%] 2022-11-23T01:56:13.3691031Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu PASSED [ 3%] 2022-11-23T01:56:13.3691355Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu PASSED [ 3%] 2022-11-23T01:56:13.3691678Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu PASSED [ 3%] 2022-11-23T01:56:13.3691997Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu PASSED [ 3%] 2022-11-23T01:56:13.3692317Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu PASSED [ 3%] 2022-11-23T01:56:13.3692622Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu PASSED [ 3%] 2022-11-23T01:56:13.3692945Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu PASSED [ 3%] 2022-11-23T01:56:13.3693265Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu PASSED [ 3%] 2022-11-23T01:56:13.3693628Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu PASSED [ 3%] 2022-11-23T01:56:13.3693986Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu PASSED [ 3%] 2022-11-23T01:56:13.3694313Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu PASSED [ 3%] 2022-11-23T01:56:13.3694718Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu PASSED [ 3%] 2022-11-23T01:56:13.3695041Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu PASSED [ 3%] 2022-11-23T01:56:13.3695362Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu PASSED [ 3%] 2022-11-23T01:56:13.3695684Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu PASSED [ 3%] 2022-11-23T01:56:13.3696009Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu PASSED [ 3%] 2022-11-23T01:56:13.3696333Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu PASSED [ 3%] 2022-11-23T01:56:13.3696644Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu PASSED [ 3%] 2022-11-23T01:56:13.3696972Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu PASSED [ 3%] 2022-11-23T01:56:13.3697298Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu PASSED [ 3%] 2022-11-23T01:56:13.3697621Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu PASSED [ 3%] 2022-11-23T01:56:13.3697955Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu PASSED [ 3%] 2022-11-23T01:56:13.3698347Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu PASSED [ 3%] 2022-11-23T01:56:13.3698685Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu PASSED [ 3%] 2022-11-23T01:56:13.3699012Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu PASSED [ 3%] 2022-11-23T01:56:13.3699382Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu PASSED [ 3%] 2022-11-23T01:56:13.3699700Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu PASSED [ 3%] 2022-11-23T01:56:13.3700060Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu PASSED [ 3%] 2022-11-23T01:56:13.3700381Z test_ops.py::TestCommonCPU::test_dtypes_cdouble_cpu PASSED [ 3%] 2022-11-23T01:56:13.3700701Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu PASSED [ 3%] 2022-11-23T01:56:13.3701010Z test_ops.py::TestCommonCPU::test_dtypes_cfloat_cpu PASSED [ 3%] 2022-11-23T01:56:13.3701330Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu PASSED [ 3%] 2022-11-23T01:56:13.3701651Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu PASSED [ 3%] 2022-11-23T01:56:13.3701976Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu PASSED [ 3%] 2022-11-23T01:56:13.3702350Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu PASSED [ 3%] 2022-11-23T01:56:13.3702666Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu PASSED [ 3%] 2022-11-23T01:56:13.3702973Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu PASSED [ 3%] 2022-11-23T01:56:13.3703296Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu PASSED [ 3%] 2022-11-23T01:56:13.3703619Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu PASSED [ 3%] 2022-11-23T01:56:13.3703934Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu PASSED [ 3%] 2022-11-23T01:56:13.3704254Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu PASSED [ 3%] 2022-11-23T01:56:13.3704578Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu PASSED [ 3%] 2022-11-23T01:56:13.3704901Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu PASSED [ 3%] 2022-11-23T01:56:13.3705212Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu PASSED [ 3%] 2022-11-23T01:56:13.3705582Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu PASSED [ 3%] 2022-11-23T01:56:13.3705905Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu PASSED [ 3%] 2022-11-23T01:56:13.3706271Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu PASSED [ 3%] 2022-11-23T01:56:13.3706672Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu PASSED [ 3%] 2022-11-23T01:56:13.3707005Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu PASSED [ 3%] 2022-11-23T01:56:13.3707320Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu PASSED [ 3%] 2022-11-23T01:56:13.3707637Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu PASSED [ 3%] 2022-11-23T01:56:13.3707956Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu PASSED [ 3%] 2022-11-23T01:56:13.3708274Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu PASSED [ 3%] 2022-11-23T01:56:13.3708600Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu PASSED [ 3%] 2022-11-23T01:56:13.3708919Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu PASSED [ 3%] 2022-11-23T01:56:13.3709226Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu PASSED [ 3%] 2022-11-23T01:56:13.3709552Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu PASSED [ 3%] 2022-11-23T01:56:13.3709876Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu PASSED [ 3%] 2022-11-23T01:56:13.3710206Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu PASSED [ 3%] 2022-11-23T01:56:13.3711139Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu PASSED [ 3%] 2022-11-23T01:56:13.3711530Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu PASSED [ 3%] 2022-11-23T01:56:13.3711865Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu PASSED [ 3%] 2022-11-23T01:56:13.3712230Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu PASSED [ 3%] 2022-11-23T01:56:13.3712556Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu PASSED [ 3%] 2022-11-23T01:56:13.3712883Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu PASSED [ 3%] 2022-11-23T01:56:13.3713211Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu PASSED [ 3%] 2022-11-23T01:56:13.3713541Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu PASSED [ 3%] 2022-11-23T01:56:13.3713865Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu PASSED [ 3%] 2022-11-23T01:56:13.3714178Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu PASSED [ 3%] 2022-11-23T01:56:13.3714509Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu PASSED [ 3%] 2022-11-23T01:56:13.3714840Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu PASSED [ 3%] 2022-11-23T01:56:13.3715229Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu PASSED [ 3%] 2022-11-23T01:56:13.3715555Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu PASSED [ 3%] 2022-11-23T01:56:13.3715872Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu PASSED [ 3%] 2022-11-23T01:56:13.3716189Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu XFAIL [ 3%] 2022-11-23T01:56:13.3716506Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu PASSED [ 3%] 2022-11-23T01:56:13.3716823Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu PASSED [ 3%] 2022-11-23T01:56:13.3717123Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu PASSED [ 3%] 2022-11-23T01:56:13.3717489Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu PASSED [ 3%] 2022-11-23T01:56:13.3717818Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu PASSED [ 3%] 2022-11-23T01:56:13.3718181Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu PASSED [ 3%] 2022-11-23T01:56:13.3718507Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu PASSED [ 3%] 2022-11-23T01:56:13.3718830Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu PASSED [ 3%] 2022-11-23T01:56:13.3719137Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu PASSED [ 3%] 2022-11-23T01:56:13.3719455Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu PASSED [ 3%] 2022-11-23T01:56:13.3719773Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu PASSED [ 3%] 2022-11-23T01:56:13.3720096Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu PASSED [ 3%] 2022-11-23T01:56:13.3720417Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu PASSED [ 3%] 2022-11-23T01:56:13.3720741Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu PASSED [ 3%] 2022-11-23T01:56:13.3721051Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu PASSED [ 3%] 2022-11-23T01:56:13.3721376Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu PASSED [ 3%] 2022-11-23T01:56:13.3721695Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu PASSED [ 3%] 2022-11-23T01:56:13.3722069Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:56:13.3722479Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:56:13.3722878Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:56:13.3723229Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu PASSED [ 3%] 2022-11-23T01:56:13.3723647Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu PASSED [ 3%] 2022-11-23T01:56:13.3724021Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu PASSED [ 3%] 2022-11-23T01:56:13.3724342Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu PASSED [ 3%] 2022-11-23T01:56:13.3724662Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu PASSED [ 3%] 2022-11-23T01:56:13.3724987Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu PASSED [ 3%] 2022-11-23T01:56:13.3725325Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu PASSED [ 3%] 2022-11-23T01:56:13.3725648Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu PASSED [ 3%] 2022-11-23T01:56:13.3725979Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu PASSED [ 3%] 2022-11-23T01:56:13.3726315Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu PASSED [ 3%] 2022-11-23T01:56:13.3726654Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu PASSED [ 3%] 2022-11-23T01:56:13.3727006Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-11-23T01:56:13.3727356Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu PASSED [ 3%] 2022-11-23T01:56:13.3727749Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu PASSED [ 3%] 2022-11-23T01:56:13.3728073Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu PASSED [ 3%] 2022-11-23T01:56:13.3728410Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu PASSED [ 3%] 2022-11-23T01:56:13.3728768Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu PASSED [ 3%] 2022-11-23T01:56:13.3729121Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu PASSED [ 3%] 2022-11-23T01:56:13.3729528Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu PASSED [ 3%] 2022-11-23T01:56:13.3729888Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu PASSED [ 3%] 2022-11-23T01:56:13.3730256Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu PASSED [ 3%] 2022-11-23T01:56:13.3730683Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 3%] 2022-11-23T01:56:13.3731095Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu PASSED [ 3%] 2022-11-23T01:56:13.3731434Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu PASSED [ 3%] 2022-11-23T01:56:13.3731778Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu PASSED [ 4%] 2022-11-23T01:56:13.3732124Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu PASSED [ 4%] 2022-11-23T01:56:13.3732451Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu PASSED [ 4%] 2022-11-23T01:56:13.3732777Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu PASSED [ 4%] 2022-11-23T01:56:13.3733119Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu PASSED [ 4%] 2022-11-23T01:56:13.3733456Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu PASSED [ 4%] 2022-11-23T01:56:13.3733780Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu PASSED [ 4%] 2022-11-23T01:56:13.3734104Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu PASSED [ 4%] 2022-11-23T01:56:13.3734438Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_with_dtype_cpu PASSED [ 4%] 2022-11-23T01:56:13.3734882Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu PASSED [ 4%] 2022-11-23T01:56:13.3735214Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu PASSED [ 4%] 2022-11-23T01:56:13.3735589Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu PASSED [ 4%] 2022-11-23T01:56:13.3735920Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu PASSED [ 4%] 2022-11-23T01:56:13.3736367Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu PASSED [ 4%] 2022-11-23T01:56:13.3736700Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu PASSED [ 4%] 2022-11-23T01:56:13.3737028Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu PASSED [ 4%] 2022-11-23T01:56:13.3737345Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu PASSED [ 4%] 2022-11-23T01:56:13.3737672Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu PASSED [ 4%] 2022-11-23T01:56:13.3738008Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu PASSED [ 4%] 2022-11-23T01:56:13.3738344Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu PASSED [ 4%] 2022-11-23T01:56:13.3738680Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu PASSED [ 4%] 2022-11-23T01:56:13.3739019Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu PASSED [ 4%] 2022-11-23T01:56:13.3739341Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu PASSED [ 4%] 2022-11-23T01:56:13.3739673Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu PASSED [ 4%] 2022-11-23T01:56:13.3740028Z test_ops.py::TestCommonCPU::test_dtypes_max_pool2d_with_indices_backward_cpu PASSED [ 4%] 2022-11-23T01:56:13.3740444Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu PASSED [ 4%] 2022-11-23T01:56:13.3740792Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu PASSED [ 4%] 2022-11-23T01:56:13.3741132Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu PASSED [ 4%] 2022-11-23T01:56:13.3741491Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu PASSED [ 4%] 2022-11-23T01:56:13.3741832Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu PASSED [ 4%] 2022-11-23T01:56:13.3742214Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu PASSED [ 4%] 2022-11-23T01:56:13.3742538Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu PASSED [ 4%] 2022-11-23T01:56:13.3742860Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu PASSED [ 4%] 2022-11-23T01:56:13.3743177Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu PASSED [ 4%] 2022-11-23T01:56:13.3743497Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu PASSED [ 4%] 2022-11-23T01:56:13.3743807Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu PASSED [ 4%] 2022-11-23T01:56:13.3744133Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3744467Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu PASSED [ 4%] 2022-11-23T01:56:13.3744783Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu PASSED [ 4%] 2022-11-23T01:56:13.3745103Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu PASSED [ 4%] 2022-11-23T01:56:13.3745424Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu PASSED [ 4%] 2022-11-23T01:56:13.3745739Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu PASSED [ 4%] 2022-11-23T01:56:13.3746109Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu PASSED [ 4%] 2022-11-23T01:56:13.3746510Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3746894Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3747300Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3747662Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3748105Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-11-23T01:56:13.3748498Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu PASSED [ 4%] 2022-11-23T01:56:13.3748964Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 4%] 2022-11-23T01:56:13.3749366Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3749751Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3750130Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu PASSED [ 4%] 2022-11-23T01:56:13.3750495Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu PASSED [ 4%] 2022-11-23T01:56:13.3750889Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 4%] 2022-11-23T01:56:13.3751281Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3751665Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3752046Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3752406Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu PASSED [ 4%] 2022-11-23T01:56:13.3752758Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu PASSED [ 4%] 2022-11-23T01:56:13.3753166Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3753556Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu PASSED [ 4%] 2022-11-23T01:56:13.3753963Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu PASSED [ 4%] 2022-11-23T01:56:13.3754328Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3754695Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3755068Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu PASSED [ 4%] 2022-11-23T01:56:13.3755456Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu PASSED [ 4%] 2022-11-23T01:56:13.3755830Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3756168Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu PASSED [ 4%] 2022-11-23T01:56:13.3756540Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3756907Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3757262Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3757614Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3757973Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu PASSED [ 4%] 2022-11-23T01:56:13.3758327Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu PASSED [ 4%] 2022-11-23T01:56:13.3758715Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3759093Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3759494Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu PASSED [ 4%] 2022-11-23T01:56:13.3759870Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu PASSED [ 4%] 2022-11-23T01:56:13.3760290Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu PASSED [ 4%] 2022-11-23T01:56:13.3760651Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu PASSED [ 4%] 2022-11-23T01:56:13.3760980Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu PASSED [ 4%] 2022-11-23T01:56:13.3761333Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3761702Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu PASSED [ 4%] 2022-11-23T01:56:13.3762167Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 4%] 2022-11-23T01:56:13.3762546Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu PASSED [ 4%] 2022-11-23T01:56:13.3762881Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu PASSED [ 4%] 2022-11-23T01:56:13.3763227Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3763588Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_view_cpu PASSED [ 4%] 2022-11-23T01:56:13.3763923Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu PASSED [ 4%] 2022-11-23T01:56:13.3764274Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu PASSED [ 4%] 2022-11-23T01:56:13.3764647Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:56:13.3765009Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu PASSED [ 4%] 2022-11-23T01:56:13.3765386Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu PASSED [ 4%] 2022-11-23T01:56:13.3765697Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu PASSED [ 4%] 2022-11-23T01:56:13.3766057Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu PASSED [ 4%] 2022-11-23T01:56:13.3766447Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu PASSED [ 4%] 2022-11-23T01:56:13.3766777Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu PASSED [ 4%] 2022-11-23T01:56:13.3767110Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu PASSED [ 4%] 2022-11-23T01:56:13.3767433Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu PASSED [ 4%] 2022-11-23T01:56:13.3767745Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu PASSED [ 4%] 2022-11-23T01:56:13.3768080Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu PASSED [ 4%] 2022-11-23T01:56:13.3768405Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu PASSED [ 4%] 2022-11-23T01:56:13.3768742Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu PASSED [ 4%] 2022-11-23T01:56:13.3769078Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu PASSED [ 4%] 2022-11-23T01:56:13.3769404Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu XFAIL [ 4%] 2022-11-23T01:56:13.3769712Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu PASSED [ 4%] 2022-11-23T01:56:13.3770038Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu PASSED [ 4%] 2022-11-23T01:56:13.3770389Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:56:13.3770741Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu PASSED [ 4%] 2022-11-23T01:56:13.3771061Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu PASSED [ 4%] 2022-11-23T01:56:13.3771430Z test_ops.py::TestCommonCPU::test_dtypes_scalar_tensor_cpu PASSED [ 4%] 2022-11-23T01:56:13.3771767Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu PASSED [ 4%] 2022-11-23T01:56:13.3772135Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu PASSED [ 4%] 2022-11-23T01:56:13.3772486Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu PASSED [ 4%] 2022-11-23T01:56:13.3772816Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu PASSED [ 4%] 2022-11-23T01:56:13.3773143Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu PASSED [ 4%] 2022-11-23T01:56:13.3773461Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu PASSED [ 4%] 2022-11-23T01:56:13.3773784Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu PASSED [ 4%] 2022-11-23T01:56:13.3774101Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_cosine_cpu PASSED [ 4%] 2022-11-23T01:56:13.3774453Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_gaussian_cpu PASSED [ 4%] 2022-11-23T01:56:13.3774982Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_kaiser_cpu PASSED [ 4%] 2022-11-23T01:56:13.3775321Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu PASSED [ 4%] 2022-11-23T01:56:13.3775644Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu PASSED [ 4%] 2022-11-23T01:56:13.3775967Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu PASSED [ 4%] 2022-11-23T01:56:13.3776297Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu PASSED [ 4%] 2022-11-23T01:56:13.3776610Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu PASSED [ 4%] 2022-11-23T01:56:13.3776932Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu PASSED [ 4%] 2022-11-23T01:56:13.3777328Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu SKIPPED (PyTorch is built without MKL support) [ 4%] 2022-11-23T01:56:13.3777780Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu PASSED [ 4%] 2022-11-23T01:56:13.3778175Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu PASSED [ 4%] 2022-11-23T01:56:13.3778596Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu PASSED [ 4%] 2022-11-23T01:56:13.3779027Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:56:13.3779520Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu PASSED [ 4%] 2022-11-23T01:56:13.3779870Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu PASSED [ 4%] 2022-11-23T01:56:13.3780244Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu PASSED [ 4%] 2022-11-23T01:56:13.3780630Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu PASSED [ 4%] 2022-11-23T01:56:13.3780991Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu PASSED [ 4%] 2022-11-23T01:56:13.3781434Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:56:13.3781846Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu PASSED [ 4%] 2022-11-23T01:56:13.3782214Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu PASSED [ 4%] 2022-11-23T01:56:13.3782588Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu PASSED [ 4%] 2022-11-23T01:56:13.3782953Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu PASSED [ 4%] 2022-11-23T01:56:13.3783335Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu PASSED [ 4%] 2022-11-23T01:56:13.3783869Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:56:13.3784451Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:56:13.3784874Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu PASSED [ 4%] 2022-11-23T01:56:13.3785220Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu PASSED [ 4%] 2022-11-23T01:56:13.3785561Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu PASSED [ 4%] 2022-11-23T01:56:13.3785901Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu PASSED [ 5%] 2022-11-23T01:56:13.3786232Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu PASSED [ 5%] 2022-11-23T01:56:13.3786570Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu PASSED [ 5%] 2022-11-23T01:56:13.3786898Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu PASSED [ 5%] 2022-11-23T01:56:13.3787214Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu PASSED [ 5%] 2022-11-23T01:56:13.3787549Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu PASSED [ 5%] 2022-11-23T01:56:13.3787968Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu PASSED [ 5%] 2022-11-23T01:56:13.3788313Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu PASSED [ 5%] 2022-11-23T01:56:13.3788653Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu PASSED [ 5%] 2022-11-23T01:56:13.3788980Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu PASSED [ 5%] 2022-11-23T01:56:13.3789299Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu PASSED [ 5%] 2022-11-23T01:56:13.3789686Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu PASSED [ 5%] 2022-11-23T01:56:13.3790018Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu PASSED [ 5%] 2022-11-23T01:56:13.3790394Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu PASSED [ 5%] 2022-11-23T01:56:13.3790730Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu PASSED [ 5%] 2022-11-23T01:56:13.3791069Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu PASSED [ 5%] 2022-11-23T01:56:13.3791386Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu PASSED [ 5%] 2022-11-23T01:56:13.3791724Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu PASSED [ 5%] 2022-11-23T01:56:13.3792122Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu PASSED [ 5%] 2022-11-23T01:56:13.3792460Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu PASSED [ 5%] 2022-11-23T01:56:13.3792790Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu PASSED [ 5%] 2022-11-23T01:56:13.3793125Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu PASSED [ 5%] 2022-11-23T01:56:13.3793460Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu PASSED [ 5%] 2022-11-23T01:56:13.3793774Z test_ops.py::TestCommonCPU::test_dtypes_view_copy_cpu PASSED [ 5%] 2022-11-23T01:56:13.3794106Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu PASSED [ 5%] 2022-11-23T01:56:13.3794442Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu PASSED [ 5%] 2022-11-23T01:56:13.3794772Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu PASSED [ 5%] 2022-11-23T01:56:13.3795104Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu PASSED [ 5%] 2022-11-23T01:56:13.3795433Z test_ops.py::TestCommonCPU::test_errors_T_cpu PASSED [ 5%] 2022-11-23T01:56:13.3795785Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 5%] 2022-11-23T01:56:13.3796112Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 5%] 2022-11-23T01:56:13.3796484Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 5%] 2022-11-23T01:56:13.3796819Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 5%] 2022-11-23T01:56:13.3797144Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 5%] 2022-11-23T01:56:13.3797476Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 5%] 2022-11-23T01:56:13.3797784Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 5%] 2022-11-23T01:56:13.3798118Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 5%] 2022-11-23T01:56:13.3798459Z test_ops.py::TestCommonCPU::test_errors_as_strided_scatter_cpu PASSED [ 5%] 2022-11-23T01:56:13.3798802Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 5%] 2022-11-23T01:56:13.3799141Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 5%] 2022-11-23T01:56:13.3799477Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 5%] 2022-11-23T01:56:13.3799816Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 5%] 2022-11-23T01:56:13.3800137Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 5%] 2022-11-23T01:56:13.3800523Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 5%] 2022-11-23T01:56:13.3800864Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 5%] 2022-11-23T01:56:13.3801196Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 5%] 2022-11-23T01:56:13.3801528Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 5%] 2022-11-23T01:56:13.3801912Z test_ops.py::TestCommonCPU::test_errors_diagonal_copy_cpu PASSED [ 5%] 2022-11-23T01:56:13.3802233Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 5%] 2022-11-23T01:56:13.3802621Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 5%] 2022-11-23T01:56:13.3802959Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 5%] 2022-11-23T01:56:13.3803289Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 5%] 2022-11-23T01:56:13.3803617Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 5%] 2022-11-23T01:56:13.3803947Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 5%] 2022-11-23T01:56:13.3804264Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 5%] 2022-11-23T01:56:13.3804656Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 5%] 2022-11-23T01:56:13.3805065Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 5%] 2022-11-23T01:56:13.3805431Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 5%] 2022-11-23T01:56:13.3805803Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 5%] 2022-11-23T01:56:13.3806171Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 5%] 2022-11-23T01:56:13.3806539Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 5%] 2022-11-23T01:56:13.3806909Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3807312Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 5%] 2022-11-23T01:56:13.3807728Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 5%] 2022-11-23T01:56:13.3808122Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 5%] 2022-11-23T01:56:13.3808548Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 5%] 2022-11-23T01:56:13.3808945Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 5%] 2022-11-23T01:56:13.3809306Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 5%] 2022-11-23T01:56:13.3809682Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 5%] 2022-11-23T01:56:13.3810060Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 5%] 2022-11-23T01:56:13.3810438Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 5%] 2022-11-23T01:56:13.3810819Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 5%] 2022-11-23T01:56:13.3811186Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 5%] 2022-11-23T01:56:13.3811558Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 5%] 2022-11-23T01:56:13.3811884Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 5%] 2022-11-23T01:56:13.3812244Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 5%] 2022-11-23T01:56:13.3812609Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 5%] 2022-11-23T01:56:13.3812972Z test_ops.py::TestCommonCPU::test_errors_narrow_cpu PASSED [ 5%] 2022-11-23T01:56:13.3813338Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 5%] 2022-11-23T01:56:13.3813755Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 5%] 2022-11-23T01:56:13.3814189Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 5%] 2022-11-23T01:56:13.3814738Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 5%] 2022-11-23T01:56:13.3815146Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 5%] 2022-11-23T01:56:13.3815548Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 5%] 2022-11-23T01:56:13.3815957Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gaussian_nll_loss_cpu PASSED [ 5%] 2022-11-23T01:56:13.3816387Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 5%] 2022-11-23T01:56:13.3816765Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 5%] 2022-11-23T01:56:13.3817159Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 5%] 2022-11-23T01:56:13.3817560Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 5%] 2022-11-23T01:56:13.3817972Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 5%] 2022-11-23T01:56:13.3818371Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 5%] 2022-11-23T01:56:13.3818824Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 5%] 2022-11-23T01:56:13.3819208Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 5%] 2022-11-23T01:56:13.3819571Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 5%] 2022-11-23T01:56:13.3820034Z test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_loss_cpu PASSED [ 5%] 2022-11-23T01:56:13.3820441Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 5%] 2022-11-23T01:56:13.3820783Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 5%] 2022-11-23T01:56:13.3821120Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 5%] 2022-11-23T01:56:13.3821457Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 5%] 2022-11-23T01:56:13.3821770Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 5%] 2022-11-23T01:56:13.3822098Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 5%] 2022-11-23T01:56:13.3822434Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 5%] 2022-11-23T01:56:13.3822788Z test_ops.py::TestCommonCPU::test_errors_signal_windows_gaussian_cpu PASSED [ 5%] 2022-11-23T01:56:13.3823152Z test_ops.py::TestCommonCPU::test_errors_signal_windows_kaiser_cpu PASSED [ 5%] 2022-11-23T01:56:13.3823524Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 5%] 2022-11-23T01:56:13.3823917Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 5%] 2022-11-23T01:56:13.3824289Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 5%] 2022-11-23T01:56:13.3824698Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 5%] 2022-11-23T01:56:13.3825121Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 5%] 2022-11-23T01:56:13.3825623Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:56:13.3826237Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:56:13.3826747Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 5%] 2022-11-23T01:56:13.3827116Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 5%] 2022-11-23T01:56:13.3827444Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 5%] 2022-11-23T01:56:13.3827808Z test_ops.py::TestCommonCPU::test_errors_tril_cpu PASSED [ 5%] 2022-11-23T01:56:13.3828255Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 5%] 2022-11-23T01:56:13.3828648Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 5%] 2022-11-23T01:56:13.3829065Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3829509Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3829912Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3830368Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3830831Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3831276Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3831780Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3832236Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3832786Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3833235Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3833647Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3834096Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3834545Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3834995Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3835448Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3835888Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3836328Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3836727Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3837169Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3837612Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3838094Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3838618Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3839065Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3839510Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3839928Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3840372Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3840823Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3841280Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3841734Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3842271Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3842739Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3843146Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3843591Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:56:13.3844071Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3844559Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3844998Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3845436Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3845887Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3846307Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3846809Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3847264Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3847712Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3848161Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3848610Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3849064Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3849476Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3849975Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3850476Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3850930Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3851373Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3851809Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3852244Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3852642Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3853096Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3853571Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3854039Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3854500Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3855044Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3855502Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3856070Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3856542Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3857014Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3857477Z test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3857930Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3858372Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3858811Z test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3859250Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3859658Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3860097Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3861171Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3861686Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3862161Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3862668Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3863112Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3863520Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3863976Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3864428Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3864879Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3865324Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3865774Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3866235Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3866656Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3867101Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3867552Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3868066Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3868572Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3869038Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3869495Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3869941Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3870343Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3870869Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3871333Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3871785Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3872227Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3872669Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3873115Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3873524Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3874022Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3916630Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3917305Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3917709Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3918096Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3918475Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3918871Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3919260Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3919659Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3920050Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3920439Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3920836Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3921247Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3921672Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3922128Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3922565Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3922960Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3923357Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3923741Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3924144Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3924544Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3924936Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3925319Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3925785Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3926179Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3926559Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3926958Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3927354Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3927784Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3928186Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3928636Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3929032Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3929411Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3929854Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3930248Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3930648Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3931045Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3931447Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3931854Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3932232Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3932637Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3933033Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3933428Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3933869Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3934279Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3934829Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3935223Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3935624Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3936024Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3936426Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3936829Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3937226Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3937626Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3938071Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3938474Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3938873Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3939271Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3939669Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3940112Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3940545Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3940949Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3941343Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3941743Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3941999Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3942196Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3942386Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3942571Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3942756Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3942941Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3943133Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3943322Z test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3943519Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3943711Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3943898Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3944088Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3944282Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3944474Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3944674Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3944866Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3945043Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3945232Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3945424Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3945618Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3945859Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3946103Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3946305Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:56:13.3946543Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3946746Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3946939Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3947135Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3947323Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3947513Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3947704Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3947937Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3948128Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3948318Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3948509Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3948722Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3948941Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3949149Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3949351Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3949543Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3949724Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3949910Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3950093Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3950284Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3950474Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3950669Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3950883Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3951078Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3951279Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3951481Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3951746Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3952597Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3952813Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3953024Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3953235Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3953456Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3953659Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3953863Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3954073Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3954274Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3954502Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3954755Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3954966Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3955224Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 7%] 2022-11-23T01:56:13.3955421Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3955611Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3955816Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3956018Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3956226Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3956416Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3956608Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3956790Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3956987Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3957200Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3957393Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3957591Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3957833Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3958031Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3958224Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3958465Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3958715Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3958914Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3959111Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3959301Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3959487Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3959670Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3959848Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3960044Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3960220Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3960405Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3960646Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3960848Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3961053Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3961257Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3961454Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3961651Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3961859Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3962057Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3962252Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3962455Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3962657Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3962859Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3963056Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3963254Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3963447Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3963647Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3963882Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3964074Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3964271Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3964538Z test_ops.py::TestCommonCPU::test_multiple_devices_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3964796Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3965004Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3965184Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3965375Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3965566Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3965780Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3965992Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3966190Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3966383Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3966633Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3966840Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3967050Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3967255Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3967440Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3967624Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3967820Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3968010Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3968205Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3968394Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3968577Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3968779Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3968965Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3969172Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3969374Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3969574Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3969816Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3970003Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3970202Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3970439Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3970680Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3970885Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3971096Z test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3971301Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3971484Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3971669Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3971863Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3972067Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3972270Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3972462Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3972703Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3972903Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3973143Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3973372Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3973599Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3973817Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3974030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3974243Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3974451Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3974791Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3975019Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3975244Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3975472Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3975727Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3975944Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3976157Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3976406Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3976628Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3976926Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3977143Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3977361Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3977571Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3977802Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3978032Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:56:13.3978242Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3978454Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3978705Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3978927Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3979139Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3979353Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3979578Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3979799Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3980020Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3980254Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3980491Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3980700Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3980917Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3981134Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3981349Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3981570Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3981832Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3982048Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3982292Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3982509Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3982761Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3982971Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3983193Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3983404Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3983626Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3983842Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3984063Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3984306Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3984516Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3984788Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3984980Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3985169Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3985363Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3985556Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3985764Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3985953Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3986150Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3986340Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3986529Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3986727Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3986915Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3987112Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3987326Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3987525Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3987777Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:56:13.3987984Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:56:13.3988185Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:56:13.3988429Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:56:13.3988682Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:56:13.3988880Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3989075Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3989266Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3989457Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3989646Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3989833Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3990028Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3990221Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3990421Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3990654Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3990842Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3991039Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3991233Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3991425Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3991613Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3991822Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3992026Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3992214Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3992404Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3992597Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3992789Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3992986Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3993182Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3993378Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3993573Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3993814Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:56:13.3994004Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3994192Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3994428Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3994624Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3994869Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3995058Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3995268Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3995472Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3995673Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3995870Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3996070Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3996270Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3996476Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3996720Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3996918Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3997093Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3997293Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3997493Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3997682Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3997873Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3998063Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3998271Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_cosine_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3998489Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_exponential_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3998703Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_gaussian_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3998909Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_kaiser_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3999104Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3999297Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3999487Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3999717Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.3999920Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4000128Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4000373Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4000562Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4000816Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4001020Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4001224Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4001449Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4001670Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4001950Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4002221Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4002492Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4002724Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4002922Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4003118Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4003309Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4003532Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4003737Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4003952Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4004167Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4004383Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4004593Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4004793Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4005025Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4005253Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4005476Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4005702Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4005923Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4006205Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4006531Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4006814Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4007098Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4007373Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:56:13.4007574Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4007763Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4007968Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4008167Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4008367Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4008598Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4008791Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4008979Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4009168Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4009344Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4009533Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4009718Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4009909Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:56:13.4010093Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4010278Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4010474Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4010714Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4010904Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4011088Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4011317Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4011509Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4011693Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4011889Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4012086Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4012268Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4012515Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4012710Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4012905Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4013097Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4013285Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4013468Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4013665Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4013859Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4014068Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4014256Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4014487Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4014755Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4014948Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4015141Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4015331Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4015525Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4015728Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4015925Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4016136Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4016340Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4016534Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4016728Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4016919Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4017115Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4017304Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4017490Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4017692Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4017884Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4018064Z test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4018250Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4018441Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4018678Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4018873Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4019062Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4019245Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4019426Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4019621Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4019812Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4019989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4020165Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4020339Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4021083Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4021258Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4021431Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4021603Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4021770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4021934Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4022110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4022287Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4022453Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4022628Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4022808Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4022985Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4023167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4023348Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4023527Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4023707Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4023878Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4024065Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4024234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4024407Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4024579Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4024749Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4024930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4025149Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4025332Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4025510Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4025681Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4025852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4026022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4026198Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4026373Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4026548Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4026777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4026952Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4027183Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4027482Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4027661Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4027836Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4028013Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4028184Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4028359Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4028542Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4028716Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4028890Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4029060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4029234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4029396Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4029570Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4029742Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4029918Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4030090Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4030269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4030448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4030626Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4030804Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4030984Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4031155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4031331Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4031560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4031777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:56:13.4031952Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4032125Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4032296Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4032468Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4032664Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_with_dtype_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4032845Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4033011Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4033188Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4033420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4033598Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4033768Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4033938Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4034106Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4034286Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4034468Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4034645Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4034830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4035027Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4035269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4035558Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4035845Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4036108Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4036357Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4036609Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4036861Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4037126Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4037372Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4037672Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_native_dropout_backward_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4037930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4038216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T01:56:13.4038474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4038908Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4039244Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4039552Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4039838Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4040140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool PASSED [ 9%] 2022-11-23T01:56:13.4040448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4040712Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4041025Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4041351Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:56:13.4041775Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4042048Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4042356Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4042645Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4042938Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4043272Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4043601Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4043928Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4044240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4044530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4044858Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4045186Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4045501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4045810Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4046105Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4046411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4046692Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4047026Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4047370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4047749Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4048243Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:56:13.4048570Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4049118Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4049467Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4049765Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4050109Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4050422Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4050787Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4051096Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4051448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4051785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4052154Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4052660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4053159Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:56:13.4053688Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:56:13.4054057Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4054391Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4054849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4055160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4055470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4055772Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4056077Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4056371Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4056667Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4056951Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4057247Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4057571Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4057965Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4058280Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4058573Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4058892Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4059247Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4059566Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4060711Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4061100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4061420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4061757Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool PASSED [ 10%] 2022-11-23T01:56:13.4062138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4062483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4062830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4063163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4063543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4063911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4064417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4064788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4065148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4065498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 10%] 2022-11-23T01:56:13.4065891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4066251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4066587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4066952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4067379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__softmax_backward_data_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4067766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4068092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4068433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4068790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4069154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4069527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4069911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4070287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4070658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4071014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4071364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4071890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4072265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4072658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4072998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4073359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4073741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4074118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4074462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4074798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4075346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4075739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4076108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4076463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4076804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4077168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4077500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4077878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4078234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4078595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4078949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4079339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4079720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4080080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4080459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4080847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4081230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4081641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T01:56:13.4082039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T01:56:13.4082598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4082983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4083381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4083731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4084079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4084432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4084790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4085180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4085563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4086061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4086411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4086794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4087192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4087558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4087952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4088319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4088658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4089020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4089379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4089751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4090139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4090489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4090853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4091234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4091589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4091963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4092337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4092692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4093227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4093630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4094009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4094393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4094897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4095249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4095604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:56:13.4095969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4096316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4096841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4097174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4097524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4097913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4098310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4098683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4099049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4099431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4099789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4100151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4100490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4100878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4101268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4101647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4102008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4102373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4102731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4103081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4103425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4103954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4104361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4104757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4105121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4105505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4105870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4106227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4106596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4106976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4107485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4107828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4108180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4108518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4108902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4109274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4109610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4109975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4110350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4110694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4111056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4111418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4111780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4112126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4112554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4112979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4113339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4113689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4114044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4114649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4115069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4115416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4115795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4116192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4116558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4116912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4117298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4117654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4118159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4118552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4118934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4119288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4119657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4120036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4120400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4120763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4121111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4121475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4121853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4122192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:56:13.4122508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:56:13.4122870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:56:13.4123217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4123578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4123914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4124306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4124681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4125021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4125546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4125897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4126270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4126607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4126975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4127325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:56:13.4127649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:56:13.4127986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:56:13.4128358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4128724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4129234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4129597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4129978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4130342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4130701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4131091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4131471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4131805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4132153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4132527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4132895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4133275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4133683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4134070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4134440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4134934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4135290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4135639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4136008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4136557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4136924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4137283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4137681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4138086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4138446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4138818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4139188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4139561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4140092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4140481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4140864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4141241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4141628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4142035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4142391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4142769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4143154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4143515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4143868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4144227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4144607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4144964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4145306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4145647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4146035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4146410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4146774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4147321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4147710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4148050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4148399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4148752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4149115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4149522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4149934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_grid_sampler_2d_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4150311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4150827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4151154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4151495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4151858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4152239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:56:13.4152633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4153005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4153381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4153741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4154124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4154465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4154813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4155153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4155509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4155887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4156232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4156590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4156986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4157366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4157704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4158227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4158621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4158989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4159339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4159729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4160111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4160473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4160843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4161189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4161768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4162197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4162647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4163096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4163484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4163834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4164210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4164594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4164960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4165349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4165732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4166098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4166465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4166800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4167142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4167480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4167834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4168218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4168729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4169136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4169526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4169918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4170321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 12%] 2022-11-23T01:56:13.4170675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4171085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4171488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4171878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4172408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4172771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4173189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4173595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4173986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4174372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4174901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4175251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4175611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4175963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4176334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4176751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4177127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4177538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4177950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4178332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4178657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 12%] 2022-11-23T01:56:13.4179097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4179718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4180111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4180496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4180873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4181280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4181672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4182051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4182427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4182783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4184335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4184730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4185153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4185526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4185897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4186271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4186682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4187082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4187493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4187860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4188227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4188584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4188954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4189327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4189694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4190050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4190397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4190773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4191365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4191742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4192100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4192495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4192883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4193266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4193611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4193962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4194340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4194878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4195253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4195609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4195993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4196342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4196683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4197018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4197364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4197722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4198077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4198417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4198801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4199197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4199544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4199876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4200269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4200663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4201071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4201438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4201988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4202395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4202782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4203169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4203559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4203909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4204317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4204720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4205099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4205609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4205991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4206399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4206767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4207137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4207528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4207959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4208384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4208777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4209142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4209507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4209847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4210276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4210700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4211100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4211452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4211869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:56:13.4212286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4212832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4213202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4213577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4213966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4214355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4214794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4215138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4215548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4215958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4216324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4216887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4217285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4217640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4217969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4218306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4218663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4219045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4219431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4219781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4220171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4220550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4220922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4221333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4221693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4222124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4222490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4222835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:56:13.4223272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T01:56:13.4223867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T01:56:13.4224303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T01:56:13.4224682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4225046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4225407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4225785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4226247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4226680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4227070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4227684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4228123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4228498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4228872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4229284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4229728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4230169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4230594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4230989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4231393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4231828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4232246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4232668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4233074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4233521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4233991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4234475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4235755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4236253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4236722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4237143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4237526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4237888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4238298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4238728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4239359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4239757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4240159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4240597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4241002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4241396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4241819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4242215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4242587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4243004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4243401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4243805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4244195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4244558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4244962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4245374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4245998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4246463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4246903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4247318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4247692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4248117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4248523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4248918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4249305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4249834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4250252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4250651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4251069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4251513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4251955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4252401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4252804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4253199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4253580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4253986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4254392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4254932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4255344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4255725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4256122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4256689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4257105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4257494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4257994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4258457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4258807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4259168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4259536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4259889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4260418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4260799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4261193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4261547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4261884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4262246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4262593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4262964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4263315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4263739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4264189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4264581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:56:13.4264927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:56:13.4265302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:56:13.4265672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4266022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4266371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4266753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4267131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4267659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4268017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4268352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4268715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4269068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4269413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4269840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4270265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:56:13.4270638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_int64 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:56:13.4271174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4271540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:56:13.4271897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4272254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4272618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4273014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4273373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4273723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4274078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:56:13.4274426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4274828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4275209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4275631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4276009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4276433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4276777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4277146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4277518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4277885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4278413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4278815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4279200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4279545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4279894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4280244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4280625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4280993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:56:13.4281347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4281933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4282320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_complex64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:56:13.4282690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:56:13.4283086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4283423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4283786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4284154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4284561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4284932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4285299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4285710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4286115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4286479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4286844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4287244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4287654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4288039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4288458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4288843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4289357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4289742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4290121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4290458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4290816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4291185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4291538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4291896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4292246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4292779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_cosine_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:56:13.4293154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_exponential_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:56:13.4293487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4293886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4294282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4294725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4295100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4295512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4295875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4296236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:56:13.4296633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4297023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4297385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4297772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4298154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4298561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4299024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4299593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4300288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4300655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4301094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4301536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4301936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4302330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4302731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4303101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4303575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4304189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4304602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4305038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4305463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4305935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4306357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4306681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4307020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4307457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4307891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4308333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4308846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4309356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4309831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4310268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:56:13.4310804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4311212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4311633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4311982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4312417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4312816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4313160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4313508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4313892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4314416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4314764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4315150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4315538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4315911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4316273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4316628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4316985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4317366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4317784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4318224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4318621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4318986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4319305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4319631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4320005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4320397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4320778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4321155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4321686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4322058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4322410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4322755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4323089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4323425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4323853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4324193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4324552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4324914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4325448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4325834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4326175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4326529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4326922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4327323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4327704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4328040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4328392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4328751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4329122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4329492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4329911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4330321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4330708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4331051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4331387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4331722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4332071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4332607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4332946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4333331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:56:13.4333723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4334074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4334418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4334894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4335296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4335725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4336225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4336615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4336954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4337307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4337666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4338019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4338365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4338745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4339068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4339436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4339829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4340214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:56:13.4340489Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4340780Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4341068Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4341366Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4341658Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4341968Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4342264Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4342577Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4342872Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4343339Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4343640Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4343932Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4344194Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4344443Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 XFAIL [ 15%] 2022-11-23T01:56:13.4344707Z test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4344963Z test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4345228Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4345525Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4345794Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4346078Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4346334Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4346754Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4347028Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4347314Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4347766Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:56:13.4348138Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:56:13.4348531Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:56:13.4348832Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4349127Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4349464Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4349807Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4350107Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4350409Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4350724Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4351064Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_complex128 XFAIL [ 15%] 2022-11-23T01:56:13.4351413Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_int64 XFAIL [ 15%] 2022-11-23T01:56:13.4351762Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_complex128 XFAIL [ 15%] 2022-11-23T01:56:13.4352103Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_int64 XFAIL [ 15%] 2022-11-23T01:56:13.4352405Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4352732Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4353029Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4353310Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4353626Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4354164Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4354510Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4354804Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4355077Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4355347Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4355636Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4355927Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4356208Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4356443Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4356720Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4357000Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4357316Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4358569Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4358838Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4359103Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4359377Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4359663Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4360004Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4360286Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4360607Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4360897Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4361153Z test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_float64 PASSED [ 15%] 2022-11-23T01:56:13.4361430Z test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4361722Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 PASSED [ 15%] 2022-11-23T01:56:13.4361989Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4362260Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4362488Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4362732Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4363014Z test_ops.py::TestCommonCPU::test_out__refs_T_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4363322Z test_ops.py::TestCommonCPU::test_out__refs__conversions_byte_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4363633Z test_ops.py::TestCommonCPU::test_out__refs__conversions_char_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4363929Z test_ops.py::TestCommonCPU::test_out__refs__conversions_complex_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4364235Z test_ops.py::TestCommonCPU::test_out__refs__conversions_double_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4364514Z test_ops.py::TestCommonCPU::test_out__refs__conversions_float_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4364816Z test_ops.py::TestCommonCPU::test_out__refs__conversions_long_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4365138Z test_ops.py::TestCommonCPU::test_out__refs__conversions_short_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4365425Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4365928Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4366208Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4366504Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4366761Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4367016Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4367259Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4367536Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4367789Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4368061Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4368339Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4368607Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-11-23T01:56:13.4368893Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4369341Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4369627Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4369922Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4370194Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4370478Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4370747Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4371036Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4371323Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4371613Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4371950Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4372231Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_copy_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4372526Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4372879Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T01:56:13.4373139Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4373421Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4373710Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4373989Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4374269Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4374631Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4374918Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4375176Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4375429Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4375702Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4375952Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4376206Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4376643Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4376937Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4377188Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4377458Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4377739Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4378072Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4378323Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4378609Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4378867Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4379132Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4379405Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4379856Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4380145Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4380426Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4380691Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-11-23T01:56:13.4380958Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4381223Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4381522Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4381827Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4382093Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4382362Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4382644Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4382934Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4383173Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4383464Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4383815Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4384138Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4384472Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4384770Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4385040Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4385326Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4385638Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4385915Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4386175Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4386447Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4386752Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_alpha_dropout_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4387256Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_group_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4387601Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4387939Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4388247Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4388535Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4388830Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4389098Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4389423Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4389735Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4390125Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4390440Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4390892Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4391160Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4391415Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4391698Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4391985Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4392273Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4392577Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4392862Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4393126Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4393381Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4393627Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4393883Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4394148Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4394426Z test_ops.py::TestCommonCPU::test_out__refs_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4394720Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4395008Z test_ops.py::TestCommonCPU::test_out__refs_special_entr_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4395290Z test_ops.py::TestCommonCPU::test_out__refs_special_erfcx_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4395546Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4395833Z test_ops.py::TestCommonCPU::test_out__refs_special_log_ndtr_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4396189Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4396509Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4396893Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4397161Z test_ops.py::TestCommonCPU::test_out__refs_special_ndtri_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4397471Z test_ops.py::TestCommonCPU::test_out__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4397945Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4398233Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4398516Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4398801Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4399046Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4399325Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4399608Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4399908Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4400168Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4400438Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4400696Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4400963Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 16%] 2022-11-23T01:56:13.4401386Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4401654Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4401918Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4402259Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4402505Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4402810Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4403088Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4403366Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4403644Z test_ops.py::TestCommonCPU::test_out__refs_xlogy_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4403924Z test_ops.py::TestCommonCPU::test_out__softmax_backward_data_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4404174Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4404444Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4404709Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4404978Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4405204Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4405461Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4405706Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4405968Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4406255Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4406537Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4406809Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4407086Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4407333Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4407597Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4407839Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4409315Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 16%] 2022-11-23T01:56:13.4409668Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 16%] 2022-11-23T01:56:13.4409950Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 16%] 2022-11-23T01:56:13.4410247Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 16%] 2022-11-23T01:56:13.4410498Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 16%] 2022-11-23T01:56:13.4410769Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 16%] 2022-11-23T01:56:13.4411035Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4411296Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4411590Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4411849Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4412123Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4412371Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-11-23T01:56:13.4412811Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4413093Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4413368Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4413636Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4413889Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4414200Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4414444Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4414831Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4415131Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4415386Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4415648Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4415893Z test_ops.py::TestCommonCPU::test_out_diagonal_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4416139Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4416431Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4416702Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4416991Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4417268Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4417534Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4417802Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4418068Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4418321Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4418585Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4418843Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4419282Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-11-23T01:56:13.4419558Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4419994Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4420314Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4420579Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4420859Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4421138Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4421383Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4421641Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4421896Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4422156Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4422421Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-11-23T01:56:13.4422691Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-11-23T01:56:13.4422968Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4423371Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4423641Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4423898Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4424164Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4424411Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4424665Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4424915Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-11-23T01:56:13.4425194Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4425471Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4425756Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4426026Z test_ops.py::TestCommonCPU::test_out_grid_sampler_2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4426310Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4426567Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4426861Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4427120Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4427557Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 17%] 2022-11-23T01:56:13.4427819Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4428065Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4428333Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4428604Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 17%] 2022-11-23T01:56:13.4428875Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4429149Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4429396Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4448764Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4449324Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4449635Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4449901Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4450230Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4450486Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4450788Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4451083Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4451356Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4451633Z test_ops.py::TestCommonCPU::test_out_istft_cpu_complex64 PASSED [ 17%] 2022-11-23T01:56:13.4451980Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:56:13.4452299Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:56:13.4452644Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:56:13.4453084Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4453352Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4453603Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4453867Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4454150Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4454421Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4454810Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4455090Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 17%] 2022-11-23T01:56:13.4455376Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4455693Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4455953Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4456282Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4456565Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4456887Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4457167Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4457445Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4457731Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4458011Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4458465Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 17%] 2022-11-23T01:56:13.4458757Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4459010Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4459288Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4459557Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4459861Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4460325Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4460603Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4460914Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4461201Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4461477Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4461742Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4461997Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4462327Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4462592Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4462894Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4463191Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4463477Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4463904Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4464176Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4464444Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 17%] 2022-11-23T01:56:13.4464732Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4464970Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4465207Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4465462Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4465716Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4465988Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4466275Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4466557Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4466838Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4467123Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4467407Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4467688Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4467955Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4468280Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4468559Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4468847Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4469086Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4469367Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4469639Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4469893Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4470167Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4470408Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4470862Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:56:13.4471191Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4471475Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4471762Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4472071Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4472384Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4472733Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4473064Z test_ops.py::TestCommonCPU::test_out_nn_functional_alpha_dropout_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4473370Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4473668Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4473979Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4474493Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4474842Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4475147Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4475460Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4475734Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4476038Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4476357Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4476686Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4477014Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4477393Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4477744Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4478029Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4478295Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4478602Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4478898Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4479238Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4479582Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4479890Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4480279Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4480588Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4480948Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4481262Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4481551Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4482011Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4482282Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4482606Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4482961Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4483230Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4483512Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4483811Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4484136Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4484445Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4484766Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4485038Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4485463Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4485761Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4486157Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-11-23T01:56:13.4486489Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4486831Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4487132Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4487421Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4487716Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4488088Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4488376Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4488659Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4488933Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4489244Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4489545Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4489814Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_view_cpu_float32 PASSED [ 17%] 2022-11-23T01:56:13.4490070Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4490311Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4490564Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4490877Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:56:13.4491135Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4491397Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4491681Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4491929Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4492249Z test_ops.py::TestCommonCPU::test_out_randint_cpu_float32 XFAIL [ 18%] 2022-11-23T01:56:13.4492692Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 18%] 2022-11-23T01:56:13.4493008Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4493257Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4493495Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4493747Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4494028Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4494321Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4494698Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4494984Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4495263Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4495529Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4495798Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4496253Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:56:13.4496513Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4496772Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4497048Z test_ops.py::TestCommonCPU::test_out_scalar_tensor_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4497313Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4497597Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4497894Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4498148Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4498491Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4498796Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4499099Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4499377Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4499620Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4499906Z test_ops.py::TestCommonCPU::test_out_signal_windows_cosine_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4500209Z test_ops.py::TestCommonCPU::test_out_signal_windows_kaiser_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4500487Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4500764Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4501012Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4501291Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4501597Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:56:13.4501868Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4502172Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4502474Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4502772Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4503299Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4503741Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:56:13.4504025Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4504338Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4504592Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4505085Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:56:13.4505376Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4505666Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4505947Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4506257Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4506918Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:56:13.4507383Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:56:13.4507679Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4507951Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4508245Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4508527Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4508820Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4509096Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4509351Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4509596Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4509842Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4510096Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4510427Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4510699Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4510990Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4511270Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4511552Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4511814Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4512087Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4512358Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-11-23T01:56:13.4512605Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4512839Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4513084Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4513333Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4513762Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4514043Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4514326Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-11-23T01:56:13.4514573Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4514838Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4515125Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-11-23T01:56:13.4515398Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-11-23T01:56:13.4515649Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-11-23T01:56:13.4515887Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-11-23T01:56:13.4516136Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-11-23T01:56:13.4516452Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-11-23T01:56:13.4516735Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-11-23T01:56:13.4517202Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-11-23T01:56:13.4517484Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-11-23T01:56:13.4517751Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-11-23T01:56:13.4518053Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bfloat16_cpu PASSED [ 18%] 2022-11-23T01:56:13.4518349Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_byte_cpu PASSED [ 18%] 2022-11-23T01:56:13.4518638Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cfloat_cpu PASSED [ 18%] 2022-11-23T01:56:13.4518945Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_chalf_cpu PASSED [ 18%] 2022-11-23T01:56:13.4519251Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_double_cpu PASSED [ 18%] 2022-11-23T01:56:13.4519563Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_float_cpu PASSED [ 18%] 2022-11-23T01:56:13.4519862Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_int_cpu PASSED [ 18%] 2022-11-23T01:56:13.4520162Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_long_cpu PASSED [ 18%] 2022-11-23T01:56:13.4520422Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-11-23T01:56:13.4520693Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-11-23T01:56:13.4521159Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 18%] 2022-11-23T01:56:13.4521420Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-11-23T01:56:13.4521708Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-11-23T01:56:13.4521958Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-11-23T01:56:13.4522228Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-11-23T01:56:13.4522583Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-11-23T01:56:13.4522880Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-11-23T01:56:13.4523197Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-11-23T01:56:13.4523456Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-11-23T01:56:13.4523728Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-11-23T01:56:13.4523985Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-11-23T01:56:13.4524438Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-11-23T01:56:13.4524731Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-11-23T01:56:13.4525032Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-11-23T01:56:13.4525324Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-11-23T01:56:13.4525596Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_cpu PASSED [ 18%] 2022-11-23T01:56:13.4525868Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-11-23T01:56:13.4526128Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-11-23T01:56:13.4526424Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_scatter_cpu PASSED [ 18%] 2022-11-23T01:56:13.4526659Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-11-23T01:56:13.4526976Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-11-23T01:56:13.4527277Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-11-23T01:56:13.4527557Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-11-23T01:56:13.4528062Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-11-23T01:56:13.4528381Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-11-23T01:56:13.4528660Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-11-23T01:56:13.4528991Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-11-23T01:56:13.4529285Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-11-23T01:56:13.4529571Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-11-23T01:56:13.4529839Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-11-23T01:56:13.4530103Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-11-23T01:56:13.4530370Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-11-23T01:56:13.4530663Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-11-23T01:56:13.4530962Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-11-23T01:56:13.4531259Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-11-23T01:56:13.4531533Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-11-23T01:56:13.4531787Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-11-23T01:56:13.4532022Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-11-23T01:56:13.4532281Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-11-23T01:56:13.4532561Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-11-23T01:56:13.4532844Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-11-23T01:56:13.4533135Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-11-23T01:56:13.4533414Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-11-23T01:56:13.4533688Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-11-23T01:56:13.4533955Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-11-23T01:56:13.4534239Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-11-23T01:56:13.4534639Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 19%] 2022-11-23T01:56:13.4534903Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 19%] 2022-11-23T01:56:13.4535358Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 19%] 2022-11-23T01:56:13.4535615Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 19%] 2022-11-23T01:56:13.4535880Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 19%] 2022-11-23T01:56:13.4536142Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 19%] 2022-11-23T01:56:13.4536443Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 19%] 2022-11-23T01:56:13.4536712Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 19%] 2022-11-23T01:56:13.4536961Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 19%] 2022-11-23T01:56:13.4537227Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 19%] 2022-11-23T01:56:13.4537515Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 19%] 2022-11-23T01:56:13.4537804Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 19%] 2022-11-23T01:56:13.4538083Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 19%] 2022-11-23T01:56:13.4538361Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 19%] 2022-11-23T01:56:13.4538788Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 19%] 2022-11-23T01:56:13.4539116Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:56:13.4539421Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 19%] 2022-11-23T01:56:13.4539709Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 19%] 2022-11-23T01:56:13.4539994Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 19%] 2022-11-23T01:56:13.4540257Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 19%] 2022-11-23T01:56:13.4540593Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 19%] 2022-11-23T01:56:13.4540854Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 19%] 2022-11-23T01:56:13.4541167Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 19%] 2022-11-23T01:56:13.4541484Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 19%] 2022-11-23T01:56:13.4541754Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 19%] 2022-11-23T01:56:13.4542031Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 19%] 2022-11-23T01:56:13.4542303Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 19%] 2022-11-23T01:56:13.4542561Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 19%] 2022-11-23T01:56:13.4542837Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 19%] 2022-11-23T01:56:13.4543144Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 19%] 2022-11-23T01:56:13.4543462Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 19%] 2022-11-23T01:56:13.4543771Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 19%] 2022-11-23T01:56:13.4544103Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_group_norm_cpu PASSED [ 19%] 2022-11-23T01:56:13.4544402Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 19%] 2022-11-23T01:56:13.4544728Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 19%] 2022-11-23T01:56:13.4545048Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 19%] 2022-11-23T01:56:13.4545402Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 19%] 2022-11-23T01:56:13.4545690Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 19%] 2022-11-23T01:56:13.4546175Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_nll_loss_cpu PASSED [ 19%] 2022-11-23T01:56:13.4546582Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 19%] 2022-11-23T01:56:13.4546917Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 19%] 2022-11-23T01:56:13.4547273Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 19%] 2022-11-23T01:56:13.4547607Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 19%] 2022-11-23T01:56:13.4547953Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 19%] 2022-11-23T01:56:13.4548221Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 19%] 2022-11-23T01:56:13.4548481Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 19%] 2022-11-23T01:56:13.4548748Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 19%] 2022-11-23T01:56:13.4548996Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 19%] 2022-11-23T01:56:13.4549274Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 19%] 2022-11-23T01:56:13.4550590Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 19%] 2022-11-23T01:56:13.4550859Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 19%] 2022-11-23T01:56:13.4551126Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 19%] 2022-11-23T01:56:13.4551420Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 19%] 2022-11-23T01:56:13.4551716Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 19%] 2022-11-23T01:56:13.4552005Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 19%] 2022-11-23T01:56:13.4552299Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 19%] 2022-11-23T01:56:13.4552637Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 19%] 2022-11-23T01:56:13.4552903Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 19%] 2022-11-23T01:56:13.4553225Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:56:13.4553504Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 19%] 2022-11-23T01:56:13.4553775Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_entr_cpu PASSED [ 19%] 2022-11-23T01:56:13.4554047Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 19%] 2022-11-23T01:56:13.4554393Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 19%] 2022-11-23T01:56:13.4554726Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 19%] 2022-11-23T01:56:13.4554994Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 19%] 2022-11-23T01:56:13.4555257Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 19%] 2022-11-23T01:56:13.4555528Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 19%] 2022-11-23T01:56:13.4555791Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-11-23T01:56:13.4556060Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-11-23T01:56:13.4556333Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-11-23T01:56:13.4556610Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-11-23T01:56:13.4556876Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-11-23T01:56:13.4557144Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-11-23T01:56:13.4557401Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_cpu PASSED [ 19%] 2022-11-23T01:56:13.4557835Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-11-23T01:56:13.4558123Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-11-23T01:56:13.4558474Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-11-23T01:56:13.4558733Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-11-23T01:56:13.4558971Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-11-23T01:56:13.4559283Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-11-23T01:56:13.4559566Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-11-23T01:56:13.4559868Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-11-23T01:56:13.4560104Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-11-23T01:56:13.4560356Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-11-23T01:56:13.4560614Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-11-23T01:56:13.4561751Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-11-23T01:56:13.4562019Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-11-23T01:56:13.4562266Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-11-23T01:56:13.4562513Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-11-23T01:56:13.4562779Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-11-23T01:56:13.4563062Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-11-23T01:56:13.4563360Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-11-23T01:56:13.4563633Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-11-23T01:56:13.4563883Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-11-23T01:56:13.4564153Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-11-23T01:56:13.4564429Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-11-23T01:56:13.4564711Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-11-23T01:56:13.4564968Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-11-23T01:56:13.4565223Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-11-23T01:56:13.4565491Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-11-23T01:56:13.4565734Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-11-23T01:56:13.4566032Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-11-23T01:56:13.4566317Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-11-23T01:56:13.4566589Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-11-23T01:56:13.4566853Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-11-23T01:56:13.4567116Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-11-23T01:56:13.4567383Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-11-23T01:56:13.4567634Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-11-23T01:56:13.4567897Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-11-23T01:56:13.4568177Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-11-23T01:56:13.4568446Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-11-23T01:56:13.4568891Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-11-23T01:56:13.4569169Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-11-23T01:56:13.4569517Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-11-23T01:56:13.4569786Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-11-23T01:56:13.4570098Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-11-23T01:56:13.4570341Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-11-23T01:56:13.4570580Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-11-23T01:56:13.4570897Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-11-23T01:56:13.4571166Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-11-23T01:56:13.4571455Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_copy_cpu PASSED [ 19%] 2022-11-23T01:56:13.4571714Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-11-23T01:56:13.4571984Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-11-23T01:56:13.4572413Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-11-23T01:56:13.4572681Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-11-23T01:56:13.4572965Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-11-23T01:56:13.4573333Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-11-23T01:56:13.4573595Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-11-23T01:56:13.4573840Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-11-23T01:56:13.4574096Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-11-23T01:56:13.4574330Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-11-23T01:56:13.4574703Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-11-23T01:56:13.4574946Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-11-23T01:56:13.4575168Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-11-23T01:56:13.4575431Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-11-23T01:56:13.4575658Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-11-23T01:56:13.4575888Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-11-23T01:56:13.4576172Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-11-23T01:56:13.4576445Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-11-23T01:56:13.4576717Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-11-23T01:56:13.4576998Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-11-23T01:56:13.4577261Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-11-23T01:56:13.4577491Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-11-23T01:56:13.4577727Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-11-23T01:56:13.4577959Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-11-23T01:56:13.4578202Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-11-23T01:56:13.4578425Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-11-23T01:56:13.4578645Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-11-23T01:56:13.4579037Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-11-23T01:56:13.4579275Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 20%] 2022-11-23T01:56:13.4579537Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 20%] 2022-11-23T01:56:13.4579779Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 20%] 2022-11-23T01:56:13.4580014Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 20%] 2022-11-23T01:56:13.4580232Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 20%] 2022-11-23T01:56:13.4580483Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 20%] 2022-11-23T01:56:13.4580714Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 20%] 2022-11-23T01:56:13.4580947Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 20%] 2022-11-23T01:56:13.4581190Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 20%] 2022-11-23T01:56:13.4581422Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 20%] 2022-11-23T01:56:13.4581658Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 20%] 2022-11-23T01:56:13.4582054Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 20%] 2022-11-23T01:56:13.4582278Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 20%] 2022-11-23T01:56:13.4582501Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 20%] 2022-11-23T01:56:13.4582750Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 20%] 2022-11-23T01:56:13.4583027Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 20%] 2022-11-23T01:56:13.4583365Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:56:13.4583685Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:56:13.4584047Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:56:13.4584307Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 20%] 2022-11-23T01:56:13.4584567Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 20%] 2022-11-23T01:56:13.4584826Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 20%] 2022-11-23T01:56:13.4585093Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 20%] 2022-11-23T01:56:13.4585376Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 20%] 2022-11-23T01:56:13.4585727Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 20%] 2022-11-23T01:56:13.4586081Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 20%] 2022-11-23T01:56:13.4586348Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 20%] 2022-11-23T01:56:13.4586601Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 20%] 2022-11-23T01:56:13.4586836Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 20%] 2022-11-23T01:56:13.4587073Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 20%] 2022-11-23T01:56:13.4587326Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 20%] 2022-11-23T01:56:13.4587613Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 20%] 2022-11-23T01:56:13.4587878Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 20%] 2022-11-23T01:56:13.4588141Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 20%] 2022-11-23T01:56:13.4588656Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 20%] 2022-11-23T01:56:13.4588907Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 20%] 2022-11-23T01:56:13.4589147Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 20%] 2022-11-23T01:56:13.4589388Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 20%] 2022-11-23T01:56:13.4589652Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 20%] 2022-11-23T01:56:13.4589943Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 20%] 2022-11-23T01:56:13.4590196Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 20%] 2022-11-23T01:56:13.4590461Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 20%] 2022-11-23T01:56:13.4590751Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 20%] 2022-11-23T01:56:13.4591009Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 20%] 2022-11-23T01:56:13.4591324Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_with_dtype_cpu PASSED [ 20%] 2022-11-23T01:56:13.4591595Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 20%] 2022-11-23T01:56:13.4591986Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 20%] 2022-11-23T01:56:13.4592272Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 20%] 2022-11-23T01:56:13.4592540Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 20%] 2022-11-23T01:56:13.4592814Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 20%] 2022-11-23T01:56:13.4593075Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 20%] 2022-11-23T01:56:13.4593335Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-11-23T01:56:13.4593616Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-11-23T01:56:13.4593879Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-11-23T01:56:13.4594159Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-11-23T01:56:13.4594451Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-11-23T01:56:13.4594715Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-11-23T01:56:13.4594995Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-11-23T01:56:13.4595260Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-11-23T01:56:13.4595542Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-11-23T01:56:13.4595839Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-11-23T01:56:13.4596111Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-11-23T01:56:13.4596406Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-11-23T01:56:13.4596663Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-11-23T01:56:13.4596904Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-11-23T01:56:13.4597133Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-11-23T01:56:13.4597352Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-11-23T01:56:13.4597592Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-11-23T01:56:13.4597874Z test_ops.py::TestCommonCPU::test_out_warning_max_pool2d_with_indices_backward_cpu XFAIL [ 20%] 2022-11-23T01:56:13.4598142Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-11-23T01:56:13.4598395Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-11-23T01:56:13.4599410Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-11-23T01:56:13.4599722Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-11-23T01:56:13.4600044Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-11-23T01:56:13.4600343Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-11-23T01:56:13.4600652Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-11-23T01:56:13.4600933Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-11-23T01:56:13.4601217Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-11-23T01:56:13.4601497Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-11-23T01:56:13.4601756Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-11-23T01:56:13.4602043Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-11-23T01:56:13.4602310Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-11-23T01:56:13.4602572Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-11-23T01:56:13.4602986Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-11-23T01:56:13.4603281Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-11-23T01:56:13.4603585Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-11-23T01:56:13.4603852Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-11-23T01:56:13.4604146Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-11-23T01:56:13.4604412Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-11-23T01:56:13.4604703Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-11-23T01:56:13.4604982Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-11-23T01:56:13.4605258Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-11-23T01:56:13.4605589Z test_ops.py::TestCommonCPU::test_out_warning_native_dropout_backward_cpu PASSED [ 20%] 2022-11-23T01:56:13.4605844Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-11-23T01:56:13.4606118Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-11-23T01:56:13.4606381Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-11-23T01:56:13.4606686Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-11-23T01:56:13.4607002Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4607324Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4607666Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4608014Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4608379Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4608697Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_alpha_dropout_cpu PASSED [ 20%] 2022-11-23T01:56:13.4608999Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4609404Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:56:13.4609747Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-11-23T01:56:13.4610204Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4610538Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4610886Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4611212Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4611510Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-11-23T01:56:13.4611831Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4612165Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-11-23T01:56:13.4612486Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4612794Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-11-23T01:56:13.4613112Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-11-23T01:56:13.4613474Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-11-23T01:56:13.4613959Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4614309Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4614750Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4615030Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4615304Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-11-23T01:56:13.4615582Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-11-23T01:56:13.4615876Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-11-23T01:56:13.4616176Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-11-23T01:56:13.4616539Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-11-23T01:56:13.4616878Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4617262Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-11-23T01:56:13.4617598Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-11-23T01:56:13.4617940Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-11-23T01:56:13.4618235Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-11-23T01:56:13.4618514Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4618777Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-11-23T01:56:13.4619052Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-11-23T01:56:13.4619339Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4619620Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4619915Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4620208Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4620524Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-11-23T01:56:13.4620794Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-11-23T01:56:13.4621247Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4621586Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4621905Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-11-23T01:56:13.4622243Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-11-23T01:56:13.4622547Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-11-23T01:56:13.4622838Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-11-23T01:56:13.4623139Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-11-23T01:56:13.4623415Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4623689Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4624004Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-11-23T01:56:13.4624292Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 21%] 2022-11-23T01:56:13.4624620Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 21%] 2022-11-23T01:56:13.4625067Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 21%] 2022-11-23T01:56:13.4625344Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 21%] 2022-11-23T01:56:13.4625659Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:56:13.4626049Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 21%] 2022-11-23T01:56:13.4626365Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 21%] 2022-11-23T01:56:13.4626691Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 21%] 2022-11-23T01:56:13.4626981Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 21%] 2022-11-23T01:56:13.4627237Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 21%] 2022-11-23T01:56:13.4627496Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 21%] 2022-11-23T01:56:13.4627770Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 21%] 2022-11-23T01:56:13.4628052Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 21%] 2022-11-23T01:56:13.4628334Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 21%] 2022-11-23T01:56:13.4628605Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 21%] 2022-11-23T01:56:13.4628899Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 21%] 2022-11-23T01:56:13.4629171Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 21%] 2022-11-23T01:56:13.4629501Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 21%] 2022-11-23T01:56:13.4629758Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 21%] 2022-11-23T01:56:13.4630005Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 21%] 2022-11-23T01:56:13.4630259Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 21%] 2022-11-23T01:56:13.4630495Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 21%] 2022-11-23T01:56:13.4630807Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:56:13.4631120Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:56:13.4631445Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:56:13.4631899Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 21%] 2022-11-23T01:56:13.4632165Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 21%] 2022-11-23T01:56:13.4632453Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 21%] 2022-11-23T01:56:13.4632742Z test_ops.py::TestCommonCPU::test_out_warning_randint_cpu XFAIL [ 21%] 2022-11-23T01:56:13.4633030Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 21%] 2022-11-23T01:56:13.4633312Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 21%] 2022-11-23T01:56:13.4633582Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 21%] 2022-11-23T01:56:13.4633838Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 21%] 2022-11-23T01:56:13.4634097Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 21%] 2022-11-23T01:56:13.4634367Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 21%] 2022-11-23T01:56:13.4634641Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 21%] 2022-11-23T01:56:13.4634921Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-11-23T01:56:13.4635327Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-11-23T01:56:13.4635612Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-11-23T01:56:13.4635843Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-11-23T01:56:13.4636103Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-11-23T01:56:13.4636352Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-11-23T01:56:13.4636643Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:56:13.4636985Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:56:13.4637279Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-11-23T01:56:13.4637589Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-11-23T01:56:13.4637872Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-11-23T01:56:13.4638132Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-11-23T01:56:13.4638441Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-11-23T01:56:13.4638718Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-11-23T01:56:13.4638993Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-11-23T01:56:13.4639263Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-11-23T01:56:13.4639516Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-11-23T01:56:13.4639795Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-11-23T01:56:13.4640085Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-11-23T01:56:13.4640396Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-11-23T01:56:13.4640734Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:56:13.4641016Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-11-23T01:56:13.4641305Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-11-23T01:56:13.4641640Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-11-23T01:56:13.4641962Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-11-23T01:56:13.4642553Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:56:13.4642872Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-11-23T01:56:13.4643214Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-11-23T01:56:13.4643531Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-11-23T01:56:13.4643796Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-11-23T01:56:13.4644061Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-11-23T01:56:13.4644301Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-11-23T01:56:13.4644598Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-11-23T01:56:13.4645006Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:56:13.4645277Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-11-23T01:56:13.4645560Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-11-23T01:56:13.4646114Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:56:13.4646506Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:56:13.4646781Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-11-23T01:56:13.4647023Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-11-23T01:56:13.4647252Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-11-23T01:56:13.4647495Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-11-23T01:56:13.4647724Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-11-23T01:56:13.4647940Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-11-23T01:56:13.4648163Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-11-23T01:56:13.4648398Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-11-23T01:56:13.4648624Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-11-23T01:56:13.4648852Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-11-23T01:56:13.4649081Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-11-23T01:56:13.4649310Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-11-23T01:56:13.4649559Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-11-23T01:56:13.4649787Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-11-23T01:56:13.4649988Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-11-23T01:56:13.4650146Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-11-23T01:56:13.4650306Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-11-23T01:56:13.4650460Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-11-23T01:56:13.4650618Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-11-23T01:56:13.4650774Z test_ops.py::TestCommonCPU::test_out_warning_unfold_copy_cpu XFAIL [ 21%] 2022-11-23T01:56:13.4650929Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-11-23T01:56:13.4651158Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-11-23T01:56:13.4651303Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-11-23T01:56:13.4651457Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-11-23T01:56:13.4651613Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-11-23T01:56:13.4651771Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-11-23T01:56:13.4651926Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-11-23T01:56:13.4652079Z test_ops.py::TestCommonCPU::test_out_warning_view_copy_cpu XFAIL [ 21%] 2022-11-23T01:56:13.4652229Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-11-23T01:56:13.4652380Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-11-23T01:56:13.4652533Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-11-23T01:56:13.4652686Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-11-23T01:56:13.4652837Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-11-23T01:56:13.4653037Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-11-23T01:56:13.4653190Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-11-23T01:56:13.4653339Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-11-23T01:56:13.4653494Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bool PASSED [ 21%] 2022-11-23T01:56:13.4653663Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex128 PASSED [ 21%] 2022-11-23T01:56:13.4653823Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex32 PASSED [ 21%] 2022-11-23T01:56:13.4653978Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float16 PASSED [ 21%] 2022-11-23T01:56:13.4654121Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float32 PASSED [ 21%] 2022-11-23T01:56:13.4654280Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float64 PASSED [ 21%] 2022-11-23T01:56:13.4654436Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int16 PASSED [ 21%] 2022-11-23T01:56:13.4654707Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int32 PASSED [ 21%] 2022-11-23T01:56:13.4654865Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int64 PASSED [ 21%] 2022-11-23T01:56:13.4655022Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int8 PASSED [ 21%] 2022-11-23T01:56:13.4655181Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_uint8 PASSED [ 21%] 2022-11-23T01:56:13.4655373Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:56:13.4655570Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex128 PASSED [ 21%] 2022-11-23T01:56:13.4655765Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex64 PASSED [ 21%] 2022-11-23T01:56:13.4655952Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float64 PASSED [ 21%] 2022-11-23T01:56:13.4656142Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int16 PASSED [ 21%] 2022-11-23T01:56:13.4656326Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int64 PASSED [ 21%] 2022-11-23T01:56:13.4656512Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:56:13.4656697Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex32 PASSED [ 21%] 2022-11-23T01:56:13.4656880Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float16 PASSED [ 21%] 2022-11-23T01:56:13.4657062Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float64 PASSED [ 21%] 2022-11-23T01:56:13.4657288Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int16 PASSED [ 21%] 2022-11-23T01:56:13.4657469Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int32 PASSED [ 21%] 2022-11-23T01:56:13.4657635Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int64 PASSED [ 21%] 2022-11-23T01:56:13.4657813Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int8 PASSED [ 21%] 2022-11-23T01:56:13.4657987Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_uint8 PASSED [ 21%] 2022-11-23T01:56:13.4658170Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:56:13.4658354Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex64 PASSED [ 21%] 2022-11-23T01:56:13.4658536Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float16 PASSED [ 21%] 2022-11-23T01:56:13.4658717Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float64 PASSED [ 21%] 2022-11-23T01:56:13.4658892Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int16 PASSED [ 21%] 2022-11-23T01:56:13.4659068Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int32 PASSED [ 21%] 2022-11-23T01:56:13.4659289Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int64 PASSED [ 21%] 2022-11-23T01:56:13.4659466Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int8 PASSED [ 21%] 2022-11-23T01:56:13.4659657Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:56:13.4659850Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex128 PASSED [ 21%] 2022-11-23T01:56:13.4660042Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex32 PASSED [ 21%] 2022-11-23T01:56:13.4660232Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float32 PASSED [ 21%] 2022-11-23T01:56:13.4660418Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int64 PASSED [ 21%] 2022-11-23T01:56:13.4660601Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4660783Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4660976Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4661165Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex32 PASSED [ 22%] 2022-11-23T01:56:13.4661352Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4661521Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4661704Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4661886Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4662065Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4662246Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4662428Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4662618Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4662801Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4662983Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4663168Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4663393Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4663584Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4663769Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex32 PASSED [ 22%] 2022-11-23T01:56:13.4663953Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4664134Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4664322Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4664511Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4664694Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4664877Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4665058Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4665271Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4665452Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4665640Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4665818Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4666005Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4666193Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex32 PASSED [ 22%] 2022-11-23T01:56:13.4666385Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4666569Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4666754Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4666934Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4667113Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4667291Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4667468Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4667648Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4667828Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4668013Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4668195Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4668373Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4668551Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4668722Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4668883Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4669062Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4669249Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4669477Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4669656Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4669837Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4670010Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4670193Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4670384Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4670571Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4670753Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4670936Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4671113Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4671331Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4671506Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4671684Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4671857Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4672024Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4672188Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4672351Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4672510Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4672675Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4672843Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4673087Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4673250Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4673415Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4673585Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4673793Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4673964Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4674127Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4674293Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4674461Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 PASSED [ 22%] 2022-11-23T01:56:13.4674625Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4674785Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4674942Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4675102Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4675260Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4675434Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4675645Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4675815Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4675989Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4676153Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4676319Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4676484Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4676650Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 XFAIL [ 22%] 2022-11-23T01:56:13.4676808Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool XFAIL [ 22%] 2022-11-23T01:56:13.4676978Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 XFAIL [ 22%] 2022-11-23T01:56:13.4677145Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 XFAIL [ 22%] 2022-11-23T01:56:13.4677305Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 XFAIL [ 22%] 2022-11-23T01:56:13.4677466Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 XFAIL [ 22%] 2022-11-23T01:56:13.4677669Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 XFAIL [ 22%] 2022-11-23T01:56:13.4677827Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 XFAIL [ 22%] 2022-11-23T01:56:13.4677982Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 XFAIL [ 22%] 2022-11-23T01:56:13.4678139Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 XFAIL [ 22%] 2022-11-23T01:56:13.4678305Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4678473Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4678626Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4678787Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4678962Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4679135Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4679301Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4679466Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4679629Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4679790Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4679954Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4680119Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 PASSED [ 22%] 2022-11-23T01:56:13.4680281Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4680438Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4680601Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4680764Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4680921Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4681081Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4681248Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4681394Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4681549Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4681750Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4681912Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4682086Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4682252Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4682413Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4682578Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4682753Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4682921Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4683094Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 PASSED [ 22%] 2022-11-23T01:56:13.4683265Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4683432Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4683643Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4683813Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4683980Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 PASSED [ 22%] 2022-11-23T01:56:13.4684141Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4684309Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4684469Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:56:13.4684635Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4684799Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4684962Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4685125Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 PASSED [ 22%] 2022-11-23T01:56:13.4685291Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4685449Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 PASSED [ 22%] 2022-11-23T01:56:13.4685608Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4685765Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 PASSED [ 22%] 2022-11-23T01:56:13.4685929Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 PASSED [ 22%] 2022-11-23T01:56:13.4686094Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:56:13.4686253Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool PASSED [ 22%] 2022-11-23T01:56:13.4686417Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 PASSED [ 22%] 2022-11-23T01:56:13.4686576Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 PASSED [ 22%] 2022-11-23T01:56:13.4686735Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4686894Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4687058Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4687217Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4687361Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4687537Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4687752Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4687926Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4688096Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4688273Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 PASSED [ 23%] 2022-11-23T01:56:13.4688445Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4688620Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4688791Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4688959Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4689125Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4689302Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 PASSED [ 23%] 2022-11-23T01:56:13.4689478Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4689691Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4689860Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4690029Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4690200Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4690380Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4690559Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4690721Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4690896Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4691066Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4691237Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4691417Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4691597Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4691766Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4691931Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4692099Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4692282Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4692462Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4692638Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4692818Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4692996Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4693175Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4693352Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4693524Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4693702Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 PASSED [ 23%] 2022-11-23T01:56:13.4693926Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4694089Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4694267Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4694438Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4694710Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4694885Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4695056Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4695221Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4695387Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4695557Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4695721Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4695938Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4696105Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4696269Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4696430Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4696592Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4696758Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4696918Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4697089Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4697245Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4697413Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4697575Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4697736Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4697904Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4698070Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4698231Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4698391Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4698567Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4698739Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4698909Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4699077Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4699239Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4699409Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4699576Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4699739Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4699911Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 PASSED [ 23%] 2022-11-23T01:56:13.4700124Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4700288Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4700443Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4700603Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4700779Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4700957Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4701129Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4701306Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4701482Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4701656Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4701831Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4702038Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4702200Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4702368Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4702532Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4702695Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4702858Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4703016Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4703178Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4703338Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4703505Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4703681Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4703856Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4704031Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4704206Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4704382Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4704562Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4704736Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4704921Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 PASSED [ 23%] 2022-11-23T01:56:13.4705106Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4705279Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4705449Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4705626Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4705799Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4705974Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4706198Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4706372Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4706543Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4706710Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4706867Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4707033Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4707204Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4707372Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 PASSED [ 23%] 2022-11-23T01:56:13.4707539Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4707713Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4707882Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4708098Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 PASSED [ 23%] 2022-11-23T01:56:13.4708264Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4708424Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4708583Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 PASSED [ 23%] 2022-11-23T01:56:13.4708746Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4708905Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4709075Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:56:13.4709248Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4709415Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4709581Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4709741Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4709891Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4710061Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4710225Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float16 PASSED [ 23%] 2022-11-23T01:56:13.4710385Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4710562Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 PASSED [ 23%] 2022-11-23T01:56:13.4710742Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4710914Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 PASSED [ 23%] 2022-11-23T01:56:13.4711086Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 PASSED [ 23%] 2022-11-23T01:56:13.4711249Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4711411Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4711572Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 PASSED [ 23%] 2022-11-23T01:56:13.4711744Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bool PASSED [ 23%] 2022-11-23T01:56:13.4711925Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex64 PASSED [ 23%] 2022-11-23T01:56:13.4712101Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int32 PASSED [ 23%] 2022-11-23T01:56:13.4712325Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int64 PASSED [ 23%] 2022-11-23T01:56:13.4712500Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4712675Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4712845Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 PASSED [ 24%] 2022-11-23T01:56:13.4712999Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4713166Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4713329Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4713511Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4713689Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4713870Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4714047Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4714266Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4714435Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4714601Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4714786Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4714970Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4715147Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4715328Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4715502Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4715689Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4715879Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4716066Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 PASSED [ 24%] 2022-11-23T01:56:13.4716251Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4716432Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4716599Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4716780Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4716965Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4717144Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4717325Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4717497Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4717668Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4717832Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4718001Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4718165Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4718990Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 PASSED [ 24%] 2022-11-23T01:56:13.4719170Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4719339Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4719506Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4719672Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4719888Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4720108Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4720332Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4720545Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4720755Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4721016Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4721230Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4721454Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4721673Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4721892Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4722110Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4722322Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4722541Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:56:13.4722708Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4722871Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4723040Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4723208Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4723369Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4723531Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4723690Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4723851Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4724011Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4724168Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4724324Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4724490Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4724648Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4724800Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4725015Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4725178Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4725333Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4725494Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4725667Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4725829Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4725987Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4726155Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4726319Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4726479Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4726636Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4726794Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4727005Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4727168Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4727337Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4727503Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4727649Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4727806Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4727966Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4728142Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4728312Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4728490Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4728668Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4728843Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4729010Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4729180Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4729343Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4729509Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4729675Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4729837Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4730003Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4730175Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4730344Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4730508Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4730671Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4730820Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4730987Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4731201Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:56:13.4731368Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4731536Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4731698Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4731862Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4732026Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4732189Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4732346Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4732503Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4732664Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4732821Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4733038Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4733204Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4733365Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4733530Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4733692Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4733854Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4734023Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4734192Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4734356Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4734633Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4734819Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 PASSED [ 24%] 2022-11-23T01:56:13.4734995Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4735169Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4735342Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4735514Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4735685Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4735854Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool PASSED [ 24%] 2022-11-23T01:56:13.4736028Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4736201Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:56:13.4736371Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4736533Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4736693Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4736857Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4737015Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 PASSED [ 24%] 2022-11-23T01:56:13.4737188Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4737419Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4737587Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4737755Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4737921Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 PASSED [ 24%] 2022-11-23T01:56:13.4738099Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4738272Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4738441Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 PASSED [ 24%] 2022-11-23T01:56:13.4738605Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 PASSED [ 24%] 2022-11-23T01:56:13.4738768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 PASSED [ 24%] 2022-11-23T01:56:13.4738935Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 PASSED [ 24%] 2022-11-23T01:56:13.4739107Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 PASSED [ 24%] 2022-11-23T01:56:13.4739320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 PASSED [ 24%] 2022-11-23T01:56:13.4739487Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4739654Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4739821Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4739985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4740158Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4740313Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4740480Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4740642Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4740804Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4740964Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4741138Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 PASSED [ 25%] 2022-11-23T01:56:13.4741310Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4741475Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4741643Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4741810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4741989Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4742162Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4742346Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4742528Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 PASSED [ 25%] 2022-11-23T01:56:13.4742704Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4742879Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4743053Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4743225Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4743432Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4743606Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4743773Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4743940Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4744110Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4744279Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4744448Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4744612Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4744783Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4744958Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4745127Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4745338Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4745504Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4745668Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4745832Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4746008Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 PASSED [ 25%] 2022-11-23T01:56:13.4746177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4746341Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4746512Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4746664Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4746842Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4747010Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4747186Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4747362Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 PASSED [ 25%] 2022-11-23T01:56:13.4747533Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4747703Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4747873Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4748045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4748211Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4748382Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4748545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4748706Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4748873Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4749036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4749195Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4749353Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4749569Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4749725Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4749896Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4750063Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4750225Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4750389Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4750559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4750722Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4750890Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4751056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4751218Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4751434Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4751600Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4751775Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4751943Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4752106Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4752269Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4752434Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4752606Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4752758Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4752921Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4753081Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4753241Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4753412Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4753585Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 PASSED [ 25%] 2022-11-23T01:56:13.4753756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4753922Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4754084Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4754248Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4754415Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4754578Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4754741Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4754915Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 PASSED [ 25%] 2022-11-23T01:56:13.4755081Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4755243Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4755404Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4755617Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4755768Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4755935Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4756099Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4756276Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4756448Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4756620Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4756786Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4756950Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4757119Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4757285Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4757492Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4757666Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4757842Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4758012Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4758183Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4758352Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4758522Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4758688Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4758850Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4758997Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4759158Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4759318Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4759483Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4759642Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4759802Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4759963Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4760125Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4760283Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4760439Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4760600Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4760754Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4760914Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4761070Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 PASSED [ 25%] 2022-11-23T01:56:13.4761225Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 PASSED [ 25%] 2022-11-23T01:56:13.4761380Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4761587Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4761729Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4761885Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4762061Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4762231Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4762403Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 PASSED [ 25%] 2022-11-23T01:56:13.4762574Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4762745Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4762913Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 PASSED [ 25%] 2022-11-23T01:56:13.4763083Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4763247Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4763410Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool PASSED [ 25%] 2022-11-23T01:56:13.4763628Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 PASSED [ 25%] 2022-11-23T01:56:13.4763793Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 PASSED [ 25%] 2022-11-23T01:56:13.4763958Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 PASSED [ 25%] 2022-11-23T01:56:13.4764119Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 PASSED [ 25%] 2022-11-23T01:56:13.4764283Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 PASSED [ 25%] 2022-11-23T01:56:13.4764449Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:56:13.4764621Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 PASSED [ 25%] 2022-11-23T01:56:13.4764792Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4764945Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4765112Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4765274Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4765441Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4765610Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4765771Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4765933Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4766088Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4766247Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4766415Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4766580Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4766741Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4766910Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4767074Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4767238Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4767402Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 PASSED [ 26%] 2022-11-23T01:56:13.4767562Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4767786Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:56:13.4767938Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool XFAIL [ 26%] 2022-11-23T01:56:13.4768114Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:56:13.4768283Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 XFAIL [ 26%] 2022-11-23T01:56:13.4768447Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 XFAIL [ 26%] 2022-11-23T01:56:13.4768606Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 XFAIL [ 26%] 2022-11-23T01:56:13.4768768Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:56:13.4768937Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:56:13.4769102Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool XFAIL [ 26%] 2022-11-23T01:56:13.4769278Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:56:13.4769443Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 XFAIL [ 26%] 2022-11-23T01:56:13.4769650Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 XFAIL [ 26%] 2022-11-23T01:56:13.4769822Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:56:13.4770001Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:56:13.4770171Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 XFAIL [ 26%] 2022-11-23T01:56:13.4770335Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 XFAIL [ 26%] 2022-11-23T01:56:13.4770500Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 XFAIL [ 26%] 2022-11-23T01:56:13.4770664Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:56:13.4770831Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool XFAIL [ 26%] 2022-11-23T01:56:13.4770994Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:56:13.4771170Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 XFAIL [ 26%] 2022-11-23T01:56:13.4771345Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 XFAIL [ 26%] 2022-11-23T01:56:13.4771515Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 XFAIL [ 26%] 2022-11-23T01:56:13.4771683Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 XFAIL [ 26%] 2022-11-23T01:56:13.4771859Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4772028Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4772195Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4772362Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4772529Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4772706Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4772875Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4773043Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4773205Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4773368Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4773535Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4773748Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4773921Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4774089Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 PASSED [ 26%] 2022-11-23T01:56:13.4774243Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4774406Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4774671Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4774911Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4775073Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4775233Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4775408Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4775577Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4775786Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4776015Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4776174Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4776331Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4776499Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4776672Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4776837Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4777008Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4777177Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4777343Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4777494Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4777660Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4777829Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4778002Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4778168Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4778333Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4778497Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4778661Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4778823Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4778986Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4779142Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4779298Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4779457Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4779614Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4779771Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4779926Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4780132Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4780290Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4780434Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4780601Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4780772Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4780936Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4781104Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4781267Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4781477Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4781644Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4781831Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4782072Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4782255Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4782481Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4782662Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4782835Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4783013Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4783185Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4783371Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4783551Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4783718Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4783900Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4784085Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4784262Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4784435Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 PASSED [ 26%] 2022-11-23T01:56:13.4784606Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4784776Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 XFAIL [ 26%] 2022-11-23T01:56:13.4784940Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 XFAIL [ 26%] 2022-11-23T01:56:13.4785110Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 XFAIL [ 26%] 2022-11-23T01:56:13.4785282Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4785447Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4785608Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4785768Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4785929Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 PASSED [ 26%] 2022-11-23T01:56:13.4786088Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4786315Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4786480Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4786643Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 PASSED [ 26%] 2022-11-23T01:56:13.4786809Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4786955Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4787116Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4787278Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4787449Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4787615Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4787782Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4787943Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 PASSED [ 26%] 2022-11-23T01:56:13.4788153Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4789124Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4789295Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4789455Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4789613Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 PASSED [ 26%] 2022-11-23T01:56:13.4789809Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:56:13.4790003Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 26%] 2022-11-23T01:56:13.4790200Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex32 PASSED [ 26%] 2022-11-23T01:56:13.4790387Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 26%] 2022-11-23T01:56:13.4790576Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int16 PASSED [ 26%] 2022-11-23T01:56:13.4790761Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int8 PASSED [ 26%] 2022-11-23T01:56:13.4790933Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool PASSED [ 26%] 2022-11-23T01:56:13.4791097Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 PASSED [ 26%] 2022-11-23T01:56:13.4791271Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4791445Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4791617Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4791783Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4791948Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4792127Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4792296Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4792474Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4792649Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4792821Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4792991Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4793214Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4793393Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4793563Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4793731Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4793899Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4794065Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4794224Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4794444Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4794613Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4794781Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4794985Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4795207Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4795377Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4795555Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4795722Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4795887Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4796056Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4796220Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4796395Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4796565Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4796740Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4796909Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4797074Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4797235Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4797398Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4797544Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4797703Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4797860Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4798015Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4798187Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4798362Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4798529Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4798692Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4798859Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4799028Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4799194Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4799416Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4799584Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4799751Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4799923Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4800090Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4800252Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4800416Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4800680Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4800880Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4801072Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4801299Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4801540Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4801721Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4801904Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4802096Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4802296Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4802489Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4802678Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4802864Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4803037Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4803208Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4803377Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4803539Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4803704Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4803870Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4804042Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4804208Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4804371Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4804545Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 PASSED [ 27%] 2022-11-23T01:56:13.4804712Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4804883Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4805050Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4805218Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4805384Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4805605Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4805775Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 PASSED [ 27%] 2022-11-23T01:56:13.4805939Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4806104Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4806267Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4806426Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4806586Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4806744Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4806963Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4807132Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4807301Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4807504Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4807730Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex32 PASSED [ 27%] 2022-11-23T01:56:13.4807907Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4808079Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4808251Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4808416Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4808588Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4808761Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4808930Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4809093Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4809260Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4809459Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:56:13.4809641Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4809800Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4809967Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4810132Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4810295Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4810454Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4810612Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4810758Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4810916Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4811070Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4811229Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4811385Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 PASSED [ 27%] 2022-11-23T01:56:13.4811609Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4811886Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4812110Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4812332Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4812546Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4812760Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4812975Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4813234Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:56:13.4813475Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:56:13.4813716Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:56:13.4814049Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:56:13.4814282Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:56:13.4814459Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 PASSED [ 27%] 2022-11-23T01:56:13.4814723Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 PASSED [ 27%] 2022-11-23T01:56:13.4814897Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4815065Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4815232Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 PASSED [ 27%] 2022-11-23T01:56:13.4815399Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 PASSED [ 27%] 2022-11-23T01:56:13.4815556Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4815722Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4815897Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 PASSED [ 27%] 2022-11-23T01:56:13.4816066Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 PASSED [ 27%] 2022-11-23T01:56:13.4816232Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 PASSED [ 27%] 2022-11-23T01:56:13.4816394Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 PASSED [ 27%] 2022-11-23T01:56:13.4816558Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool PASSED [ 27%] 2022-11-23T01:56:13.4816734Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 PASSED [ 27%] 2022-11-23T01:56:13.4816904Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4817068Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4817242Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:56:13.4817414Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 PASSED [ 27%] 2022-11-23T01:56:13.4817588Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 PASSED [ 27%] 2022-11-23T01:56:13.4817837Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-11-23T01:56:13.4818597Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-11-23T01:56:13.4818851Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-11-23T01:56:13.4819041Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4819224Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4819513Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T01:56:13.4819755Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T01:56:13.4819937Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4820153Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4820340Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4820582Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4820763Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4820959Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4821155Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4821344Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4821532Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4821720Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4821904Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4822093Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4822278Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4822484Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4822689Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4822897Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4823088Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4823276Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4823462Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4823646Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4823831Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4824022Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4824211Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4824400Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bool PASSED [ 28%] 2022-11-23T01:56:13.4824657Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex32 PASSED [ 28%] 2022-11-23T01:56:13.4824862Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4825068Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4825271Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4825469Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4825716Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4825917Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4826119Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4826358Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4826598Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4826780Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4826967Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4827150Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4827329Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4827505Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4834265Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4834537Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4834760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4834967Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4835170Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4835368Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4835570Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4835741Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 XFAIL [ 28%] 2022-11-23T01:56:13.4835943Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4836136Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4836332Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4836524Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4836720Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4836911Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4837101Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4837393Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4837578Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4837760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4837946Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4838130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4838357Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4838545Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4838728Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4838950Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4839156Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bool PASSED [ 28%] 2022-11-23T01:56:13.4839357Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4839628Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4839835Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4840040Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4840229Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4840428Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4840628Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4840821Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4841012Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4841206Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4841401Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4841597Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4841795Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4841990Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4842182Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4842371Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4842561Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4842750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4842938Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4843123Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4843309Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4843496Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4843732Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4843939Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4844151Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4844358Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4844597Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4844799Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4844966Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4845180Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4845352Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4845517Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4845738Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4845902Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4846067Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4846230Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4846391Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4846551Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4846711Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4846879Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool PASSED [ 28%] 2022-11-23T01:56:13.4847055Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4847230Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 PASSED [ 28%] 2022-11-23T01:56:13.4847399Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4847567Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4847718Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4847886Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4848051Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4848217Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4848393Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4848569Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 PASSED [ 28%] 2022-11-23T01:56:13.4848744Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4848916Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4849081Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4849250Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4849414Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4849577Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4849745Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4849956Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4850120Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4850284Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4850444Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4850606Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool PASSED [ 28%] 2022-11-23T01:56:13.4850806Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4850970Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 PASSED [ 28%] 2022-11-23T01:56:13.4851128Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4851287Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4851495Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4851668Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 PASSED [ 28%] 2022-11-23T01:56:13.4851878Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 PASSED [ 28%] 2022-11-23T01:56:13.4852044Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 PASSED [ 28%] 2022-11-23T01:56:13.4852206Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4852366Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool PASSED [ 28%] 2022-11-23T01:56:13.4852537Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 PASSED [ 28%] 2022-11-23T01:56:13.4852705Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 PASSED [ 28%] 2022-11-23T01:56:13.4852869Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 PASSED [ 28%] 2022-11-23T01:56:13.4853033Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 PASSED [ 28%] 2022-11-23T01:56:13.4853193Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 PASSED [ 28%] 2022-11-23T01:56:13.4853354Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 PASSED [ 28%] 2022-11-23T01:56:13.4853513Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 PASSED [ 28%] 2022-11-23T01:56:13.4853675Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 PASSED [ 28%] 2022-11-23T01:56:13.4853825Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:56:13.4853990Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4854155Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4854311Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4854473Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4854744Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4854928Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4855108Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4855286Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4855461Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4855636Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4855804Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4855969Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4856189Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4856366Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4856538Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4856704Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4856867Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4857081Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4857242Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4857413Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4857579Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4857787Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4857956Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4858172Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4858337Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4858516Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4858693Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 PASSED [ 29%] 2022-11-23T01:56:13.4858866Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4859040Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4859210Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4859382Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4859551Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4859718Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4859882Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4860048Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4860216Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4860363Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4860530Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4860698Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 PASSED [ 29%] 2022-11-23T01:56:13.4860864Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4861028Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4861192Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4861354Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4861512Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4861681Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4861847Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4862005Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4862163Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4862369Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4862538Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4862698Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4862859Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4863017Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4863190Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4863385Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4863551Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4863710Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4863870Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4864071Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4864236Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4864455Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4864614Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4864779Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4864938Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4865110Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4865277Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 PASSED [ 29%] 2022-11-23T01:56:13.4865434Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4865596Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4865754Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4865915Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4866068Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4866223Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4866383Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4866550Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4866724Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4866892Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4867059Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4867223Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4867390Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4867550Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4867710Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4867866Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4868023Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4868193Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4868358Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4868573Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 PASSED [ 29%] 2022-11-23T01:56:13.4868738Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4868906Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4869067Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4869232Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4869388Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4869555Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4869763Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4869921Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4870080Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4870246Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4870446Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4870665Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4870832Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4870990Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4871148Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4871317Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4871485Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4871652Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4871816Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4871973Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4872131Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4872277Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4872462Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4872641Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4872828Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex128 PASSED [ 29%] 2022-11-23T01:56:13.4873015Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex64 PASSED [ 29%] 2022-11-23T01:56:13.4873200Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4873383Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4873563Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4873742Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4873922Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4874100Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4874275Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4874445Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4874669Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4874847Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4875019Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4875196Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4875368Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4875540Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4875710Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4875919Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4876098Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4876274Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4876445Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4876714Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:56:13.4876886Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4877058Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4877230Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4877398Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4877564Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4877732Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4877904Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4878074Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 PASSED [ 29%] 2022-11-23T01:56:13.4878244Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 PASSED [ 29%] 2022-11-23T01:56:13.4878416Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4878584Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 PASSED [ 29%] 2022-11-23T01:56:13.4878760Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4878941Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float32 PASSED [ 29%] 2022-11-23T01:56:13.4879115Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int16 PASSED [ 29%] 2022-11-23T01:56:13.4879277Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int32 PASSED [ 29%] 2022-11-23T01:56:13.4879447Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int64 PASSED [ 29%] 2022-11-23T01:56:13.4879644Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bool PASSED [ 29%] 2022-11-23T01:56:13.4879852Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex32 PASSED [ 29%] 2022-11-23T01:56:13.4880056Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4880252Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4880450Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4880642Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4880885Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4881081Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4881279Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4881454Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4881632Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4881805Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4881976Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4882232Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4882437Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4882635Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4882935Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4883143Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4883345Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4883547Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4883733Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4883932Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4884129Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4884324Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4884517Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4884687Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4884863Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4885039Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4885211Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4885384Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4885556Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4885728Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4885929Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4886124Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4886317Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4886511Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4886700Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4886950Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4887144Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4887335Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4887511Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4887679Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4887852Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4888027Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4888203Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4888374Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4888598Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4888765Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4888985Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4889189Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4889354Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4889522Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4889688Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4889851Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4890012Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4890179Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4890351Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4890528Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4890700Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4890853Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4891020Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4891186Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4891353Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4891519Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4891689Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4891850Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4892023Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 PASSED [ 30%] 2022-11-23T01:56:13.4892190Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4892353Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4892515Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4892674Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4892835Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4893003Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4893221Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4893382Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4893542Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4893718Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4893873Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4894042Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4894202Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4894360Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4894601Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4894770Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4894974Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4895131Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4895955Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4896131Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4896303Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4896480Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4896654Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4896826Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4896998Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4897162Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4897334Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4897502Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4897662Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4897809Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4897969Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4898125Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4898280Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4898440Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4898595Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4898750Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4898908Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4899062Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4899219Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4899390Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4899560Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4899729Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4899897Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4900117Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4900276Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4900458Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 XFAIL [ 30%] 2022-11-23T01:56:13.4900617Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 XFAIL [ 30%] 2022-11-23T01:56:13.4900786Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 XFAIL [ 30%] 2022-11-23T01:56:13.4900950Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 XFAIL [ 30%] 2022-11-23T01:56:13.4901168Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 XFAIL [ 30%] 2022-11-23T01:56:13.4901335Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 XFAIL [ 30%] 2022-11-23T01:56:13.4901496Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4901656Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4901866Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4902084Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4902241Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 PASSED [ 30%] 2022-11-23T01:56:13.4902398Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4902555Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4902711Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4902880Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4903049Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4903209Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4903367Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4903527Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4903672Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4903848Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4904018Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool PASSED [ 30%] 2022-11-23T01:56:13.4904194Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 PASSED [ 30%] 2022-11-23T01:56:13.4904371Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 PASSED [ 30%] 2022-11-23T01:56:13.4904544Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 PASSED [ 30%] 2022-11-23T01:56:13.4904715Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4904883Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4905052Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4905217Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4905385Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 PASSED [ 30%] 2022-11-23T01:56:13.4905551Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 PASSED [ 30%] 2022-11-23T01:56:13.4905716Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:56:13.4905887Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 PASSED [ 30%] 2022-11-23T01:56:13.4906054Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 PASSED [ 30%] 2022-11-23T01:56:13.4906269Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 PASSED [ 30%] 2022-11-23T01:56:13.4906431Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4906595Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4906767Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 PASSED [ 30%] 2022-11-23T01:56:13.4906923Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 PASSED [ 30%] 2022-11-23T01:56:13.4907088Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4907253Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4907470Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4907639Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4907805Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 PASSED [ 31%] 2022-11-23T01:56:13.4907966Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4908218Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4908379Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4908549Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4908726Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4908899Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4909071Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 PASSED [ 31%] 2022-11-23T01:56:13.4909245Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4909413Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4909575Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4909740Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4909901Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool PASSED [ 31%] 2022-11-23T01:56:13.4910059Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4910226Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4910394Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4910559Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 PASSED [ 31%] 2022-11-23T01:56:13.4910722Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 PASSED [ 31%] 2022-11-23T01:56:13.4910889Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 PASSED [ 31%] 2022-11-23T01:56:13.4911051Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4911214Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4911381Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4911553Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4911731Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4911906Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4912081Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4912252Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool PASSED [ 31%] 2022-11-23T01:56:13.4912488Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4912667Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4912844Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 PASSED [ 31%] 2022-11-23T01:56:13.4913014Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 PASSED [ 31%] 2022-11-23T01:56:13.4913164Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4913332Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4913501Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4913717Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4913887Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4914053Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float32 PASSED [ 31%] 2022-11-23T01:56:13.4914215Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4914481Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4914647Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4914823Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4915001Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4915175Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4915345Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4915510Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 PASSED [ 31%] 2022-11-23T01:56:13.4915682Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4915849Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4916015Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4916184Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4916361Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4916511Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool PASSED [ 31%] 2022-11-23T01:56:13.4916682Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4916850Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 PASSED [ 31%] 2022-11-23T01:56:13.4917020Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 PASSED [ 31%] 2022-11-23T01:56:13.4917187Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4917351Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4917519Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool PASSED [ 31%] 2022-11-23T01:56:13.4917687Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4917853Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4918016Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4918180Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 PASSED [ 31%] 2022-11-23T01:56:13.4918341Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4918503Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4918727Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4918892Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool PASSED [ 31%] 2022-11-23T01:56:13.4919067Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4919234Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 PASSED [ 31%] 2022-11-23T01:56:13.4919398Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 PASSED [ 31%] 2022-11-23T01:56:13.4919548Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4919717Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4919934Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4920100Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4920262Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4920426Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4920691Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4920862Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4921025Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 PASSED [ 31%] 2022-11-23T01:56:13.4921192Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 PASSED [ 31%] 2022-11-23T01:56:13.4921353Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 PASSED [ 31%] 2022-11-23T01:56:13.4921515Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4921672Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4921834Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4922001Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4922165Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float32 PASSED [ 31%] 2022-11-23T01:56:13.4922333Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float64 PASSED [ 31%] 2022-11-23T01:56:13.4922492Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int32 PASSED [ 31%] 2022-11-23T01:56:13.4922635Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4922799Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4922961Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4923130Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:56:13.4923291Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool PASSED [ 31%] 2022-11-23T01:56:13.4923464Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 PASSED [ 31%] 2022-11-23T01:56:13.4923633Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 PASSED [ 31%] 2022-11-23T01:56:13.4923795Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 PASSED [ 31%] 2022-11-23T01:56:13.4923953Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 PASSED [ 31%] 2022-11-23T01:56:13.4924112Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 PASSED [ 31%] 2022-11-23T01:56:13.4924269Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_T_cpu PASSED [ 31%] 2022-11-23T01:56:13.4924431Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4924597Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-11-23T01:56:13.4924761Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-11-23T01:56:13.4925516Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-11-23T01:56:13.4925707Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-11-23T01:56:13.4925879Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4926029Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4926242Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-11-23T01:56:13.4926416Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-11-23T01:56:13.4926593Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_copy_cpu PASSED [ 31%] 2022-11-23T01:56:13.4926777Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-11-23T01:56:13.4927006Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-11-23T01:56:13.4927174Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4927340Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-11-23T01:56:13.4927560Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-11-23T01:56:13.4927729Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-11-23T01:56:13.4927894Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-11-23T01:56:13.4928058Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-11-23T01:56:13.4928219Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-11-23T01:56:13.4928394Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-11-23T01:56:13.4928556Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-11-23T01:56:13.4928722Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4928882Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4929048Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4929222Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_copy_cpu PASSED [ 31%] 2022-11-23T01:56:13.4929368Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-11-23T01:56:13.4929541Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-11-23T01:56:13.4929732Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_group_norm_cpu PASSED [ 31%] 2022-11-23T01:56:13.4929940Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-11-23T01:56:13.4930132Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-11-23T01:56:13.4930336Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 31%] 2022-11-23T01:56:13.4930506Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-11-23T01:56:13.4930679Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-11-23T01:56:13.4930845Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4931006Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-11-23T01:56:13.4931166Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-11-23T01:56:13.4931347Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_xlog1py_cpu PASSED [ 31%] 2022-11-23T01:56:13.4931521Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-11-23T01:56:13.4931744Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-11-23T01:56:13.4931907Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-11-23T01:56:13.4932072Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_triu_cpu PASSED [ 31%] 2022-11-23T01:56:13.4932239Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-11-23T01:56:13.4932403Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu XFAIL [ 31%] 2022-11-23T01:56:13.4932617Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-11-23T01:56:13.4932826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:56:13.4933043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:56:13.4933295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:56:13.4933511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:56:13.4933777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:56:13.4933997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4934213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4934433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4934762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4934984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4935197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4935412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4935654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4935892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4936134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4936380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4936616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4936850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4937094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4937333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4937576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4937885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4938129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4938371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4938609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4938890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4939134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4939370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4939641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4939930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4940165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4940393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4940618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4940831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4941064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4941303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4941541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4941778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4942013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4942245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4942472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4942699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4942924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4943159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4943387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4943665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4943894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4944127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4944361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4944598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4944833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4945116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4945348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4945634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4945904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4946131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4946357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4946587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4946823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4947064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4947296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4947526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4947755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4947997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4948234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4948470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4948701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4948932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4949175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4949460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4949679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4949925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4950165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4950402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4950635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4950866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4951103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4951438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4951670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4951899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4952169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4952403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4952629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4952868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4953101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4953339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4953574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4953809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4954039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4954277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4954509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4954738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4954967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4955248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4955477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4955717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4955948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4956189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4956422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4956657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4956887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4957159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4957387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4957664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4957901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4958135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4958414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4958643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4958881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4959114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4959348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4959578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4959805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4960037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4960278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4960520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4960756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4961042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4961276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4961510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4961740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4961976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4962206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4962438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4962671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4962938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4963166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4963396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4963623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4963902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4964135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4964377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4964653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4964886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4965118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4965355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4965591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4965822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4966052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4966279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4966508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4966805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4967044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4967266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4967497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4967727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4967957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4968190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4968422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4968700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4968927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4969153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4969379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4969608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4969834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:56:13.4970072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4970349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4970580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4970851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4971084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4971311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4971550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4971782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4972013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4972242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4972535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4972771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4973002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4973230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4973452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4973680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4973912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4974153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4974441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4974771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4975005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4975234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4975465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4975685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4975888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4976106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4976318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4976592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4976811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4977036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4977287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4977504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4977715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4977930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4978142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4978352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4978617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4978844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4979065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4979280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4979494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4979705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4979916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4980133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4980404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4980616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4980832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4981046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4981271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4981490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4981716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4981940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4982159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4982377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4982577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4982844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4983057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4983280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4983495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4983747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4983959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4984171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4984434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4984655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4984883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4985099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4985316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4985533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4985756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4985975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4986246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4986473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4986696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4986917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4987141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4987361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4987577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4987792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4988016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4988238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4988457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4988678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4988899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4989111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4989365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4989583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4989798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4990048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4990312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4990525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4990734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4990955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4991171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4991393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4991611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4991825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4992607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4992822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4993041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4993261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4993472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4993686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4993909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4994132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4994359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4994576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4994794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4995014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4995231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4995490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4995718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4995943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4996209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4996418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4996694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4996922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4997152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4997375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4997592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4997805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4998022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4998235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4998446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4998717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4998935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4999152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4999369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4999584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.4999798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5000011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5000223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5000433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5000649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5000861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5001077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5001287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5001500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5001764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5001982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5002199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5002510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5002728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5002941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5003139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5003357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5003571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5003778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5003988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5004198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:56:13.5004470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5004685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5004902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5005117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5005331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5005545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5005768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5005981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5006192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5006405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5006627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5006850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5007072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5007296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5007517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5007733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5007950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5008275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5008497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5008764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5008988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5009207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5009425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5009645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5009853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5010085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5010363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5010585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5010805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5011024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5011236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5011468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5011683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5011892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5012104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5012322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5012539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5012757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5012972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5013184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5013402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5013614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5013827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5014073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5014335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5014641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5014868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5015131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5015349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5015562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5015776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5015985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5016249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5016462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5016675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5016888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5017101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5017322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5017545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5017765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5017978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5018192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5018405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5018618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5018832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5019047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5019257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5019464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5019671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5019894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5020795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5021027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5021243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5021488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5021713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5021934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5022150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5022369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5022644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5022863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5023091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5023320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5023543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5023767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5023983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5024202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5024419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5024642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5024873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5025106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5025333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5025562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5025783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5026000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5026220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5026489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5026710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5026980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5027208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5027432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5027691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5027914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5028133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5028402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5028615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5028816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5029044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5029262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5029491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5029719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5029942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5030157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5030373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5030594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5030818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5031044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5031273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5031498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5031726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5031953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5032229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5032461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5032679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5032901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5033119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5033383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5033610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5033835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5034142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5034361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5034578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5034796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5035012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5035230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5035449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5035669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5035883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5036083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5036314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5036548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5036786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5037021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5037254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5037482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5037702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5037968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5038191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5038418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5038644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5038863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:56:13.5039102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5039333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5039621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5039909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5040182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5040417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5040650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5040892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5041127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5041356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5041589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5041818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5042044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5042264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5042487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5042708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5042939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5043161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5043391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5043616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5043894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5044101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5044324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5044544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5044762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5044981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5045200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5045417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5045688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5045963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5046185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5046441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5046654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5046878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5047091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5047305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5047513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5047723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5047942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5048158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5048384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5048601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5048817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5049031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5049242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5049451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5049716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5049934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5050142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5050351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5050560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5050768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5050976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5051193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5051405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5051663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5051874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5052135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5052344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5052560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5052809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5053036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5053252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5053471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5053688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5053906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5054122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5054337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5054658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5054874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5055085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5055299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5055576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5055802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5056023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5056236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5056451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5056674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5056887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5057109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5057326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5057574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5057799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5058016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5058285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5058505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5058722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5058987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5059206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5059425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5059644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5059864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5060079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5060306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5060527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5060744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5060962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5061181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5061455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5061670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5061893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5062108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5062320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5062529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5062739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5062952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5063164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5063420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5063643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5063864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5064078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5064284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5064552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5064772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5064989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5065243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5065458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5065674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5065907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5066131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5066354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5066575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5066792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5067010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5067283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5067506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5067740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5067964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5068182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5068396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5068613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5068831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5069092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5069303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5069512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5069719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5069941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5070163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5070382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5070599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5070859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5071072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5071270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5071541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5071769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5071992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5072207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5072430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5072647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:56:13.5072934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5073170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5073400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5073627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5073855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5074080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5074310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5074538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5074769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5075046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5075276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5075501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5075725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5075961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5076199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5076437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5076670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5076901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5077179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5077413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5077642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5077912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5078138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5078353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5078572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5078844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5079068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5079286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5079516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5079749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5079976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5080201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5080423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5080685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5080902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5081124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5081350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5081572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5081794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5082010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5082230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5082445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5082670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5082892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5083116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5083384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5083611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5083824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5084082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5084298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5084511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5084793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5085016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5085231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5085442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5085655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5085863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5086067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5086277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5087034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5087254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5087469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5087681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5087902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5088130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5088349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5088566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5088780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5088996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5089215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5089438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5089700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5089915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5090128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5090394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5090618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5090836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5091112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5091331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5091561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5091779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5092006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5092229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5092450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5092668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5092934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5093149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5093376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5093591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5093821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5094045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5094263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5094484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5094786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5095005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5095219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5095433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5095642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5095902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5096129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5096348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5096604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5096822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5097103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5097342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5097574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5097796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5098015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5098233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5098463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5098700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5098986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5099218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5099448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5099674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5099897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5100119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5100339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5100556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5100758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5100975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5101190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5101405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5101630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5101849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5102070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5102343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5102567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5102882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5103116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5103350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5103581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5103810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5104041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5104284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5104518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5104807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5105045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5105276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5105507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5105737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5105956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5106176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5106395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5106612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5106832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5107057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5107279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5107497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5107719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:56:13.5107952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5108180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5108396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5108717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5108947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5109231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5109465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5109696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5109925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5110158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:56:13.5110391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5110677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5110909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5111138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5111370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5111606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:56:13.5111843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:56:13.5112080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5112314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5112543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5112772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5113000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5113225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5113464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5113694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5113924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5114156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5114920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5115149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5115416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5115633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5115848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5116100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5116330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5116552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5116771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5117038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5117255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5117470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5117692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5117912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5118128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5118345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5118570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5118798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5119017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5119235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5119456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5119676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5119900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5120117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5120335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5120567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5120849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5121086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5121323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5121606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5121836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5122066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5122335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5122564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5122841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5123066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5123293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5123531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5123765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5123994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5124224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5124453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:56:13.5124681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5124925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5125166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5125402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5125642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5125884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5126136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5126384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5126690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5126937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5127181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:56:13.5127397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5127619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5127838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5128058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5128270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5128525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5128736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5128958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5129179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5129394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5129609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5129823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5130038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5130248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5130458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5130674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5130892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5131106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5131315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5131524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5131738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5131934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5132147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5132419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5132638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5132900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5133115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5133339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5133594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5133812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5134076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5134361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5134678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5134899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5135117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5135331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5135545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5135755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5135968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5136174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5136382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5136595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5136812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5137027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5137236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5137453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5137662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5137872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5138090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5138360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5138573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5138780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5138995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5139207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5139418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5139637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5139864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5140088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5140368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5140595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5140815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5141034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5141264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5141479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5141705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5141926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5142144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5142361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5142573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5142789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:56:13.5143017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5143239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5143461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5143679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5143897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5144165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5144382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5144598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5144810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5145021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5145233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5145438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5145656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5145876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5146139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5146355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5146570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5146784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5146998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5147210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5147424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5147637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5147844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5148069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5148291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5148508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5148725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5148938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5149151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5149374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5149643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5149919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5150134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5150391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5150604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5150873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5151105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5151325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5151543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5151758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5152032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5152238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5152454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5152669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5152882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5153095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5153308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5153520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5153745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5153963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5154177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5154395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5154613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5154833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5155045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5155268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5155489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5155755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5155971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5156187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5156403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5156631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5156848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5157066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5157290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5157509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5157772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5158003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5158227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5158459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5158692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5158919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5159131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5159351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5159565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5159788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5160004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5160219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5160437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5160657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5160888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5161106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5161370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5161580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5161799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5162019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5162236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5162448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5162662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5162891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5163117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5163386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5163607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5163828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5164050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5164268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5164481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5164698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5164914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5165129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5165357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5165575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5165792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5166005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5166212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5166425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5166641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5166853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5167120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5167337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5167564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5167791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5168012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5168228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5168444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5168656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5168914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5169127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5169340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5169559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5169775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5169993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5170209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5170434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5170649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5170863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5171076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5171292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5171509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5171739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5171962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5172182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5172397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5172609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5172877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5173090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5173309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5173536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5173763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5173987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5174207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5174426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5174826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5175046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5175268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5175504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5175739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5175969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5176200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:56:13.5176427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5176652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5176871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5177098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5177319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5177533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5177751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5177969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5178185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5178401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5178671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5178900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5179121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5179338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5179552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5179772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5179992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5180209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5181022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5181248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5181533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5181758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5182016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5182240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5182458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5182726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5182946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5183164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5183383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5183601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5183818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5184037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5184267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5184488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5184707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5184986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5185197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5185418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5185634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5185855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5186074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5186296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5186511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5186768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5186983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5187208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5193185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5193443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5193675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5193902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5194128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5194355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5194573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5194801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5195026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5195250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5195473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5195691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5195913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5196132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5196359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5196663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5196886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5197102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5197314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5197525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5197739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5197958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5198175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5198443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5198667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5198892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5199109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5199330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5199552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5199776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5199996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5200213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5200431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5200653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5200873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5201089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5201315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5201529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5201745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5201959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5202219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5202431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5202657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5202878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5203096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5203312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5203510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5203723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5203949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5204214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5204427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5204642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5204860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5205090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5205311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5205535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5205753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5205974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5206192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5206408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5206624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5206833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5207058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5207269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5207493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5207711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5207980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5208198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5208417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5208630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5208847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5209070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5209294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5209515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5209730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5209994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5210194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5210418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5210638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5210870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5211093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5211316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5211537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5211756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5211975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5212204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5212424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5212639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5212865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5213085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5213315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5213537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5214323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5214669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5214896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5215121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5215347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5215568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5215793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5216030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5216266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5216568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5216797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5217021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:56:13.5217246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5217472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5217688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5217887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5218107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5218334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5218555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5218775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5218999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5219219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5219438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5219652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5219867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5220087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5220358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5220576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5220793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5221008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5221222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5221434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5221646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5221855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5222148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5222493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5222840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5223204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5223574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5223904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5224248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5224595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5224912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5225239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5225561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5225864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5226194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5226502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5226809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5227107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5227438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5227663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5227995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5228215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5228434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5228653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5228869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5229087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5229321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5229636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5229940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5230267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5230479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5230692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5230904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5231124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5231335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5231549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5231758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5231970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5232186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5232405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5232626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5232839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5233036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5233244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5233456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5233664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5233879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5234144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5234356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5234570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5234797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5235017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5235242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5235464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5235683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5235954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5236183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5236402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5236630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5236855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5237076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5237293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5237516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5237731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5237944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5238156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5238456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5238679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5238906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5239170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5239394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5239614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5239818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5240085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5240305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5240530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5240750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5240972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5241188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5241407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5241622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5241886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5242101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5242313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5242530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5242758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5242980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5243200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5243418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5243633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5243848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5244063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5244285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5244503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5244715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5244925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5245137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5245347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5245563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5245826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5246040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5246237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5246445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5246651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5246857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5247077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5247296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5247566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5247785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5248011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5248230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5248451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5248675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5248894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5249120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5249337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5249555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5249777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5250008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5250231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5250451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5250666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5250883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5251100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5251318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5251591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5251825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5252053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5252270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:56:13.5252493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5252717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5252942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5253147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5253407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5253627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5253852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5254084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5254313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5254627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5254850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5255064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5255277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5255489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5255709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5255932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5256149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5256362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5256580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5256797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5257021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5257306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5257532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5257752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5257972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5258191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5258410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5258639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5258869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5259143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5259365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5259581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5259799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5260023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5260257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5260488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5260703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5260927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5261144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5261364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5261580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5261795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5262008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5262226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5262452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5262673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5262945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5263168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5263394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5263616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5263834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5264053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5264267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5264484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5264700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5264976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5265202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5265419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5265636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5265859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5266082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5266301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5266515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5266729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5266940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5267153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5267352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5267574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5267803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5268021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5268240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5268459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5268715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5268931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5269148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5269356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5269567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5269843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5270052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5270262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5270520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5270798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5271099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5271320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5271592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5271813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5272031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5272246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5272508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5272735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5272955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5273176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5273397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5273617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5273840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5274060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5274278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5274481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5274743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5274961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5275196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5275421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5275639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5275859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5276080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5276301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5276565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5276786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5277007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5277227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5277444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5277661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5277881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5278111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5278375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5278599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5278819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5279039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5279251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5279465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5279681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5279897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5280110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5280324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5280579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5280795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5280992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5281201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5281416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5281627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5281850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5282076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5282294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5283096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5283316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5283532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5283748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5283977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5284201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5284425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5284646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5284887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5285121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5285356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5285584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5285824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5286068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5286357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5286593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5286872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:56:13.5287101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5287325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5287559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5287783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5288016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5288246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5288488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5288723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5289003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5289224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5289462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5289702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5289936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5290170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5290396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5290619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5290840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5291057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5291338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5291566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5291788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5292011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5292233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5292450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5292713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5292929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5293154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5293366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5293582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5293800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5294017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5294236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5294449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5294809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5295024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5295233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5295451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5295675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5295891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5296104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5296307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5296526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5296744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5296959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5297171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5297382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5297597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5297808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5298027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5298242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5298465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5298728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5298941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5299157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5299369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5299589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5299812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5300029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5300243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5300497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5300734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5300970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5301213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5301457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5301695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5301930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5302162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5302398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5302643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5302881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5303121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5303360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5303593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5303808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5304033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5304306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5304531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5304752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5304971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5305208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5305435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5305661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5305883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5306100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5306372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5306590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5306805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5307025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5307254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5307479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5307701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5307916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5308133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5308352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5308587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5308811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5309044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5309272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5309496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5309723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5310445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5310683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5310903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5311122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5311341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5311544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5311773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5312008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5312240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5312515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5312735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5312959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5313177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5313399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5313623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5313843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5314070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5314289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5314517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5314741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5314974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5315208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5315435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5315658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5315880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5316100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5316367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5316591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5316818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5317044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5317264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5317486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5317705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5317925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5318188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5318416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5318647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5318876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5319087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5319306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5319527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5319747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5319965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5320191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5320415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5320639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5320855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5321079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5321291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:56:13.5321500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5321708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5321961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5322173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5322388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5322602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5322812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5323038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5323262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5323481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5323700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5323970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5324202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5324431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5324657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5324885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5325104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5325329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5325546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5325748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5325961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5326180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5326400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5326611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5326827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5327036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5327256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5327471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5327734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5327956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5328170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5328381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5328607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5328826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5329042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5329284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5329568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5329805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5330039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5330283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5330534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5330779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5331018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5331258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5331495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5331734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5331980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5332218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5332466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5332704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5332943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5333184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5333482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5333736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5333984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5334209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5334430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5334773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5334999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5335215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5335491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5335716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5335935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5336154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5336376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5336594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5336820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5337041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5337260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5337475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5337691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5337908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5338122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5338341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5338552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5338782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5339002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5339264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5339487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5339707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5339925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5340138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5340352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5340564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5340781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5341043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5341309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5341531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5341798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5342021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5342236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5342450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5342673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5342897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5343113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5343330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5343545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5343764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5343984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5344209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5344430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5344650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5344867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5345140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5345367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5345589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5345811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5346035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5346268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5346494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5346721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5346944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5347213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5347483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5347704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5347927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5348178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5348399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5348618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5348832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5349046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5349270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5349488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5349714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5349938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5350157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5350375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5350608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5350843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5351126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5351340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5351560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5351771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5351983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5352192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5352413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5352635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5352903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5353120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5353335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5353547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5353806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5354023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5354245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5354506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5354726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5354923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5355134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5355344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5355556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:56:13.5355781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5356003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5356224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5356443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5356656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5356916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5357128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5357345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5357589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5357828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5358073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5358317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5358555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5358841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5359078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5359314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5359556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5359802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5360090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5360337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5360614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:56:13.5360883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5361155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5361425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5361683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5361942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5362201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5362461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5362771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5363037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5363298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5363572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5363843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5364115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5364382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5364693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:56:13.5364915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5365144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5365352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5365573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5365791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5366006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5366268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5366496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5366717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5366984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5367210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5367428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5367642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5367862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5368083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5368303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5368571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5368792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5369007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5369218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5369433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5369662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5369893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5370116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5370380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5370597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5370819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5371042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5371260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5371480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5371698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5371916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5372131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5372330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5372606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5372836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5373053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5373313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5373530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5373746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5373972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5374245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5374465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5374816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5375067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5375319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5375559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5375807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5376042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5376818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5377055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5377294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5377531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5377767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5378001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5378240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5378482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5378770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5379017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5379260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5379543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5379794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5380035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5380275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5380514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5380809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5381045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5381283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5381518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5381757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5381994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5382248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5382504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5383141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5383384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5383624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5383862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5384108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5384352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5384585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5384822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5385108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5385353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5385590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5385866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5386102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5386338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5386579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5386876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5387112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5387364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5387622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5387872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5388120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5388367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5388612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5389222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5389477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5389731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5389998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5390257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5390514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5390764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5391017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5391318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5391571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5391821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5392111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5392364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5392616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5392917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5393167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5393419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5393654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:56:13.5393888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5394126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5394367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5394601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5395238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5395491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5395740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5395986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5396231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5396480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5396719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5396972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5397224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5397466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5397763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5398009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5398282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5398527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5398765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5399075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5399342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5399591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5399829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5400064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5400301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5400538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5400768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5401044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5401275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5401504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5401741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5401961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5402195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5402424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5402656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5402886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5403115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5403342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5403577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5403857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5404091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5404318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5404585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5405202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5405440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5405673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5405908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5406143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5406392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5406647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5406897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5407193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5407440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5407686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5407931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5408174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5408417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5408664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5408919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5409170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5409423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5409668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5409922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5410219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5410462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5410794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5411052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5411306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5411558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5411806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5412053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5412298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5412532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5412819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5413048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5413285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5413522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5413766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5414004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5414243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5414567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5414824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5415063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5415305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5415545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5415785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5416019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5416254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5416597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5416835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5417127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5417375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5417611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5417849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5418091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5418329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5418634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5418886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5419132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5419378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5419623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5419868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5420116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5420370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5420628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5420886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5421137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5421388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5421601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5421820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5422033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5422246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5422510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5422773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5422979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5423202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5423464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5423686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5423906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5424122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5424392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5424605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5424820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5425050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5425274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5425501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5425720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5425939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5426154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5426383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5426605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5426829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5427045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5427260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5427479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5427698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5427925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5428189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5428418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5428649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5428886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5429149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5429367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5429627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5429850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5430056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5430323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5430544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5430757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:56:13.5430975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5431186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5431397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5431621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5431846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5432067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5432288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5432508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5432726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5432940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5433157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5433370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5433585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5433803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5434073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5434288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5434502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5434711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5434935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5435195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5435420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5435638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5435855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5436203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5436453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5436698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5436936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5437175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5437423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5437668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5437916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:56:13.5438131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5438353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5438576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5438791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5439006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5439220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5439433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5439641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5439906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5440114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5440344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5440561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5440781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5441002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5441220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5441445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5441710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5441983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5442238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5442458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5442676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5442892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5443107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5443314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5443525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5443747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5443967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5444173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5444394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5444609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5444826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5445038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5445267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5445493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5445769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5445994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5446217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5446441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5446668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5446891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5447112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5447333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5447554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5447871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5448088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5448306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5448574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5448803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5449026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5449242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5449461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5449683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5449898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5450119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5450343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5450561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5450780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5450995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5451195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5451408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5451668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5451898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5452122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5452339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5452562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5452781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5453005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5453221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5453453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5453733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5453964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5454236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5454460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5454812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5455040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5455263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5455480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5455696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5455912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5456133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5456360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5456583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5456800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5457015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5457230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5457442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5457709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5457919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5458142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5458343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5458563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5458783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5459000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5459217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5459476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5459693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5459906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5460123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5460337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5460595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5460807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5461029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5461255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5461514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5461734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5461951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5462164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5462379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5462592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5462803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5463016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5463227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5463489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5463716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5463937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5464149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5464363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5464581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5464794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:56:13.5465002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5465264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5465475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5465685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5465895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5466108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5466333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5466552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5466774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5466984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5467243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5467457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5467677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5467929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5468142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5468353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5468571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5468789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5469007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5469285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5469506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5469724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5469935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5470144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5470353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5470562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5470788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5471010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5471272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5471487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5471690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5471902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5472115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5472333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5472552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5472775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5472998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5473215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5473477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5473696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5473912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5474181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5474405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5474623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5474839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5475112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5475327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5475541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5475761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5475978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5476189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5476398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5476609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5476832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5477096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5477315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5477531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5477744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5477957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5478155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5478378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5478594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5478811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5479019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5479235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5479450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5479706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5479922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5480133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5480396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5480618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5480889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5481105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5481319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5481535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5481750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5481960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5482170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5482380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5482595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5482863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5483072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5483288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5483498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5483710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5483920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5484143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5484366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5484574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5484785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5485020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5485254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5485484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5485713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5485988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5486227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5486458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5486785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5487017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5487248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5487478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5487706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5487931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5488157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5488381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5488651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5488881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5489108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5489328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5489556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5489783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5490007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5490232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5490452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5490673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5490897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5491125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5491350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5491574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5491795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5492011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5492276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5492553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5492770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5493039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5493265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5493486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5493704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5493925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5494144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5494420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5494723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5494944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5495161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5495382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5495600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5495816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5496040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5496268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5496486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5496707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5496925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5497145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5497369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5497585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5497806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5498022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5498886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5499164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:56:13.5499395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5499618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5499835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5500060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5500289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5500515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5500785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5501017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5501250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5501481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5501710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5501942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5502189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5502446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5502695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5502939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5503184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5503421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5503664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5503902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5504152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5504406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5504758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5505009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5505260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5505547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5505797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5506022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5506247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5506465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5506745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5506970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5507198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5507422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5507676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5507929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5508179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5508425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5508680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5508938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5509193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5509444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5509693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5509941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5510192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5510489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5510736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5511029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5511284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5511520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5511805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5512056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5512353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5512608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5512859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5513108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5513336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5513556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5513780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5514004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5514237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5514470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5514692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5514910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5515136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5515352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5515566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5515787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5516006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5516277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5516510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5516743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5516985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5517270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5517518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5517763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5518037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5518333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5518573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5518811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5519060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5519314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5519565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5519808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5520046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5520279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5520519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5520755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5520975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5521215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5521454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5521693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5521981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5522223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5522467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5522711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5522955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5523186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5523418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5523696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5523975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5524237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5524455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5524688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5524919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5525156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5525392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5525622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5525847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5526066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5526287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5526515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5526742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5526968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5527193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5527408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5527621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5527891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5528107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5528320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5528530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5528739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5528937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5529160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5529383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5529648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5529911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5530130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5530349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5530604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:56:13.5530828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5531042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5531258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5531471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5531690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5531911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:56:13.5532136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5532353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5532572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5532785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5533008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5533229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5533442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5533717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5533934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5534160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5534388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5534722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5534949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5535167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:56:13.5535387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5535662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5535872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5536143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5536364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5536578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5536840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5537054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5537268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5537493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5537717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5537936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5538157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5538375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5538591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5538802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5539019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5539241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5539460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5539733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5539950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5540167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5540390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5540606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5540818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5541030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5541247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5541513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5541725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5541937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5542146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5542404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5542603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5542820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5543085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5543307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5543523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5543737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5543954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5544168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5544386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5544603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5544820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5545035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5545246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5545508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5545719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5545933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5546154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5546373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5546591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5546809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5547023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5547283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5547497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5547718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5547934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5548149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5548367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5548643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5548875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5549098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5549362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5549571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5549792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5550003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5550214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5550426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5550632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5550844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5551059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5551326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5551538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5551751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5551960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5552174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5552380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5552598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5552815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5553032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5553295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5553509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5553719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5553934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5554146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5554362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5554574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5554793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5555047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5555261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5555517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5555747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5555951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5556167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5556380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5556592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5556806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5557084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5557308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5557542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5557769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5557988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5558209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5558425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5558643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5558922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5559154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5559390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5559615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5559838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5560056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5560271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5560497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5560711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5560923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5561187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5561403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5561614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5561865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5562076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5562294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5562514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5562733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5562985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5563200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5563410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5563632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5563848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5564062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5564275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5564485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5565339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5565560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5565780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5565994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5566216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5566447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5566668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5566893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5567113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5567379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5567601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5567818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5568035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5568256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5568529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5568763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5568992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5569217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:56:13.5569505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5569728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5569943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5570152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5570349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5570557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5570767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5570989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5571251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5571469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5571681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5571894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5572104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5572328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5572553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5572764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5572977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5573189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5573398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5573609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5573819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5574089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5574306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5574602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5574858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5575069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5575342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5575566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5575788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5576016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5576237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5576454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5576674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5576893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5577156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5583170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5583452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5583688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5583910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5584134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5584349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5584571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5584786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5585009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5585217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5585443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5585663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5585883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5586102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5586320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5586538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5586814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5587142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5587414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5587640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5587862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5588080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5588297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5588528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5588752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5589026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5589245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5589462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5589680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5589902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5590123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5590358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5590589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5590823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5591051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5591275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5591499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5591724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5591952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5592179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5592401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5592607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5592924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5593152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5593384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5593662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5593897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5594128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5594354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5594575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5594847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5595066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5595283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5595509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5595727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5595947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5596160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5596376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5596585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5596809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5597034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5597260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5597479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5597705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5597922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5598139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5598360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5598589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5599415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5599653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5599923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5600146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5600348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5600567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5600798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5601016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5601308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5601532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5601754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5601971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5602194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5602414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5602638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5602854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5603079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5603304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5603526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5603749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5603974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5604196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5604421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5604641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5604864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5605130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5605348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5605616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5605832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5606050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5606302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5606531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5606752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5606967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5607235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5607433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5607652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5607872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5608091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5608304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5608520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5608732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5608938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5609159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5609383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5609608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5609828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:56:13.5610048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5610264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5610478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5610696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5610965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5611191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5611417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5611636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5611905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5612120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5612371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5612598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5612824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5613101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5613323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5613545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5613766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5613983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5614186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5614410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5614759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5614978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5615195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5615410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5615628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5615845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5616074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5616300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5616519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5616738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5617008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5617235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5617456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5617672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5617890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5618155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5618369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5618587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5618837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5619115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5619343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5619567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5619789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5620007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5620227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5620445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5620659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5620876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5621074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5621286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5621501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5621716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5621931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5622151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5622370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5622583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5622852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5623074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5623288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5623501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5623710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5623927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5624195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5624419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5624642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5624953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5625172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5625417Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5625648Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5625878Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5626107Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5626345Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5626579Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5626813Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5627039Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5627261Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5627489Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5627713Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5627936Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5628138Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5628360Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5628578Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5628854Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5629075Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5629309Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5629533Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5629765Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5629992Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5630217Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5630483Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5630754Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5630975Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5631235Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:56:13.5631416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex128 PASSED [ 51%] 2022-11-23T01:56:13.5631588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float16 PASSED [ 51%] 2022-11-23T01:56:13.5631754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float64 PASSED [ 51%] 2022-11-23T01:56:13.5631920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int16 PASSED [ 51%] 2022-11-23T01:56:13.5632086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_uint8 PASSED [ 51%] 2022-11-23T01:56:13.5632289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:56:13.5632480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bool PASSED [ 51%] 2022-11-23T01:56:13.5632678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex64 PASSED [ 51%] 2022-11-23T01:56:13.5632871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int32 PASSED [ 51%] 2022-11-23T01:56:13.5633061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int64 PASSED [ 51%] 2022-11-23T01:56:13.5633251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int8 PASSED [ 51%] 2022-11-23T01:56:13.5633431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex128 PASSED [ 51%] 2022-11-23T01:56:13.5633619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float16 PASSED [ 51%] 2022-11-23T01:56:13.5633805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float64 PASSED [ 51%] 2022-11-23T01:56:13.5633992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int16 PASSED [ 51%] 2022-11-23T01:56:13.5634179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int32 PASSED [ 51%] 2022-11-23T01:56:13.5634365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int64 PASSED [ 51%] 2022-11-23T01:56:13.5634551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int8 PASSED [ 51%] 2022-11-23T01:56:13.5634796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:56:13.5634983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bool PASSED [ 51%] 2022-11-23T01:56:13.5635177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex64 PASSED [ 51%] 2022-11-23T01:56:13.5635366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float16 PASSED [ 51%] 2022-11-23T01:56:13.5635551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float32 PASSED [ 51%] 2022-11-23T01:56:13.5635732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int16 PASSED [ 51%] 2022-11-23T01:56:13.5635917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int64 PASSED [ 51%] 2022-11-23T01:56:13.5636101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_uint8 PASSED [ 51%] 2022-11-23T01:56:13.5636302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:56:13.5636491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bool PASSED [ 51%] 2022-11-23T01:56:13.5636784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex128 PASSED [ 51%] 2022-11-23T01:56:13.5636985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex64 PASSED [ 51%] 2022-11-23T01:56:13.5637179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float64 PASSED [ 51%] 2022-11-23T01:56:13.5637368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int64 PASSED [ 51%] 2022-11-23T01:56:13.5637580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_uint8 PASSED [ 51%] 2022-11-23T01:56:13.5637877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:56:13.5638169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex128 PASSED [ 51%] 2022-11-23T01:56:13.5638488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex32 PASSED [ 51%] 2022-11-23T01:56:13.5638822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float16 PASSED [ 51%] 2022-11-23T01:56:13.5639148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float64 PASSED [ 51%] 2022-11-23T01:56:13.5639476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int32 PASSED [ 51%] 2022-11-23T01:56:13.5639785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_uint8 PASSED [ 51%] 2022-11-23T01:56:13.5640068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bool PASSED [ 51%] 2022-11-23T01:56:13.5640376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex32 PASSED [ 51%] 2022-11-23T01:56:13.5640659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex64 PASSED [ 51%] 2022-11-23T01:56:13.5640952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float64 PASSED [ 51%] 2022-11-23T01:56:13.5641258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int16 PASSED [ 51%] 2022-11-23T01:56:13.5641537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int32 PASSED [ 51%] 2022-11-23T01:56:13.5641800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int8 PASSED [ 51%] 2022-11-23T01:56:13.5642075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_uint8 PASSED [ 51%] 2022-11-23T01:56:13.5642355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bool PASSED [ 51%] 2022-11-23T01:56:13.5642653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex32 PASSED [ 51%] 2022-11-23T01:56:13.5643109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex64 PASSED [ 51%] 2022-11-23T01:56:13.5643445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float16 PASSED [ 51%] 2022-11-23T01:56:13.5643709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float32 PASSED [ 51%] 2022-11-23T01:56:13.5643961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int32 PASSED [ 51%] 2022-11-23T01:56:13.5644226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int64 PASSED [ 51%] 2022-11-23T01:56:13.5644566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float32 PASSED [ 51%] 2022-11-23T01:56:13.5644765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float64 PASSED [ 51%] 2022-11-23T01:56:13.5644961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5645155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5645345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5645622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex32 PASSED [ 52%] 2022-11-23T01:56:13.5645812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5646003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5646191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5646381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5646575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5646773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5646964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5647152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5647338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5647527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5647711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5647904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5648094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5648281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5648452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5648639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5648826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5649009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5649193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5649384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5649580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5649811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5649997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5650231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5650417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5650605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5650841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5651026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5651199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5651379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5651549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5651764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5651931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5652094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5652253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5652420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5652591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5652758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5652925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5653085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5653255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5653429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5653598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5653778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5653952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5654120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5654287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5654453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5654716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5654894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5655068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5655245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 PASSED [ 52%] 2022-11-23T01:56:13.5655402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5655572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5655738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5655959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5656124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5656287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5656506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5656685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5656866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5657047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5657264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5657443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5657621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5657802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5658024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5658200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5658370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5658541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5658712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5658868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5659038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5659210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5659385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5659566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5659736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5659903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5660073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5660248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5660419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5660587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5660755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5660923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5661102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5661286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5661466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5661642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5661817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5661992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5662192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5662364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5662536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5662755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5662933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5663101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5663272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5663480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5663649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5663816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5663984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool PASSED [ 52%] 2022-11-23T01:56:13.5664208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5664382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5664553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5664721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5664889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5665063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 PASSED [ 52%] 2022-11-23T01:56:13.5665235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5665410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5665564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5665732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5665902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 XFAIL [ 52%] 2022-11-23T01:56:13.5666136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5666365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5666596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5666817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5667032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5667259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5667475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:56:13.5667652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5667827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5667998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5668163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5668373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5668554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5668731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5668901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5669116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5669288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5669459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5669619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5669829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5670009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 PASSED [ 52%] 2022-11-23T01:56:13.5670181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 PASSED [ 52%] 2022-11-23T01:56:13.5670943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5671107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5671278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 PASSED [ 52%] 2022-11-23T01:56:13.5671446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5671626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 PASSED [ 52%] 2022-11-23T01:56:13.5671799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 PASSED [ 52%] 2022-11-23T01:56:13.5671971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 PASSED [ 52%] 2022-11-23T01:56:13.5672139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 PASSED [ 52%] 2022-11-23T01:56:13.5672303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 PASSED [ 52%] 2022-11-23T01:56:13.5672469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 PASSED [ 52%] 2022-11-23T01:56:13.5672651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:56:13.5672836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5673022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 PASSED [ 53%] 2022-11-23T01:56:13.5673205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 PASSED [ 53%] 2022-11-23T01:56:13.5673383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5673546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5673726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5673903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5674087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5674263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5674440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5674615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5674789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5675014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5675201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 PASSED [ 53%] 2022-11-23T01:56:13.5675428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5675609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5675780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5675992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5676168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5676346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5676520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5676706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5676895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5677129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5677290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5677464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5677638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5677813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5677989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5678163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5678337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5678524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5678698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5678872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5679064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5679252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5679450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5679648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 PASSED [ 53%] 2022-11-23T01:56:13.5679841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5680025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5680213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5680402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5680582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5680763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5680924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5681141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5681323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5681549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5681730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5681904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5682078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5682284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5682459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5682630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5682798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5682968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5683135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5683355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5683523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5683691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5683855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5684016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5684183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5684342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5684511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5684688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5684858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5685022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5685193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5685365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5685533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5685698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5685864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5686031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5686211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5686388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5686564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5686737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5686912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5687084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5687262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5687483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5687642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5687861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5688040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5688207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5688381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 PASSED [ 53%] 2022-11-23T01:56:13.5688591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5688776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5688954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5689145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5689381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 PASSED [ 53%] 2022-11-23T01:56:13.5689562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5689741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5689918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5690095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5690270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5690443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 PASSED [ 53%] 2022-11-23T01:56:13.5690616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5690783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5690951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5691099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5691286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5691473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 PASSED [ 53%] 2022-11-23T01:56:13.5691661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 PASSED [ 53%] 2022-11-23T01:56:13.5691843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5692024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5692205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5692383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5692573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5692766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5692951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5693130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5693313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5693543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5693729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5693910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5694097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 PASSED [ 53%] 2022-11-23T01:56:13.5694280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5694457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5694734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5694898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5695074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5695251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5695427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5695664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5695839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool PASSED [ 53%] 2022-11-23T01:56:13.5696011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 PASSED [ 53%] 2022-11-23T01:56:13.5696185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5696361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5696535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5696708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5696875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5697045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5697211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5697370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 PASSED [ 53%] 2022-11-23T01:56:13.5697536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5697706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5697871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 PASSED [ 53%] 2022-11-23T01:56:13.5698038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5698186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5698356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 PASSED [ 53%] 2022-11-23T01:56:13.5698520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 PASSED [ 53%] 2022-11-23T01:56:13.5698697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5698875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5699048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 PASSED [ 53%] 2022-11-23T01:56:13.5699271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 PASSED [ 53%] 2022-11-23T01:56:13.5699437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 PASSED [ 53%] 2022-11-23T01:56:13.5699609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:56:13.5700397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex128 PASSED [ 53%] 2022-11-23T01:56:13.5700590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5700765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5700933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5701099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5701266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5701431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5701608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5701790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5701972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5702135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5702366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5702542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5702717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5702892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5703071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5703260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex32 PASSED [ 54%] 2022-11-23T01:56:13.5703450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5703633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5703819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5704001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5704183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5704363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5704538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5704713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5704898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5705073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5705266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5705458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5705643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5705814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5705991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5706165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5706338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5706564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5706759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5706953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5707136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5707321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5707520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5707707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5707892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5708077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5708257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5708491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5708677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5708860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5709046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5709224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5709397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5709559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5709730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5709904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5710074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5710250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5710425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5710604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 PASSED [ 54%] 2022-11-23T01:56:13.5710781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5710956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5711128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5711297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5711466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5711636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5711814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5711990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 PASSED [ 54%] 2022-11-23T01:56:13.5712166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5712335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5712560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5712741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5712904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5713080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5713251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5713426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5713596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5713772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5713946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 PASSED [ 54%] 2022-11-23T01:56:13.5714114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5714279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5714502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5714670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5714836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5715006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5715176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5715349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5715575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5715748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5715917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5716087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5716279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5716456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5716621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5716788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5716955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5717131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5717310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5717480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5717647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5717817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5717984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5718162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:56:13.5718346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5718528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5718765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5718944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5719118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5719295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5719469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5719627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5719799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5719969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5720136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5720306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5720481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5720650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5720869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5721034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5721199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5721366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 PASSED [ 54%] 2022-11-23T01:56:13.5721546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5721727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5721902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5722074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5722247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5722420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5722599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5722771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5722930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5723105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5723278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5723454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5723635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 PASSED [ 54%] 2022-11-23T01:56:13.5723812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5723983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 PASSED [ 54%] 2022-11-23T01:56:13.5724158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5724345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 PASSED [ 54%] 2022-11-23T01:56:13.5724532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5724714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 PASSED [ 54%] 2022-11-23T01:56:13.5724958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5725141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5725320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5725494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5725673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5725851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 PASSED [ 54%] 2022-11-23T01:56:13.5726026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5726202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:56:13.5726357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:56:13.5726532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:56:13.5726702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool PASSED [ 54%] 2022-11-23T01:56:13.5726933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:56:13.5727108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 PASSED [ 54%] 2022-11-23T01:56:13.5727280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5727452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5727620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5727792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5727977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5728154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5728331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5728502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5728676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5728848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5729021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5729190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5729359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5729537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5729697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5729866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5730034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5730209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5730376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5730547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5730716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5730949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5731127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5731301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5731474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5731646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5731819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5731992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5732177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:56:13.5732358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5732548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5732736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 PASSED [ 55%] 2022-11-23T01:56:13.5732967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5733148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5733311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5733489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5733664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5733840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5734015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5734191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5734370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5734637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5734816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5734991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5735164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5735340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5735513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5735690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5735864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5736036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5736223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5736402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5736575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5736731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5736907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5737140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5737324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5737502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5737673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5737844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5738025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5738205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5738380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5738557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5738732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5738907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5739132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5739304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5739478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5739650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5739820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5739989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5740164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5740322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5740500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5740675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5740845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5741013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:56:13.5741187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5741357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5741526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5741691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5741851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5742023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5742203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 PASSED [ 55%] 2022-11-23T01:56:13.5742381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5742556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5742728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5742898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5743122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5743300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5743471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 PASSED [ 55%] 2022-11-23T01:56:13.5743624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5743790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5743956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5744121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5744281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5744457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5744637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5744807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 PASSED [ 55%] 2022-11-23T01:56:13.5744980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5745202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5745369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5745538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5745704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5745884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5746060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 PASSED [ 55%] 2022-11-23T01:56:13.5746232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 PASSED [ 55%] 2022-11-23T01:56:13.5746402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5746568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5746720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5746895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5747138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 PASSED [ 55%] 2022-11-23T01:56:13.5747320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 PASSED [ 55%] 2022-11-23T01:56:13.5747501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5747718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5747898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5748072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5748246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:56:13.5748419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5748589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5748755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5748926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5749093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5749341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:56:13.5749526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5749705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5749887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5750065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5750238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5750392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 PASSED [ 55%] 2022-11-23T01:56:13.5750557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5750725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5750890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5751055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5751266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5751426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5751585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 PASSED [ 55%] 2022-11-23T01:56:13.5751762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:56:13.5751928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 PASSED [ 55%] 2022-11-23T01:56:13.5752093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5752260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5752426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5752598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 PASSED [ 55%] 2022-11-23T01:56:13.5752767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 PASSED [ 55%] 2022-11-23T01:56:13.5752932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 PASSED [ 55%] 2022-11-23T01:56:13.5753097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 PASSED [ 55%] 2022-11-23T01:56:13.5753264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 PASSED [ 55%] 2022-11-23T01:56:13.5753421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:56:13.5753586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool PASSED [ 55%] 2022-11-23T01:56:13.5753755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5753923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5754086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5754253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5754416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5754581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5754751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5754915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5755086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5755251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5755482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5755659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5755836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5756010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5756191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5756369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 PASSED [ 56%] 2022-11-23T01:56:13.5756549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5756707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5756879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5757047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5757218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5757442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5757613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5757787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 PASSED [ 56%] 2022-11-23T01:56:13.5757973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5758142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5758313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5758485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5758649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5758800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5758976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5759150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5759323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5759491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5759654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5759817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5759983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5760154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5760329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5760503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5760680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5760852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5761030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5761206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5761382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5761607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5761778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5761962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5762126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5762297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5762470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5762641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5762811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5762985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5763161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5763386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5763559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5763728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5763902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5764083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5764262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5764446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 PASSED [ 56%] 2022-11-23T01:56:13.5764632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5764812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5764992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5765169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5765345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5765515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5765675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5765850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5766025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5766196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5766371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5766548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5766720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5766905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5767087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 PASSED [ 56%] 2022-11-23T01:56:13.5767260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5767484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5767658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5767830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5768004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5768174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5768347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5768513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5768680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5768844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5768998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5769172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5769347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5770126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5770296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5770473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5770648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5770826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5771003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5771178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5771353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5771527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5771700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5771874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5772046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5772222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 PASSED [ 56%] 2022-11-23T01:56:13.5772396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5772566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5772740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5772893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5773063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5773228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5773392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5773563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5773743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5773914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5774135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5774312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5774614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5774790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5774956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5775152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5775341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5775527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5775709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5775888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5776066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5776298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5776467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5776643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5776828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 PASSED [ 56%] 2022-11-23T01:56:13.5777010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5777199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5777392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5777582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5777762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 PASSED [ 56%] 2022-11-23T01:56:13.5777937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5778113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5778288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 PASSED [ 56%] 2022-11-23T01:56:13.5778463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5778635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5778808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 PASSED [ 56%] 2022-11-23T01:56:13.5778979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5779147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 PASSED [ 56%] 2022-11-23T01:56:13.5779318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5779490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5779661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool PASSED [ 56%] 2022-11-23T01:56:13.5779831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 PASSED [ 56%] 2022-11-23T01:56:13.5779988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 PASSED [ 56%] 2022-11-23T01:56:13.5780157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 PASSED [ 56%] 2022-11-23T01:56:13.5780367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 PASSED [ 56%] 2022-11-23T01:56:13.5780532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 PASSED [ 56%] 2022-11-23T01:56:13.5780701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:56:13.5780874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5781047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5781215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5781388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5781553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5781715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5781881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5782045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5782242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5782488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5782689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex32 PASSED [ 57%] 2022-11-23T01:56:13.5782884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5783076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5783265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5783452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5783628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5783815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5783994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5784172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5784353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5784531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5784707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5784883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5785055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5785227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5785402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5785576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5785760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5785936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5786108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5786277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5786497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5786672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5786854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5787026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5787197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5787377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5787554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5787730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5787905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5788077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5788298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5788472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5788649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5788825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5789005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5789178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5789355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5789531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5789707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5789884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5790057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5790231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5790398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5790552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5790714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5790875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5791039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5791204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5791387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5791561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5791745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5791926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 PASSED [ 57%] 2022-11-23T01:56:13.5792108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5792282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5792502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5792677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5792852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5793022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5793192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5793363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5793531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5793700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5793854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5794020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5794216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5794456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5794653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5794844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5795037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5795233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5795436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5795635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5795832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5796029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5796198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5796372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5796546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5796717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5796888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5797062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5797241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5797421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5797593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5797752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5797922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5798090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5798256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5798918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 PASSED [ 57%] 2022-11-23T01:56:13.5799100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5799263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5799431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5799608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5799784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5799954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5800127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5800298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5800476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5800662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5800898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex32 PASSED [ 57%] 2022-11-23T01:56:13.5801076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5801255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5801430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5801593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5801766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5801937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5802110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5802284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5802461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5802630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5802797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5802992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5803178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5803343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5803583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5803751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 PASSED [ 57%] 2022-11-23T01:56:13.5803922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5804097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5804312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5804485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5804652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5804814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5804959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5805191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5805375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 PASSED [ 57%] 2022-11-23T01:56:13.5805556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 PASSED [ 57%] 2022-11-23T01:56:13.5805734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5805911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 PASSED [ 57%] 2022-11-23T01:56:13.5806087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5806260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 PASSED [ 57%] 2022-11-23T01:56:13.5806436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 PASSED [ 57%] 2022-11-23T01:56:13.5806609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5806799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:56:13.5806990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 PASSED [ 57%] 2022-11-23T01:56:13.5807228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 PASSED [ 57%] 2022-11-23T01:56:13.5807410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 PASSED [ 57%] 2022-11-23T01:56:13.5807595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 PASSED [ 57%] 2022-11-23T01:56:13.5807778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 PASSED [ 57%] 2022-11-23T01:56:13.5807949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool PASSED [ 57%] 2022-11-23T01:56:13.5808132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 PASSED [ 58%] 2022-11-23T01:56:13.5808309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5808482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 PASSED [ 58%] 2022-11-23T01:56:13.5808643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5808813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5808986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5809155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5809325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5809505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5809681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool PASSED [ 58%] 2022-11-23T01:56:13.5809863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 PASSED [ 58%] 2022-11-23T01:56:13.5810042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5810214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 PASSED [ 58%] 2022-11-23T01:56:13.5810387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5810559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5810728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5810899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5811070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5811289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool PASSED [ 58%] 2022-11-23T01:56:13.5811471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 PASSED [ 58%] 2022-11-23T01:56:13.5811648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 PASSED [ 58%] 2022-11-23T01:56:13.5811821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5811977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5812146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5812319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5812500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5812710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5812914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5813154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5813341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5813539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5813726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5813919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5814108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5814295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5814584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5814786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5814986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5815182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5815374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5815562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5815755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5815972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5816182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5816361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5816557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5816748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5816941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5817138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5817388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5817589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5817802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bool PASSED [ 58%] 2022-11-23T01:56:13.5818014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5818217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5818424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5818625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5818828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5819028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5819278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5819479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5819684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5819872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5820063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 58%] 2022-11-23T01:56:13.5820256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5820447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5820644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5820832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5821029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 58%] 2022-11-23T01:56:13.5821239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5821445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5821650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5821854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5822057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5822259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5822464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5822668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5822865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5823055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5823298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5823487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5823678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5823863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5824045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5824232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5824420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5824604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5824790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5824975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5825212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5825418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5825611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5825813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5826018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5826228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5826433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5826639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5826843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5827039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5827236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5827437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5827636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5827830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5828024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5828223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5828417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5828609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5828802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5828995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5829256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5829465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5829667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5829870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5830042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5830203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 PASSED [ 58%] 2022-11-23T01:56:13.5830376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5830548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5830718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool PASSED [ 58%] 2022-11-23T01:56:13.5830893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5831065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5831281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5831447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5831615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5831778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5831957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 PASSED [ 58%] 2022-11-23T01:56:13.5832128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5832301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5832472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 PASSED [ 58%] 2022-11-23T01:56:13.5832652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5832828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5833004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5833177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5833347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5833507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5833678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5833851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5834024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5834196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5834364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5834530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 PASSED [ 58%] 2022-11-23T01:56:13.5834693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 PASSED [ 58%] 2022-11-23T01:56:13.5834859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5835035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 PASSED [ 58%] 2022-11-23T01:56:13.5835206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 PASSED [ 58%] 2022-11-23T01:56:13.5835426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 PASSED [ 58%] 2022-11-23T01:56:13.5835596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 PASSED [ 58%] 2022-11-23T01:56:13.5835764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 PASSED [ 58%] 2022-11-23T01:56:13.5835937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:56:13.5836112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 PASSED [ 58%] 2022-11-23T01:56:13.5836286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 PASSED [ 58%] 2022-11-23T01:56:13.5836459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 PASSED [ 58%] 2022-11-23T01:56:13.5836628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5836788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5836958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5837128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 PASSED [ 59%] 2022-11-23T01:56:13.5837342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5837510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5837680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5837850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5838015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5838178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5838340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5838500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5838680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5838856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5839034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5839212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5839384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5839553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5839728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 PASSED [ 59%] 2022-11-23T01:56:13.5839903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5840061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5840233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5840398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5840578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5840753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5840937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 PASSED [ 59%] 2022-11-23T01:56:13.5841119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 PASSED [ 59%] 2022-11-23T01:56:13.5841348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5841522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5841695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5841868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5842038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5842209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5842381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5842554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5842724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5842894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5843065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 PASSED [ 59%] 2022-11-23T01:56:13.5843285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5843435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5843602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5843767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5843938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5844107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5844279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 PASSED [ 59%] 2022-11-23T01:56:13.5844449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5844621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5844791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5844954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5845116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5845286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5845453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5845619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5845786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5845959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5846134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 PASSED [ 59%] 2022-11-23T01:56:13.5846304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5846454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5846617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5846786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5846953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5847119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5847285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5847509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5847681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 PASSED [ 59%] 2022-11-23T01:56:13.5847852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5848016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5848184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5848350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5848531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 PASSED [ 59%] 2022-11-23T01:56:13.5848700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5848872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5849040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5849210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5849421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5849582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5849734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5849895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5850067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5850237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5850408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5850579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5850747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5850917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5851082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5851241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5851409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5851576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5851739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5851903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5852069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5852242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 PASSED [ 59%] 2022-11-23T01:56:13.5852415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5852581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5852748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5852898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5853063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5853227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5853462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5853653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5853846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5854033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5854220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5854406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5854720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5854910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5855096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5855281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5855525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5855708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5855892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5856073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5856252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5856429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5856615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:56:13.5856778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5856957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5857140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5857319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5857500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5857676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5857854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5858032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5858207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5858381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5858555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5858727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5858900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5859071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5859248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5859424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5859637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5859814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 PASSED [ 59%] 2022-11-23T01:56:13.5859996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5860181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5860350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5860530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5860741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 59%] 2022-11-23T01:56:13.5860945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex32 PASSED [ 59%] 2022-11-23T01:56:13.5861156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 59%] 2022-11-23T01:56:13.5861362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float16 PASSED [ 59%] 2022-11-23T01:56:13.5861610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int16 PASSED [ 59%] 2022-11-23T01:56:13.5861812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int32 PASSED [ 59%] 2022-11-23T01:56:13.5862009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int64 PASSED [ 59%] 2022-11-23T01:56:13.5862208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5862389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool PASSED [ 59%] 2022-11-23T01:56:13.5862570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 PASSED [ 59%] 2022-11-23T01:56:13.5862779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-11-23T01:56:13.5862986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 59%] 2022-11-23T01:56:13.5863191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5863403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5863609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5863811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5864016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5864223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5864426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5864632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5864839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5865026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5865229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5865432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5865679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5865858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5866040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5866217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5866397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5866579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5866761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5866943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5867147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5867346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5868069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5868265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5868462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5868662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5868864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5869065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5869250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5869438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5869621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5869788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5869969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5870145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5870324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5870497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5870672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5870845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5871018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5871186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5871354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5871524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5871701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5871874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5872097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5872268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5872443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5872619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5872791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5872962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5873120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5873290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5873457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5873628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5873796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5874012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5874182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5874359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5874539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5874711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5874883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5875054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5875227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 PASSED [ 60%] 2022-11-23T01:56:13.5875398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5875569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5875735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5875899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5876064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5876231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5876384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5876548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5876719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5876886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5877052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5877217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5877380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5877545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5877725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5877909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5878135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5878314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5878487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5878664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5878828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5879001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5879169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5879331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5879491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5879643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5879808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5879970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5880176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5880343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5880519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5880692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5880861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5881027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5881194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5881356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5881527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5881704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5881873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5882040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5882205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5882389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 XFAIL [ 60%] 2022-11-23T01:56:13.5882573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 XFAIL [ 60%] 2022-11-23T01:56:13.5882739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 XFAIL [ 60%] 2022-11-23T01:56:13.5882916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 XFAIL [ 60%] 2022-11-23T01:56:13.5883090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 XFAIL [ 60%] 2022-11-23T01:56:13.5883264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 XFAIL [ 60%] 2022-11-23T01:56:13.5883438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 XFAIL [ 60%] 2022-11-23T01:56:13.5883610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5883783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5883950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5884118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5884338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5884504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5884683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5884857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5885030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5885198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 PASSED [ 60%] 2022-11-23T01:56:13.5885363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5885524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5885687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5885861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5886028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5886254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5886430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5886602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 PASSED [ 60%] 2022-11-23T01:56:13.5886770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5886946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5887119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5887291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5887458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5887629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 PASSED [ 60%] 2022-11-23T01:56:13.5887791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5887963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5888130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5888305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5888479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5888647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5888814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 PASSED [ 60%] 2022-11-23T01:56:13.5888980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 PASSED [ 60%] 2022-11-23T01:56:13.5889147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 PASSED [ 60%] 2022-11-23T01:56:13.5889312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:56:13.5889486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool PASSED [ 60%] 2022-11-23T01:56:13.5889671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 PASSED [ 60%] 2022-11-23T01:56:13.5889854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 PASSED [ 60%] 2022-11-23T01:56:13.5890033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 PASSED [ 60%] 2022-11-23T01:56:13.5890265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 PASSED [ 60%] 2022-11-23T01:56:13.5890443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5890619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5890794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5890966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5891136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5891303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5891469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5891642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5891820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 PASSED [ 61%] 2022-11-23T01:56:13.5891993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5892216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5892387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5892555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5892709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5892889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5893068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5893245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5893423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5893595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5893770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5893944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5894124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5894310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5894603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5894782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5894956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5895126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5895306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5895478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5895650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5895820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5895984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5896149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5896332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5896976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5897159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5897337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5897508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5897684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5897863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5898040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5898211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5898387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5898559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5898736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 PASSED [ 61%] 2022-11-23T01:56:13.5898965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5899138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5899310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5899482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5899650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5899822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5899997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 PASSED [ 61%] 2022-11-23T01:56:13.5900153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5900323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5906282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5906499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5906678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5906855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5907021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5907198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5907375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5907557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5907734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5907908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5908077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5908246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5908411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5908582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5908862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5909035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5909209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5909380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5909544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5909712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5909882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5910055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5910211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5910381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5910554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5910734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5910959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5911128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5911297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5911513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5911679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5911876Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-11-23T01:56:13.5912116Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 61%] 2022-11-23T01:56:13.5912307Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5912485Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5912662Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5912840Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5913031Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-11-23T01:56:13.5913211Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 XFAIL [ 61%] 2022-11-23T01:56:13.5913385Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 XFAIL [ 61%] 2022-11-23T01:56:13.5913556Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 XFAIL [ 61%] 2022-11-23T01:56:13.5913729Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 XFAIL [ 61%] 2022-11-23T01:56:13.5913889Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bfloat16 XFAIL [ 61%] 2022-11-23T01:56:13.5914061Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bool XFAIL [ 61%] 2022-11-23T01:56:13.5914235Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex32 XFAIL [ 61%] 2022-11-23T01:56:13.5914409Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex64 XFAIL [ 61%] 2022-11-23T01:56:13.5914582Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float16 XFAIL [ 61%] 2022-11-23T01:56:13.5914751Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float64 XFAIL [ 61%] 2022-11-23T01:56:13.5914920Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int32 XFAIL [ 61%] 2022-11-23T01:56:13.5915138Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int64 XFAIL [ 61%] 2022-11-23T01:56:13.5915325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5915504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5915690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5915876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5916055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5916236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5916413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5916591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5916800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5917062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5917272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5917483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5917725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5917931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int64 PASSED [ 61%] 2022-11-23T01:56:13.5918135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5918377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5918590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5918796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5918999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5919200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5919403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5919599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5919794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5920001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5920205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5920404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5920600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_uint8 PASSED [ 61%] 2022-11-23T01:56:13.5920804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bool PASSED [ 61%] 2022-11-23T01:56:13.5921019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex32 PASSED [ 61%] 2022-11-23T01:56:13.5921277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5921485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5921692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5921894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int16 PASSED [ 61%] 2022-11-23T01:56:13.5922096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5922302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5922509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5922700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float64 PASSED [ 61%] 2022-11-23T01:56:13.5922900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int32 PASSED [ 61%] 2022-11-23T01:56:13.5923101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int8 PASSED [ 61%] 2022-11-23T01:56:13.5923351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:56:13.5923560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex128 PASSED [ 61%] 2022-11-23T01:56:13.5923766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex32 PASSED [ 61%] 2022-11-23T01:56:13.5924020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex64 PASSED [ 61%] 2022-11-23T01:56:13.5924227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float16 PASSED [ 61%] 2022-11-23T01:56:13.5924431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float32 PASSED [ 61%] 2022-11-23T01:56:13.5924670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5924872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5925071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5925269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5925477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5925681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex32 PASSED [ 62%] 2022-11-23T01:56:13.5925886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5926088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5926294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5926493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5926698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5926900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5927107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5927365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex32 PASSED [ 62%] 2022-11-23T01:56:13.5927567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5927755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5927958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5928161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5928359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5928557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5928765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5928972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex32 PASSED [ 62%] 2022-11-23T01:56:13.5929175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5929419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5929615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5929807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5930002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5930247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5930452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5930650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5930849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5931051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5931256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5931495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5931694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5931891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5932089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5932284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5932469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5932673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5932877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5933075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5933273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5933515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5933723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5933924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5934132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5934337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5934628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5934821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5935014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 PASSED [ 62%] 2022-11-23T01:56:13.5935201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5935385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5935618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5935798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5935974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5936155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5936336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5936517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5936706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5936932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5937125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5937310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5937494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5937716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5937899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5938084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5938275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5938463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 PASSED [ 62%] 2022-11-23T01:56:13.5938649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5938830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5939010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5939187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5939377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5939574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5939825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5940017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5940207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5940392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5940577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5940760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5940929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5941112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5941303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5941490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5941715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5941893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5942071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5942253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5942436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5942613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5942792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5942974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5943195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5943382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5943563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5943743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5943964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5944142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5944327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5944505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5944667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5944845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5945026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5945206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5945388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5945565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5945793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5945970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5946148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5946340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5946525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5946705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5946887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5947086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5947286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5947478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 PASSED [ 62%] 2022-11-23T01:56:13.5947668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5947900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5948086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5948269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5948451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5948615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5948797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5948982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5949162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool PASSED [ 62%] 2022-11-23T01:56:13.5949354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5949586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5949772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5949954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5950176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5950365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5950551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5950737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5950916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5951096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5951275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5951459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5951647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 PASSED [ 62%] 2022-11-23T01:56:13.5951832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 PASSED [ 62%] 2022-11-23T01:56:13.5952064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5952243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 PASSED [ 62%] 2022-11-23T01:56:13.5952424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 PASSED [ 62%] 2022-11-23T01:56:13.5952590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5952767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 PASSED [ 62%] 2022-11-23T01:56:13.5952957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:56:13.5953139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 PASSED [ 62%] 2022-11-23T01:56:13.5953323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 PASSED [ 62%] 2022-11-23T01:56:13.5953505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 PASSED [ 62%] 2022-11-23T01:56:13.5953686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 PASSED [ 62%] 2022-11-23T01:56:13.5953913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5954110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 PASSED [ 63%] 2022-11-23T01:56:13.5954306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5954495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5954681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5954866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5955054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5955236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5955432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 PASSED [ 63%] 2022-11-23T01:56:13.5955627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5955863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5956048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5956228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5956453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5956624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5956816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5957012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5957202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5957386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5957573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5957761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5957993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5958180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5958360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5958552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5958750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5958949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5959144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5959336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5959525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5959711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5959943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5960132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5960315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5960495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5960663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5960844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5961050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5961252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5961452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5961648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5961840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5962078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5962266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5962456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5962695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5962905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5963107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5963307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5963503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5963695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5963898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 PASSED [ 63%] 2022-11-23T01:56:13.5964148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5964343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5964534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5964724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5964913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5965097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5965270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5965452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5965635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5965825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 PASSED [ 63%] 2022-11-23T01:56:13.5966057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 PASSED [ 63%] 2022-11-23T01:56:13.5966243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5966424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5966605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5966783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5966963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5967146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5967325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5967505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5967691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5967880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 PASSED [ 63%] 2022-11-23T01:56:13.5968066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5968300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5968484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5968666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5968846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5969062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5969245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5969426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5969604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5969785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5969971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5970213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5970400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5970586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5970772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5970964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5971144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5971323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5971510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 PASSED [ 63%] 2022-11-23T01:56:13.5971694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5971874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5973001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5973191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5973384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5973577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5973763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5973931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5974115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5974301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5974640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 PASSED [ 63%] 2022-11-23T01:56:13.5974828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5975011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5975196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5975416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5975600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5975782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5975962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5976165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5976360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5976563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 PASSED [ 63%] 2022-11-23T01:56:13.5976766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5976963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5977157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5977416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5977610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5977813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5978008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5978212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 PASSED [ 63%] 2022-11-23T01:56:13.5978396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5978590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5978786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5978979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5979174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5979419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 PASSED [ 63%] 2022-11-23T01:56:13.5979614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5979803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 PASSED [ 63%] 2022-11-23T01:56:13.5979988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5980178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5980370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5980556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5980744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5980981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 PASSED [ 63%] 2022-11-23T01:56:13.5981171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5981355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5981545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5981775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5981967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 PASSED [ 63%] 2022-11-23T01:56:13.5982148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool PASSED [ 63%] 2022-11-23T01:56:13.5982332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 PASSED [ 63%] 2022-11-23T01:56:13.5982514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5982678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 PASSED [ 63%] 2022-11-23T01:56:13.5982854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5983026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 PASSED [ 63%] 2022-11-23T01:56:13.5983203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 PASSED [ 63%] 2022-11-23T01:56:13.5983436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 PASSED [ 63%] 2022-11-23T01:56:13.5983618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 PASSED [ 63%] 2022-11-23T01:56:13.5983807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:56:13.5984002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.5984190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.5984373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5984554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5984738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.5984917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.5985107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.5985292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.5985521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.5985701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.5985879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.5986056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5986252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.5986434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 PASSED [ 64%] 2022-11-23T01:56:13.5986627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5986812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 PASSED [ 64%] 2022-11-23T01:56:13.5986998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5987229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.5987431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.5987624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.5987826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.5988065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5988259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.5988454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int16 PASSED [ 64%] 2022-11-23T01:56:13.5988644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.5988834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5989026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.5989223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.5989416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.5989654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 PASSED [ 64%] 2022-11-23T01:56:13.5989839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5990021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.5990207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5990392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.5990596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.5990777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.5990980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.5991179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.5991361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.5991599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5991784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.5991968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.5992172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.5992376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 PASSED [ 64%] 2022-11-23T01:56:13.5992575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.5992777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.5992975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5993184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.5993384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.5993633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.5993835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.5994035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.5994268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.5994468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.5994657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 PASSED [ 64%] 2022-11-23T01:56:13.5994845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5995028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 PASSED [ 64%] 2022-11-23T01:56:13.5995198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.5995380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.5995562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.5995794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.5995977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.5996218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5996461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5996695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5996921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5997150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5997371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5997636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5997872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5998115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5998353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5998595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5998828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5999062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5999292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5999522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5999802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:56:13.5999984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.6000175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6000362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 PASSED [ 64%] 2022-11-23T01:56:13.6000585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6000766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6000945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.6001107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.6001288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.6001467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6002148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.6002343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.6002531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6002712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6002891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6003082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.6003268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6003459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6003646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.6003830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6004068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.6004253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6004434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 PASSED [ 64%] 2022-11-23T01:56:13.6004615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6004791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.6004973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6005150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.6005327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.6005501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6005684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6005866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6006093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6006272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6006447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.6006650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6006888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.6007082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 PASSED [ 64%] 2022-11-23T01:56:13.6007273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6007458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 PASSED [ 64%] 2022-11-23T01:56:13.6007643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.6007826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:56:13.6008018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.6008261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 PASSED [ 64%] 2022-11-23T01:56:13.6008449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6008634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6008818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6008999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.6009185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6009353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6009536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6009714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6009904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6010089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.6010317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 PASSED [ 64%] 2022-11-23T01:56:13.6010500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6010679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6010855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6011037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.6011233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6011418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:56:13.6011600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6011787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.6011979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6012171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 PASSED [ 64%] 2022-11-23T01:56:13.6012402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 PASSED [ 64%] 2022-11-23T01:56:13.6012586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 PASSED [ 64%] 2022-11-23T01:56:13.6012768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 PASSED [ 64%] 2022-11-23T01:56:13.6012991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 PASSED [ 64%] 2022-11-23T01:56:13.6013179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 PASSED [ 64%] 2022-11-23T01:56:13.6013351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:56:13.6013530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool PASSED [ 64%] 2022-11-23T01:56:13.6013725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:56:13.6013910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6014092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6014274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6014633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6014833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6015031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6015222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6015409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6015601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6015786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6015972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6016165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6016353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6016581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6016763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6016951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6017139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6017324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6017520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6017694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6017878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6018067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6018249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6018440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6018684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6018875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6019059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6019279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6019468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6019669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:56:13.6019860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6020062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6020263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 PASSED [ 65%] 2022-11-23T01:56:13.6020462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6020707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6020901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6021094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6021283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6021471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6021653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6021839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6022005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6022189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6022376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6022604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6022783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6022967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6023160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6023346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6023542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6023728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6023912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6024096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6024290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6024475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6024658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6024886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6025076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6025268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6025459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6025685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6025874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6026040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6026217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6026392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6026630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6026819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6027005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6027189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6027374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6027561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6027745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6027930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 PASSED [ 65%] 2022-11-23T01:56:13.6028116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6028301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6028526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6028708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6028883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6029072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:56:13.6029260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6029443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6029630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6029814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6029984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6030171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6030352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6030528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6030704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6030877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6031115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:56:13.6031309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6031494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6031678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6031908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6032097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6032281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6032467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6032700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6032891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6033088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 PASSED [ 65%] 2022-11-23T01:56:13.6033289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 PASSED [ 65%] 2022-11-23T01:56:13.6033482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6033672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6033858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6034029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6034210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6034391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6034583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6034827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6035020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6035209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6035394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6035585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6035771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6035953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6036135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6036314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6036491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6036670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6036848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6037020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6037197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6037419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6037625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 65%] 2022-11-23T01:56:13.6037810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6037977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6038195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6038374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6038550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6038784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:56:13.6038964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6039143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6039322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6039496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6039674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6039855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:56:13.6040033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6040211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6040390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 PASSED [ 65%] 2022-11-23T01:56:13.6040562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 PASSED [ 65%] 2022-11-23T01:56:13.6040803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool PASSED [ 65%] 2022-11-23T01:56:13.6040996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6041184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6041372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 PASSED [ 65%] 2022-11-23T01:56:13.6041558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 PASSED [ 65%] 2022-11-23T01:56:13.6041733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 PASSED [ 65%] 2022-11-23T01:56:13.6041923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 PASSED [ 65%] 2022-11-23T01:56:13.6042112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 PASSED [ 65%] 2022-11-23T01:56:13.6042296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 PASSED [ 65%] 2022-11-23T01:56:13.6042480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 PASSED [ 65%] 2022-11-23T01:56:13.6042664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6042853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6043034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6043229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6043419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 PASSED [ 66%] 2022-11-23T01:56:13.6043608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6043837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6044018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6044205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6044429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6044612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6044788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6045029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6045215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6045406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6045593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6045765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 PASSED [ 66%] 2022-11-23T01:56:13.6045949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6046141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6046335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6046529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6046715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6046945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6047127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6047325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6047523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6047716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6047903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6048093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6048275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6048460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6048654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6048845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6049034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6049222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6049410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6049610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6049808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6050037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6050232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6050421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6050647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6050842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6051085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6051270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6051458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6051643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6051834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6052023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6052218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6052409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6052601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6052784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6053018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6053205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6053390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6053582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6053769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 PASSED [ 66%] 2022-11-23T01:56:13.6053951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6054120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6054300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6054567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6054752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6054942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6055125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6055308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6055488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6055676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6055865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6056052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6056289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6056486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6056673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6056900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6057087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6057334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6057523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6057707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6057891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6058074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6058242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6058426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6058605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6058786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6058966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6059146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6059372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6059546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6059736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6059920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6060105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6060290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6060473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6060654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6060837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6061040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6061240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6061440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6061636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6061833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6062027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6062212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6062413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6062644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6062847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6063042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6063279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6063545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6063747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6063948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6064141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6064332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6064515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6064696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6064882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 XFAIL [ 66%] 2022-11-23T01:56:13.6065068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 XFAIL [ 66%] 2022-11-23T01:56:13.6065253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 XFAIL [ 66%] 2022-11-23T01:56:13.6065492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 XFAIL [ 66%] 2022-11-23T01:56:13.6065676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6065857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6066044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6066232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6066415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6066580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6066761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6066942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6067123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6067307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6067488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6067666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6067846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 PASSED [ 66%] 2022-11-23T01:56:13.6068026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6068212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6068404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6068586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6068817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6068997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 PASSED [ 66%] 2022-11-23T01:56:13.6069177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 PASSED [ 66%] 2022-11-23T01:56:13.6069394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6069626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:56:13.6069806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool PASSED [ 66%] 2022-11-23T01:56:13.6069995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 PASSED [ 66%] 2022-11-23T01:56:13.6070183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6070363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 PASSED [ 66%] 2022-11-23T01:56:13.6070527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 PASSED [ 66%] 2022-11-23T01:56:13.6070702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 PASSED [ 66%] 2022-11-23T01:56:13.6070918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 66%] 2022-11-23T01:56:13.6071126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float16 PASSED [ 66%] 2022-11-23T01:56:13.6071335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 66%] 2022-11-23T01:56:13.6072101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6072305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6072512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6072713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6072906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6073112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6073312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6073511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6073703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6073895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6074081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6074270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6074467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6074662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6074852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6075093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6075280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6075451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6075688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6075881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6076066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 PASSED [ 67%] 2022-11-23T01:56:13.6076297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6076495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6076687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6076885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6077077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6077267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6077456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6077641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6077826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6078055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6078239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6078425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6078612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6078800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6078987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6079179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6079366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 PASSED [ 67%] 2022-11-23T01:56:13.6079539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6079724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6079901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6080084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6080260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 PASSED [ 67%] 2022-11-23T01:56:13.6080455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6080669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6080861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6081094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6081278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6081463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6081647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6081873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6082062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6082294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6082467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6082653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6082836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6083052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6083263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6083466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6083666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6083876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6084081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6084339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6084550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6084767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6084978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6085184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6085391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 67%] 2022-11-23T01:56:13.6085593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6085798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6086008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6086195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6086378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6086563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 PASSED [ 67%] 2022-11-23T01:56:13.6086749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6086933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6087110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6087343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6087532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6087719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6087902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6088125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6088351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6088535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6088717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6088905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6089091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6089273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6089451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6089651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6089850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6090042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6090277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6090467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6090652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6090836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6091019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6091201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6091371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 PASSED [ 67%] 2022-11-23T01:56:13.6091552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6091754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6091972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:56:13.6092157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6092337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6092517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6092695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6092869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6093054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6093244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6093424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6093651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6093831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6094076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:56:13.6094403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:56:13.6094742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:56:13.6094980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:56:13.6095212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:56:13.6095442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:56:13.6095701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:56:13.6095955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:56:13.6096214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:56:13.6096511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:56:13.6096763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:56:13.6097012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:56:13.6097189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6097375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool PASSED [ 67%] 2022-11-23T01:56:13.6097571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6097763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6097952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 PASSED [ 67%] 2022-11-23T01:56:13.6098142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6098326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6098511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6098696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6098883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6099069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 PASSED [ 67%] 2022-11-23T01:56:13.6099262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6099454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6099642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 PASSED [ 67%] 2022-11-23T01:56:13.6099866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6100048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6100229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6101237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6101443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 PASSED [ 67%] 2022-11-23T01:56:13.6101638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:56:13.6101834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 PASSED [ 67%] 2022-11-23T01:56:13.6102027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 PASSED [ 67%] 2022-11-23T01:56:13.6102203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 PASSED [ 67%] 2022-11-23T01:56:13.6102387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 PASSED [ 67%] 2022-11-23T01:56:13.6102572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 PASSED [ 67%] 2022-11-23T01:56:13.6102754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 PASSED [ 67%] 2022-11-23T01:56:13.6102934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6103192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6103398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6103661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 68%] 2022-11-23T01:56:13.6103919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 68%] 2022-11-23T01:56:13.6104119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6104332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6104534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6104737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6104936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6105146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6105354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6105562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6105771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6105977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6106232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6106458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6106677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6106929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6107137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6107385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6107576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6107784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6107986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6108188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6108396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6108600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6108828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6109049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6109327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6109551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6109770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6109990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6110206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6110423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6110641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6110860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6111074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6111274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6111476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6111682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6111886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6112090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6112296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6112548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6112768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6112988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6113253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6113499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6113720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6113934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6114146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6114363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6114575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6114787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6114991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6115244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6115448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6115648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6115850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6116049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6116251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6116451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6116646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6116837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6117038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6117238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6117437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6117656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6117873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6118088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6118300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6118514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6118725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6118930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6119247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6119466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6119724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6119937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6120151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6120364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6120578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6120789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6121002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6121266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6121470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6121677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6121885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6122087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6122295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6122510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6122695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6122878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6123063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6123242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6123430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6123616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 PASSED [ 68%] 2022-11-23T01:56:13.6123796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6123965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6124163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6124358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 PASSED [ 68%] 2022-11-23T01:56:13.6124547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6124732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6124919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6125117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6125410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 PASSED [ 68%] 2022-11-23T01:56:13.6125603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6125788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6126014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6126202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6126387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6126573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6126756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6126940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6127122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6127350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6127537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6127720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6127900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6128065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6128241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6128426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6128614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6128804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 PASSED [ 68%] 2022-11-23T01:56:13.6128989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6129178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6129362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6129551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6129740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 PASSED [ 68%] 2022-11-23T01:56:13.6129923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6130104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 PASSED [ 68%] 2022-11-23T01:56:13.6130290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6130472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6130653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6130832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6131015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 PASSED [ 68%] 2022-11-23T01:56:13.6131198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 PASSED [ 68%] 2022-11-23T01:56:13.6131423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6131649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6131827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 PASSED [ 68%] 2022-11-23T01:56:13.6131991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 PASSED [ 68%] 2022-11-23T01:56:13.6132167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6132403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:56:13.6132597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool PASSED [ 68%] 2022-11-23T01:56:13.6132799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 PASSED [ 68%] 2022-11-23T01:56:13.6132999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 PASSED [ 68%] 2022-11-23T01:56:13.6133188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 PASSED [ 68%] 2022-11-23T01:56:13.6133427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 PASSED [ 68%] 2022-11-23T01:56:13.6133613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 PASSED [ 68%] 2022-11-23T01:56:13.6133826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:56:13.6134013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6134196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6134377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6134691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6134886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 PASSED [ 69%] 2022-11-23T01:56:13.6135073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6135256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6135448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6135648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6135843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 PASSED [ 69%] 2022-11-23T01:56:13.6136033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6136206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6136391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6136573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6136757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6136952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6137145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 PASSED [ 69%] 2022-11-23T01:56:13.6137334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 PASSED [ 69%] 2022-11-23T01:56:13.6137521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6137776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6138007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6138196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6138380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 PASSED [ 69%] 2022-11-23T01:56:13.6138600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6138781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6138960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6139137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6139324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6139509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6139751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6139934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6140112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6140277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6140459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6140638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6140817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6141002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6141188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6141369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6141557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6141745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6141923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6142100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6142282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6142463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6142652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6142835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 PASSED [ 69%] 2022-11-23T01:56:13.6143013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6143192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6143366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6143553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6143785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 PASSED [ 69%] 2022-11-23T01:56:13.6143959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 PASSED [ 69%] 2022-11-23T01:56:13.6144190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 PASSED [ 69%] 2022-11-23T01:56:13.6144370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6144550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6144734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6144949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6145136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6145333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 PASSED [ 69%] 2022-11-23T01:56:13.6145520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6145705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6145941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6146120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6146299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6146479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6146662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6146851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6147035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6147218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6147404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6147586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 PASSED [ 69%] 2022-11-23T01:56:13.6147765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6147929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6148109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6148284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6148467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6148645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6148829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6149010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6149187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6149366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6149576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex128 PASSED [ 69%] 2022-11-23T01:56:13.6149776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float16 PASSED [ 69%] 2022-11-23T01:56:13.6150030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6150228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6150472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6150674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6150871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6151109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6151306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6151504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6151704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6151962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6152155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6152333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6152526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6152721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6152911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6153098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6153282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6153479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6153673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6153866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6154056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6154251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6154444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6154633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6154820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6155001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6155187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6155378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6155562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6155747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6155982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6156164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6156357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6156534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6156761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6156959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6157155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6157391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6157613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6157836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 69%] 2022-11-23T01:56:13.6158104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6158314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6158527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6158720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool PASSED [ 69%] 2022-11-23T01:56:13.6158918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6159115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6159306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6159502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6159690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6159915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6160138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6160359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6160577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6160795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6161012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6161234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6161448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6161664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 69%] 2022-11-23T01:56:13.6161870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 69%] 2022-11-23T01:56:13.6162136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 69%] 2022-11-23T01:56:13.6162348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 69%] 2022-11-23T01:56:13.6162561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 69%] 2022-11-23T01:56:13.6162776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 69%] 2022-11-23T01:56:13.6163016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:56:13.6163213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float32 PASSED [ 69%] 2022-11-23T01:56:13.6163407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6163635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6163829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6164078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6164292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6164510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6164724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6164930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6165137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6165343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6165548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6165753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6165947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6166145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6166342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6166536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6166729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6166909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6167097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6167283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6167464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6167651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6167839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6168080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6168264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6168452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6168644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6168829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6169013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6169246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6169432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6169615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6169811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 PASSED [ 70%] 2022-11-23T01:56:13.6170699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6170883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6171066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6171251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6171432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6171600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 PASSED [ 70%] 2022-11-23T01:56:13.6171784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6171970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6172155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6172337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6172523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6172718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6172909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6173095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6173281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 PASSED [ 70%] 2022-11-23T01:56:13.6173466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6173646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6173827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6174005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6174191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6174370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6174654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6174907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6175088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6175284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6175529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6175705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6175889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6176077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6176298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6176476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6176660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6176841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6177077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6177257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6177436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6177612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6177794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6177971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6178157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6178336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6178516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6178693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6178866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6179048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6179224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6179394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6179577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6179756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6179934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6180130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6180321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6180522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6180720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6180915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6181163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6181361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6181554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6181790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6181973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6182149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6182336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6182556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6182736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6182913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6183141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6183317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6183493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6183679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6183864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6184045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6184228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6184421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6184623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6184821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 PASSED [ 70%] 2022-11-23T01:56:13.6185016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6185213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6185401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6185591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6185778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 PASSED [ 70%] 2022-11-23T01:56:13.6185958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6186144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6186321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6186499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6186674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6186862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6187046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6187282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool PASSED [ 70%] 2022-11-23T01:56:13.6187454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6187635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6187810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6188049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6188247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6188437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6188623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6188854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6189037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6189272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6189452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6189631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 PASSED [ 70%] 2022-11-23T01:56:13.6189818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6190007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 PASSED [ 70%] 2022-11-23T01:56:13.6190192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6190388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6190582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6190775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6190959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6191140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 PASSED [ 70%] 2022-11-23T01:56:13.6191333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:56:13.6191519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 PASSED [ 70%] 2022-11-23T01:56:13.6191720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 PASSED [ 70%] 2022-11-23T01:56:13.6191911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 PASSED [ 70%] 2022-11-23T01:56:13.6192101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 PASSED [ 70%] 2022-11-23T01:56:13.6192295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 PASSED [ 70%] 2022-11-23T01:56:13.6192485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 PASSED [ 70%] 2022-11-23T01:56:13.6192670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 PASSED [ 70%] 2022-11-23T01:56:13.6192856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 PASSED [ 70%] 2022-11-23T01:56:13.6193041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 PASSED [ 71%] 2022-11-23T01:56:13.6193282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex32 PASSED [ 71%] 2022-11-23T01:56:13.6193467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int16 PASSED [ 71%] 2022-11-23T01:56:13.6193650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6193845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6194031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6194271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6194466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 PASSED [ 71%] 2022-11-23T01:56:13.6194654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 PASSED [ 71%] 2022-11-23T01:56:13.6194839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 PASSED [ 71%] 2022-11-23T01:56:13.6195060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6195297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 PASSED [ 71%] 2022-11-23T01:56:13.6195484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6195667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 PASSED [ 71%] 2022-11-23T01:56:13.6195835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6196015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6196204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6196397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6196586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6196774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6196957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6197138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6197322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6197506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6197689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6197874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6198058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 PASSED [ 71%] 2022-11-23T01:56:13.6198244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6198423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6198609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6198794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 PASSED [ 71%] 2022-11-23T01:56:13.6198976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 PASSED [ 71%] 2022-11-23T01:56:13.6199157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6199899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6200089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 PASSED [ 71%] 2022-11-23T01:56:13.6200257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 PASSED [ 71%] 2022-11-23T01:56:13.6200441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6200679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6200869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6201050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6201283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6201477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6201663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 PASSED [ 71%] 2022-11-23T01:56:13.6201849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6202092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6202276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 PASSED [ 71%] 2022-11-23T01:56:13.6202457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6202640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 PASSED [ 71%] 2022-11-23T01:56:13.6202820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6203010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6203197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 PASSED [ 71%] 2022-11-23T01:56:13.6203378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6203563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6203740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6203924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6204089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6204265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int32 PASSED [ 71%] 2022-11-23T01:56:13.6204448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6204632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6204812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool PASSED [ 71%] 2022-11-23T01:56:13.6205006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6205196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6205382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6205561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 PASSED [ 71%] 2022-11-23T01:56:13.6205741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 PASSED [ 71%] 2022-11-23T01:56:13.6205971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 PASSED [ 71%] 2022-11-23T01:56:13.6206156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 PASSED [ 71%] 2022-11-23T01:56:13.6206355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6206556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 PASSED [ 71%] 2022-11-23T01:56:13.6206794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6206994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 PASSED [ 71%] 2022-11-23T01:56:13.6207189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:56:13.6207388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex128 PASSED [ 71%] 2022-11-23T01:56:13.6207627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex32 PASSED [ 71%] 2022-11-23T01:56:13.6207826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6208072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float16 PASSED [ 71%] 2022-11-23T01:56:13.6208262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int32 PASSED [ 71%] 2022-11-23T01:56:13.6208435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int8 PASSED [ 71%] 2022-11-23T01:56:13.6208620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_uint8 PASSED [ 71%] 2022-11-23T01:56:13.6208801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6208979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6209168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6209352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6209547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6209732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6209917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6210099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6210282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6210461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6210640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6210817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6210999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 71%] 2022-11-23T01:56:13.6211181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 71%] 2022-11-23T01:56:13.6211364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6211564Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6211764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6211946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6212109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6212339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6212526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6212706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6212887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6213109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6213291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6213534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 71%] 2022-11-23T01:56:13.6213845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 71%] 2022-11-23T01:56:13.6214107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 71%] 2022-11-23T01:56:13.6214343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6214610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6214794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6214976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6215162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6215355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6215544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6215733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6215916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6216094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6216307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:56:13.6216510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6216693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6216890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6217083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6217265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6217443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6217625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6217810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6217987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6218173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6218355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 71%] 2022-11-23T01:56:13.6218591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6218769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6218964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6219151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6219386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6219583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6219765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6219962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6220194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6220393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6220642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6220816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6221004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6221182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6221361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6221544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6221733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6221911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6222096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 71%] 2022-11-23T01:56:13.6222304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 71%] 2022-11-23T01:56:13.6222484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6222664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6222841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6223026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6223219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6223417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6223607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6223797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6223975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6224173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6224375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6224561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6224808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6224993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6225180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6225369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6225551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6225777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6225959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6226137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6226355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6226537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6226716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6226942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6227133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6227320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6227501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6227681Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6227881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:56:13.6228079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:56:13.6228265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6228440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6228621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6228801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6228987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6229172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6229356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6229546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6229728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6229927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6230120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6230306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6230497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6230686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6230869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6231105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6231285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6231472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6231658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6231843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6232078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6232259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6232428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6232657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6232843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6233020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6233252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6233432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:56:13.6233616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6233798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6233974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6234150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6234338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6234518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6234711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6234892Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6235074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6235250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6235423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6235599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6241641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6241874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6242076Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6242274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6242469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6242659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6242845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6243027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6243199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6243497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6243684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6243871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6244052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6244239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6244424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6244665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6244904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:56:13.6245129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:56:13.6245354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6245594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6245774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6245965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6246157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6246363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6246565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6246758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6246951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6247151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6247345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6247547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6247759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6247954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6248151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6248339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6248540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6248742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6248940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6249132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6249339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6249531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6249780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6249986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6250183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6250382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6250575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6250838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6251033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6251237Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6251561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 72%] 2022-11-23T01:56:13.6251811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6251996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6252193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6252372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6252584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6252790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6252981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6253179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6253371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6253562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6253765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6253961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6254153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6254354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6254638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6254824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 72%] 2022-11-23T01:56:13.6255005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6255185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6255366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6255547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6255729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6255918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6256169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6256359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6256558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:56:13.6256744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6256935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6257166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:56:13.6257351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 72%] 2022-11-23T01:56:13.6257536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 72%] 2022-11-23T01:56:13.6257757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 72%] 2022-11-23T01:56:13.6257936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6258173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6258353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6258544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6258730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6258908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6259101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6259295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6259495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6259687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6259874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6260070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6260270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6260461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6260635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6260824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6261018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6261214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6261406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6261593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6261781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6261970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6262156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6262398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6262587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6262780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6262966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6263180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6263434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6263623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6263807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6264035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6264247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6264509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6264696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6264861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6265039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6265226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6265409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6265593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6265784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6265965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6266170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6266357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6266548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6266729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6266928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6267120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6267328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_dropout_backward_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6267529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6267711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6267895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6268074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6268283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:56:13.6268471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6268707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6268884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6269070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6269302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6269522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6269785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6269992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6270198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6270454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6270748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6270955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6271169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6271379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6271599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6271811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6272014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6272222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6272424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6272635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6272871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6273083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6273291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6273497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6273705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6273909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6274094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6274308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6274525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6274746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6274998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6275202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6275409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6275622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6275830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6276036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6276236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6276438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6276656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6277504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6277712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6277917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6278126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6278342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6278558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6278769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6278983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6279184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6279400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6279608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6279807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6280008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6280214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6280419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6280626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6280834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6281095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6281301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6281521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6281864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6282053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6282236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6282416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6282604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6282784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6282980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6283158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 73%] 2022-11-23T01:56:13.6283348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6283532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6283766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6283954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6284142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6284323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6284497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6284685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6284868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6285073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6285301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:56:13.6285522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:56:13.6285711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6285895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6286077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6286255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6286433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6286613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6286787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 73%] 2022-11-23T01:56:13.6286977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6287163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6287342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6287521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6287698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6287929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6288116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 73%] 2022-11-23T01:56:13.6288284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6288483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 73%] 2022-11-23T01:56:13.6288676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6288860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6289048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6289233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6289423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6289605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6289847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6290028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6290205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6290388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6290567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6290759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6290973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6291189Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6291375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6291553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6291748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6291938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6292125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6292292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6292491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6292688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6292887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6293078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6293261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6293451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6293634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6293813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6294051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6294278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_exponential_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6294587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6294811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6294995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6295176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6295355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6295534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6295720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6295898Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6296151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6296372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6296589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:56:13.6296769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6296963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6297207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6297405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6297619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6297813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6298042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6298255Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6298468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6298679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6298876Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6299086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6299295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6299522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6299817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2022-11-23T01:56:13.6300026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6300276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6300464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6300645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6300839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6301022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6301198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6301379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6301548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6301726Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6301907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6302094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6302322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6302501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6302675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6302852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6303042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6303229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6303411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6303597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6303783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6303962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6304139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6304329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6304504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6304691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6304873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6305056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6305223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6305405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6305594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6305783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6305965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6306144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6306345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6307078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6307271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6307455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6307640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6307836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6308023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6308208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 74%] 2022-11-23T01:56:13.6308396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6308580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6308759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6308993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6309172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6309356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6309538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6309721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6309906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6310088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6310267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6310453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6310634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6310814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6310996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 74%] 2022-11-23T01:56:13.6311181Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6311372Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6311560Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6311749Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6311936Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6312127Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6312320Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6312508Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6312696Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6312880Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6313062Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6313285Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6313481Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6313673Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6313865Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6314051Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6314258Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6314455Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6314641Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6314828Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6315019Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdouble_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6315203Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6315443Z test_ops.py::TestCompositeComplianceCPU::test_backward_cfloat_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6315631Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6315813Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6316006Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6316199Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6316386Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6316594Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6316786Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6316962Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6317153Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6317342Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6317555Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6317748Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6317947Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_copy_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6318135Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 74%] 2022-11-23T01:56:13.6318322Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6318506Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6318695Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6318882Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6319068Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6319258Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6319445Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6319634Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6319823Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6320070Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6320265Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6320456Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6320647Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6320824Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6321011Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6321201Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6321385Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6321575Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6321764Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6322003Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6322190Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6322382Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6322569Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6322755Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6322955Z test_ops.py::TestCompositeComplianceCPU::test_backward_grid_sampler_2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6323143Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6323328Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6323519Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6323714Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6323907Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6324103Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 75%] 2022-11-23T01:56:13.6324299Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6324472Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6324663Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6324851Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6325043Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6325239Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6325430Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6325626Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6325824Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6326027Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6326231Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6326487Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6326688Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6326881Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6327107Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6327388Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-11-23T01:56:13.6327589Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6327801Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6327993Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6328193Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6328401Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6328722Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6328909Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6329113Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6329347Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6329535Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6329732Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6329928Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6330130Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6330318Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6330502Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6330694Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6330876Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6331070Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6331270Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6331468Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6331662Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6331865Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6332069Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6332262Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6332455Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6332655Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6332832Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6333028Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6333284Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6333478Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6333668Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6333857Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6334052Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6334236Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6334423Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6334726Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6334949Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6335139Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6335402Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6335592Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6335777Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6335985Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6336181Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6336377Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6336563Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 75%] 2022-11-23T01:56:13.6336764Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6336964Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_dropout_backward_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6337165Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6337402Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6337630Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6337852Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6338069Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_alpha_dropout_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6338282Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6338494Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6338706Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6338919Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6339127Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6339350Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6339580Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6339859Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6340094Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6340319Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6340533Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6340745Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6340958Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6341162Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6341379Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6341715Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6342103Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6342409Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6342740Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6343075Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6343407Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6343765Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6344081Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6344406Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6344761Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6345093Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6345410Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6345719Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6346054Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6346396Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6346698Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6347007Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6347319Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6347562Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6347768Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6347981Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6348217Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6348524Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6348744Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6348963Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6349182Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6349390Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6349606Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6349817Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6350021Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6350224Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6350472Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6350674Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6350894Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6351119Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6351333Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 75%] 2022-11-23T01:56:13.6351547Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6351764Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6351988Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6352232Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6352454Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6352676Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6352863Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6353056Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6353249Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6353452Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6353648Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6353839Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6354039Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6354250Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6354459Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6354668Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6354920Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6355112Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6355302Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6355488Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6355682Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6355870Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6356061Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6356251Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6356446Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6356644Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6356833Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6357059Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6357258Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6357455Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6357643Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6357845Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 76%] 2022-11-23T01:56:13.6358030Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6358244Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6358441Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6358628Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6358810Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6358995Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6359181Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6359376Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6359602Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:56:13.6359799Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6360001Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6360199Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6360402Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6360593Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6360778Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6360962Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6361146Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6361335Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6361559Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6361828Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2022-11-23T01:56:13.6362001Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6362183Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6362363Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6362554Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 76%] 2022-11-23T01:56:13.6362736Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6362956Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 76%] 2022-11-23T01:56:13.6363144Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6363338Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6363567Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6363750Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6363936Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6364127Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6364319Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6364503Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6364693Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6364878Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6365067Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6365256Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6365439Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6365625Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6365796Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6365979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6366168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6366359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6366542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6366729Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6366940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__softmax_backward_data_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6367128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6367319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6367503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6367691Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6367965Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6368156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6368348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6368580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6368769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6368956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6369141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6369337Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6369532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6369708Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6369904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6370139Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6370364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6370570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6370763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdouble_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6370950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6371183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:56:13.6371410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6371605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6371798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6371997Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6372197Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6372403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6372601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6372796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6372993Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6373180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6373417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6373607Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6373820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6373999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6374198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_copy_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6374428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6374753Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6374946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6375159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6375345Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6375535Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6375726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6375914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6376103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6376333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6376557Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6376800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6376988Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6377174Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6377369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6377557Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6377744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6377968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6378143Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6378337Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6378537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6378730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6378917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6379105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6379297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6379490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6379678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6379868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6380057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6380244Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6380434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6380662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:56:13.6380901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:56:13.6381131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 76%] 2022-11-23T01:56:13.6381319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6381508Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6381693Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6381919Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6382094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6382320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6382538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6382766Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6383002Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6383855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6384093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6384287Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6384477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6384710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6384970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6385211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6385447Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6385712Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6385940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6386171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6386402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6386653Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:56:13.6386881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:56:13.6387076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6387268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6387490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6387677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6387868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6388050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6388306Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6388503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6388697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6388893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6389094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6389295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6389515Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6389713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6389959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6390197Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6390450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6390653Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6390861Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6391103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6391306Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6391505Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6391730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6391946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6392138Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6392338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6392535Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6392735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6392925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6393156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6393344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6393542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6393779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6393969Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6394203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6394386Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6394575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6394806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6394991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6395186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6395381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6395580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6395780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6395984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6396188Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6396384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6396582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6396825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6397026Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6397205Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6397417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6397608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6397794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6398010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6398219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6398412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6398600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6398789Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6399026Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6399209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6399417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6399612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6399808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6400005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6400193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6400426Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6400613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 77%] 2022-11-23T01:56:13.6400856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6401118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6401348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6401588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6401800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6402029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6402258Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6402481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6402702Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6402917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6403186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_alpha_dropout_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6403399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6403612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6403839Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6404075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6404283Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6404491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6404711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6404933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6405156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6405374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6405588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6405799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6406005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6406258Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6406467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6406683Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6406898Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6407124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6407340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6407590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6407798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6408010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6408220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6408446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6408654Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6408862Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6409085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6409302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 77%] 2022-11-23T01:56:13.6409554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6409821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6410031Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6410249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6410465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6410690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6410931Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6411151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6411374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6411582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6411787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6412002Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6412229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6412443Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6412642Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6412886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6413115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:56:13.6413307Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6413500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6413685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 77%] 2022-11-23T01:56:13.6414411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:56:13.6414770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:56:13.6415001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6415232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6415422Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6415616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6415804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6416022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6416238Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6416501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6416688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6416875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6417060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6417245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6417437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6417671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6417908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6418123Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6418355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6418554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6418750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6418977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:56:13.6419172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6419367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6419555Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6419794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scalar_tensor_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6420003Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6420247Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:56:13.6420493Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:56:13.6420739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:56:13.6420985Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6421234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_gaussian_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6421425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6421612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6421869Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 78%] 2022-11-23T01:56:13.6422110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6422368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6422668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:56:13.6423009Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:56:13.6423211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6423464Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6423661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6423867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6424106Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6424354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6424598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6424858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6425159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:56:13.6425410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6425614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6425804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6426008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6426194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6426389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6426575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6426769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6426952Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6427271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2022-11-23T01:56:13.6427474Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6427663Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6427846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6428020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6428203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6428437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:56:13.6428624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6428816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6429006Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6429263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6429456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6429655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6429852Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6430081Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6430325Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6430552Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:56:13.6430741Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6430931Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6431125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6431309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6431498Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6431685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6431870Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6432050Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6432236Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6432429Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6432617Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6432799Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6433012Z test_ops.py::TestCompositeComplianceCPU::test_operator__softmax_backward_data_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6433198Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6433389Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6433575Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6433806Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6433996Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6434204Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6434390Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6434574Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6434756Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6434945Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6435134Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6435339Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6435524Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6435743Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6435929Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6436121Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6436311Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6436500Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6436692Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6436881Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6437071Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6437278Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6437484Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6437681Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6437865Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6438066Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6438250Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6438437Z test_ops.py::TestCompositeComplianceCPU::test_operator_cfloat_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6438626Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6438830Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6439029Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6439218Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6439411Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6439582Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6439777Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6439975Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6440173Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6440418Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6440617Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6440815Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6441002Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6441195Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6441387Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6441575Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6441761Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6441956Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6442145Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6442375Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6442579Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6442786Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6442974Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6443160Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6443406Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 78%] 2022-11-23T01:56:13.6443580Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6443767Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6443964Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6444153Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6444351Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6444544Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6444731Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6444924Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6445115Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6445307Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:56:13.6445497Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6445686Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6445873Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6446062Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6446249Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6446435Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6446618Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6446853Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6447041Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6447227Z test_ops.py::TestCompositeComplianceCPU::test_operator_grid_sampler_2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6447410Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6447594Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6447787Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6447976Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6448165Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6448353Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6448544Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6448735Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6448970Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6449160Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6449348Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6449581Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 79%] 2022-11-23T01:56:13.6449816Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 79%] 2022-11-23T01:56:13.6450030Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 79%] 2022-11-23T01:56:13.6450222Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6450412Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6450600Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6450791Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6450985Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6451167Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6451358Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6451560Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6451765Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6451985Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6452180Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6452379Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6452583Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6452786Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6452983Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6453190Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6453428Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6453653Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6453865Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6454147Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 79%] 2022-11-23T01:56:13.6454346Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6454639Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6454840Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6455044Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6455234Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6455427Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6455690Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_with_dtype_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6455873Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6456068Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6456268Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6456456Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6456651Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6456852Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6457043Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6457233Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6457416Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6457604Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6457789Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6457988Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6458183Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6458387Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6458585Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6458777Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6458972Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6459161Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6459353Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6459560Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6459769Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6459978Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6460207Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6460427Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6460622Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6460831Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6461017Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6461206Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6461394Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6461589Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6461781Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6461973Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6462211Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6462401Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6462604Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6462816Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_dropout_backward_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6463017Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6463280Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 79%] 2022-11-23T01:56:13.6463472Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6463663Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6463890Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6464113Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6464332Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6464545Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6464769Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6465007Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6465213Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6465438Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6465662Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6465887Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6466107Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6466318Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6466572Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6466788Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6466994Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6467240Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 79%] 2022-11-23T01:56:13.6467443Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6467659Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6467871Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6468084Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6468312Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6468529Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6468795Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6469020Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6469248Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6469440Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6469649Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6469857Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6470080Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6470299Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6470512Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6470725Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6470933Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6471149Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6471366Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6471569Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6471804Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6472016Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6472228Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6472441Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6472657Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6472873Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6473143Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6473350Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6473572Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6473790Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6473994Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6474198Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6474386Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6474603Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6474820Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6475029Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6475281Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6475498Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6475726Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6475972Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6476161Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6476355Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6476548Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-11-23T01:56:13.6476737Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6476952Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6477164Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6477376Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6477585Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6477793Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6477979Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6478170Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6478364Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6478551Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6478723Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6478912Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6479117Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6479310Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6479551Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6479737Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6479926Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6480132Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6480338Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6480527Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6480712Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6480908Z test_ops.py::TestCompositeComplianceCPU::test_operator_scalar_tensor_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6481101Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6481309Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6481509Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6481752Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6481942Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6482141Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6482327Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6482514Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6482686Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6482897Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_cosine_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6483118Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_exponential_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6483332Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_gaussian_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6483518Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6483697Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6483886Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6484083Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6484276Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6484504Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:56:13.6484704Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6484908Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6485105Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6485328Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6485550Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6485847Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:56:13.6486185Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:56:13.6486481Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6486685Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6486878Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6487104Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6487434Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:56:13.6487654Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6487871Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6488069Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6488818Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6489021Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6489256Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6489480Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6489701Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6490009Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:56:13.6490303Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:56:13.6490526Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6490724Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6490924Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6491125Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6491318Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6491505Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6491693Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6491885Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6492073Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6492256Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6492442Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6492621Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6492817Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6493041Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 80%] 2022-11-23T01:56:13.6493268Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6493467Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6493656Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6493837Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6494017Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6494205Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6494394Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6494675Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6494876Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_copy_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6495065Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6495257Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6495501Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6495694Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6495885Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6496088Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6496278Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6496465Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6496655Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 80%] 2022-11-23T01:56:13.6496821Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6496982Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6497151Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6497341Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bool_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6497535Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cfloat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6497728Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_chalf_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6497921Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_double_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6498115Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_float_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6498303Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_int_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6498476Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6498651Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6498822Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6499000Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6499171Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6499342Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6499577Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-11-23T01:56:13.6499799Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6499965Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6500141Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6500329Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6500498Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6500670Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6500841Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6501014Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6501185Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6501379Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6501555Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6501832Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T01:56:13.6502006Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6502175Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6502353Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6502536Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:56:13.6502709Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6502888Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6503065Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6503247Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6503423Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6503594Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6503762Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6503935Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6504113Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6504273Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6504445Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6504621Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6504803Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6504974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6505146Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_lerp_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6505321Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6505498Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:56:13.6505671Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6505890Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6506084Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6506263Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6506442Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-11-23T01:56:13.6506615Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:56:13.6506792Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6506962Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6507159Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6507359Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6507530Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6507693Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6507914Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6508082Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6508251Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6508424Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6508602Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6508790Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6509002Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6509212Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6509387Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6509598Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 81%] 2022-11-23T01:56:13.6509776Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6509952Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6510129Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6510300Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6510471Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6510645Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6510815Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6510986Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6511189Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6511347Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6511517Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6511683Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6511860Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6512080Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6512252Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6512425Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6512598Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6512779Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6512950Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6513128Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6513300Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6513478Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6513646Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6513818Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6514035Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6514200Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:56:13.6514364Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6514515Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6514681Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6514845Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6515008Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6515175Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6515359Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6515525Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6515694Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6515854Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6516028Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6516256Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 81%] 2022-11-23T01:56:13.6516437Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6516599Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6516764Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6516934Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6517102Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6517271Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6517438Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6517599Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6517769Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6517943Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6518111Z test_ops.py::TestMathBitsCPU::test_conj_view_cdouble_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6518793Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:56:13.6518969Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6519146Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6519310Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6519488Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6519669Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6519842Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6520008Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6520174Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6520347Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6520512Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6520759Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6520932Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6521117Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6521288Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6521438Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6521600Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6521765Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6521935Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6522128Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:56:13.6522290Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6522471Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:56:13.6522642Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6522814Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6522990Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6523161Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6523327Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6523500Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6523670Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6523843Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6524019Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6524188Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6524351Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6524501Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6524666Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6524843Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6525064Z test_ops.py::TestMathBitsCPU::test_conj_view_full_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:56:13.6525237Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6525412Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6525575Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6525748Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6525923Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6526091Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6526266Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6526430Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6526601Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6526767Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6526930Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6527135Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6527357Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:56:13.6527564Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:56:13.6527785Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:56:13.6527975Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:56:13.6528141Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:56:13.6528305Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6528492Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6528677Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6528862Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6529042Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6529217Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6529413Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6529584Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6529770Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6529950Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6530147Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6530324Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6530498Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6530669Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6530843Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6531020Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6531241Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6531404Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6531573Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:56:13.6531749Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6531921Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6532085Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6532247Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6532417Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6532583Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6532760Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6532936Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6533105Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6533325Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6533492Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6533661Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-11-23T01:56:13.6533852Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6534014Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6534185Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6534348Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6534604Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6534763Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6534950Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6535150Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6535350Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose2d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6535547Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose3d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6535731Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6535921Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6536115Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6536310Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6536507Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6536708Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6536894Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6537087Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6537306Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6537527Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6537695Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6537864Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6538034Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6538198Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6538359Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 82%] 2022-11-23T01:56:13.6538525Z test_ops.py::TestMathBitsCPU::test_conj_view_ops_nvprims_view_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6538687Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6538858Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6539032Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6539195Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6539359Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6539582Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6539749Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6539918Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6540087Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6540260Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6540423Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6540589Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6540757Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6540920Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6541104Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6541285Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6541446Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6541595Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6541753Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6541915Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6542072Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6542249Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6542422Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6542589Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6542760Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6542933Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6543095Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6543256Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6543430Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6543592Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6543808Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6543973Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 82%] 2022-11-23T01:56:13.6544136Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6544306Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6544466Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6544614Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6544775Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 82%] 2022-11-23T01:56:13.6544939Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6545103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6545280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6545455Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6545680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6545854Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6546023Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6546195Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_T_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6546393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bfloat16_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6546588Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bool_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6546789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cdouble_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6546987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cfloat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6547186Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_double_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6547384Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_float_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6547576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_int_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6547767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_long_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6547944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6548105Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6548283Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6548466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6548637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6548810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6548990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6549166Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6549353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6549538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6549731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6549952Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6550131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6550310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6550497Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6550674Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6550861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6551036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6551214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6551396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6551585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_copy_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6551794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6552019Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T01:56:13.6552249Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T01:56:13.6552426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6552606Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6552783Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6552973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6553152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6553337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6553517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6553706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6553888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6554065Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6554240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6554417Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6554595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6554783Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6554958Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6555136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6555317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6555496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6555658Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_lerp_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6555896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6556080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6556259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:56:13.6556435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6556617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6556801Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6556981Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6557160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:56:13.6557344Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6557549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6557731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6557955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6558184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T01:56:13.6558405Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6558617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6558820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6558998Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6559175Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6559352Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6559636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-11-23T01:56:13.6559796Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6559983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6560167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6560343Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6560539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6560748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6560954Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6561128Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-11-23T01:56:13.6561309Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6561484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6561666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6561840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6562078Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6562252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6562425Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6562612Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6562787Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6562972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6563148Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6563322Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6563488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6563666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6563841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6564069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6564242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:56:13.6564411Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6564585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6564760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6564934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6565106Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6565280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6565453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6565644Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6565816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6565985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6566153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6566325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6566499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6566671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6566835Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6567008Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cdouble_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6567183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cfloat_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6567354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6567529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6567701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6567868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6568048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6568286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6568464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6568647Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6568821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6568994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6569170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6569349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_copy_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6569520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6569688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6569868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6570041Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6570251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6570424Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6570599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6570772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6570945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6571127Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6571304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6571482Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6571652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6571827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6571998Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6572163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6572336Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6572509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6572754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 83%] 2022-11-23T01:56:13.6572929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6573103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6573279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6573501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:56:13.6573712Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:56:13.6573907Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:56:13.6574077Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:56:13.6574258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6574595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6574810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6574997Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6575174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6575359Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6575547Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6575734Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6575936Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6576118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6583371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6583839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 83%] 2022-11-23T01:56:13.6584038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6584242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6584426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6584613Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6584797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6584988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6585161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6585340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6585515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6585683Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6585869Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6586047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6586226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6586393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6586571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6586749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6586925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6587097Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6587272Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6587470Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6587670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6587906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6588077Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6588328Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6588498Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6588668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6588861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:56:13.6589156Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 SKIPPED (Expected: new_empty_strided is not comparable) [ 83%] 2022-11-23T01:56:13.6589333Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6589506Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6589700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6589909Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6590161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6590355Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6590553Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6590747Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6590944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6591121Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6591295Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6591470Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6591659Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ops_nvprims_view_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6591830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6592005Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6592174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6592343Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6592516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6592686Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:56:13.6592863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6593033Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6593209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6593378Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6593554Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6593711Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6593883Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6594050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6594278Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6594455Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6594631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6594800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6594972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6595139Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6595347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:56:13.6595518Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6595701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6595885Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-11-23T01:56:13.6596061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6596825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6596994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6597161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6597337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6597504Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6597673Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6597848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6598027Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6598197Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6598367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6598540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6598717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6598904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6599084Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6599259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6599439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_copy_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6599615Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 84%] 2022-11-23T01:56:13.6599786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 84%] 2022-11-23T01:56:13.6599955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 84%] 2022-11-23T01:56:13.6600121Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6600286Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6600450Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6600631Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bool_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6600813Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_byte_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6601045Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cfloat_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6601237Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_chalf_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6601424Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_float_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6601603Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_int_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6601783Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_long_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6601966Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_short_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6602128Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6602294Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6602458Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6602624Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6602787Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6603009Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6603171Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6603334Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6603499Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 84%] 2022-11-23T01:56:13.6603726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 84%] 2022-11-23T01:56:13.6603890Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6604056Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6604226Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6604384Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6604570Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6604744Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6604916Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_bucketize_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6605080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6605244Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6605414Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6605587Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6605760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6605931Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6606097Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6606264Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6606428Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6606597Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6606767Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6606938Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6607174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6607364Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6607548Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6607704Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6607867Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6608031Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6608196Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6608360Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6608530Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6608700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6608869Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6609093Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6609265Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6609431Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6609594Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6609756Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6609925Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6610097Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6610269Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6610438Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6610603Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6610760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6610927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6611095Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6611260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6611436Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6611600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6611765Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6611927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6612090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6612262Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6612430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6612595Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6612763Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6612930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6613102Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6613380Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6613558Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6613725Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6613892Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lerp_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6614046Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6614229Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6614402Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6614693Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6614878Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6615046Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6615210Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6615437Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6615612Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6615793Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6615963Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6616164Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6616332Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6616498Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6616670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6616842Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6617008Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6617252Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-11-23T01:56:13.6617425Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6617583Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6617826Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-11-23T01:56:13.6618012Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6618197Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6618390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_group_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6618585Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6618774Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6618978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6619171Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6619374Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6619632Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6619820Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6620025Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6620211Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6620409Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6620593Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6620775Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6620975Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6621178Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6621367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6621607Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6621796Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6621985Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6622149Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6622314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-11-23T01:56:13.6622485Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6622649Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6622816Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6622991Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6623159Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6623327Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-11-23T01:56:13.6623491Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6623657Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6623821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6623986Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6624149Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6624320Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6624486Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6624651Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6624815Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6624986Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6625163Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_entr_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6625336Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6625509Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6626221Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_ndtr_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6626436Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6626619Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtri_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6626815Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6626999Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_xlog1py_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6627165Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6627330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6627501Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6627669Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6627841Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6628010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6628243Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6628411Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6628576Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6628743Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6628898Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6629071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6629236Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6629406Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6629575Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6629744Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6629911Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_xlogy_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6630075Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 85%] 2022-11-23T01:56:13.6630259Z test_ops.py::TestMathBitsCPU::test_neg_view__softmax_backward_data_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6630419Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6630581Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6630744Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6630909Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6631091Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6631252Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6631417Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6631580Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6631739Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6631885Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6632042Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6632196Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6632407Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6632567Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6632728Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6632886Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6633046Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6633201Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6633357Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6633523Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6633688Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6633849Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6634011Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6634173Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6634378Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6634551Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6634708Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6634852Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635009Z test_ops.py::TestMathBitsCPU::test_neg_view_cfloat_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635166Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635327Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635503Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635660Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635824Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6635987Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6636158Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6636327Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6636498Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6636666Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6636826Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6636983Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6637140Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6637301Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6637459Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6637606Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6637772Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6637933Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6638105Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_copy_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6638264Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6638469Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6638630Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6638811Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6638968Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6639129Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6639292Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6639447Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6639632Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:56:13.6639789Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6639950Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6640108Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6640312Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6640470Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6640623Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6640785Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6640944Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6641104Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6641262Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6641425Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6641594Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6641751Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6641908Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6642064Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6642216Z test_ops.py::TestMathBitsCPU::test_neg_view_full_cpu_float64 XFAIL [ 85%] 2022-11-23T01:56:13.6642372Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6642531Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6642685Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6642844Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643006Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643162Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643320Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643464Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643622Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643784Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6643952Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6644189Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-11-23T01:56:13.6644418Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6644585Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6644745Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6644906Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6645065Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6645222Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6645380Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6645594Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:56:13.6645817Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:56:13.6646023Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:56:13.6646223Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:56:13.6646435Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6646598Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6646754Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-11-23T01:56:13.6646897Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6647055Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6647223Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6647398Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6647592Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6647758Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6647931Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6648104Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6648281Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6648447Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6648634Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6648796Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6648972Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-11-23T01:56:13.6649148Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6649319Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6649503Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6649757Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 86%] 2022-11-23T01:56:13.6649922Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6650092Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6650259Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6650419Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6650642Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6650824Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6650985Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6651148Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6651310Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6651491Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_with_dtype_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6651660Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6651827Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6651992Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6652152Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6652309Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6652519Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6652692Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6652862Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6653025Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6653195Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6653370Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6653524Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6653697Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6653859Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6654026Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6654190Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6654351Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6654618Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6654814Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6654973Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6655134Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6655316Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6655477Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6655639Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6655815Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6655969Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6656210Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 86%] 2022-11-23T01:56:13.6656372Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6656537Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6656790Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6656990Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6657190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6657379Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_alpha_dropout_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6657562Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6657745Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6657925Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6658138Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6658316Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6658498Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6658742Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6658941Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6659129Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6659311Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6659493Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6659669Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6659856Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6660069Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6660291Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6660560Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-11-23T01:56:13.6660741Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6660919Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6661089Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6661276Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6661468Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6661652Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6661838Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6662034Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6662231Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6662431Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6662613Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6662792Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6663019Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6663199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6663399Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6663585Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6663761Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6663952Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6664153Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6664332Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6664520Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6664709Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6664948Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6665128Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6665320Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6665499Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6665676Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6665853Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6666040Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6666229Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6666410Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6666592Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6666778Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6666963Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6667146Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6667343Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6667522Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6667686Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6667852Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6668013Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6668177Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6668351Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6668514Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6668660Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6668842Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6669072Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6669238Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6669398Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6669555Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6669711Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6669864Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6670024Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6670183Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6670339Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-11-23T01:56:13.6670498Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6670671Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6670877Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6671036Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6671272Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-11-23T01:56:13.6671443Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6671600Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6671744Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6671901Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6672076Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6672266Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:56:13.6672424Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6672593Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6672753Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6672930Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6673107Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6673281Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6673456Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6673634Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6673814Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6673979Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6674151Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6674310Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6674471Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6674628Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6674811Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:56:13.6675018Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6675178Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6675335Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6675496Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6675653Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6675828Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6676022Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-11-23T01:56:13.6676190Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6676381Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6676577Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6676744Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6676917Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6677150Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6677339Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6677529Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6677716Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6677888Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6678060Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6678340Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:56:13.6678516Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6678693Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6678863Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679024Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679188Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679347Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679510Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679667Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679833Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6679993Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6680164Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6680322Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6680497Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6680657Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6680825Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6680984Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6681191Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6681359Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6681510Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6681672Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6681835Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 87%] 2022-11-23T01:56:13.6682015Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6682174Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6682336Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6682490Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6682651Z test_ops.py::TestMathBitsCPU::test_neg_view_view_copy_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6682808Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 87%] 2022-11-23T01:56:13.6682962Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 87%] 2022-11-23T01:56:13.6683225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cdouble_cpu PASSED [ 87%] 2022-11-23T01:56:13.6683436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cfloat_cpu PASSED [ 87%] 2022-11-23T01:56:13.6683640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_char_cpu PASSED [ 87%] 2022-11-23T01:56:13.6683849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_complex_cpu PASSED [ 87%] 2022-11-23T01:56:13.6684054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_half_cpu PASSED [ 87%] 2022-11-23T01:56:13.6684256Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_int_cpu PASSED [ 87%] 2022-11-23T01:56:13.6684441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs__cpu PASSED [ 87%] 2022-11-23T01:56:13.6684628Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 87%] 2022-11-23T01:56:13.6684813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos__cpu PASSED [ 87%] 2022-11-23T01:56:13.6684996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 87%] 2022-11-23T01:56:13.6685169Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 87%] 2022-11-23T01:56:13.6685354Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 87%] 2022-11-23T01:56:13.6685546Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 87%] 2022-11-23T01:56:13.6685731Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 87%] 2022-11-23T01:56:13.6685913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 87%] 2022-11-23T01:56:13.6686110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 87%] 2022-11-23T01:56:13.6686294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin__cpu PASSED [ 87%] 2022-11-23T01:56:13.6686476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 87%] 2022-11-23T01:56:13.6686655Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 87%] 2022-11-23T01:56:13.6686842Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh__cpu PASSED [ 87%] 2022-11-23T01:56:13.6687031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 87%] 2022-11-23T01:56:13.6687261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 87%] 2022-11-23T01:56:13.6687455Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 87%] 2022-11-23T01:56:13.6687645Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-11-23T01:56:13.6687850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 87%] 2022-11-23T01:56:13.6688045Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 87%] 2022-11-23T01:56:13.6688249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-11-23T01:56:13.6688444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 87%] 2022-11-23T01:56:13.6688637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bucketize_cpu PASSED [ 87%] 2022-11-23T01:56:13.6688825Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 87%] 2022-11-23T01:56:13.6689013Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp__cpu PASSED [ 87%] 2022-11-23T01:56:13.6689229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 87%] 2022-11-23T01:56:13.6689423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min_cpu PASSED [ 87%] 2022-11-23T01:56:13.6689622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 87%] 2022-11-23T01:56:13.6689814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 87%] 2022-11-23T01:56:13.6690080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh__cpu PASSED [ 87%] 2022-11-23T01:56:13.6690277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 87%] 2022-11-23T01:56:13.6690468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cumsum__cpu PASSED [ 87%] 2022-11-23T01:56:13.6690969Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 87%] 2022-11-23T01:56:13.6691390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 87%] 2022-11-23T01:56:13.6691787Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div__cpu PASSED [ 87%] 2022-11-23T01:56:13.6692182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 87%] 2022-11-23T01:56:13.6692564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 87%] 2022-11-23T01:56:13.6692956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq__cpu PASSED [ 87%] 2022-11-23T01:56:13.6693336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 87%] 2022-11-23T01:56:13.6693717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 87%] 2022-11-23T01:56:13.6694102Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc__cpu PASSED [ 87%] 2022-11-23T01:56:13.6694567Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 87%] 2022-11-23T01:56:13.6694961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp__cpu PASSED [ 87%] 2022-11-23T01:56:13.6695335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-11-23T01:56:13.6695728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1__cpu PASSED [ 87%] 2022-11-23T01:56:13.6696111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-11-23T01:56:13.6696557Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-11-23T01:56:13.6697035Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-11-23T01:56:13.6697484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-11-23T01:56:13.6697878Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-11-23T01:56:13.6698260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-11-23T01:56:13.6698666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-11-23T01:56:13.6699071Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-11-23T01:56:13.6699475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-11-23T01:56:13.6699876Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-11-23T01:56:13.6700271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-11-23T01:56:13.6700664Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-11-23T01:56:13.6701609Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-11-23T01:56:13.6702001Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-11-23T01:56:13.6702391Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-11-23T01:56:13.6702827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-11-23T01:56:13.6703220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-11-23T01:56:13.6703606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge__cpu PASSED [ 87%] 2022-11-23T01:56:13.6704033Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-11-23T01:56:13.6704407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-11-23T01:56:13.6704803Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-11-23T01:56:13.6705181Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-11-23T01:56:13.6705568Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac__cpu PASSED [ 87%] 2022-11-23T01:56:13.6705965Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-11-23T01:56:13.6706364Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-11-23T01:56:13.6706760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-11-23T01:56:13.6707146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-11-23T01:56:13.6707543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-11-23T01:56:13.6707936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-11-23T01:56:13.6708321Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-11-23T01:56:13.6708709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-11-23T01:56:13.6709091Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-11-23T01:56:13.6709560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp_cpu PASSED [ 87%] 2022-11-23T01:56:13.6709939Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma__cpu PASSED [ 87%] 2022-11-23T01:56:13.6710448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-11-23T01:56:13.6710839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log__cpu PASSED [ 87%] 2022-11-23T01:56:13.6711236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and__cpu PASSED [ 87%] 2022-11-23T01:56:13.6711641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-11-23T01:56:13.6712038Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or__cpu PASSED [ 87%] 2022-11-23T01:56:13.6712437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-11-23T01:56:13.6712822Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-11-23T01:56:13.6713212Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-11-23T01:56:13.6713606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-11-23T01:56:13.6714003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-11-23T01:56:13.6714444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-11-23T01:56:13.6714838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-11-23T01:56:13.6715229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-11-23T01:56:13.6715605Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-11-23T01:56:13.6716037Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mvlgamma__cpu PASSED [ 87%] 2022-11-23T01:56:13.6716477Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num__cpu PASSED [ 87%] 2022-11-23T01:56:13.6716874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-11-23T01:56:13.6717272Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_copy_cpu PASSED [ 87%] 2022-11-23T01:56:13.6717666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-11-23T01:56:13.6718069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-11-23T01:56:13.6718451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-11-23T01:56:13.6718865Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_alpha_dropout_cpu PASSED [ 87%] 2022-11-23T01:56:13.6719302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-11-23T01:56:13.6719726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-11-23T01:56:13.6720147Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-11-23T01:56:13.6720564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6721000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 88%] 2022-11-23T01:56:13.6721413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-11-23T01:56:13.6721845Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_log_softmax_cpu PASSED [ 88%] 2022-11-23T01:56:13.6722329Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 88%] 2022-11-23T01:56:13.6722807Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish__cpu PASSED [ 88%] 2022-11-23T01:56:13.6723288Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 88%] 2022-11-23T01:56:13.6723713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-11-23T01:56:13.6724140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_nll_loss_cpu PASSED [ 88%] 2022-11-23T01:56:13.6724578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-11-23T01:56:13.6724999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-11-23T01:56:13.6725416Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu__cpu PASSED [ 88%] 2022-11-23T01:56:13.6725830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 88%] 2022-11-23T01:56:13.6726253Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmin_cpu PASSED [ 88%] 2022-11-23T01:56:13.6726677Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 88%] 2022-11-23T01:56:13.6727165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-11-23T01:56:13.6727594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-11-23T01:56:13.6728013Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 88%] 2022-11-23T01:56:13.6728469Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 88%] 2022-11-23T01:56:13.6728900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 88%] 2022-11-23T01:56:13.6729304Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 88%] 2022-11-23T01:56:13.6729700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 88%] 2022-11-23T01:56:13.6730099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal__cpu PASSED [ 88%] 2022-11-23T01:56:13.6730509Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 88%] 2022-11-23T01:56:13.6730883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 88%] 2022-11-23T01:56:13.6731269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 88%] 2022-11-23T01:56:13.6731650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 88%] 2022-11-23T01:56:13.6732039Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 88%] 2022-11-23T01:56:13.6732428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt__cpu PASSED [ 88%] 2022-11-23T01:56:13.6732822Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 88%] 2022-11-23T01:56:13.6733212Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn__cpu PASSED [ 88%] 2022-11-23T01:56:13.6733580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 88%] 2022-11-23T01:56:13.6733971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid__cpu PASSED [ 88%] 2022-11-23T01:56:13.6734365Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 88%] 2022-11-23T01:56:13.6734907Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign__cpu PASSED [ 88%] 2022-11-23T01:56:13.6735336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin__cpu PASSED [ 88%] 2022-11-23T01:56:13.6735790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc__cpu PASSED [ 88%] 2022-11-23T01:56:13.6736184Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6736561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_softmax_cpu PASSED [ 88%] 2022-11-23T01:56:13.6736964Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_entr_cpu PASSED [ 88%] 2022-11-23T01:56:13.6737373Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_expit_cpu PASSED [ 88%] 2022-11-23T01:56:13.6737788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_ndtr_cpu PASSED [ 88%] 2022-11-23T01:56:13.6738206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_xlog1py_cpu PASSED [ 88%] 2022-11-23T01:56:13.6738616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 88%] 2022-11-23T01:56:13.6739018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt__cpu PASSED [ 88%] 2022-11-23T01:56:13.6739393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 88%] 2022-11-23T01:56:13.6739778Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square__cpu PASSED [ 88%] 2022-11-23T01:56:13.6740225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 88%] 2022-11-23T01:56:13.6740613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 88%] 2022-11-23T01:56:13.6741049Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 88%] 2022-11-23T01:56:13.6741441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 88%] 2022-11-23T01:56:13.6741879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 88%] 2022-11-23T01:56:13.6742255Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 88%] 2022-11-23T01:56:13.6742635Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 88%] 2022-11-23T01:56:13.6743018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6743420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 88%] 2022-11-23T01:56:13.6743814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 88%] 2022-11-23T01:56:13.6744207Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 88%] 2022-11-23T01:56:13.6744605Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 88%] 2022-11-23T01:56:13.6744988Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 88%] 2022-11-23T01:56:13.6745379Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 88%] 2022-11-23T01:56:13.6745772Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc__cpu PASSED [ 88%] 2022-11-23T01:56:13.6746169Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 88%] 2022-11-23T01:56:13.6746559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 88%] 2022-11-23T01:56:13.6746952Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 88%] 2022-11-23T01:56:13.6747400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 88%] 2022-11-23T01:56:13.6747782Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 88%] 2022-11-23T01:56:13.6748217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 88%] 2022-11-23T01:56:13.6748673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 88%] 2022-11-23T01:56:13.6749064Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 88%] 2022-11-23T01:56:13.6749454Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 88%] 2022-11-23T01:56:13.6749844Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 88%] 2022-11-23T01:56:13.6750249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 88%] 2022-11-23T01:56:13.6750627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_T_cpu PASSED [ 88%] 2022-11-23T01:56:13.6751044Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bfloat16_cpu PASSED [ 88%] 2022-11-23T01:56:13.6751471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bool_cpu PASSED [ 88%] 2022-11-23T01:56:13.6751895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_char_cpu PASSED [ 88%] 2022-11-23T01:56:13.6752317Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_complex_cpu PASSED [ 88%] 2022-11-23T01:56:13.6752796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_double_cpu PASSED [ 88%] 2022-11-23T01:56:13.6753201Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_half_cpu PASSED [ 88%] 2022-11-23T01:56:13.6753673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_int_cpu PASSED [ 88%] 2022-11-23T01:56:13.6754130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_long_cpu PASSED [ 88%] 2022-11-23T01:56:13.6754551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_short_cpu PASSED [ 88%] 2022-11-23T01:56:13.6754957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs__cpu PASSED [ 88%] 2022-11-23T01:56:13.6755344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 88%] 2022-11-23T01:56:13.6755734Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6756107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 88%] 2022-11-23T01:56:13.6756504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul__cpu PASSED [ 88%] 2022-11-23T01:56:13.6756894Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 88%] 2022-11-23T01:56:13.6757287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 88%] 2022-11-23T01:56:13.6757676Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 88%] 2022-11-23T01:56:13.6758061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 88%] 2022-11-23T01:56:13.6758459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 88%] 2022-11-23T01:56:13.6758842Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh__cpu PASSED [ 88%] 2022-11-23T01:56:13.6759234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6759622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 88%] 2022-11-23T01:56:13.6760057Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan__cpu PASSED [ 88%] 2022-11-23T01:56:13.6760485Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh__cpu PASSED [ 88%] 2022-11-23T01:56:13.6760875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6761808Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 88%] 2022-11-23T01:56:13.6762223Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 88%] 2022-11-23T01:56:13.6762727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu SKIPPED (_refs.bitwise_right_shift does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:56:13.6763228Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 88%] 2022-11-23T01:56:13.6763638Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil__cpu PASSED [ 88%] 2022-11-23T01:56:13.6764029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 88%] 2022-11-23T01:56:13.6764421Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 88%] 2022-11-23T01:56:13.6764820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max__cpu PASSED [ 88%] 2022-11-23T01:56:13.6765218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min__cpu PASSED [ 88%] 2022-11-23T01:56:13.6765603Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min_cpu PASSED [ 88%] 2022-11-23T01:56:13.6766115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 88%] 2022-11-23T01:56:13.6766518Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 88%] 2022-11-23T01:56:13.6766979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical__cpu PASSED [ 88%] 2022-11-23T01:56:13.6767389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 88%] 2022-11-23T01:56:13.6767804Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 88%] 2022-11-23T01:56:13.6768214Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign__cpu PASSED [ 88%] 2022-11-23T01:56:13.6768599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 88%] 2022-11-23T01:56:13.6768991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos__cpu PASSED [ 88%] 2022-11-23T01:56:13.6769376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 88%] 2022-11-23T01:56:13.6769763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh__cpu PASSED [ 88%] 2022-11-23T01:56:13.6770147Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 88%] 2022-11-23T01:56:13.6770535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumsum__cpu PASSED [ 88%] 2022-11-23T01:56:13.6770942Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_scatter_cpu PASSED [ 88%] 2022-11-23T01:56:13.6771335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma__cpu PASSED [ 88%] 2022-11-23T01:56:13.6771729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 88%] 2022-11-23T01:56:13.6772121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div__cpu PASSED [ 88%] 2022-11-23T01:56:13.6772555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 88%] 2022-11-23T01:56:13.6772987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 88%] 2022-11-23T01:56:13.6773381Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 88%] 2022-11-23T01:56:13.6773780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 88%] 2022-11-23T01:56:13.6774158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq__cpu PASSED [ 88%] 2022-11-23T01:56:13.6774690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-11-23T01:56:13.6775082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf__cpu PASSED [ 88%] 2022-11-23T01:56:13.6775466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-11-23T01:56:13.6775853Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv__cpu PASSED [ 88%] 2022-11-23T01:56:13.6776243Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-11-23T01:56:13.6776627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp__cpu PASSED [ 88%] 2022-11-23T01:56:13.6776999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-11-23T01:56:13.6777393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1__cpu PASSED [ 88%] 2022-11-23T01:56:13.6777787Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-11-23T01:56:13.6778180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-11-23T01:56:13.6778622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-11-23T01:56:13.6779075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-11-23T01:56:13.6779512Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-11-23T01:56:13.6779914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-11-23T01:56:13.6780314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-11-23T01:56:13.6780708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-11-23T01:56:13.6781104Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-11-23T01:56:13.6781494Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-11-23T01:56:13.6781881Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-11-23T01:56:13.6782264Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 89%] 2022-11-23T01:56:13.6782658Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor__cpu PASSED [ 89%] 2022-11-23T01:56:13.6783055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 89%] 2022-11-23T01:56:13.6783442Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod__cpu PASSED [ 89%] 2022-11-23T01:56:13.6783830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac__cpu PASSED [ 89%] 2022-11-23T01:56:13.6784283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu SKIPPED (_refs.full does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:56:13.6784729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 89%] 2022-11-23T01:56:13.6785159Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 89%] 2022-11-23T01:56:13.6785580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 89%] 2022-11-23T01:56:13.6785979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 89%] 2022-11-23T01:56:13.6786369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 89%] 2022-11-23T01:56:13.6786766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot__cpu PASSED [ 89%] 2022-11-23T01:56:13.6787148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 89%] 2022-11-23T01:56:13.6787595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma__cpu PASSED [ 89%] 2022-11-23T01:56:13.6787989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 89%] 2022-11-23T01:56:13.6788372Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 89%] 2022-11-23T01:56:13.6788772Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 89%] 2022-11-23T01:56:13.6789166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 89%] 2022-11-23T01:56:13.6789559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 89%] 2022-11-23T01:56:13.6790010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu SKIPPED (_refs.item does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:56:13.6790455Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le__cpu PASSED [ 89%] 2022-11-23T01:56:13.6790841Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 89%] 2022-11-23T01:56:13.6791267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp_cpu PASSED [ 89%] 2022-11-23T01:56:13.6791727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 89%] 2022-11-23T01:56:13.6792159Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10__cpu PASSED [ 89%] 2022-11-23T01:56:13.6792552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 89%] 2022-11-23T01:56:13.6792942Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p__cpu PASSED [ 89%] 2022-11-23T01:56:13.6793330Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 89%] 2022-11-23T01:56:13.6793713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 89%] 2022-11-23T01:56:13.6794098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_softmax_cpu PASSED [ 89%] 2022-11-23T01:56:13.6794502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 89%] 2022-11-23T01:56:13.6794908Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor__cpu PASSED [ 89%] 2022-11-23T01:56:13.6795313Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 89%] 2022-11-23T01:56:13.6795702Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 89%] 2022-11-23T01:56:13.6796086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 89%] 2022-11-23T01:56:13.6796478Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 89%] 2022-11-23T01:56:13.6796863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 89%] 2022-11-23T01:56:13.6797296Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 89%] 2022-11-23T01:56:13.6797700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mvlgamma__cpu PASSED [ 89%] 2022-11-23T01:56:13.6798152Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num__cpu PASSED [ 89%] 2022-11-23T01:56:13.6798555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_copy_cpu PASSED [ 89%] 2022-11-23T01:56:13.6798952Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 89%] 2022-11-23T01:56:13.6799338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne__cpu PASSED [ 89%] 2022-11-23T01:56:13.6799703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 89%] 2022-11-23T01:56:13.6800151Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter__cpu PASSED [ 89%] 2022-11-23T01:56:13.6800554Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 89%] 2022-11-23T01:56:13.6800982Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_alpha_dropout_cpu PASSED [ 89%] 2022-11-23T01:56:13.6801423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu__cpu PASSED [ 89%] 2022-11-23T01:56:13.6801852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 89%] 2022-11-23T01:56:13.6802274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu__cpu PASSED [ 89%] 2022-11-23T01:56:13.6802683Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 89%] 2022-11-23T01:56:13.6803128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 89%] 2022-11-23T01:56:13.6803621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 89%] 2022-11-23T01:56:13.6804048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 89%] 2022-11-23T01:56:13.6804587Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 89%] 2022-11-23T01:56:13.6805029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 89%] 2022-11-23T01:56:13.6805466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 89%] 2022-11-23T01:56:13.6805899Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 89%] 2022-11-23T01:56:13.6806305Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu__cpu PASSED [ 89%] 2022-11-23T01:56:13.6806728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmax_cpu PASSED [ 89%] 2022-11-23T01:56:13.6807155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmin_cpu PASSED [ 89%] 2022-11-23T01:56:13.6807595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 89%] 2022-11-23T01:56:13.6808031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 89%] 2022-11-23T01:56:13.6808445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow__cpu PASSED [ 89%] 2022-11-23T01:56:13.6808843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal__cpu PASSED [ 89%] 2022-11-23T01:56:13.6809240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder__cpu PASSED [ 89%] 2022-11-23T01:56:13.6809637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 89%] 2022-11-23T01:56:13.6810155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu SKIPPED (_refs.rtruediv does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:56:13.6810654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn__cpu PASSED [ 89%] 2022-11-23T01:56:13.6811042Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin__cpu PASSED [ 89%] 2022-11-23T01:56:13.6811427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc__cpu PASSED [ 89%] 2022-11-23T01:56:13.6811821Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_softmax_cpu PASSED [ 89%] 2022-11-23T01:56:13.6812210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_entr_cpu PASSED [ 89%] 2022-11-23T01:56:13.6812614Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 89%] 2022-11-23T01:56:13.6813081Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_ndtr_cpu PASSED [ 89%] 2022-11-23T01:56:13.6813513Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_softmax_cpu PASSED [ 89%] 2022-11-23T01:56:13.6813936Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 89%] 2022-11-23T01:56:13.6814330Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtr_cpu PASSED [ 89%] 2022-11-23T01:56:13.6814848Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_softmax_cpu PASSED [ 89%] 2022-11-23T01:56:13.6815278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 89%] 2022-11-23T01:56:13.6815704Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 89%] 2022-11-23T01:56:13.6816157Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 89%] 2022-11-23T01:56:13.6816551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square__cpu PASSED [ 89%] 2022-11-23T01:56:13.6817043Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 89%] 2022-11-23T01:56:13.6817423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 89%] 2022-11-23T01:56:13.6817816Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 89%] 2022-11-23T01:56:13.6818208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 89%] 2022-11-23T01:56:13.6818668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu SKIPPED (_refs.swap_axes does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:56:13.6819118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 89%] 2022-11-23T01:56:13.6819519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 89%] 2022-11-23T01:56:13.6819975Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu SKIPPED (_refs.to does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:56:13.6820399Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril__cpu PASSED [ 89%] 2022-11-23T01:56:13.6820789Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 89%] 2022-11-23T01:56:13.6821188Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 89%] 2022-11-23T01:56:13.6821586Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc__cpu PASSED [ 89%] 2022-11-23T01:56:13.6822045Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu SKIPPED (_refs.uniform does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:56:13.6822560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 89%] 2022-11-23T01:56:13.6822994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 89%] 2022-11-23T01:56:13.6823376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 89%] 2022-11-23T01:56:13.6823774Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 89%] 2022-11-23T01:56:13.6824145Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6824492Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 89%] 2022-11-23T01:56:13.6824836Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6825181Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6825580Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6825909Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6826245Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6826591Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6826935Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6827276Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6827614Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6827942Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6828281Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6828663Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6829007Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6829391Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6829791Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6830150Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6830491Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6830831Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6831167Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6831507Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6831851Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6832199Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6832542Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6832906Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6833264Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6833626Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6834009Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6834387Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6834737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6835137Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6835541Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6835908Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6836278Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6836661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6837037Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6837382Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6837740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6838108Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6838476Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6838899Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6839267Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 89%] 2022-11-23T01:56:13.6839623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 89%] 2022-11-23T01:56:13.6839993Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 89%] 2022-11-23T01:56:13.6840372Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 89%] 2022-11-23T01:56:13.6840746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 89%] 2022-11-23T01:56:13.6841157Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6841519Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6841928Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 89%] 2022-11-23T01:56:13.6842282Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6842645Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdouble_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6843073Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cfloat_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6843450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6843824Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6844186Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6844552Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6844907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6845278Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6845650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6846033Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6846429Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6846812Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6847160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6847577Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6847940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6848368Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6848761Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6849127Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6849497Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6849862Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6850236Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6850594Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6850974Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6851348Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6851707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6852122Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6852484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6852834Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6853197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6853604Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6853973Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6854376Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6854844Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6855224Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6855579Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6855947Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6856370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6856736Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6857102Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6857465Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6857815Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6858182Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6858550Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6858918Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6859286Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6859652Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6860057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6860398Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6860801Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6861176Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6861538Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 90%] 2022-11-23T01:56:13.6861893Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6862254Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6862600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6862965Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6863333Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6863703Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6864063Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6864427Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6864853Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-11-23T01:56:13.6865310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6865671Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6866028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6866443Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6866817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6867243Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6867602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6867982Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6868371Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6868772Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6869171Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6869615Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6870008Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6870375Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6870794Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6871232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6871627Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6872010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6872431Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6872891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6873259Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6873667Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6874025Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6874390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6874763Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6875137Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6875495Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6875838Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6876197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6876555Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6876916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6877292Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6877672Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6878037Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6878461Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6878846Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6879283Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6879703Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6880085Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6880463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6880826Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6881200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6881574Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6881942Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6882307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6882758Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6883166Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6883531Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6883893Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6884260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6884623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6884985Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6885391Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6885776Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6886261Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6886707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6887113Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6887505Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:56:13.6887918Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_dropout_backward_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6888298Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6888656Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6889034Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6889400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6889767Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6890199Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:56:13.6890657Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6891083Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6891594Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6892029Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6892271Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6892466Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6892657Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6892848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6893053Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6893261Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6893461Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6893709Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6893910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6894103Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6894333Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6894631Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6894851Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6895051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6895246Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6895443Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6895644Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6895835Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6896048Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T01:56:13.6896226Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6896422Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6896611Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6896822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6897019Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6897227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6897419Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6897611Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6897865Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6898120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6898326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6898559Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6898753Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6898956Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6899166Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6899366Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6899569Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6899760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6899960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6900826Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6901032Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 91%] 2022-11-23T01:56:13.6901232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6901423Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6901619Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6901820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6902015Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6902225Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6902451Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6902641Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6902813Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6902989Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6903161Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6903351Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6903526Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6903697Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6903878Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6904107Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6904284Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6904481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6904712Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6904888Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6905119Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6905298Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6905463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6905641Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6905812Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6905992Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6906165Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6906331Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6906505Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6906687Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6906857Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6907087Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6907260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6907453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6907645Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6907827Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6908022Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6908197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6908380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6908551Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6908711Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6908903Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_cosine_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6909108Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_exponential_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6909302Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_gaussian_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6909470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6909653Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6918583Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6918789Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6918990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6919204Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6919394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6919602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6919812Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6919994Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6920356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6920654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:56:13.6920864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6921067Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6921253Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6921479Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6921691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6921909Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6922207Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:56:13.6922439Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6922611Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6922840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6923022Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6923197Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6923353Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6923568Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6923744Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6923930Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6924102Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6924285Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6924459Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6924671Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:56:13.6924839Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6925013Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6925192Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6925371Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6925552Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 91%] 2022-11-23T01:56:13.6925727Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6925901Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 91%] 2022-11-23T01:56:13.6926082Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6926253Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6926430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_copy_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6926661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6926839Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6927018Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6927195Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6927364Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6927548Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6927724Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_copy_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6927893Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6928064Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6928232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6928408Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6928617Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6928782Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 91%] 2022-11-23T01:56:13.6928945Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 91%] 2022-11-23T01:56:13.6929169Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 91%] 2022-11-23T01:56:13.6929333Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6929502Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6929661Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6929863Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6930012Z test_ops.py::TestFakeTensorCPU::test_fake_cfloat_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6930172Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6930369Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:56:13.6930571Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:56:13.6930733Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6930893Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6931057Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6931220Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6931378Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-11-23T01:56:13.6931562Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:56:13.6931777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6931998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6932219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6932435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6932646Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6932910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6933129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6933349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6933564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6933770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6933982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6934185Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6934390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6934731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:56:13.6934998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6935204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6935473Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6935697Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6935910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6936157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6936367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6936582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6936806Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6937021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6937241Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6937464Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6937680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6937905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6938124Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6938344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6938556Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6938764Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6938977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6939813Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6940042Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6940266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6940479Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6940710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6940925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6941124Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6941330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6941542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6941863Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6942078Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6942289Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6942544Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6942765Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6942982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6943207Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6943425Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6943638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6943852Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6944061Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6944281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6944498Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6944716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6944930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6945142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6945355Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6945564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6945836Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6946050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6946257Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6946483Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6946696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6946901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6947103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6947324Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6947537Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6947789Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6948057Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6948290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6948506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6948772Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6949016Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6949255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6949473Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6949702Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6949925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6950147Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6950360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:56:13.6950584Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6950803Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6951032Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6951245Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6951474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6951744Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6951969Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6952177Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6952393Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6952610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6952816Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6953033Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6953256Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6953466Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6953721Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6953943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6954163Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6954423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6954640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6954860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6955119Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6955366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6955594Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6955809Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6956021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6956252Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6956467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6956679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6956932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6957284Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6957620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6957982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6958430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6958766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6959115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6959463Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6959786Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6960150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6960582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6960957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6961400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6961773Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6962087Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6962324Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6962613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6962965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6963316Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6963651Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6963999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6964240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:56:13.6964480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6964716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6964957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6965189Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6965450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6965701Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6965932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6966243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6966485Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6966723Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6966971Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6967215Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6967512Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6967763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6968104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6968362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6968592Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6968823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6969054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6969297Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6969528Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6969763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6970009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6970235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6970487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6970742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6970975Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6971210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6971449Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6971686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6971923Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6972186Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:56:13.6972427Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6972655Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6972881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6973105Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6973342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6973586Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6973858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6974140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6974410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6974794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6975039Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6975259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6975475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6975696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6975925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6976143Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6976371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6976589Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6976803Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:56:13.6977020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6977258Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6977492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6977727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6977943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6978204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6978412Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6978631Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6978847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6979058Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6979262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6979481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6979695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6979950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6980229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6980442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6980702Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6980922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6981132Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6981343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6981548Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6981779Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6982001Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6982225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6982456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6982683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6982905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6983117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6983327Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6983538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6983763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6983982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6984252Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6984468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6984696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6984951Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6985164Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6985385Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6985595Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6985791Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6985996Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6986298Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6986506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6986768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6986980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6987189Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6987396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6987613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6987824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6988036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6988253Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6988461Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6988672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6988887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6989101Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6989312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6989534Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6989743Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6989959Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6990171Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6990432Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6990639Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6990842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6991047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6991263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6991463Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6991676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6991885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6992096Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6992399Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6992614Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6992845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6993097Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6993314Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6993548Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6993761Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6993972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6994188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6994410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6994633Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6994864Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6995081Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6995293Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6995509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6995731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6995944Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6996211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6996438Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6996654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6996879Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6997102Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6997319Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6997529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6997740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6997937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6998194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6998455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6998694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6998903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6999159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6999394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6999609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.6999819Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7000051Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7000280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7000492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7000708Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7000923Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7001137Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7001349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7001560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7001777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7002000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7002268Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7002486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7002704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7002918Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7003144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7003363Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7003580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7003798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7004010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7004263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7004519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7004739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7004949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7005203Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7005427Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7005652Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7005867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7006080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:56:13.7006286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7006503Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7006725Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7006938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7007156Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7007369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7007581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7007796Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7008015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7008281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7008509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7008735Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7008976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7009193Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7009415Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7009638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7009867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7010722Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7010952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7011179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7011445Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7011670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7011903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7012131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7012361Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7012592Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7012808Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7013027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7013241Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7013455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7013679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7013915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7014139Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7014353Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7014667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7014957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7015174Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7015399Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7015620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7015847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7016073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7016295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7016519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7016753Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7017117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7017337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7017603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7017822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7018042Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7018242Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7018461Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7018681Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7018915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7019150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7019366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7019610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7019844Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7020058Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7020270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7020482Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7020694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7020966Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7021185Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7021402Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7021630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7021840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7022097Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7022347Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7022590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7022869Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7023153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7023391Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7023664Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7023898Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7024134Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7024367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7024597Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7024842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7025091Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7025328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7025561Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7025789Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7026017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7026298Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7026572Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7026874Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7027110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7027355Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7027603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7027842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7028090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7028340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7028586Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7028865Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7029146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7029397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7029680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7029925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7030162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7030399Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7030643Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7030887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7031131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7031377Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7031614Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7031851Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7032108Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7032349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7032591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7032881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7033129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7033376Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7033618Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7033854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7034119Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7034368Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7034605Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7034890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7035176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7035407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7035621Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7035899Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7036140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7036354Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7036566Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7036777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7036976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7037199Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7037424Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7037639Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7037862Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7038077Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7038301Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7038513Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7038726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7039524Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7039780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7040020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7040240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7040470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7040685Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7040898Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7041120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7041434Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7041656Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7041918Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7042143Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7042360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7042596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7042822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:56:13.7043036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7043250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7043466Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7043676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7043884Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7044085Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7044316Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7044527Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7044738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7044947Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7045164Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7045434Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7045655Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7045892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7046103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7046315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7046530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7046751Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7046963Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7047189Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7047448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7047659Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7047873Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7048088Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7048299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:56:13.7048468Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7048635Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7048798Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7048963Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7049134Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_copy_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7049285Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7049464Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7049642Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7049818Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7049984Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7050143Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7050310Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7050472Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7050628Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7050788Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7050948Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7051108Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7051268Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7051472Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7051637Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7051797Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7051960Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7052119Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7052267Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7052471Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7052631Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7052787Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7052945Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7053141Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7053300Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7053506Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7053663Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7053826Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7053983Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7054141Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7054299Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7054546Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7054712Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7054882Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7055042Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7055185Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7055346Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7055504Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7055665Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7055858Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_complex64 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7056017Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7056172Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-11-23T01:56:13.7056330Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7056488Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7056648Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7056808Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7056971Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7057148Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7057310Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7057500Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7057730Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7057926Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7058092Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7058252Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7058427Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7058601Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7058808Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7059025Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7059201Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7059365Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7059621Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 95%] 2022-11-23T01:56:13.7059855Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7060019Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7060193Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7060369Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7060531Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7060693Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7060853Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061020Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061187Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061360Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061524Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061675Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061834Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7061992Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7062163Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7062334Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7062501Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7062680Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7062857Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7063029Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7063193Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7063358Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7063530Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7063704Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7063920Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7064095Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7064261Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7064420Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7064583Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7064750Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7064910Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7065068Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7065230Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7065418Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7065599Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7065805Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7065968Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7066125Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7066333Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7066540Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7066745Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7066937Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:56:13.7067114Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7067279Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7067443Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7067602Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7067799Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7067992Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7068180Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7068355Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7068546Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7068782Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7068983Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7069162Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7069403Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7069604Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7069794Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7069978Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:56:13.7070233Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7070440Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7070637Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7070812Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7070996Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7071179Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7071362Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7071560Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7071746Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7071935Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7072181Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7072377Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7072542Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7072727Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7072924Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7073108Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7073307Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7073490Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7073675Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7073863Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7074058Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7074245Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7074431Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7074638Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:56:13.7074827Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7075014Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7075205Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7075403Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7075579Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7075755Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7075945Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7076136Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7076345Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7076545Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7076729Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7076927Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7077140Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7077321Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7077486Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7077650Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7077826Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7077987Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7078152Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7078359Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7078521Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7078680Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7078865Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7079050Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7079229Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7079387Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7079545Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7079696Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7079859Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7080019Z test_ops.py::TestFakeTensorCPU::test_fake_randint_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7080190Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7080353Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7080514Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7080673Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7080880Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:56:13.7081045Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7081203Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7081362Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7081535Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7081707Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7081884Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7082042Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7082206Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7082365Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7082587Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7082750Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7082963Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:56:13.7083123Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7083305Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_cosine_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7083488Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_gaussian_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7083650Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7083829Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7084004Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7084201Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7084473Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:56:13.7084694Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7084886Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7085080Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7085248Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7085412Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7085610Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7085784Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7085969Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7086163Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7086348Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7086521Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7086689Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7086897Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7087094Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7087289Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7087568Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:56:13.7087848Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:56:13.7088120Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:56:13.7088296Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7088468Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7088675Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7088850Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089022Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089187Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089353Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089512Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089671Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089830Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7089993Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7090154Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7090310Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7090467Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7090665Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7090822Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7091018Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:56:13.7091182Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7091339Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7091499Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7091656Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7091834Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7091991Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7092150Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7092311Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_copy_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7092467Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7092628Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7092801Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7092959Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7093115Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7093279Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7093424Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7093583Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7093755Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7093906Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7094058Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7094208Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-11-23T01:56:13.7094356Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7094597Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7094811Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7094948Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7095094Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-11-23T01:56:13.7095244Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-11-23T01:56:13.7095394Z test_ops.py::TestTagsCPU::test_tags__refs_T_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7095576Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_bfloat16_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7095756Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_byte_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7095935Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_cdouble_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7096112Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_cfloat_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7096286Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_char_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7096461Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_complex_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7096690Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_double_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7096860Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_long_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7097015Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-11-23T01:56:13.7097171Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7097330Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7097482Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7097636Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7097791Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7097930Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7098082Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7098243Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7098402Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7098558Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7098716Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7098885Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7099040Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7099195Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7099366Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7099536Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7099696Z test_ops.py::TestTagsCPU::test_tags__refs_bucketize_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7099891Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7100056Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7100209Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7100362Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7100518Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7100708Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7100936Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7101096Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7101256Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7101425Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7101598Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_scatter_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7101776Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7101946Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7102105Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7102264Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7102419Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7102569Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7102772Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7102928Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103085Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103238Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103391Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103545Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103687Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103844Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7103997Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7104165Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7104323Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7104477Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7104631Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7104785Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7104940Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7105094Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7105250Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7105407Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7105558Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7105708Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7105857Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7106013Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7106168Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7106320Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7106456Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7106610Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7106812Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-11-23T01:56:13.7106968Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7107139Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7107298Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7107455Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7107610Z test_ops.py::TestTagsCPU::test_tags__refs_lerp_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7107781Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7107936Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7108094Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7108264Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7108435Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7109148Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7109306Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7109463Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7109622Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7109784Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7109922Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7110075Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7110228Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7110384Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7110538Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7110695Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7110865Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7111019Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7111175Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7111363Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_alpha_dropout_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7111536Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7111716Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7111888Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7112068Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7112264Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7112440Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7112619Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7112789Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7112950Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7113188Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7113365Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7113538Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7113709Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7113902Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7114080Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7114239Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7114402Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7114558Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7114717Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7114877Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115035Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115234Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115386Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115541Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115690Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115840Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7115992Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7116132Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7116306Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7116463Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7116658Z test_ops.py::TestTagsCPU::test_tags__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7116826Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7117024Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7117216Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7117400Z test_ops.py::TestTagsCPU::test_tags__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7117586Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7117758Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7117918Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7118076Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7118233Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7118384Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7118540Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7118690Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7118848Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-11-23T01:56:13.7119004Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7119188Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7119342Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7119500Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7119654Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7119808Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7119962Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7120114Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7120272Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7120426Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7120580Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7120729Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7120878Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121085Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121239Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121389Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121549Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121699Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121846Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-11-23T01:56:13.7121982Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7122136Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7122286Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7122438Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7122589Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7122740Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7122894Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123041Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123187Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123336Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123489Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123640Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123792Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7123947Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7124098Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 98%] 2022-11-23T01:56:13.7124248Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 98%] 2022-11-23T01:56:13.7124397Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7124555Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7124695Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7124891Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125045Z test_ops.py::TestTagsCPU::test_tags_cdouble_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125193Z test_ops.py::TestTagsCPU::test_tags_cfloat_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125346Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125495Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125648Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125804Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7125953Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7126101Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7126257Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7126413Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7126566Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7126757Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7126905Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127055Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127204Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127366Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127517Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127670Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127818Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7127966Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7128139Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7128309Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7128456Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7128607Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7128757Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7128906Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129054Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129209Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129356Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129504Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129656Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129805Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7129954Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7130096Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7130246Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7130398Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7130550Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7130750Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7130905Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131062Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131214Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131363Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131511Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131662Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131812Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7131958Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7132108Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7132258Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7132451Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-11-23T01:56:13.7132600Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7132744Z test_ops.py::TestTagsCPU::test_tags_grid_sampler_2d_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7132892Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133041Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133190Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133340Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133495Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133649Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133801Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7133956Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7134102Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7134250Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7134398Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7134647Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7134803Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7134956Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_complex64 PASSED [ 98%] 2022-11-23T01:56:13.7135161Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:56:13.7135374Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:56:13.7135569Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:56:13.7135774Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:56:13.7135914Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7136063Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-11-23T01:56:13.7136230Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7136394Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7137061Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7137231Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7137411Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7137565Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7137723Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7137890Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7138058Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7138237Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7138398Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7138586Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7138744Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7138971Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7139134Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7139307Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7139449Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7139609Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7139777Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7139935Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7140092Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7140245Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7140408Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7140562Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7140719Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7140873Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141025Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141172Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141327Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141486Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141641Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141804Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7141958Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7142111Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7142251Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7142408Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7142565Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7142720Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7142927Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7143115Z test_ops.py::TestTagsCPU::test_tags_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7143289Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7143471Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7143629Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7143779Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7143929Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7144105Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7144257Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7144427Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7144577Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7144728Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7144928Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7145074Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7145228Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7145395Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7145547Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7145700Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7145857Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7146009Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7146164Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-11-23T01:56:13.7146324Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7146470Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7146627Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7146777Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7146928Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7147116Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7147303Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7147491Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7147679Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7147854Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7148026Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7148199Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7148367Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7148551Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7148735Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7148961Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7149141Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7149315Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7149490Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7149657Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7149835Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7150005Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7150209Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7150398Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7150582Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7150758Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7150995Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7151168Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7151344Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7151528Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7151715Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7151885Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7152073Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7152246Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7152417Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7152591Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7152773Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7152964Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:56:13.7153147Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7153329Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7153508Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7153701Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7153897Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7154072Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7154237Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-11-23T01:56:13.7154414Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7154597Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7154775Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7154961Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7155187Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7155356Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-11-23T01:56:13.7155533Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7155718Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7155890Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7156068Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7156313Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7156490Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7156679Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7156888Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7157114Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7157331Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7157497Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7157666Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7157823Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7157976Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7158131Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7158308Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7158477Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7158636Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7158772Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7158928Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7159080Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7159235Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7159388Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7159543Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7159693Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7159850Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160007Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160161Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160325Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160476Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160629Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160778Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7160925Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7161080Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7161289Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7161440Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7161583Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7161750Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7161918Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7162087Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7162262Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7162421Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7162573Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7162727Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7162907Z test_ops.py::TestTagsCPU::test_tags_signal_windows_exponential_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7163126Z test_ops.py::TestTagsCPU::test_tags_signal_windows_gaussian_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7163298Z test_ops.py::TestTagsCPU::test_tags_signal_windows_kaiser_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7163452Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7163602Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7163759Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7163913Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7164078Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7164230Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7164419Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:56:13.7164566Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7164750Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7165011Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:56:13.7165172Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7165354Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7165515Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7165674Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7165831Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7166010Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7166189Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7166346Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7166505Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7166701Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7166884Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7167205Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:56:13.7167370Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7167527Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7167684Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7167835Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7167985Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7168119Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7168273Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7168430Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7168582Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7168732Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7168884Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7169079Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7169262Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-11-23T01:56:13.7169418Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7169567Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7169727Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7169874Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7170026Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-11-23T01:56:13.7170176Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7170330Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-11-23T01:56:13.7170485Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7170633Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7170788Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7170937Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7171083Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7171231Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7171381Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7171535Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7171682Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-11-23T01:56:13.7171830Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%] 2022-11-23T01:56:13.7171844Z 2022-11-23T01:56:13.7171963Z ============================== warnings summary =============================== 2022-11-23T01:56:13.7172160Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T01:56:13.7172465Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:56:13.7172576Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:56:13.7172583Z 2022-11-23T01:56:13.7172786Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:56:13.7173114Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-0beb4d7c340af9e8.xml - 2022-11-23T01:56:13.7173279Z = 9510 passed, 5295 skipped, 17 deselected, 153 xfailed, 1 warning in 1197.13s (0:19:57) = 2022-11-23T01:56:13.7173470Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:56:13.7173477Z 2022-11-23T01:56:13.7173844Z ##[endgroup] 2022-11-23T01:56:13.7174080Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_q4_n7uzu) 2022-11-23T01:56:13.7174086Z 2022-11-23T01:57:02.6343625Z 2022-11-23T01:57:02.6344334Z Expand the folded group to see the log file of test_ops 2022-11-23T01:57:02.6345173Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fkyp6zby) 2022-11-23T01:57:02.6710496Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:57:02.6711098Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:57:02.6711762Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-021875f19b79d720.xml 2022-11-23T01:57:02.6713016Z ============================= test session starts ============================= 2022-11-23T01:57:02.6713588Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:57:02.6714642Z cachedir: .pytest_cache 2022-11-23T01:57:02.6715478Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:57:02.6715949Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:57:02.6716429Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T01:57:02.6716837Z collecting ... collected 29914 items / 23 deselected / 29891 selected 2022-11-23T01:57:02.8467228Z Running 14916 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___ror___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_double_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_equal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_grid_sampler_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_inner_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mH_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mT_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_dropout_backward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_outer_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polar_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_errors___rand___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmod___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmul___cpu, test/test_ops.py::TestCommonCPU::test_errors___ror___cpu, test/test_ops.py::TestCommonCPU::test_errors___rpow___cpu, test/test_ops.py::TestCommonCPU::test_errors_amin_cpu, test/test_ops.py::TestCommonCPU::test_errors_atan2_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_cat_cpu, test/test_ops.py::TestCommonCPU::test_errors_copysign_cpu, test/test_ops.py::TestCommonCPU::test_errors_cov_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_eq_cpu, test/test_ops.py::TestCommonCPU::test_errors_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_errors_float_power_cpu, test/test_ops.py::TestCommonCPU::test_errors_gather_cpu, test/test_ops.py::TestCommonCPU::test_errors_gradient_cpu, test/test_ops.py::TestCommonCPU::test_errors_gt_cpu, test/test_ops.py::TestCommonCPU::test_errors_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_errors_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_hstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_hypot_cpu, test/test_ops.py::TestCommonCPU::test_errors_igamma_cpu, test/test_ops.py::TestCommonCPU::test_errors_index_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_isclose_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_errors_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_minimum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mul_cpu, test/test_ops.py::TestCommonCPU::test_errors_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_errors_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_errors_ne_cpu, test/test_ops.py::TestCommonCPU::test_errors_neg_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_pow_cpu, test/test_ops.py::TestCommonCPU::test_errors_renorm_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_errors_take_cpu, test/test_ops.py::TestCommonCPU::test_errors_triu_cpu, test/test_ops.py::TestCommonCPU::test_errors_unbind_cpu, test/test_ops.py::TestCommonCPU::test_errors_uniform_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_cpu, test/test_ops.py::TestCommonCPU::test_errors_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_vstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_where_cpu, test/test_ops.py::TestCommonCPU::test_errors_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scalar_tensor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_cosine_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_exponential_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_gaussian_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_kaiser_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___ror___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__softmax_backward_data_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diff_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_equal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gather_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_grid_sampler_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kron_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mT_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_outer_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scalar_tensor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_topk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors_ops_nvprims_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cfloat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scalar_tensor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_char_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scalar_tensor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_T_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_char_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_erfcx_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdouble_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_grid_sampler_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_pool2d_with_indices_backward_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_dropout_backward_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scalar_tensor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_cosine_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_exponential_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_gaussian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_T_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bfloat16_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bool_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_byte_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_chalf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_double_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_float_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_short_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_group_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_erfcx_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtri_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_byte_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cdouble_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cfloat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_chalf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_float_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bucketize_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_group_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_erfcx_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_expit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtri_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_xlog1py_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_H_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_half_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__softmax_backward_data_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_dropout_backward_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scalar_tensor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_cosine_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_view_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-11-23T01:57:03.0038023Z 2022-11-23T01:57:03.0038358Z test_ops.py::TestCommonCPU::test_compare_cpu_T_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0048572Z test_ops.py::TestCommonCPU::test_compare_cpu___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0049008Z test_ops.py::TestCommonCPU::test_compare_cpu___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0049411Z test_ops.py::TestCommonCPU::test_compare_cpu___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0049801Z test_ops.py::TestCommonCPU::test_compare_cpu___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0050189Z test_ops.py::TestCommonCPU::test_compare_cpu___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0050601Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0051035Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0051838Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_char_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:57:03.0052315Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_double_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0052768Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_int_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:57:03.0053277Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_long_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:57:03.0053783Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_short_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:57:03.0054233Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0054639Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0055046Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0055538Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0055975Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_left_shift_cpu_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T01:57:03.0056394Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0056798Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0057210Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0057623Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0058046Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0058488Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_like_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:57:03.0058907Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0059300Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0059703Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0060101Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0060499Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0060896Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0061289Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0061685Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0062071Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0062481Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0062892Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0063315Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0063789Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0064205Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0064613Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0065035Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:57:03.0065444Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0065848Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0066298Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 0%] 2022-11-23T01:57:03.0066784Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_dropout_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:57:03.0067240Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0067749Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0068204Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0068649Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0069078Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0069504Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0069950Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0070397Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0070847Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0071272Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0071690Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0072112Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0072535Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0072935Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0073339Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0073734Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_t_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0074117Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_to_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0074511Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0074902Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0075282Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0075735Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0076148Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0076550Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0076950Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0077346Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0077738Z test_ops.py::TestCommonCPU::test_compare_cpu_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0078127Z test_ops.py::TestCommonCPU::test_compare_cpu_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0078526Z test_ops.py::TestCommonCPU::test_compare_cpu_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0078908Z test_ops.py::TestCommonCPU::test_compare_cpu_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0079297Z test_ops.py::TestCommonCPU::test_compare_cpu_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0079753Z test_ops.py::TestCommonCPU::test_compare_cpu_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0080141Z test_ops.py::TestCommonCPU::test_compare_cpu_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0080537Z test_ops.py::TestCommonCPU::test_compare_cpu_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0080913Z test_ops.py::TestCommonCPU::test_compare_cpu_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0081299Z test_ops.py::TestCommonCPU::test_compare_cpu_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0081682Z test_ops.py::TestCommonCPU::test_compare_cpu_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0082203Z test_ops.py::TestCommonCPU::test_compare_cpu_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0082637Z test_ops.py::TestCommonCPU::test_compare_cpu_byte_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:57:03.0083063Z test_ops.py::TestCommonCPU::test_compare_cpu_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0083494Z test_ops.py::TestCommonCPU::test_compare_cpu_char_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:57:03.0083904Z test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0084310Z test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0084716Z test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0085117Z test_ops.py::TestCommonCPU::test_compare_cpu_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0085522Z test_ops.py::TestCommonCPU::test_compare_cpu_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0085925Z test_ops.py::TestCommonCPU::test_compare_cpu_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0086318Z test_ops.py::TestCommonCPU::test_compare_cpu_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0086694Z test_ops.py::TestCommonCPU::test_compare_cpu_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0087081Z test_ops.py::TestCommonCPU::test_compare_cpu_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0087469Z test_ops.py::TestCommonCPU::test_compare_cpu_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0087858Z test_ops.py::TestCommonCPU::test_compare_cpu_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0088315Z test_ops.py::TestCommonCPU::test_compare_cpu_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0088724Z test_ops.py::TestCommonCPU::test_compare_cpu_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0089144Z test_ops.py::TestCommonCPU::test_compare_cpu_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0089560Z test_ops.py::TestCommonCPU::test_compare_cpu_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0089943Z test_ops.py::TestCommonCPU::test_compare_cpu_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0090325Z test_ops.py::TestCommonCPU::test_compare_cpu_double_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0090713Z test_ops.py::TestCommonCPU::test_compare_cpu_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0091100Z test_ops.py::TestCommonCPU::test_compare_cpu_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0091488Z test_ops.py::TestCommonCPU::test_compare_cpu_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0091929Z test_ops.py::TestCommonCPU::test_compare_cpu_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0092316Z test_ops.py::TestCommonCPU::test_compare_cpu_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0092684Z test_ops.py::TestCommonCPU::test_compare_cpu_float_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0093066Z test_ops.py::TestCommonCPU::test_compare_cpu_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0093446Z test_ops.py::TestCommonCPU::test_compare_cpu_full_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0093834Z test_ops.py::TestCommonCPU::test_compare_cpu_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0094235Z test_ops.py::TestCommonCPU::test_compare_cpu_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0094633Z test_ops.py::TestCommonCPU::test_compare_cpu_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0095019Z test_ops.py::TestCommonCPU::test_compare_cpu_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0095394Z test_ops.py::TestCommonCPU::test_compare_cpu_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0095790Z test_ops.py::TestCommonCPU::test_compare_cpu_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0096186Z test_ops.py::TestCommonCPU::test_compare_cpu_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0096585Z test_ops.py::TestCommonCPU::test_compare_cpu_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0096979Z test_ops.py::TestCommonCPU::test_compare_cpu_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0097377Z test_ops.py::TestCommonCPU::test_compare_cpu_istft_cpu_complex64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0097769Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0098168Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0098581Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0098996Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0099396Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0099800Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0100266Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0100665Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0101060Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0101483Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0101909Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0102315Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0102741Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0103177Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0103647Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T01:57:03.0104154Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0104545Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0104942Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0105337Z test_ops.py::TestCommonCPU::test_compare_cpu_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0105733Z test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0106128Z test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0106523Z test_ops.py::TestCommonCPU::test_compare_cpu_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0106911Z test_ops.py::TestCommonCPU::test_compare_cpu_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0107293Z test_ops.py::TestCommonCPU::test_compare_cpu_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0107686Z test_ops.py::TestCommonCPU::test_compare_cpu_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0108064Z test_ops.py::TestCommonCPU::test_compare_cpu_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0108434Z test_ops.py::TestCommonCPU::test_compare_cpu_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0108828Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0109228Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0109629Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:57:03.0110018Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0110423Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0110850Z test_ops.py::TestCommonCPU::test_compare_cpu_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0111281Z test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0111697Z test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0112115Z test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0112564Z test_ops.py::TestCommonCPU::test_compare_cpu_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0112938Z test_ops.py::TestCommonCPU::test_compare_cpu_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0113355Z test_ops.py::TestCommonCPU::test_compare_cpu_multinomial_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0113761Z test_ops.py::TestCommonCPU::test_compare_cpu_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0114151Z test_ops.py::TestCommonCPU::test_compare_cpu_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0114562Z test_ops.py::TestCommonCPU::test_compare_cpu_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0114957Z test_ops.py::TestCommonCPU::test_compare_cpu_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0115380Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0115823Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0116294Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0116734Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0117169Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0117582Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0117998Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0118430Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0118855Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) [ 1%] 2022-11-23T01:57:03.0119299Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0119787Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0120247Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0120682Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0121113Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0121545Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0122088Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0122526Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0122966Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0123402Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0123833Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0124272Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0124768Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0125211Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0125664Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0126122Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0126549Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0126978Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0127414Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0127850Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0128327Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0128760Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0129171Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0129578Z test_ops.py::TestCommonCPU::test_compare_cpu_normal_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0130001Z test_ops.py::TestCommonCPU::test_compare_cpu_normal_number_mean_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0130437Z test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0130833Z test_ops.py::TestCommonCPU::test_compare_cpu_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0131221Z test_ops.py::TestCommonCPU::test_compare_cpu_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0131616Z test_ops.py::TestCommonCPU::test_compare_cpu_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0132028Z test_ops.py::TestCommonCPU::test_compare_cpu_rand_like_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0132454Z test_ops.py::TestCommonCPU::test_compare_cpu_randn_like_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0132849Z test_ops.py::TestCommonCPU::test_compare_cpu_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0133245Z test_ops.py::TestCommonCPU::test_compare_cpu_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0133649Z test_ops.py::TestCommonCPU::test_compare_cpu_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0134356Z test_ops.py::TestCommonCPU::test_compare_cpu_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0135276Z test_ops.py::TestCommonCPU::test_compare_cpu_scalar_tensor_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0136049Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0136581Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0136979Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0137400Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0137797Z test_ops.py::TestCommonCPU::test_compare_cpu_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0138288Z test_ops.py::TestCommonCPU::test_compare_cpu_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0138699Z test_ops.py::TestCommonCPU::test_compare_cpu_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0139172Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0139702Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0140238Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0140769Z test_ops.py::TestCommonCPU::test_compare_cpu_special_laguerre_polynomial_l_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0141882Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0142912Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0143426Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:57:03.0143872Z test_ops.py::TestCommonCPU::test_compare_cpu_split_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0144271Z test_ops.py::TestCommonCPU::test_compare_cpu_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0144671Z test_ops.py::TestCommonCPU::test_compare_cpu_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0145059Z test_ops.py::TestCommonCPU::test_compare_cpu_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0145438Z test_ops.py::TestCommonCPU::test_compare_cpu_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0145843Z test_ops.py::TestCommonCPU::test_compare_cpu_svd_lowrank_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:57:03.0146252Z test_ops.py::TestCommonCPU::test_compare_cpu_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0146644Z test_ops.py::TestCommonCPU::test_compare_cpu_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0147029Z test_ops.py::TestCommonCPU::test_compare_cpu_to_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0147655Z test_ops.py::TestCommonCPU::test_compare_cpu_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0148484Z test_ops.py::TestCommonCPU::test_compare_cpu_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0149189Z test_ops.py::TestCommonCPU::test_compare_cpu_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0149560Z test_ops.py::TestCommonCPU::test_compare_cpu_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0149963Z test_ops.py::TestCommonCPU::test_compare_cpu_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0150359Z test_ops.py::TestCommonCPU::test_compare_cpu_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0150751Z test_ops.py::TestCommonCPU::test_compare_cpu_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0151144Z test_ops.py::TestCommonCPU::test_compare_cpu_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0151549Z test_ops.py::TestCommonCPU::test_compare_cpu_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0152073Z test_ops.py::TestCommonCPU::test_compare_cpu_unique_cpu_float32 SKIPPED (Output order is undefined when sorted=False) [ 1%] 2022-11-23T01:57:03.0152485Z test_ops.py::TestCommonCPU::test_compare_cpu_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0152870Z test_ops.py::TestCommonCPU::test_compare_cpu_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0153262Z test_ops.py::TestCommonCPU::test_compare_cpu_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0153849Z test_ops.py::TestCommonCPU::test_compare_cpu_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0154707Z test_ops.py::TestCommonCPU::test_compare_cpu_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:57:03.0155439Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0155847Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0156236Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0156623Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0157064Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 1%] 2022-11-23T01:57:03.0157593Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0158003Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0158409Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0158814Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0159191Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0159590Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0160263Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0161122Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0161881Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0162282Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0162689Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0163086Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0163501Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_copy_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0163911Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0164307Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0164727Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 1%] 2022-11-23T01:57:03.0165136Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0165538Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0165931Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0166789Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0167666Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0168236Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0168637Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0169045Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0169443Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0169831Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0170224Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0170641Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_with_dtype_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0171051Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0171449Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0171847Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0172339Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0173285Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0174103Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0174503Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0174901Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0175297Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0175769Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 1%] 2022-11-23T01:57:03.0176230Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0176625Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0177042Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0177448Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0177843Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0178233Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0178779Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0179667Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0180398Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0180809Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 1%] 2022-11-23T01:57:03.0181220Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0181608Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0181994Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0182390Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0182900Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_copy_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0183291Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0183687Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0184082Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 2%] 2022-11-23T01:57:03.0184448Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu PASSED [ 2%] 2022-11-23T01:57:03.0184814Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu PASSED [ 2%] 2022-11-23T01:57:03.0185588Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu PASSED [ 2%] 2022-11-23T01:57:03.0186249Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu PASSED [ 2%] 2022-11-23T01:57:03.0186727Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu PASSED [ 2%] 2022-11-23T01:57:03.0187054Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu PASSED [ 2%] 2022-11-23T01:57:03.0187380Z test_ops.py::TestCommonCPU::test_dtypes__refs_T_cpu PASSED [ 2%] 2022-11-23T01:57:03.0188531Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bfloat16_cpu PASSED [ 2%] 2022-11-23T01:57:03.0188894Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bool_cpu PASSED [ 2%] 2022-11-23T01:57:03.0189251Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_char_cpu PASSED [ 2%] 2022-11-23T01:57:03.0189602Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_complex_cpu PASSED [ 2%] 2022-11-23T01:57:03.0189965Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_float_cpu PASSED [ 2%] 2022-11-23T01:57:03.0190319Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_half_cpu PASSED [ 2%] 2022-11-23T01:57:03.0190678Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_int_cpu PASSED [ 2%] 2022-11-23T01:57:03.0191060Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_long_cpu PASSED [ 2%] 2022-11-23T01:57:03.0191902Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_short_cpu PASSED [ 2%] 2022-11-23T01:57:03.0192629Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu PASSED [ 2%] 2022-11-23T01:57:03.0193088Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu PASSED [ 2%] 2022-11-23T01:57:03.0193416Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu PASSED [ 2%] 2022-11-23T01:57:03.0193743Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu PASSED [ 2%] 2022-11-23T01:57:03.0194073Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcmul_cpu PASSED [ 2%] 2022-11-23T01:57:03.0194401Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu PASSED [ 2%] 2022-11-23T01:57:03.0194726Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu PASSED [ 2%] 2022-11-23T01:57:03.0195040Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu PASSED [ 2%] 2022-11-23T01:57:03.0195360Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu PASSED [ 2%] 2022-11-23T01:57:03.0195681Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu PASSED [ 2%] 2022-11-23T01:57:03.0196006Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu PASSED [ 2%] 2022-11-23T01:57:03.0196333Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu PASSED [ 2%] 2022-11-23T01:57:03.0196660Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu PASSED [ 2%] 2022-11-23T01:57:03.0197004Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu PASSED [ 2%] 2022-11-23T01:57:03.0197352Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu PASSED [ 2%] 2022-11-23T01:57:03.0198140Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu PASSED [ 2%] 2022-11-23T01:57:03.0199015Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu PASSED [ 2%] 2022-11-23T01:57:03.0199378Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu PASSED [ 2%] 2022-11-23T01:57:03.0199713Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu PASSED [ 2%] 2022-11-23T01:57:03.0200054Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu PASSED [ 2%] 2022-11-23T01:57:03.0200370Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu PASSED [ 2%] 2022-11-23T01:57:03.0200689Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu PASSED [ 2%] 2022-11-23T01:57:03.0201011Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_cpu PASSED [ 2%] 2022-11-23T01:57:03.0201336Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu PASSED [ 2%] 2022-11-23T01:57:03.0201670Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_copy_cpu PASSED [ 2%] 2022-11-23T01:57:03.0202109Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu PASSED [ 2%] 2022-11-23T01:57:03.0202440Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu PASSED [ 2%] 2022-11-23T01:57:03.0202789Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu PASSED [ 2%] 2022-11-23T01:57:03.0203202Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu PASSED [ 2%] 2022-11-23T01:57:03.0203526Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu PASSED [ 2%] 2022-11-23T01:57:03.0204301Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu PASSED [ 2%] 2022-11-23T01:57:03.0205022Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu PASSED [ 2%] 2022-11-23T01:57:03.0205609Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu PASSED [ 2%] 2022-11-23T01:57:03.0205924Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu PASSED [ 2%] 2022-11-23T01:57:03.0206241Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu PASSED [ 2%] 2022-11-23T01:57:03.0206567Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu PASSED [ 2%] 2022-11-23T01:57:03.0206902Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu PASSED [ 2%] 2022-11-23T01:57:03.0207248Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu PASSED [ 2%] 2022-11-23T01:57:03.0207591Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu PASSED [ 2%] 2022-11-23T01:57:03.0207906Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu PASSED [ 2%] 2022-11-23T01:57:03.0208339Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu PASSED [ 2%] 2022-11-23T01:57:03.0208738Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu PASSED [ 2%] 2022-11-23T01:57:03.0209149Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu PASSED [ 2%] 2022-11-23T01:57:03.0209566Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu PASSED [ 2%] 2022-11-23T01:57:03.0210259Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu PASSED [ 2%] 2022-11-23T01:57:03.0210987Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu PASSED [ 2%] 2022-11-23T01:57:03.0211711Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu PASSED [ 2%] 2022-11-23T01:57:03.0212107Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu PASSED [ 2%] 2022-11-23T01:57:03.0212514Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu PASSED [ 2%] 2022-11-23T01:57:03.0212934Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu PASSED [ 2%] 2022-11-23T01:57:03.0213338Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu PASSED [ 2%] 2022-11-23T01:57:03.0213731Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu PASSED [ 2%] 2022-11-23T01:57:03.0214071Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu PASSED [ 2%] 2022-11-23T01:57:03.0214581Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu PASSED [ 2%] 2022-11-23T01:57:03.0214977Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu PASSED [ 2%] 2022-11-23T01:57:03.0215370Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu PASSED [ 2%] 2022-11-23T01:57:03.0215759Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu PASSED [ 2%] 2022-11-23T01:57:03.0216274Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu PASSED [ 2%] 2022-11-23T01:57:03.0217099Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu PASSED [ 2%] 2022-11-23T01:57:03.0217921Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu PASSED [ 2%] 2022-11-23T01:57:03.0218314Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu PASSED [ 2%] 2022-11-23T01:57:03.0218700Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu PASSED [ 2%] 2022-11-23T01:57:03.0219089Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu PASSED [ 2%] 2022-11-23T01:57:03.0219473Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu PASSED [ 2%] 2022-11-23T01:57:03.0219823Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu PASSED [ 2%] 2022-11-23T01:57:03.0220308Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu PASSED [ 2%] 2022-11-23T01:57:03.0220717Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu PASSED [ 2%] 2022-11-23T01:57:03.0221148Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu PASSED [ 2%] 2022-11-23T01:57:03.0221548Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu PASSED [ 2%] 2022-11-23T01:57:03.0221944Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu PASSED [ 2%] 2022-11-23T01:57:03.0222347Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu PASSED [ 2%] 2022-11-23T01:57:03.0223217Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:57:03.0224090Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu PASSED [ 2%] 2022-11-23T01:57:03.0224520Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu PASSED [ 2%] 2022-11-23T01:57:03.0224927Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu PASSED [ 2%] 2022-11-23T01:57:03.0225338Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu PASSED [ 2%] 2022-11-23T01:57:03.0225750Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu PASSED [ 2%] 2022-11-23T01:57:03.0226101Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu PASSED [ 2%] 2022-11-23T01:57:03.0226536Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu PASSED [ 2%] 2022-11-23T01:57:03.0226995Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu PASSED [ 2%] 2022-11-23T01:57:03.0227423Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu PASSED [ 2%] 2022-11-23T01:57:03.0227831Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu PASSED [ 2%] 2022-11-23T01:57:03.0228264Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu PASSED [ 2%] 2022-11-23T01:57:03.0228655Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu PASSED [ 2%] 2022-11-23T01:57:03.0229533Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu PASSED [ 2%] 2022-11-23T01:57:03.0230360Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu PASSED [ 2%] 2022-11-23T01:57:03.0230794Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu PASSED [ 2%] 2022-11-23T01:57:03.0231217Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_alpha_dropout_cpu PASSED [ 2%] 2022-11-23T01:57:03.0231661Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_group_norm_cpu PASSED [ 2%] 2022-11-23T01:57:03.0232115Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu PASSED [ 2%] 2022-11-23T01:57:03.0232641Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 2%] 2022-11-23T01:57:03.0233100Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu PASSED [ 2%] 2022-11-23T01:57:03.0233566Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu PASSED [ 2%] 2022-11-23T01:57:03.0234004Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu PASSED [ 2%] 2022-11-23T01:57:03.0234464Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 2%] 2022-11-23T01:57:03.0234926Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu PASSED [ 2%] 2022-11-23T01:57:03.0235892Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu PASSED [ 2%] 2022-11-23T01:57:03.0236684Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu PASSED [ 2%] 2022-11-23T01:57:03.0237119Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu PASSED [ 2%] 2022-11-23T01:57:03.0297477Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu PASSED [ 2%] 2022-11-23T01:57:03.0297887Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmax_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:57:03.0298504Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu PASSED [ 2%] 2022-11-23T01:57:03.0299060Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 2%] 2022-11-23T01:57:03.0299911Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu PASSED [ 2%] 2022-11-23T01:57:03.0300554Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu PASSED [ 2%] 2022-11-23T01:57:03.0300963Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu PASSED [ 2%] 2022-11-23T01:57:03.0301282Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu PASSED [ 2%] 2022-11-23T01:57:03.0301602Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu PASSED [ 2%] 2022-11-23T01:57:03.0301917Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu PASSED [ 2%] 2022-11-23T01:57:03.0302235Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu PASSED [ 2%] 2022-11-23T01:57:03.0302554Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu PASSED [ 2%] 2022-11-23T01:57:03.0302875Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu PASSED [ 2%] 2022-11-23T01:57:03.0303188Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu PASSED [ 2%] 2022-11-23T01:57:03.0303501Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu PASSED [ 2%] 2022-11-23T01:57:03.0303809Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu PASSED [ 2%] 2022-11-23T01:57:03.0304121Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu PASSED [ 2%] 2022-11-23T01:57:03.0304434Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu PASSED [ 2%] 2022-11-23T01:57:03.0304742Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu PASSED [ 2%] 2022-11-23T01:57:03.0305047Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu PASSED [ 2%] 2022-11-23T01:57:03.0305598Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu PASSED [ 2%] 2022-11-23T01:57:03.0306285Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu PASSED [ 2%] 2022-11-23T01:57:03.0307008Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_entr_cpu PASSED [ 2%] 2022-11-23T01:57:03.0307338Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_erfcx_cpu PASSED [ 2%] 2022-11-23T01:57:03.0307659Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu PASSED [ 2%] 2022-11-23T01:57:03.0307977Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu PASSED [ 2%] 2022-11-23T01:57:03.0308330Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 3%] 2022-11-23T01:57:03.0308853Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 3%] 2022-11-23T01:57:03.0309208Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtr_cpu PASSED [ 3%] 2022-11-23T01:57:03.0309541Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_xlog1py_cpu PASSED [ 3%] 2022-11-23T01:57:03.0309864Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu PASSED [ 3%] 2022-11-23T01:57:03.0310186Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu PASSED [ 3%] 2022-11-23T01:57:03.0310491Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu PASSED [ 3%] 2022-11-23T01:57:03.0310802Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu PASSED [ 3%] 2022-11-23T01:57:03.0311117Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu PASSED [ 3%] 2022-11-23T01:57:03.0311454Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu PASSED [ 3%] 2022-11-23T01:57:03.0312204Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu PASSED [ 3%] 2022-11-23T01:57:03.0312887Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu PASSED [ 3%] 2022-11-23T01:57:03.0313423Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu PASSED [ 3%] 2022-11-23T01:57:03.0313731Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu PASSED [ 3%] 2022-11-23T01:57:03.0314044Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu PASSED [ 3%] 2022-11-23T01:57:03.0314359Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu PASSED [ 3%] 2022-11-23T01:57:03.0314669Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu PASSED [ 3%] 2022-11-23T01:57:03.0314985Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu PASSED [ 3%] 2022-11-23T01:57:03.0315302Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_cpu PASSED [ 3%] 2022-11-23T01:57:03.0315622Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu PASSED [ 3%] 2022-11-23T01:57:03.0315935Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu PASSED [ 3%] 2022-11-23T01:57:03.0316244Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu PASSED [ 3%] 2022-11-23T01:57:03.0316552Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu PASSED [ 3%] 2022-11-23T01:57:03.0316863Z test_ops.py::TestCommonCPU::test_dtypes__refs_xlogy_cpu PASSED [ 3%] 2022-11-23T01:57:03.0317175Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu PASSED [ 3%] 2022-11-23T01:57:03.0317479Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu PASSED [ 3%] 2022-11-23T01:57:03.0317953Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu PASSED [ 3%] 2022-11-23T01:57:03.0318683Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu PASSED [ 3%] 2022-11-23T01:57:03.0319397Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu PASSED [ 3%] 2022-11-23T01:57:03.0319719Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu PASSED [ 3%] 2022-11-23T01:57:03.0320038Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu PASSED [ 3%] 2022-11-23T01:57:03.0320359Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu PASSED [ 3%] 2022-11-23T01:57:03.0320668Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu PASSED [ 3%] 2022-11-23T01:57:03.0320979Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu PASSED [ 3%] 2022-11-23T01:57:03.0321285Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu PASSED [ 3%] 2022-11-23T01:57:03.0321589Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu PASSED [ 3%] 2022-11-23T01:57:03.0322025Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu PASSED [ 3%] 2022-11-23T01:57:03.0322340Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu PASSED [ 3%] 2022-11-23T01:57:03.0323484Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu PASSED [ 3%] 2022-11-23T01:57:03.0323808Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu PASSED [ 3%] 2022-11-23T01:57:03.0324455Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu PASSED [ 3%] 2022-11-23T01:57:03.0325092Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu PASSED [ 3%] 2022-11-23T01:57:03.0325797Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu PASSED [ 3%] 2022-11-23T01:57:03.0326125Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu PASSED [ 3%] 2022-11-23T01:57:03.0326448Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu PASSED [ 3%] 2022-11-23T01:57:03.0326758Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu PASSED [ 3%] 2022-11-23T01:57:03.0327059Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu PASSED [ 3%] 2022-11-23T01:57:03.0327392Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 3%] 2022-11-23T01:57:03.0327731Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu PASSED [ 3%] 2022-11-23T01:57:03.0328044Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu PASSED [ 3%] 2022-11-23T01:57:03.0328454Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu PASSED [ 3%] 2022-11-23T01:57:03.0328770Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu PASSED [ 3%] 2022-11-23T01:57:03.0329093Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu PASSED [ 3%] 2022-11-23T01:57:03.0329414Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu PASSED [ 3%] 2022-11-23T01:57:03.0329724Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu PASSED [ 3%] 2022-11-23T01:57:03.0330044Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu PASSED [ 3%] 2022-11-23T01:57:03.0330554Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu PASSED [ 3%] 2022-11-23T01:57:03.0331289Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu PASSED [ 3%] 2022-11-23T01:57:03.0332038Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu PASSED [ 3%] 2022-11-23T01:57:03.0332378Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu PASSED [ 3%] 2022-11-23T01:57:03.0332696Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu PASSED [ 3%] 2022-11-23T01:57:03.0333029Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu PASSED [ 3%] 2022-11-23T01:57:03.0333357Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu PASSED [ 3%] 2022-11-23T01:57:03.0333684Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu PASSED [ 3%] 2022-11-23T01:57:03.0334008Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu PASSED [ 3%] 2022-11-23T01:57:03.0334326Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu PASSED [ 3%] 2022-11-23T01:57:03.0334634Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu PASSED [ 3%] 2022-11-23T01:57:03.0334970Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu PASSED [ 3%] 2022-11-23T01:57:03.0335308Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu PASSED [ 3%] 2022-11-23T01:57:03.0335637Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_copy_cpu PASSED [ 3%] 2022-11-23T01:57:03.0335969Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu PASSED [ 3%] 2022-11-23T01:57:03.0336302Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu PASSED [ 3%] 2022-11-23T01:57:03.0336883Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu PASSED [ 3%] 2022-11-23T01:57:03.0337545Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu PASSED [ 3%] 2022-11-23T01:57:03.0338302Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu PASSED [ 3%] 2022-11-23T01:57:03.0338720Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu PASSED [ 3%] 2022-11-23T01:57:03.0339051Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu PASSED [ 3%] 2022-11-23T01:57:03.0339381Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu PASSED [ 3%] 2022-11-23T01:57:03.0339712Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu PASSED [ 3%] 2022-11-23T01:57:03.0340029Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu PASSED [ 3%] 2022-11-23T01:57:03.0340347Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu PASSED [ 3%] 2022-11-23T01:57:03.0340660Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu PASSED [ 3%] 2022-11-23T01:57:03.0340976Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu PASSED [ 3%] 2022-11-23T01:57:03.0341296Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu PASSED [ 3%] 2022-11-23T01:57:03.0341621Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu PASSED [ 3%] 2022-11-23T01:57:03.0341943Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu PASSED [ 3%] 2022-11-23T01:57:03.0342252Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu PASSED [ 3%] 2022-11-23T01:57:03.0342635Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu PASSED [ 3%] 2022-11-23T01:57:03.0343291Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu PASSED [ 3%] 2022-11-23T01:57:03.0343887Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu PASSED [ 3%] 2022-11-23T01:57:03.0344232Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu PASSED [ 3%] 2022-11-23T01:57:03.0344965Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu PASSED [ 3%] 2022-11-23T01:57:03.0345288Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu PASSED [ 3%] 2022-11-23T01:57:03.0345616Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu PASSED [ 3%] 2022-11-23T01:57:03.0345939Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu PASSED [ 3%] 2022-11-23T01:57:03.0346265Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu PASSED [ 3%] 2022-11-23T01:57:03.0346602Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu PASSED [ 3%] 2022-11-23T01:57:03.0346991Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu PASSED [ 3%] 2022-11-23T01:57:03.0347310Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu PASSED [ 3%] 2022-11-23T01:57:03.0347721Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu PASSED [ 3%] 2022-11-23T01:57:03.0348091Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu PASSED [ 3%] 2022-11-23T01:57:03.0348470Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu PASSED [ 3%] 2022-11-23T01:57:03.0348847Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu PASSED [ 3%] 2022-11-23T01:57:03.0349230Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu PASSED [ 3%] 2022-11-23T01:57:03.0349799Z test_ops.py::TestCommonCPU::test_dtypes_full_cpu PASSED [ 3%] 2022-11-23T01:57:03.0350461Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu PASSED [ 3%] 2022-11-23T01:57:03.0351201Z test_ops.py::TestCommonCPU::test_dtypes_grid_sampler_2d_cpu PASSED [ 3%] 2022-11-23T01:57:03.0351526Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu PASSED [ 3%] 2022-11-23T01:57:03.0351852Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu PASSED [ 3%] 2022-11-23T01:57:03.0352179Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu PASSED [ 3%] 2022-11-23T01:57:03.0352501Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu PASSED [ 3%] 2022-11-23T01:57:03.0352834Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu PASSED [ 3%] 2022-11-23T01:57:03.0353277Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu PASSED [ 3%] 2022-11-23T01:57:03.0354644Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu PASSED [ 3%] 2022-11-23T01:57:03.0354989Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu PASSED [ 3%] 2022-11-23T01:57:03.0355325Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu PASSED [ 3%] 2022-11-23T01:57:03.0355671Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu PASSED [ 3%] 2022-11-23T01:57:03.0356430Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu PASSED [ 3%] 2022-11-23T01:57:03.0357077Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu PASSED [ 3%] 2022-11-23T01:57:03.0357693Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu PASSED [ 3%] 2022-11-23T01:57:03.0358022Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu PASSED [ 3%] 2022-11-23T01:57:03.0358368Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:57:03.0358775Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:57:03.0359145Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu PASSED [ 3%] 2022-11-23T01:57:03.0359616Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu PASSED [ 3%] 2022-11-23T01:57:03.0359950Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu PASSED [ 3%] 2022-11-23T01:57:03.0360285Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu PASSED [ 3%] 2022-11-23T01:57:03.0360674Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu PASSED [ 3%] 2022-11-23T01:57:03.0361011Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu PASSED [ 3%] 2022-11-23T01:57:03.0361364Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu PASSED [ 3%] 2022-11-23T01:57:03.0361821Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu PASSED [ 3%] 2022-11-23T01:57:03.0362309Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu PASSED [ 3%] 2022-11-23T01:57:03.0363122Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu PASSED [ 3%] 2022-11-23T01:57:03.0363908Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu PASSED [ 3%] 2022-11-23T01:57:03.0364238Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu PASSED [ 3%] 2022-11-23T01:57:03.0364568Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu PASSED [ 3%] 2022-11-23T01:57:03.0364913Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu PASSED [ 3%] 2022-11-23T01:57:03.0365257Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu PASSED [ 3%] 2022-11-23T01:57:03.0365603Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu PASSED [ 3%] 2022-11-23T01:57:03.0365946Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu PASSED [ 3%] 2022-11-23T01:57:03.0366290Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu PASSED [ 3%] 2022-11-23T01:57:03.0366624Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu PASSED [ 3%] 2022-11-23T01:57:03.0366949Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu PASSED [ 3%] 2022-11-23T01:57:03.0367281Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu PASSED [ 3%] 2022-11-23T01:57:03.0367602Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu PASSED [ 3%] 2022-11-23T01:57:03.0367929Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu PASSED [ 3%] 2022-11-23T01:57:03.0368263Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu PASSED [ 3%] 2022-11-23T01:57:03.0368993Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu PASSED [ 3%] 2022-11-23T01:57:03.0369719Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu PASSED [ 3%] 2022-11-23T01:57:03.0370380Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu PASSED [ 4%] 2022-11-23T01:57:03.0370711Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu PASSED [ 4%] 2022-11-23T01:57:03.0371045Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu PASSED [ 4%] 2022-11-23T01:57:03.0371380Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu PASSED [ 4%] 2022-11-23T01:57:03.0371703Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu PASSED [ 4%] 2022-11-23T01:57:03.0372023Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu PASSED [ 4%] 2022-11-23T01:57:03.0372340Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu PASSED [ 4%] 2022-11-23T01:57:03.0372664Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu PASSED [ 4%] 2022-11-23T01:57:03.0372981Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu PASSED [ 4%] 2022-11-23T01:57:03.0373313Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu PASSED [ 4%] 2022-11-23T01:57:03.0373682Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu PASSED [ 4%] 2022-11-23T01:57:03.0374034Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu PASSED [ 4%] 2022-11-23T01:57:03.0374459Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu PASSED [ 4%] 2022-11-23T01:57:03.0375129Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu PASSED [ 4%] 2022-11-23T01:57:03.0375840Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu PASSED [ 4%] 2022-11-23T01:57:03.0376459Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu PASSED [ 4%] 2022-11-23T01:57:03.0376795Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu PASSED [ 4%] 2022-11-23T01:57:03.0377135Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu PASSED [ 4%] 2022-11-23T01:57:03.0377473Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu PASSED [ 4%] 2022-11-23T01:57:03.0377812Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu PASSED [ 4%] 2022-11-23T01:57:03.0378143Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu PASSED [ 4%] 2022-11-23T01:57:03.0378461Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu PASSED [ 4%] 2022-11-23T01:57:03.0378783Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu PASSED [ 4%] 2022-11-23T01:57:03.0379112Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu PASSED [ 4%] 2022-11-23T01:57:03.0379437Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu PASSED [ 4%] 2022-11-23T01:57:03.0379760Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu PASSED [ 4%] 2022-11-23T01:57:03.0380087Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu PASSED [ 4%] 2022-11-23T01:57:03.0380416Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu PASSED [ 4%] 2022-11-23T01:57:03.0380781Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu PASSED [ 4%] 2022-11-23T01:57:03.0381661Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu PASSED [ 4%] 2022-11-23T01:57:03.0382395Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu PASSED [ 4%] 2022-11-23T01:57:03.0382842Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu PASSED [ 4%] 2022-11-23T01:57:03.0383165Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu PASSED [ 4%] 2022-11-23T01:57:03.0383501Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu PASSED [ 4%] 2022-11-23T01:57:03.0383841Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu PASSED [ 4%] 2022-11-23T01:57:03.0384171Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu PASSED [ 4%] 2022-11-23T01:57:03.0384521Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu PASSED [ 4%] 2022-11-23T01:57:03.0384946Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu PASSED [ 4%] 2022-11-23T01:57:03.0385312Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu PASSED [ 4%] 2022-11-23T01:57:03.0385661Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu PASSED [ 4%] 2022-11-23T01:57:03.0386053Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu PASSED [ 4%] 2022-11-23T01:57:03.0386383Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu PASSED [ 4%] 2022-11-23T01:57:03.0386729Z test_ops.py::TestCommonCPU::test_dtypes_native_dropout_backward_cpu PASSED [ 4%] 2022-11-23T01:57:03.0387115Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu PASSED [ 4%] 2022-11-23T01:57:03.0387965Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu PASSED [ 4%] 2022-11-23T01:57:03.0388665Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu PASSED [ 4%] 2022-11-23T01:57:03.0389151Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu PASSED [ 4%] 2022-11-23T01:57:03.0389654Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0390045Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0390511Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0390902Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0391287Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_alpha_dropout_cpu PASSED [ 4%] 2022-11-23T01:57:03.0391664Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0392027Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0392388Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu PASSED [ 4%] 2022-11-23T01:57:03.0392748Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu PASSED [ 4%] 2022-11-23T01:57:03.0393083Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0393518Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0394419Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0395197Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0395601Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu PASSED [ 4%] 2022-11-23T01:57:03.0395974Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0396321Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0396687Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0397050Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu PASSED [ 4%] 2022-11-23T01:57:03.0397405Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu PASSED [ 4%] 2022-11-23T01:57:03.0397763Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu PASSED [ 4%] 2022-11-23T01:57:03.0398163Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 4%] 2022-11-23T01:57:03.0398558Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu PASSED [ 4%] 2022-11-23T01:57:03.0398911Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu PASSED [ 4%] 2022-11-23T01:57:03.0399280Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu PASSED [ 4%] 2022-11-23T01:57:03.0399657Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0400574Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu PASSED [ 4%] 2022-11-23T01:57:03.0401499Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu PASSED [ 4%] 2022-11-23T01:57:03.0402001Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu PASSED [ 4%] 2022-11-23T01:57:03.0402386Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu PASSED [ 4%] 2022-11-23T01:57:03.0402766Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu PASSED [ 4%] 2022-11-23T01:57:03.0403120Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0403480Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu PASSED [ 4%] 2022-11-23T01:57:03.0403853Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu PASSED [ 4%] 2022-11-23T01:57:03.0404230Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu PASSED [ 4%] 2022-11-23T01:57:03.0404609Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0404972Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu PASSED [ 4%] 2022-11-23T01:57:03.0405345Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu PASSED [ 4%] 2022-11-23T01:57:03.0405797Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu PASSED [ 4%] 2022-11-23T01:57:03.0406471Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu PASSED [ 4%] 2022-11-23T01:57:03.0407223Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0407867Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0408239Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0408609Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu PASSED [ 4%] 2022-11-23T01:57:03.0408977Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu PASSED [ 4%] 2022-11-23T01:57:03.0409355Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu PASSED [ 4%] 2022-11-23T01:57:03.0409731Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu PASSED [ 4%] 2022-11-23T01:57:03.0410103Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu PASSED [ 4%] 2022-11-23T01:57:03.0410471Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu PASSED [ 4%] 2022-11-23T01:57:03.0410822Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu PASSED [ 4%] 2022-11-23T01:57:03.0411197Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0411563Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu PASSED [ 4%] 2022-11-23T01:57:03.0411916Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu PASSED [ 4%] 2022-11-23T01:57:03.0412406Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu PASSED [ 4%] 2022-11-23T01:57:03.0413216Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu PASSED [ 4%] 2022-11-23T01:57:03.0413987Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu XFAIL [ 4%] 2022-11-23T01:57:03.0414378Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0414743Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu PASSED [ 4%] 2022-11-23T01:57:03.0415117Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu PASSED [ 4%] 2022-11-23T01:57:03.0415495Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu PASSED [ 4%] 2022-11-23T01:57:03.0415864Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu PASSED [ 4%] 2022-11-23T01:57:03.0416228Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu PASSED [ 4%] 2022-11-23T01:57:03.0416577Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu PASSED [ 4%] 2022-11-23T01:57:03.0417050Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:57:03.0417431Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu PASSED [ 4%] 2022-11-23T01:57:03.0417805Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu PASSED [ 4%] 2022-11-23T01:57:03.0418191Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu PASSED [ 4%] 2022-11-23T01:57:03.0418703Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu PASSED [ 4%] 2022-11-23T01:57:03.0419459Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu PASSED [ 4%] 2022-11-23T01:57:03.0420235Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu PASSED [ 4%] 2022-11-23T01:57:03.0420759Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu PASSED [ 4%] 2022-11-23T01:57:03.0421270Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu PASSED [ 4%] 2022-11-23T01:57:03.0421812Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu PASSED [ 4%] 2022-11-23T01:57:03.0422347Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu PASSED [ 4%] 2022-11-23T01:57:03.0423003Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu PASSED [ 4%] 2022-11-23T01:57:03.0423503Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu PASSED [ 4%] 2022-11-23T01:57:03.0424016Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu PASSED [ 4%] 2022-11-23T01:57:03.0424520Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu PASSED [ 4%] 2022-11-23T01:57:03.0425125Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu PASSED [ 4%] 2022-11-23T01:57:03.0425920Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu PASSED [ 4%] 2022-11-23T01:57:03.0426748Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:57:03.0427331Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:57:03.0427780Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:57:03.0428153Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu PASSED [ 4%] 2022-11-23T01:57:03.0428498Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu PASSED [ 4%] 2022-11-23T01:57:03.0428836Z test_ops.py::TestCommonCPU::test_dtypes_randint_cpu PASSED [ 4%] 2022-11-23T01:57:03.0429222Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu PASSED [ 4%] 2022-11-23T01:57:03.0429579Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu PASSED [ 4%] 2022-11-23T01:57:03.0429892Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu PASSED [ 4%] 2022-11-23T01:57:03.0430220Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu PASSED [ 4%] 2022-11-23T01:57:03.0430551Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu PASSED [ 4%] 2022-11-23T01:57:03.0430880Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu XFAIL [ 4%] 2022-11-23T01:57:03.0431336Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu PASSED [ 4%] 2022-11-23T01:57:03.0432136Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu PASSED [ 4%] 2022-11-23T01:57:03.0432741Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu PASSED [ 4%] 2022-11-23T01:57:03.0433209Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu PASSED [ 4%] 2022-11-23T01:57:03.0433566Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:57:03.0433921Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu PASSED [ 4%] 2022-11-23T01:57:03.0434264Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu PASSED [ 4%] 2022-11-23T01:57:03.0434751Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu PASSED [ 4%] 2022-11-23T01:57:03.0435086Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu PASSED [ 4%] 2022-11-23T01:57:03.0435440Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu PASSED [ 4%] 2022-11-23T01:57:03.0435794Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu PASSED [ 4%] 2022-11-23T01:57:03.0436142Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu PASSED [ 5%] 2022-11-23T01:57:03.0436500Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu PASSED [ 5%] 2022-11-23T01:57:03.0436850Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu PASSED [ 5%] 2022-11-23T01:57:03.0437208Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_exponential_cpu PASSED [ 5%] 2022-11-23T01:57:03.0437678Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu PASSED [ 5%] 2022-11-23T01:57:03.0438445Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu PASSED [ 5%] 2022-11-23T01:57:03.0439123Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu PASSED [ 5%] 2022-11-23T01:57:03.0439621Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu PASSED [ 5%] 2022-11-23T01:57:03.0440052Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu PASSED [ 5%] 2022-11-23T01:57:03.0440421Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu PASSED [ 5%] 2022-11-23T01:57:03.0440795Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu PASSED [ 5%] 2022-11-23T01:57:03.0441268Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0441791Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu PASSED [ 5%] 2022-11-23T01:57:03.0442142Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu PASSED [ 5%] 2022-11-23T01:57:03.0442508Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu PASSED [ 5%] 2022-11-23T01:57:03.0442885Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu PASSED [ 5%] 2022-11-23T01:57:03.0443264Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu PASSED [ 5%] 2022-11-23T01:57:03.0443606Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu PASSED [ 5%] 2022-11-23T01:57:03.0444159Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu PASSED [ 5%] 2022-11-23T01:57:03.0445014Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu PASSED [ 5%] 2022-11-23T01:57:03.0445832Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0446376Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0446828Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu PASSED [ 5%] 2022-11-23T01:57:03.0447190Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu PASSED [ 5%] 2022-11-23T01:57:03.0447525Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu PASSED [ 5%] 2022-11-23T01:57:03.0447857Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu PASSED [ 5%] 2022-11-23T01:57:03.0448191Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu PASSED [ 5%] 2022-11-23T01:57:03.0448524Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu PASSED [ 5%] 2022-11-23T01:57:03.0448851Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu PASSED [ 5%] 2022-11-23T01:57:03.0449179Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu PASSED [ 5%] 2022-11-23T01:57:03.0449487Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu PASSED [ 5%] 2022-11-23T01:57:03.0449896Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu PASSED [ 5%] 2022-11-23T01:57:03.0450399Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu PASSED [ 5%] 2022-11-23T01:57:03.0451145Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu PASSED [ 5%] 2022-11-23T01:57:03.0451873Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu PASSED [ 5%] 2022-11-23T01:57:03.0452216Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu PASSED [ 5%] 2022-11-23T01:57:03.0452541Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu PASSED [ 5%] 2022-11-23T01:57:03.0452845Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu PASSED [ 5%] 2022-11-23T01:57:03.0453178Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 5%] 2022-11-23T01:57:03.0453514Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu PASSED [ 5%] 2022-11-23T01:57:03.0453852Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu PASSED [ 5%] 2022-11-23T01:57:03.0454191Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu PASSED [ 5%] 2022-11-23T01:57:03.0454594Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu PASSED [ 5%] 2022-11-23T01:57:03.0454907Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu PASSED [ 5%] 2022-11-23T01:57:03.0455238Z test_ops.py::TestCommonCPU::test_dtypes_unfold_copy_cpu PASSED [ 5%] 2022-11-23T01:57:03.0455568Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu PASSED [ 5%] 2022-11-23T01:57:03.0455911Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu PASSED [ 5%] 2022-11-23T01:57:03.0456251Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu PASSED [ 5%] 2022-11-23T01:57:03.0456850Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu PASSED [ 5%] 2022-11-23T01:57:03.0457520Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu PASSED [ 5%] 2022-11-23T01:57:03.0458195Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu PASSED [ 5%] 2022-11-23T01:57:03.0458524Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu PASSED [ 5%] 2022-11-23T01:57:03.0458848Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu PASSED [ 5%] 2022-11-23T01:57:03.0459172Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu PASSED [ 5%] 2022-11-23T01:57:03.0459499Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu PASSED [ 5%] 2022-11-23T01:57:03.0459821Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 5%] 2022-11-23T01:57:03.0460131Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 5%] 2022-11-23T01:57:03.0460450Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 5%] 2022-11-23T01:57:03.0460770Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 5%] 2022-11-23T01:57:03.0461095Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 5%] 2022-11-23T01:57:03.0461419Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 5%] 2022-11-23T01:57:03.0461737Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 5%] 2022-11-23T01:57:03.0462051Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 5%] 2022-11-23T01:57:03.0462383Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 5%] 2022-11-23T01:57:03.0462833Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 5%] 2022-11-23T01:57:03.0463610Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 5%] 2022-11-23T01:57:03.0464316Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 5%] 2022-11-23T01:57:03.0464662Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 5%] 2022-11-23T01:57:03.0465077Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 5%] 2022-11-23T01:57:03.0465409Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 5%] 2022-11-23T01:57:03.0465731Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 5%] 2022-11-23T01:57:03.0466061Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 5%] 2022-11-23T01:57:03.0466394Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 5%] 2022-11-23T01:57:03.0466720Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 5%] 2022-11-23T01:57:03.0467042Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 5%] 2022-11-23T01:57:03.0467350Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 5%] 2022-11-23T01:57:03.0467679Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 5%] 2022-11-23T01:57:03.0468009Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 5%] 2022-11-23T01:57:03.0468327Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 5%] 2022-11-23T01:57:03.0468650Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 5%] 2022-11-23T01:57:03.0469295Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 5%] 2022-11-23T01:57:03.0469943Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 5%] 2022-11-23T01:57:03.0470704Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0471081Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 5%] 2022-11-23T01:57:03.0471408Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 5%] 2022-11-23T01:57:03.0471745Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 5%] 2022-11-23T01:57:03.0472077Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 5%] 2022-11-23T01:57:03.0472407Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 5%] 2022-11-23T01:57:03.0472722Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 5%] 2022-11-23T01:57:03.0473048Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 5%] 2022-11-23T01:57:03.0473368Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 5%] 2022-11-23T01:57:03.0473692Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 5%] 2022-11-23T01:57:03.0474026Z test_ops.py::TestCommonCPU::test_errors_narrow_copy_cpu PASSED [ 5%] 2022-11-23T01:57:03.0474343Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 5%] 2022-11-23T01:57:03.0474644Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 5%] 2022-11-23T01:57:03.0474981Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 5%] 2022-11-23T01:57:03.0475725Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 5%] 2022-11-23T01:57:03.0476498Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 5%] 2022-11-23T01:57:03.0477039Z test_ops.py::TestCommonCPU::test_errors_nn_functional_group_norm_cpu PASSED [ 5%] 2022-11-23T01:57:03.0477392Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 5%] 2022-11-23T01:57:03.0477746Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 5%] 2022-11-23T01:57:03.0478122Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 5%] 2022-11-23T01:57:03.0478520Z test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 5%] 2022-11-23T01:57:03.0478889Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 5%] 2022-11-23T01:57:03.0479295Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 5%] 2022-11-23T01:57:03.0479632Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 5%] 2022-11-23T01:57:03.0479966Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 5%] 2022-11-23T01:57:03.0480290Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 5%] 2022-11-23T01:57:03.0480629Z test_ops.py::TestCommonCPU::test_errors_signal_windows_cosine_cpu PASSED [ 5%] 2022-11-23T01:57:03.0480994Z test_ops.py::TestCommonCPU::test_errors_signal_windows_exponential_cpu PASSED [ 5%] 2022-11-23T01:57:03.0481857Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0483061Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0483600Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0484137Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0484745Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:57:03.0485163Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 5%] 2022-11-23T01:57:03.0485511Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 5%] 2022-11-23T01:57:03.0485851Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 5%] 2022-11-23T01:57:03.0486185Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 5%] 2022-11-23T01:57:03.0486507Z test_ops.py::TestCommonCPU::test_errors_triu_cpu PASSED [ 5%] 2022-11-23T01:57:03.0486833Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 5%] 2022-11-23T01:57:03.0487144Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 5%] 2022-11-23T01:57:03.0487473Z test_ops.py::TestCommonCPU::test_errors_view_copy_cpu PASSED [ 5%] 2022-11-23T01:57:03.0488172Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 5%] 2022-11-23T01:57:03.0488854Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 5%] 2022-11-23T01:57:03.0489450Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 5%] 2022-11-23T01:57:03.0489798Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0490140Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 5%] 2022-11-23T01:57:03.0490484Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0490883Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0491291Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0491709Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0492109Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0492505Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0492904Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0493284Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0493756Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0494722Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0495551Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0495949Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0496343Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0496738Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0497120Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0497573Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0498066Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0498575Z test_ops.py::TestCommonCPU::test_multiple_devices__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0500248Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0501315Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0502138Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:03.0502577Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0503069Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0503555Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0504028Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0504526Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0505044Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0505549Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0505977Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0506524Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0507554Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0508390Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0508875Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0509351Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0509841Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0510282Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0510783Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0511271Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0511752Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0512370Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0513173Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0514310Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0514860Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0515293Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0515785Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0516303Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0516849Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0517353Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0517840Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0518419Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0518965Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0519942Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0520885Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0521393Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0521975Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0522467Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0522947Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0523436Z test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0523862Z test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0524350Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0524839Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0525651Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0526722Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0527328Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0527833Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0528263Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0528764Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0529271Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0529761Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0530374Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0530865Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0531359Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0532341Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0533252Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0533747Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0534238Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0534725Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0535213Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0535698Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0536207Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0536700Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0537182Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0537738Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0538826Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0539652Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0540159Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0540651Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0541090Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0541553Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0542058Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0542564Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0543065Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0543575Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0544318Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0545283Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0545957Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0546451Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0546940Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0547431Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0548016Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0548509Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0548932Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0549405Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0549874Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0550654Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0551411Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0552295Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0552788Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0553214Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0553788Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0554291Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0554777Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0555262Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0555750Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0556229Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0556662Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0557712Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0558629Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0559137Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0559632Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0560111Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0560602Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0561092Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0561530Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0562117Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0562596Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0563241Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0564229Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0564994Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0565472Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0565986Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0566466Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0566955Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0567428Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0567901Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0568381Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0568859Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0569441Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0570529Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0571256Z test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0571828Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0572290Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0572743Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0573199Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0573614Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0574111Z test_ops.py::TestCommonCPU::test_multiple_devices_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0574616Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0575083Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0575676Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0576667Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0577450Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0577878Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0578360Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0578837Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0579297Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0579757Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0580198Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0580651Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0581070Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0581530Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0582335Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0584181Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0584720Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0585183Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0585649Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0586069Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0586553Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0587023Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0587496Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0587976Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0589015Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:57:03.0590044Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0590535Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0590968Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0591436Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0591928Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0592467Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0593000Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0593512Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0594010Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0594569Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0595559Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0597018Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0597697Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0598170Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0598640Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0599116Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0599548Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0600049Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0600546Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0601247Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0601942Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0602455Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0602951Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0603452Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0603907Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0604412Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0604998Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0605493Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0605930Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0606482Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0606952Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0607510Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0608049Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0608524Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0609020Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0609470Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0609942Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0610407Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0610878Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0611344Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0611793Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0612239Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0612648Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0613096Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0613633Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0614207Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0614690Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0615175Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0615662Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0616195Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0616621Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0617090Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0617560Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0618020Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0618471Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0618931Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0619437Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0619841Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0620363Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0620903Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0621373Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0621852Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0622320Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0622796Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0623228Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0623708Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0624188Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0624676Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0625161Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0625703Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0626229Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0626660Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0627130Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0627613Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0628110Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0628583Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0629064Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0629541Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0630073Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0630502Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0630967Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0631483Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0632007Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0632540Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0633008Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0633496Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0633973Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0634474Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0634987Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0635458Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0635910Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0636375Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0636823Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0637255Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0637802Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0638367Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0638858Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0639324Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0639780Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0640246Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0640712Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0641126Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0641604Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0642217Z test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0642714Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0643162Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0643669Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0644126Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0644687Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0645144Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0645613Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0646114Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0646646Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0647169Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0647685Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0648193Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0648644Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0649202Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0649750Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0650247Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0650796Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0651299Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0651811Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0652348Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0652822Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0653325Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0653821Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0654312Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0654814Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0655341Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0655923Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0656487Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0656956Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0657457Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0657964Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0658529Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0659069Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0659627Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0660179Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0660704Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0661181Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0661682Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0662243Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0662854Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0663362Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0663866Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0664393Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0664909Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0665381Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:57:03.0665883Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0666396Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0666926Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0667457Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0668000Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0668568Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0669130Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0669587Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0670113Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0670628Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0671147Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0671666Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0672232Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0672740Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0673261Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0673727Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0674299Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0674804Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0675350Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0675855Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0676344Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0676892Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0677404Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0677875Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0678386Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0678886Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0679385Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0679913Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0680489Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0681080Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0681567Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0682100Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0682603Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0683092Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0703412Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0704054Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0704513Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0704946Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0705388Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0705996Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0706442Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0706888Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0707327Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0707884Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0708364Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0708875Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0709305Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0709705Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0710180Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0710575Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0710969Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0711364Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0711745Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0712148Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0712560Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:57:03.0712991Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:57:03.0713418Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:57:03.0713827Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0714214Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0714601Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0714980Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0715385Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0715785Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0716182Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0716582Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0716984Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0717371Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0717754Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0718197Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0718598Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0719003Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0719409Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0719812Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0720201Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0720595Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0720993Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0721401Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0721915Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0722367Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0722756Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0723143Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0723521Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0723928Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0724343Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:57:03.0724745Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0725136Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0725544Z test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0725960Z test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0726363Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0726789Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0727214Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0727645Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0728080Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0728494Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0728888Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0729261Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0729658Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0730060Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0730500Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0730889Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0731276Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0731660Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0732029Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0732421Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0732809Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0733207Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0733611Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0734007Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0734492Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 8%] 2022-11-23T01:57:03.0734943Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0735339Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0735756Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0736176Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0736596Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0737012Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0737427Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0737870Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0738313Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0738819Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:57:03.0739386Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0739856Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0740292Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0740748Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0741195Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0741643Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0742057Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0742460Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0742915Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0743308Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0743730Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0744234Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:57:03.0744778Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:57:03.0745253Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0745669Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0746109Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0746598Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0747035Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0747456Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0747866Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0748277Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0748725Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0749238Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:57:03.0749804Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:57:03.0750360Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:57:03.0750859Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0751302Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0751732Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0752148Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0752563Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:57:03.0752967Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0753357Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0753760Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0754157Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0754606Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0755003Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0755393Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0755779Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0756158Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0756560Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0756968Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0757384Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0757784Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0758174Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0759272Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0759661Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0760066Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0760466Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0760854Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0761242Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0761626Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0762127Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0762515Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0762912Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0763313Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0763710Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0764109Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0764516Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0764924Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0765311Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0765713Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0766114Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0766515Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0766911Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0767306Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0767765Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0768146Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0768545Z test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0768937Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0769328Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0769722Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0770115Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0770508Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0770902Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0771277Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0771701Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0772064Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0772440Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0772811Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0773177Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0773526Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0773891Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0774261Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0774632Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0774997Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0775383Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0775761Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0776107Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0776468Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0776833Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0777205Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0777579Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0777947Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0778325Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0778702Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0779083Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cdouble_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0779449Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cfloat_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0779811Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0780229Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0780601Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0780954Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0781325Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0781708Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0782100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0782472Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0782835Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0783203Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0783560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0783922Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0784339Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0784717Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0785093Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_copy_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0785471Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0785919Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0786331Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0786714Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0787096Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T01:57:03.0787502Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T01:57:03.0787884Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0788247Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0788590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0788950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0789309Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0789681Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0790043Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0790406Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0790785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0791142Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0791511Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0791883Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0792257Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0792633Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0793060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0793431Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0793785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0794148Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0794511Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0794870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0795306Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0795687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0796095Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0796462Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0796824Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0797246Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0797604Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0797963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0798319Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0798670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0799040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0799415Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0799782Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0800143Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0800508Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0800877Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0801282Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0801842Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0802316Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0802760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:57:03.0803157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0803526Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0803888Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0804235Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0804601Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0804979Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0805352Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0805788Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0806163Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0806550Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0806919Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0807320Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0807721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0808085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0808453Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0808820Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0809250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool SKIPPED (Expected: new_empty_strided is not comparable) [ 9%] 2022-11-23T01:57:03.0809734Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0810111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0810485Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0810850Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool PASSED [ 9%] 2022-11-23T01:57:03.0811222Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0811616Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0812034Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:57:03.0812473Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:57:03.0812905Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:57:03.0813304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0813671Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0814034Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0814411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0814771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0815159Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0815551Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0815931Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0816297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0816671Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0817041Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0817390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0817763Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scalar_tensor_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0819132Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0819560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0819941Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0820311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0820488Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0820660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0820831Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0820988Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0821182Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0821373Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0821560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0821838Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0822122Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:57:03.0822314Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0822502Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0822689Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0822976Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:57:03.0823181Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0823369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0823593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0823884Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:57:03.0824171Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:57:03.0824359Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0824535Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0824715Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0824889Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0825068Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0825253Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0825425Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0825609Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0825781Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0825994Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0826168Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0826339Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0826520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_copy_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0826696Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0826875Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0827056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_copy_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0827230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0827409Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0827582Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0827755Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool PASSED [ 10%] 2022-11-23T01:57:03.0828010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0828213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0828436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0828654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0828865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0829077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0829286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0829501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0829709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0829923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0830116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0830319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0830529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0830745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0830955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0831161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0831371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0831583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0831791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0832044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0832259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0832469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0832673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0832890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0833104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0833334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0833561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0833785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0834045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0834253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0834465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0834671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0834879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0835089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0835293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0835490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0835702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0835907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0836110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0836319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0836527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0836750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0836963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0837219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T01:57:03.0837427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0837633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0837840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0838046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0838296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0838503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0838714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0838931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0839146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0839360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0839567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0839785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0839997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0840253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0840467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0840678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0840872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0841078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0841283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0841492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0841819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0842032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-11-23T01:57:03.0842257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0842479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0842699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0842913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0843120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0843324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0843546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0843765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0843969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0844177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0844450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0844656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0844873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0845083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0845290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0845498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0845700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0845917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0846149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0846400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0846607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0846815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0847025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 SKIPPED (Skipped under Windows) [ 10%] 2022-11-23T01:57:03.0847234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0847441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0847664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0847886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0848104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0848315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0848530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0848749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0848962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0849169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0849386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0849593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0849796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0850013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0850222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0850478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0850686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0850891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0851101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0851309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0851519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0851712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0851942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0852146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0852360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0852615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0852828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0853045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0853264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0853472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0853702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0853906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0854117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0854342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0854573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0854798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0855020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0855244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0855455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0855662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0855877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0856081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0856296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0856548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0856765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0856977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0857184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0857374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0857574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:57:03.0857777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:57:03.0857976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:57:03.0858187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0858390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0858645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0858850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0859059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0859270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0859478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0859684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0859889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0860108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0860322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0860533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0860741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0860949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0861166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0861375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0861582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0861795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0862005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0862219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0862418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0862671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0862883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0863100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0863310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0863518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0863729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0863942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0864154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0864368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0864626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0864842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0865057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0865263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0865471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0865685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0865895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0866108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0866316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0866532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0866739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0866949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0867159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0867369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0867588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0867795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0867992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0868200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0868405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0868671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0868889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0869101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0869310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0869516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0869731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0869939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0870152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0870372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0870586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0870836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0871048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0871258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0871461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0871667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0871879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0872087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0872306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0872520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0872725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0872932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0873135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0873330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0873540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0873757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0873974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0874189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0874410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0874625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0874888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0875097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0875315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0875533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0875744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0875950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0876153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0876365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0876571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0876833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0877045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0877254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0877465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0877668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0877880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0878084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0878295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0878509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0878703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0878914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 SKIPPED (Skipped under Windows) [ 11%] 2022-11-23T01:57:03.0879125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0879363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0879610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0879836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0880078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0880317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0880555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0880783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0881052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0881263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0881477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0881681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0882007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0882216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0882434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0882656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0882906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 12%] 2022-11-23T01:57:03.0883179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0883399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0883626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0883848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0884088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0884304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0884519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0884738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0884965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0885175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0885399Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0885616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0885854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0886076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0886302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0886523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0886742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0886963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0887235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0887476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0887682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 12%] 2022-11-23T01:57:03.0887881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 12%] 2022-11-23T01:57:03.0888099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0888312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0888523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0888741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0889584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0889806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0890027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0890250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0890471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0890696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0890925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0891151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0891372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0891597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0891816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0892012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0892219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0892428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0892634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0892846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0893050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0893263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0893495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0893767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0893990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0894216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0894436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0894649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0894859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0895078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0895295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0895511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0895775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0895987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0896197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0896408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0896622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0896939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0897145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0897357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0897605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0897808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0898019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0898227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0898447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0898661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0898876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0899094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0899311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0899529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0899744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0900017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0900230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0900442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0900663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0900884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0901100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0901316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0901531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0901746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0902008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0902231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0902446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0902664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0902914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0903153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0903374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0903609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0903843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0904056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0904265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0904482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0904697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0904910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0905122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0905309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-11-23T01:57:03.0905529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0905736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0905975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0906258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0906485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0906700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0906908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0907143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0907371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0907606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0907819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0908098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0908308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0908516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0908718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0908922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0909190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0909384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0909602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0909855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0910059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0910258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0910485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0910713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0910937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0911165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0911380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0911593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0911801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0912008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0912267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0912490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0912722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0912940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0913147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 SKIPPED (Skipped under Windows) [ 12%] 2022-11-23T01:57:03.0913355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0913560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0913757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0913972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0914226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0914441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0914652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0914858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0915113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0915361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0915604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0915901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0916142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0916379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0916617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0916851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0917080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0917308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0917537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0917768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0917995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0918237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0919043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0919285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0919514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0919741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0919963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0920207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0920448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0920694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0920987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0921300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0921536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0921902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0922130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0922365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0922611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0922833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0923071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0923301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0923533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0923751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0923990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0924224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0924450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0924690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0924919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0925212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0925463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0925690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0925918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0926158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0926397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0926632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0926869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0927149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0927444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0927667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0927959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0928196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0928437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0928674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0928907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0929141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0929381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0929623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0929856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0930092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0930323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0930556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0930786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0931022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0931295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0931518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0931729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0931955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0932178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0932415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0932639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0932872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0933148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0933447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0933684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0933913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0934191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0934430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0934661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0934894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0935132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0935393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0935651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0935883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0936108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0936351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0936566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0936775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0936992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0937266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0937483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0937695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0937906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0938111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0938325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0938516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0938723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0938935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0939146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0939451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0939671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0939888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0940136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0940362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0940580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0940798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0941012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0941217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0941419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:57:03.0941629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0941838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0942049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0942257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0942469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0942675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0942891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0943104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0943317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:57:03.0943579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0943788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0943997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0944187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0944408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0944620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0944834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0945047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0945264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0945572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0945796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0946014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0946274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0946490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0946704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0946920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0947127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0947346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0947562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0947770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0947977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0948183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0948387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 SKIPPED (Skipped under Windows) [ 13%] 2022-11-23T01:57:03.0948593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0948796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0949011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0949219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0949424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0949674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0949875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0950094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0950307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0950532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0950757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0950984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0951214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0951432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0951769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0951986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0952198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0952454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0952671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0952882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0953091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0953302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0953507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0953720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0953927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0954132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0954345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0954546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0954756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0954965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0955170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0955380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0955606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0955882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0956092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0956311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0956531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0956750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0956975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0957198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0957422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0957719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0958006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0958253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0958583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:57:03.0958804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0959018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0959234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0959473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0959686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0959900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0960109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0960349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0960587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0960805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0961040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0961268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0961497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0961816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0962098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0962302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0962554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0962792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0963027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0963315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:57:03.0963605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:57:03.0963942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:57:03.0964273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:57:03.0964509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0964742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0965011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0965232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0965445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0965660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0965868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0966086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0966308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0966521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0966731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0966946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0967156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0967370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0967574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0967778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0967986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0968244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0968455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0968661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0968870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0969073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0969272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0969482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0969694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0969897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0970166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0970424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0970632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0970843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0971099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0971326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0971538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0971755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0971967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0972175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0972378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0972568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-11-23T01:57:03.0972754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-11-23T01:57:03.0972938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-11-23T01:57:03.0973143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0973349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0973558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0973773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0973985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0974212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0974460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0974663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0974873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0975072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:57:03.0975290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0975505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0975713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0975923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0976128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0976439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0976652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0976870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0977137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0977353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0977564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0977791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0978016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0978223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0978430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0978647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0978855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0979068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0979275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0979482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0979684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0979882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0980087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0980292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0980568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0980777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0980985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0981197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0981408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0981623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0981837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 SKIPPED (Skipped under Windows) [ 14%] 2022-11-23T01:57:03.0982054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:57:03.0982263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:57:03.0982567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:57:03.0982777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:57:03.0982987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 SKIPPED (Skipped under Windows) [ 15%] 2022-11-23T01:57:03.0983205Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0983368Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0983533Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0983699Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0983878Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0984053Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0984212Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0984357Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0984512Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 XFAIL [ 15%] 2022-11-23T01:57:03.0984665Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 XFAIL [ 15%] 2022-11-23T01:57:03.0984821Z test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0984981Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0985142Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0985305Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0985467Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0985677Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:57:03.0985901Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:57:03.0986119Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:57:03.0986288Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0986469Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0986643Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0986867Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0987042Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0987214Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0987380Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0987552Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0987708Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0987901Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0988089Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0988279Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 XFAIL [ 15%] 2022-11-23T01:57:03.0988523Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_float64 XFAIL [ 15%] 2022-11-23T01:57:03.0988713Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_float64 XFAIL [ 15%] 2022-11-23T01:57:03.0989554Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0989733Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0989911Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0990107Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0990294Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0990459Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0990623Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0990786Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0990949Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0991105Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0991284Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_cosine_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0991470Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_exponential_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0991653Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_gaussian_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0991832Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_kaiser_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0991983Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0992143Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 PASSED [ 15%] 2022-11-23T01:57:03.0992303Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0992461Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0992617Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 PASSED [ 15%] 2022-11-23T01:57:03.0992774Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0992924Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0993081Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0993234Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0993382Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0993591Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0993749Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0993900Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0994048Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0994197Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0994377Z test_ops.py::TestCommonCPU::test_out__refs__conversions_bfloat16_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0994610Z test_ops.py::TestCommonCPU::test_out__refs__conversions_bool_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0994792Z test_ops.py::TestCommonCPU::test_out__refs__conversions_cdouble_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0994956Z test_ops.py::TestCommonCPU::test_out__refs__conversions_cfloat_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0995134Z test_ops.py::TestCommonCPU::test_out__refs__conversions_chalf_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0995358Z test_ops.py::TestCommonCPU::test_out__refs__conversions_half_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0995583Z test_ops.py::TestCommonCPU::test_out__refs__conversions_int_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0995739Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0995896Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0996055Z test_ops.py::TestCommonCPU::test_out__refs_addcmul_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0996308Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 15%] 2022-11-23T01:57:03.0996465Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0996628Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0996783Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0996938Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0997092Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0997247Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0997403Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0997571Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0997728Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0997883Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0998045Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0998202Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.0998371Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0998540Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0998700Z test_ops.py::TestCommonCPU::test_out__refs_bucketize_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0998854Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0999013Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0999169Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0999322Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0999474Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0999693Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.0999855Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1000009Z test_ops.py::TestCommonCPU::test_out__refs_diag_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1000187Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_scatter_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1000345Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1000519Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1000750Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1000926Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1001068Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1001259Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1001488Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T01:57:03.1001780Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1001941Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1002096Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1002253Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1002409Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1002565Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1002720Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1002879Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003047Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003207Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003361Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003517Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003676Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003833Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1003987Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1004130Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1004287Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1004442Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1004600Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1004764Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1004918Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1005086Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1005241Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.1005394Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1005544Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1005755Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1005913Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1006067Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1006225Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1006381Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-11-23T01:57:03.1006537Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1006750Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1006910Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1007051Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1007208Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1007416Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1007573Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1007773Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-11-23T01:57:03.1007926Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1008079Z test_ops.py::TestCommonCPU::test_out__refs_lerp_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1008253Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-11-23T01:57:03.1008409Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1008568Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1008721Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1008874Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009052Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009212Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009377Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009530Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009685Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009837Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1009978Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1010197Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1010368Z test_ops.py::TestCommonCPU::test_out__refs_narrow_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1010520Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1010674Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1010885Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-11-23T01:57:03.1011061Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1011221Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1011395Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1011629Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 16%] 2022-11-23T01:57:03.1011849Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1012023Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1012195Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1012396Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1012576Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1012810Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1013012Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1013204Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1013405Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1013588Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1013778Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1013999Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1014173Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1014348Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1014540Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1014724Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1014904Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1015085Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1015278Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1015439Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1015600Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1015759Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1015919Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016077Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016234Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016389Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016545Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016699Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016843Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1016995Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1017148Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1017299Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1017470Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1017639Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1017806Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1018574Z test_ops.py::TestCommonCPU::test_out__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1018783Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1019014Z test_ops.py::TestCommonCPU::test_out__refs_special_ndtr_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1019188Z test_ops.py::TestCommonCPU::test_out__refs_special_xlog1py_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1019347Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1019555Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1019716Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1019869Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1020022Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1020178Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1020334Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1020529Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1020689Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-11-23T01:57:03.1020855Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021014Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021167Z test_ops.py::TestCommonCPU::test_out__refs_unfold_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021320Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021478Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021635Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021790Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1021943Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1022095Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1022245Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1022398Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1022548Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1022708Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1022859Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1023009Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1023261Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-11-23T01:57:03.1023413Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1023550Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-11-23T01:57:03.1023697Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1023848Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1023999Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1024150Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1024300Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1024494Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1024647Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1024800Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1025010Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1025166Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1025317Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-11-23T01:57:03.1025468Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-11-23T01:57:03.1025670Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1025831Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1025989Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1026137Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1026271Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1026473Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1026623Z test_ops.py::TestCommonCPU::test_out_cdouble_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1026774Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1026924Z test_ops.py::TestCommonCPU::test_out_cfloat_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027073Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027222Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027374Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027534Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027684Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027836Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1027985Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1028140Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1028298Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1028451Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1028598Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1028752Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1028907Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1029050Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1029200Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1029352Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1029502Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1029653Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-11-23T01:57:03.1029805Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-11-23T01:57:03.1029954Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1030107Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1030307Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1030458Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1030624Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1030778Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1031034Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-11-23T01:57:03.1031189Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1031337Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1031490Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1031684Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1031840Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1031977Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1032131Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1032337Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1032493Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1032648Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1032800Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1032953Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1033108Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1033261Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1033413Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1033563Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-11-23T01:57:03.1033716Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1033865Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034021Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034172Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034326Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034477Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034612Z test_ops.py::TestCommonCPU::test_out_full_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034765Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1034912Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 17%] 2022-11-23T01:57:03.1035058Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1035210Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 17%] 2022-11-23T01:57:03.1035371Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1035521Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1035671Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1035825Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1035972Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1036168Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1036319Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1036473Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1036682Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:57:03.1036875Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:57:03.1037072Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1037224Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 17%] 2022-11-23T01:57:03.1037374Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1037531Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1037730Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1037899Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1038054Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1038274Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1038453Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:57:03.1038631Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1038786Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1038951Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1039121Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1039288Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1039447Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1039606Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1039795Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1039968Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1040123Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1040281Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1040441Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1040594Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1040746Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1040918Z test_ops.py::TestCommonCPU::test_out_log_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1041072Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1041231Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1041388Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1041545Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1041795Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1041951Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1042108Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1042256Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1042460Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1042617Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1042778Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1042937Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1043148Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1043319Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1043480Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1043628Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1043836Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1043997Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1044152Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1044352Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1044558Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-11-23T01:57:03.1044737Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1044956Z test_ops.py::TestCommonCPU::test_out_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:57:03.1045211Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1045392Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1045577Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1045778Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1045982Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1046167Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1046349Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1046527Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1046716Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1046921Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1047119Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1086535Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1086965Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1087134Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1087301Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1087451Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1087600Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-11-23T01:57:03.1087757Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1087929Z test_ops.py::TestCommonCPU::test_out_native_dropout_backward_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1088084Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1088228Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1088583Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1088733Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1088877Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1089026Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1089172Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1089320Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1089514Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1089700Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1089882Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1090061Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1090228Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1090459Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-11-23T01:57:03.1090625Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1090808Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1091008Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1091246Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1091424Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1091609Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1091827Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1091997Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1092158Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1092363Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1092543Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1092720Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1092895Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:57:03.1093053Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1093222Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1093388Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1093558Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1093719Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1093888Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1094064Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1094247Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1094427Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1094663Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1094830Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1094998Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1095165Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1095326Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-11-23T01:57:03.1095492Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1095656Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1095831Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1095999Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1096176Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1096342Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1096556Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1096741Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1096900Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-11-23T01:57:03.1097124Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1097293Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1097468Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1097643Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1097866Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1098031Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1098187Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1098345Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1098519Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1098684Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1098851Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1099018Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-11-23T01:57:03.1099199Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1099380Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1099559Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1099709Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 18%] 2022-11-23T01:57:03.1099857Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1100007Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1100152Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1100290Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 18%] 2022-11-23T01:57:03.1100449Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1100647Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1100794Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 18%] 2022-11-23T01:57:03.1100945Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1101097Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1101268Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1101454Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:57:03.1101634Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:57:03.1101810Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:57:03.1101959Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1102106Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1102247Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1102441Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1102590Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1102737Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1102887Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1103073Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1103232Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1103369Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1103513Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1103656Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1103882Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:57:03.1104034Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1104196Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1104348Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1104513Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1104658Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1104809Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1104956Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1105128Z test_ops.py::TestCommonCPU::test_out_signal_windows_exponential_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1105296Z test_ops.py::TestCommonCPU::test_out_signal_windows_gaussian_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1105442Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1105584Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1105734Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1105881Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1106023Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1106175Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1106400Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1106658Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:57:03.1106836Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107013Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107162Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107311Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107484Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107654Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107826Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1107995Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1108192Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1108383Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1108567Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1108828Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:57:03.1109132Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:57:03.1109292Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1109439Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1109591Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1109796Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1109942Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110078Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110227Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110369Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110517Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110659Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110809Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1110953Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1111098Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1111242Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1111391Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1111540Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1111683Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1111830Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-11-23T01:57:03.1111974Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-11-23T01:57:03.1112167Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1112310Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1112459Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1112598Z test_ops.py::TestCommonCPU::test_out_unfold_copy_cpu_float32 XFAIL [ 18%] 2022-11-23T01:57:03.1112742Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1112906Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1113054Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1113197Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1113341Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1113488Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1113642Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-11-23T01:57:03.1113788Z test_ops.py::TestCommonCPU::test_out_view_copy_cpu_float32 XFAIL [ 18%] 2022-11-23T01:57:03.1113978Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-11-23T01:57:03.1114122Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-11-23T01:57:03.1114265Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-11-23T01:57:03.1114409Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-11-23T01:57:03.1114553Z test_ops.py::TestCommonCPU::test_out_warning__refs_T_cpu PASSED [ 18%] 2022-11-23T01:57:03.1114721Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bool_cpu PASSED [ 18%] 2022-11-23T01:57:03.1114895Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cdouble_cpu PASSED [ 18%] 2022-11-23T01:57:03.1115112Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_char_cpu PASSED [ 18%] 2022-11-23T01:57:03.1115291Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_complex_cpu PASSED [ 18%] 2022-11-23T01:57:03.1115451Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_half_cpu PASSED [ 18%] 2022-11-23T01:57:03.1115677Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_short_cpu PASSED [ 18%] 2022-11-23T01:57:03.1115830Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-11-23T01:57:03.1115977Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-11-23T01:57:03.1116156Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-11-23T01:57:03.1116326Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcmul_cpu PASSED [ 18%] 2022-11-23T01:57:03.1116479Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-11-23T01:57:03.1116626Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-11-23T01:57:03.1116772Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-11-23T01:57:03.1116922Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-11-23T01:57:03.1117069Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-11-23T01:57:03.1117218Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-11-23T01:57:03.1117365Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-11-23T01:57:03.1117510Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-11-23T01:57:03.1117658Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-11-23T01:57:03.1117805Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118001Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118168Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118316Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118489Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_right_shift_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118646Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118810Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-11-23T01:57:03.1118974Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-11-23T01:57:03.1119133Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-11-23T01:57:03.1119286Z test_ops.py::TestCommonCPU::test_out_warning__refs_bucketize_cpu PASSED [ 18%] 2022-11-23T01:57:03.1119437Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-11-23T01:57:03.1119586Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-11-23T01:57:03.1119780Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-11-23T01:57:03.1119941Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-11-23T01:57:03.1120106Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-11-23T01:57:03.1120258Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-11-23T01:57:03.1120402Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-11-23T01:57:03.1120550Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-11-23T01:57:03.1120709Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_copy_cpu PASSED [ 18%] 2022-11-23T01:57:03.1120876Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-11-23T01:57:03.1121028Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-11-23T01:57:03.1121227Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-11-23T01:57:03.1121375Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-11-23T01:57:03.1121573Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-11-23T01:57:03.1121841Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-11-23T01:57:03.1121993Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-11-23T01:57:03.1122141Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-11-23T01:57:03.1122340Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-11-23T01:57:03.1122492Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-11-23T01:57:03.1122638Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-11-23T01:57:03.1122799Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-11-23T01:57:03.1122948Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-11-23T01:57:03.1123096Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-11-23T01:57:03.1123245Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-11-23T01:57:03.1123406Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-11-23T01:57:03.1123558Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 19%] 2022-11-23T01:57:03.1123707Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 19%] 2022-11-23T01:57:03.1123907Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124060Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124213Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124361Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124519Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124668Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124815Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 19%] 2022-11-23T01:57:03.1124960Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 19%] 2022-11-23T01:57:03.1125104Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 19%] 2022-11-23T01:57:03.1125258Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 19%] 2022-11-23T01:57:03.1125407Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 19%] 2022-11-23T01:57:03.1125550Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 19%] 2022-11-23T01:57:03.1126387Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 19%] 2022-11-23T01:57:03.1126536Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 19%] 2022-11-23T01:57:03.1126688Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 19%] 2022-11-23T01:57:03.1126837Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 19%] 2022-11-23T01:57:03.1126983Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 19%] 2022-11-23T01:57:03.1127128Z test_ops.py::TestCommonCPU::test_out_warning__refs_lerp_cpu PASSED [ 19%] 2022-11-23T01:57:03.1127274Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 19%] 2022-11-23T01:57:03.1127433Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 19%] 2022-11-23T01:57:03.1127578Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 19%] 2022-11-23T01:57:03.1127811Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 19%] 2022-11-23T01:57:03.1127963Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 19%] 2022-11-23T01:57:03.1128109Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 19%] 2022-11-23T01:57:03.1128307Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 19%] 2022-11-23T01:57:03.1128456Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 19%] 2022-11-23T01:57:03.1128612Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 19%] 2022-11-23T01:57:03.1128769Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-11-23T01:57:03.1128921Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-11-23T01:57:03.1129099Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-11-23T01:57:03.1129246Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-11-23T01:57:03.1129398Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-11-23T01:57:03.1129556Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_copy_cpu PASSED [ 19%] 2022-11-23T01:57:03.1129720Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-11-23T01:57:03.1129865Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-11-23T01:57:03.1130070Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-11-23T01:57:03.1130236Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-11-23T01:57:03.1130435Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-11-23T01:57:03.1130583Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-11-23T01:57:03.1130736Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-11-23T01:57:03.1130886Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-11-23T01:57:03.1131070Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_alpha_dropout_cpu PASSED [ 19%] 2022-11-23T01:57:03.1131293Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-11-23T01:57:03.1131485Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-11-23T01:57:03.1131659Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-11-23T01:57:03.1131830Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-11-23T01:57:03.1132000Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-11-23T01:57:03.1132235Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:57:03.1132406Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-11-23T01:57:03.1132590Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-11-23T01:57:03.1132758Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-11-23T01:57:03.1132926Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-11-23T01:57:03.1133090Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-11-23T01:57:03.1133277Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:57:03.1133456Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmin_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:57:03.1133686Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-11-23T01:57:03.1133865Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-11-23T01:57:03.1134039Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-11-23T01:57:03.1134189Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-11-23T01:57:03.1134392Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-11-23T01:57:03.1134546Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-11-23T01:57:03.1134694Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-11-23T01:57:03.1134851Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135003Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135156Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135307Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135456Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135602Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135746Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-11-23T01:57:03.1135889Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-11-23T01:57:03.1136055Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-11-23T01:57:03.1136263Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_erfcx_cpu PASSED [ 19%] 2022-11-23T01:57:03.1136423Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-11-23T01:57:03.1136578Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-11-23T01:57:03.1136742Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_ndtr_cpu PASSED [ 19%] 2022-11-23T01:57:03.1136924Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:57:03.1137081Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-11-23T01:57:03.1137267Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-11-23T01:57:03.1137456Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-11-23T01:57:03.1137617Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtr_cpu PASSED [ 19%] 2022-11-23T01:57:03.1137779Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtri_cpu PASSED [ 19%] 2022-11-23T01:57:03.1137955Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:57:03.1138169Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_xlog1py_cpu PASSED [ 19%] 2022-11-23T01:57:03.1138323Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-11-23T01:57:03.1138477Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-11-23T01:57:03.1138628Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-11-23T01:57:03.1138779Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-11-23T01:57:03.1138926Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-11-23T01:57:03.1139083Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-11-23T01:57:03.1139234Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-11-23T01:57:03.1139381Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-11-23T01:57:03.1139544Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-11-23T01:57:03.1139745Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-11-23T01:57:03.1139894Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-11-23T01:57:03.1140046Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-11-23T01:57:03.1140194Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-11-23T01:57:03.1140401Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-11-23T01:57:03.1140549Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-11-23T01:57:03.1140704Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-11-23T01:57:03.1140859Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141014Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141160Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141305Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141453Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141599Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141746Z test_ops.py::TestCommonCPU::test_out_warning__refs_xlogy_cpu PASSED [ 19%] 2022-11-23T01:57:03.1141911Z test_ops.py::TestCommonCPU::test_out_warning__softmax_backward_data_cpu PASSED [ 19%] 2022-11-23T01:57:03.1142098Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-11-23T01:57:03.1142245Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-11-23T01:57:03.1142388Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-11-23T01:57:03.1142530Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-11-23T01:57:03.1142676Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-11-23T01:57:03.1142814Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-11-23T01:57:03.1142958Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-11-23T01:57:03.1143198Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-11-23T01:57:03.1143341Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-11-23T01:57:03.1143489Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-11-23T01:57:03.1143644Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-11-23T01:57:03.1143839Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-11-23T01:57:03.1143987Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-11-23T01:57:03.1144134Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-11-23T01:57:03.1144282Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-11-23T01:57:03.1144427Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-11-23T01:57:03.1144573Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-11-23T01:57:03.1144719Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-11-23T01:57:03.1144870Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-11-23T01:57:03.1145035Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-11-23T01:57:03.1145188Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-11-23T01:57:03.1145363Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-11-23T01:57:03.1145514Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-11-23T01:57:03.1145706Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-11-23T01:57:03.1145855Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146018Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146169Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146363Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146519Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146671Z test_ops.py::TestCommonCPU::test_out_warning_cdouble_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146824Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-11-23T01:57:03.1146977Z test_ops.py::TestCommonCPU::test_out_warning_cfloat_cpu PASSED [ 19%] 2022-11-23T01:57:03.1147133Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-11-23T01:57:03.1147294Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-11-23T01:57:03.1147446Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-11-23T01:57:03.1147597Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-11-23T01:57:03.1147748Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-11-23T01:57:03.1147955Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-11-23T01:57:03.1148118Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-11-23T01:57:03.1148277Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-11-23T01:57:03.1148433Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 20%] 2022-11-23T01:57:03.1148570Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 20%] 2022-11-23T01:57:03.1148723Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 20%] 2022-11-23T01:57:03.1148875Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149030Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149183Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149336Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149490Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149642Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149841Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 20%] 2022-11-23T01:57:03.1149992Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 20%] 2022-11-23T01:57:03.1150165Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 20%] 2022-11-23T01:57:03.1150337Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 20%] 2022-11-23T01:57:03.1150490Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 20%] 2022-11-23T01:57:03.1150641Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 20%] 2022-11-23T01:57:03.1150794Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 20%] 2022-11-23T01:57:03.1151038Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-11-23T01:57:03.1151193Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 20%] 2022-11-23T01:57:03.1151343Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 20%] 2022-11-23T01:57:03.1151481Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 20%] 2022-11-23T01:57:03.1151668Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 20%] 2022-11-23T01:57:03.1151842Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 20%] 2022-11-23T01:57:03.1151994Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 20%] 2022-11-23T01:57:03.1152148Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 20%] 2022-11-23T01:57:03.1152359Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 20%] 2022-11-23T01:57:03.1152516Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 20%] 2022-11-23T01:57:03.1152668Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 20%] 2022-11-23T01:57:03.1152823Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-11-23T01:57:03.1152982Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-11-23T01:57:03.1153134Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-11-23T01:57:03.1153287Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-11-23T01:57:03.1153441Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-11-23T01:57:03.1153596Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-11-23T01:57:03.1154311Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-11-23T01:57:03.1154475Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-11-23T01:57:03.1154629Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-11-23T01:57:03.1154788Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-11-23T01:57:03.1154926Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-11-23T01:57:03.1155084Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-11-23T01:57:03.1155234Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-11-23T01:57:03.1155386Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-11-23T01:57:03.1155536Z test_ops.py::TestCommonCPU::test_out_warning_full_cpu XFAIL [ 20%] 2022-11-23T01:57:03.1155690Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-11-23T01:57:03.1155844Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-11-23T01:57:03.1155995Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-11-23T01:57:03.1156196Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-11-23T01:57:03.1156350Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-11-23T01:57:03.1156511Z test_ops.py::TestCommonCPU::test_out_warning_grid_sampler_2d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1156667Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-11-23T01:57:03.1156823Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-11-23T01:57:03.1157081Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-11-23T01:57:03.1157239Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-11-23T01:57:03.1157393Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-11-23T01:57:03.1157539Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-11-23T01:57:03.1157763Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-11-23T01:57:03.1157906Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-11-23T01:57:03.1158063Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-11-23T01:57:03.1158219Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-11-23T01:57:03.1158431Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-11-23T01:57:03.1158584Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-11-23T01:57:03.1158738Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-11-23T01:57:03.1158897Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-11-23T01:57:03.1159110Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:57:03.1159304Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:57:03.1159459Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-11-23T01:57:03.1159614Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-11-23T01:57:03.1159767Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-11-23T01:57:03.1159915Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-11-23T01:57:03.1160073Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-11-23T01:57:03.1160229Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-11-23T01:57:03.1160451Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-11-23T01:57:03.1160609Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-11-23T01:57:03.1160771Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-11-23T01:57:03.1160914Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-11-23T01:57:03.1161080Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-11-23T01:57:03.1161236Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-11-23T01:57:03.1161414Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-11-23T01:57:03.1161568Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-11-23T01:57:03.1161823Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-11-23T01:57:03.1161988Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-11-23T01:57:03.1162157Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1162380Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-11-23T01:57:03.1162538Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1162728Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-11-23T01:57:03.1162885Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-11-23T01:57:03.1163041Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-11-23T01:57:03.1163218Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-11-23T01:57:03.1163375Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-11-23T01:57:03.1163540Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-11-23T01:57:03.1163754Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-11-23T01:57:03.1163910Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-11-23T01:57:03.1164045Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-11-23T01:57:03.1164196Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-11-23T01:57:03.1164403Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-11-23T01:57:03.1164564Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-11-23T01:57:03.1164722Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-11-23T01:57:03.1164884Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-11-23T01:57:03.1165042Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-11-23T01:57:03.1165198Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-11-23T01:57:03.1165354Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-11-23T01:57:03.1165508Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-11-23T01:57:03.1165655Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-11-23T01:57:03.1165810Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-11-23T01:57:03.1165961Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-11-23T01:57:03.1166115Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-11-23T01:57:03.1166273Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-11-23T01:57:03.1166479Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-11-23T01:57:03.1166637Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-11-23T01:57:03.1166792Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1166937Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-11-23T01:57:03.1167093Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-11-23T01:57:03.1167251Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-11-23T01:57:03.1167404Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-11-23T01:57:03.1167558Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-11-23T01:57:03.1167733Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-11-23T01:57:03.1167891Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-11-23T01:57:03.1168048Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-11-23T01:57:03.1168205Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-11-23T01:57:03.1168403Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-11-23T01:57:03.1168555Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-11-23T01:57:03.1168722Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1168870Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-11-23T01:57:03.1169023Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-11-23T01:57:03.1169191Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-11-23T01:57:03.1169346Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-11-23T01:57:03.1169502Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-11-23T01:57:03.1169748Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1169918Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1170095Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1170269Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1170493Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-11-23T01:57:03.1170703Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-11-23T01:57:03.1170878Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1171066Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1171255Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1171443Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-11-23T01:57:03.1171620Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-11-23T01:57:03.1171795Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1172003Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-11-23T01:57:03.1172194Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-11-23T01:57:03.1172374Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-11-23T01:57:03.1172547Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-11-23T01:57:03.1172776Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1172963Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-11-23T01:57:03.1173162Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-11-23T01:57:03.1173352Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-11-23T01:57:03.1173526Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-11-23T01:57:03.1173686Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-11-23T01:57:03.1173862Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-11-23T01:57:03.1174050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 21%] 2022-11-23T01:57:03.1174228Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 21%] 2022-11-23T01:57:03.1174415Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 21%] 2022-11-23T01:57:03.1174645Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 21%] 2022-11-23T01:57:03.1174830Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 21%] 2022-11-23T01:57:03.1175024Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:57:03.1175226Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:57:03.1175399Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 21%] 2022-11-23T01:57:03.1175572Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 21%] 2022-11-23T01:57:03.1175811Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 21%] 2022-11-23T01:57:03.1175992Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 21%] 2022-11-23T01:57:03.1176176Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 21%] 2022-11-23T01:57:03.1176400Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-11-23T01:57:03.1176587Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-11-23T01:57:03.1176757Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-11-23T01:57:03.1176924Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-11-23T01:57:03.1177103Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-11-23T01:57:03.1177254Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-11-23T01:57:03.1177436Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-11-23T01:57:03.1177620Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:57:03.1177796Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-11-23T01:57:03.1177975Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-11-23T01:57:03.1178154Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-11-23T01:57:03.1178310Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-11-23T01:57:03.1178484Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-11-23T01:57:03.1178649Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_view_cpu PASSED [ 21%] 2022-11-23T01:57:03.1178807Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-11-23T01:57:03.1179010Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-11-23T01:57:03.1179189Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1179387Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:57:03.1179547Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-11-23T01:57:03.1179701Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-11-23T01:57:03.1179853Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-11-23T01:57:03.1180011Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-11-23T01:57:03.1180165Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-11-23T01:57:03.1180316Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-11-23T01:57:03.1180458Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-11-23T01:57:03.1180612Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-11-23T01:57:03.1180764Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-11-23T01:57:03.1180961Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-11-23T01:57:03.1181118Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-11-23T01:57:03.1181280Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1181431Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-11-23T01:57:03.1181581Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-11-23T01:57:03.1181794Z test_ops.py::TestCommonCPU::test_out_warning_scalar_tensor_cpu PASSED [ 21%] 2022-11-23T01:57:03.1181953Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-11-23T01:57:03.1182124Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-11-23T01:57:03.1182322Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-11-23T01:57:03.1182504Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-11-23T01:57:03.1182679Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-11-23T01:57:03.1182833Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-11-23T01:57:03.1182990Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-11-23T01:57:03.1183173Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-11-23T01:57:03.1183398Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-11-23T01:57:03.1187956Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-11-23T01:57:03.1188452Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_cosine_cpu PASSED [ 21%] 2022-11-23T01:57:03.1190096Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_exponential_cpu PASSED [ 21%] 2022-11-23T01:57:03.1190464Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_gaussian_cpu PASSED [ 21%] 2022-11-23T01:57:03.1190655Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_kaiser_cpu PASSED [ 21%] 2022-11-23T01:57:03.1190822Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-11-23T01:57:03.1190989Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-11-23T01:57:03.1191147Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-11-23T01:57:03.1191311Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-11-23T01:57:03.1191482Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1191841Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1192116Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:57:03.1192286Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-11-23T01:57:03.1192451Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-11-23T01:57:03.1192633Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1192815Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1192995Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-11-23T01:57:03.1193161Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-11-23T01:57:03.1193313Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-11-23T01:57:03.1193515Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-11-23T01:57:03.1193775Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-11-23T01:57:03.1194046Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:57:03.1194372Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:57:03.1194540Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-11-23T01:57:03.1194705Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-11-23T01:57:03.1194889Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-11-23T01:57:03.1195071Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-11-23T01:57:03.1195227Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-11-23T01:57:03.1195385Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-11-23T01:57:03.1195539Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-11-23T01:57:03.1195689Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-11-23T01:57:03.1195840Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196000Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196151Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196308Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196463Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196613Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196773Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-11-23T01:57:03.1196910Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-11-23T01:57:03.1197059Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-11-23T01:57:03.1197214Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-11-23T01:57:03.1197365Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-11-23T01:57:03.1197519Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-11-23T01:57:03.1197677Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-11-23T01:57:03.1197881Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198041Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198195Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198349Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198519Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198671Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198821Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-11-23T01:57:03.1198974Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-11-23T01:57:03.1199125Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-11-23T01:57:03.1199276Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-11-23T01:57:03.1199430Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-11-23T01:57:03.1199570Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-11-23T01:57:03.1199773Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:57:03.1199932Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex64 PASSED [ 21%] 2022-11-23T01:57:03.1200117Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bool PASSED [ 21%] 2022-11-23T01:57:03.1200362Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex32 PASSED [ 21%] 2022-11-23T01:57:03.1200552Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float16 PASSED [ 21%] 2022-11-23T01:57:03.1200742Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float32 PASSED [ 21%] 2022-11-23T01:57:03.1200977Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int32 PASSED [ 21%] 2022-11-23T01:57:03.1201163Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int8 PASSED [ 21%] 2022-11-23T01:57:03.1201350Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_uint8 PASSED [ 21%] 2022-11-23T01:57:03.1201530Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bool PASSED [ 21%] 2022-11-23T01:57:03.1201807Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex128 PASSED [ 21%] 2022-11-23T01:57:03.1201992Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex64 PASSED [ 21%] 2022-11-23T01:57:03.1202174Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float32 PASSED [ 21%] 2022-11-23T01:57:03.1202353Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bool PASSED [ 21%] 2022-11-23T01:57:03.1202543Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex128 PASSED [ 21%] 2022-11-23T01:57:03.1202725Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float32 PASSED [ 21%] 2022-11-23T01:57:03.1202906Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_uint8 PASSED [ 21%] 2022-11-23T01:57:03.1203087Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bool PASSED [ 21%] 2022-11-23T01:57:03.1203280Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex64 PASSED [ 21%] 2022-11-23T01:57:03.1203457Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float16 PASSED [ 21%] 2022-11-23T01:57:03.1203643Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float64 PASSED [ 21%] 2022-11-23T01:57:03.1203826Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int16 PASSED [ 21%] 2022-11-23T01:57:03.1204061Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int32 PASSED [ 21%] 2022-11-23T01:57:03.1204246Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int8 PASSED [ 21%] 2022-11-23T01:57:03.1204438Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:57:03.1204625Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float32 PASSED [ 21%] 2022-11-23T01:57:03.1204806Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int16 PASSED [ 21%] 2022-11-23T01:57:03.1204987Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int64 PASSED [ 21%] 2022-11-23T01:57:03.1205168Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bool PASSED [ 21%] 2022-11-23T01:57:03.1205356Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex128 PASSED [ 21%] 2022-11-23T01:57:03.1205546Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex32 PASSED [ 21%] 2022-11-23T01:57:03.1205728Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int16 PASSED [ 21%] 2022-11-23T01:57:03.1205909Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int32 PASSED [ 21%] 2022-11-23T01:57:03.1206136Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int64 PASSED [ 21%] 2022-11-23T01:57:03.1206373Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int8 PASSED [ 21%] 2022-11-23T01:57:03.1206549Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_uint8 PASSED [ 21%] 2022-11-23T01:57:03.1206729Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bool PASSED [ 21%] 2022-11-23T01:57:03.1206960Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float16 PASSED [ 21%] 2022-11-23T01:57:03.1207142Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float32 PASSED [ 21%] 2022-11-23T01:57:03.1207309Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1207523Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1207719Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1207896Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1208068Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1208257Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1208448Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1208642Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1208837Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex32 PASSED [ 22%] 2022-11-23T01:57:03.1209027Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1209217Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float16 PASSED [ 22%] 2022-11-23T01:57:03.1209403Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1209584Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1209764Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1209948Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1210129Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1210363Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1210544Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1210732Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1210916Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1211097Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1211264Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1211442Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1211619Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1211795Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1211974Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1212157Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1212432Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1212613Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1212789Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1213015Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1213193Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1213376Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1213562Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex32 PASSED [ 22%] 2022-11-23T01:57:03.1213748Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1213932Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float16 PASSED [ 22%] 2022-11-23T01:57:03.1214114Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1214291Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1214468Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1214644Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1214826Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float16 PASSED [ 22%] 2022-11-23T01:57:03.1214982Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1215154Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1215322Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 PASSED [ 22%] 2022-11-23T01:57:03.1215490Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 PASSED [ 22%] 2022-11-23T01:57:03.1215651Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1215816Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1215976Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1216135Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1216292Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1216459Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1216667Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1216842Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1217003Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1217158Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1217331Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1217502Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1217669Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1217814Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1217973Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1218136Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1218349Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1218556Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1218728Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1218928Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1219106Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1219268Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1219423Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1219598Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1219777Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1219954Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1220129Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1220297Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1220463Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1220629Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1220797Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1220941Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 XFAIL [ 22%] 2022-11-23T01:57:03.1221099Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 XFAIL [ 22%] 2022-11-23T01:57:03.1221261Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1221424Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 PASSED [ 22%] 2022-11-23T01:57:03.1221584Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1221741Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1221900Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1222059Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1222218Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1222377Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1222550Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1222773Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1222940Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1223099Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1223260Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1223418Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1223577Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1223744Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1223899Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 PASSED [ 22%] 2022-11-23T01:57:03.1224064Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1224253Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1224434Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1224599Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1224805Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1225029Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1225191Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1225353Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1225511Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1225669Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1225835Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1226006Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1226170Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1226339Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1226502Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1226680Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1226859Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1227016Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1227190Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1227361Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1227534Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1227702Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1227868Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1228035Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1228199Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1228362Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1228522Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1228683Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1228842Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1229047Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1229220Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1229390Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1229548Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1229707Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 PASSED [ 22%] 2022-11-23T01:57:03.1229878Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1230023Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1230214Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1230391Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1230566Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1230738Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1231602Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 PASSED [ 22%] 2022-11-23T01:57:03.1231766Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1231928Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1232090Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 PASSED [ 22%] 2022-11-23T01:57:03.1232258Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1232433Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1232604Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 PASSED [ 22%] 2022-11-23T01:57:03.1232774Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 PASSED [ 22%] 2022-11-23T01:57:03.1232936Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 PASSED [ 22%] 2022-11-23T01:57:03.1233099Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 PASSED [ 22%] 2022-11-23T01:57:03.1233259Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 PASSED [ 22%] 2022-11-23T01:57:03.1233434Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:57:03.1233604Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool PASSED [ 22%] 2022-11-23T01:57:03.1233768Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 PASSED [ 22%] 2022-11-23T01:57:03.1233945Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1234119Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1234288Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1234453Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1234623Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1234787Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1234958Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1235129Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1235303Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 PASSED [ 23%] 2022-11-23T01:57:03.1235477Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1235649Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1235871Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1236044Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1236251Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1236447Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1236624Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1236790Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1237008Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1237163Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1237328Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1237494Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1237658Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1237882Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1238052Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1238219Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1238384Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1238565Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1238746Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1238915Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1239080Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1239244Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1239410Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1239575Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1239738Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1239901Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1240066Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1240213Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1240396Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1240577Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1240755Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1240926Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1241097Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1241266Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1241452Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1241641Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1241951Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1242231Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1242445Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1242632Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1242812Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1243041Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1243214Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1243387Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1243560Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float16 PASSED [ 23%] 2022-11-23T01:57:03.1243730Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1243902Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1244054Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1244269Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1244439Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1244605Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1244771Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1244933Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1245089Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1245249Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1245410Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1245575Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1245742Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1245901Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1246058Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1246219Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1246378Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1246535Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1246707Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1246865Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1247031Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 PASSED [ 23%] 2022-11-23T01:57:03.1247196Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1247353Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1247511Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1247673Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1247836Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1247998Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1248157Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1248422Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1248596Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1248768Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 PASSED [ 23%] 2022-11-23T01:57:03.1248991Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1249161Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1249324Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1249486Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1249659Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1249831Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 PASSED [ 23%] 2022-11-23T01:57:03.1250001Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1250155Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1250361Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1250529Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1250695Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1250855Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1251021Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1251185Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1251346Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1251507Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1251668Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1251832Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1252004Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1252182Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1252361Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 PASSED [ 23%] 2022-11-23T01:57:03.1252533Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1252704Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1252872Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1253044Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1253199Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 PASSED [ 23%] 2022-11-23T01:57:03.1253367Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 PASSED [ 23%] 2022-11-23T01:57:03.1253526Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1253697Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1253882Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1254067Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 PASSED [ 23%] 2022-11-23T01:57:03.1254301Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1254480Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1254710Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1254937Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1255120Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 PASSED [ 23%] 2022-11-23T01:57:03.1255296Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1255472Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-11-23T01:57:03.1255645Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1255819Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1255995Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1256170Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1256344Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1256567Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1256723Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1256888Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1257057Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1257227Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1257392Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 PASSED [ 23%] 2022-11-23T01:57:03.1257558Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 PASSED [ 23%] 2022-11-23T01:57:03.1257733Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1257898Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1258067Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1258231Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1258392Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1258550Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1258710Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 PASSED [ 23%] 2022-11-23T01:57:03.1258878Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:57:03.1259039Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool PASSED [ 23%] 2022-11-23T01:57:03.1259213Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 PASSED [ 23%] 2022-11-23T01:57:03.1259382Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 PASSED [ 23%] 2022-11-23T01:57:03.1259547Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 PASSED [ 23%] 2022-11-23T01:57:03.1259696Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 PASSED [ 23%] 2022-11-23T01:57:03.1259855Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 PASSED [ 23%] 2022-11-23T01:57:03.1260012Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1260210Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1260400Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1260575Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1261395Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1261577Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1261744Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1261910Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1262082Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1262248Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1262408Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1262568Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1262727Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1262885Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1263046Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1263223Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1263432Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1263612Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1263788Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1263959Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1264134Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1264312Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1264501Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1264684Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex32 PASSED [ 24%] 2022-11-23T01:57:03.1264861Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1265038Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1265213Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1265387Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1265563Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1265736Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1265904Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1266079Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1266316Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 PASSED [ 24%] 2022-11-23T01:57:03.1266495Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1266664Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1266852Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1267031Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1267216Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1267392Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1267581Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1267819Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1268003Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1268187Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1268364Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1268532Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1268706Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1268875Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1269043Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1269210Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1269398Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1269581Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1269812Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1269989Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1270168Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1270347Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1270533Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1270718Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1270901Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1271084Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1271268Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1271449Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1271630Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1271812Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1271990Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1272190Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1272386Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 PASSED [ 24%] 2022-11-23T01:57:03.1272559Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 PASSED [ 24%] 2022-11-23T01:57:03.1272729Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1272949Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1273114Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1273281Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1273445Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1273608Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1273759Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1273985Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1274158Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 PASSED [ 24%] 2022-11-23T01:57:03.1274325Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 PASSED [ 24%] 2022-11-23T01:57:03.1274494Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1274662Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1274828Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1275048Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1275273Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1275495Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1275710Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1275923Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1276178Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1276384Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1276586Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1276810Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1277029Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1277242Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1277461Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1277682Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:57:03.1277851Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 PASSED [ 24%] 2022-11-23T01:57:03.1278013Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1278205Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1278374Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1278538Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1278702Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1278913Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1279078Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1279239Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1279397Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1279556Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1279714Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1279873Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1280046Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:57:03.1280256Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1280429Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1280601Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1280766Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1280930Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1281091Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1281239Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1281400Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1281560Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1281823Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1281989Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1282195Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1282352Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1282508Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1282683Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1282853Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1283029Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 PASSED [ 24%] 2022-11-23T01:57:03.1283199Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1283364Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1283527Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1283691Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1283851Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1284009Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1284216Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1284368Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1284537Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1284699Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 PASSED [ 24%] 2022-11-23T01:57:03.1284909Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1285072Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 PASSED [ 24%] 2022-11-23T01:57:03.1285241Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool PASSED [ 24%] 2022-11-23T01:57:03.1285421Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1285595Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 PASSED [ 24%] 2022-11-23T01:57:03.1285764Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1285928Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1286091Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 PASSED [ 24%] 2022-11-23T01:57:03.1286258Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 PASSED [ 24%] 2022-11-23T01:57:03.1286482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 PASSED [ 24%] 2022-11-23T01:57:03.1286661Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 PASSED [ 24%] 2022-11-23T01:57:03.1286830Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 PASSED [ 24%] 2022-11-23T01:57:03.1286998Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 PASSED [ 24%] 2022-11-23T01:57:03.1287169Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 PASSED [ 24%] 2022-11-23T01:57:03.1287332Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 PASSED [ 24%] 2022-11-23T01:57:03.1287482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1287644Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1287817Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1287990Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1288159Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1288326Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1288542Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1288720Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:57:03.1288896Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1289075Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1289254Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 PASSED [ 25%] 2022-11-23T01:57:03.1289432Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1289608Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1289780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1289956Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1290158Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1290347Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1290513Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1290680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1290882Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1291048Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1291213Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1291386Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1291560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1291730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1291897Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1292075Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1292243Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1292406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1292566Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1292792Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1292965Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1293132Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1293301Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1293476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1293645Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1293806Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1293956Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1294137Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1294312Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1294484Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1294704Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1294877Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1295057Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1295232Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1295405Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1295572Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1295743Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1295906Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1296066Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1296227Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1296393Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1296559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1296734Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1296903Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1297071Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1297221Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1297385Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1297558Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1297736Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1297900Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1298072Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1298236Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1298401Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1298566Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1298776Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1298950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1299118Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1299286Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1299463Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1299633Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1299798Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1299967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1300134Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1300294Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1300460Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1300633Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1300848Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1301011Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1301234Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1301402Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 PASSED [ 25%] 2022-11-23T01:57:03.1301568Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1301731Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1301953Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1302116Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1302277Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1302440Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1302614Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 PASSED [ 25%] 2022-11-23T01:57:03.1302783Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1302950Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1303114Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1303281Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1303435Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1303600Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1303762Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1303935Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1304100Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1304264Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1304429Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1304595Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1304766Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:57:03.1304932Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1305145Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1305311Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1305481Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:57:03.1305655Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1305817Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1305990Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1306170Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 PASSED [ 25%] 2022-11-23T01:57:03.1306346Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 PASSED [ 25%] 2022-11-23T01:57:03.1306507Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1306684Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1306854Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1307075Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1307239Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1307405Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1307571Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 PASSED [ 25%] 2022-11-23T01:57:03.1307733Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1307896Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1308100Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:57:03.1308279Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1308450Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1308619Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:57:03.1308780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1308948Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1309112Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1309273Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1309433Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1309603Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:57:03.1309752Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1309918Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1310079Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1310240Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1310401Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1310589Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:57:03.1310753Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1310915Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1311076Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 PASSED [ 25%] 2022-11-23T01:57:03.1311298Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1311467Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:57:03.1311631Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1311795Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1311959Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 PASSED [ 25%] 2022-11-23T01:57:03.1312121Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 PASSED [ 25%] 2022-11-23T01:57:03.1312278Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1312436Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 PASSED [ 25%] 2022-11-23T01:57:03.1312597Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool PASSED [ 25%] 2022-11-23T01:57:03.1312748Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 PASSED [ 25%] 2022-11-23T01:57:03.1312906Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 PASSED [ 25%] 2022-11-23T01:57:03.1313109Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 PASSED [ 25%] 2022-11-23T01:57:03.1313266Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1313426Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1313590Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1313752Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1313910Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1314068Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1314226Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1314381Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1314535Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1314710Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1314882Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1315049Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1315220Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 PASSED [ 26%] 2022-11-23T01:57:03.1315393Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 PASSED [ 26%] 2022-11-23T01:57:03.1315548Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1315713Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1315878Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1316043Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1316208Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1316381Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 PASSED [ 26%] 2022-11-23T01:57:03.1316548Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1316713Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1316876Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1317037Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1317323Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1317496Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1317659Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1317851Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1318027Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1318187Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1318342Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1318512Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1318669Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1318835Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1319010Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:57:03.1319221Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 XFAIL [ 26%] 2022-11-23T01:57:03.1319456Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 XFAIL [ 26%] 2022-11-23T01:57:03.1319624Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 XFAIL [ 26%] 2022-11-23T01:57:03.1319784Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 XFAIL [ 26%] 2022-11-23T01:57:03.1319950Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 XFAIL [ 26%] 2022-11-23T01:57:03.1320127Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:57:03.1320298Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 XFAIL [ 26%] 2022-11-23T01:57:03.1320468Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 XFAIL [ 26%] 2022-11-23T01:57:03.1320634Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 XFAIL [ 26%] 2022-11-23T01:57:03.1320802Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 XFAIL [ 26%] 2022-11-23T01:57:03.1320971Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 XFAIL [ 26%] 2022-11-23T01:57:03.1321136Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:57:03.1321298Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool XFAIL [ 26%] 2022-11-23T01:57:03.1321476Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:57:03.1321648Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 XFAIL [ 26%] 2022-11-23T01:57:03.1321900Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 XFAIL [ 26%] 2022-11-23T01:57:03.1322056Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 XFAIL [ 26%] 2022-11-23T01:57:03.1322222Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 XFAIL [ 26%] 2022-11-23T01:57:03.1322397Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:57:03.1322576Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:57:03.1322752Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 XFAIL [ 26%] 2022-11-23T01:57:03.1322921Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 XFAIL [ 26%] 2022-11-23T01:57:03.1323091Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 XFAIL [ 26%] 2022-11-23T01:57:03.1323262Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 XFAIL [ 26%] 2022-11-23T01:57:03.1323429Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:57:03.1323655Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1323825Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1323996Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1324167Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1324334Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1324500Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1324665Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1324831Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1325000Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1325166Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 PASSED [ 26%] 2022-11-23T01:57:03.1325343Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 PASSED [ 26%] 2022-11-23T01:57:03.1325513Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1325726Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1325897Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1326067Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1326231Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1326400Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1326568Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1326741Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1326905Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1327069Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1327233Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1327394Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1327556Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1327731Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1327897Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1328069Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1328224Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1328391Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1328561Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1328728Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1328895Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1329067Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1329240Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1329408Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1329578Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1329798Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1329972Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 PASSED [ 26%] 2022-11-23T01:57:03.1330142Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1330313Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1330475Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1330643Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1330809Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1330968Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1331128Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1331277Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1331437Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1331606Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1332332Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1332502Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1332668Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1332837Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1333003Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1333169Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1333362Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1333548Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1333727Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1333910Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:57:03.1334084Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1334258Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1334434Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1334610Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1334789Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1334979Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1335150Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 PASSED [ 26%] 2022-11-23T01:57:03.1335336Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1335521Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1335695Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1335874Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 PASSED [ 26%] 2022-11-23T01:57:03.1336046Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1336215Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 XFAIL [ 26%] 2022-11-23T01:57:03.1336380Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:57:03.1336604Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1336773Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1336944Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1337104Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1337266Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1337428Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 PASSED [ 26%] 2022-11-23T01:57:03.1337589Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1337748Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 PASSED [ 26%] 2022-11-23T01:57:03.1337907Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool PASSED [ 26%] 2022-11-23T01:57:03.1338072Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1338217Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 PASSED [ 26%] 2022-11-23T01:57:03.1338419Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 PASSED [ 26%] 2022-11-23T01:57:03.1338578Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 PASSED [ 26%] 2022-11-23T01:57:03.1338742Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:57:03.1338911Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 PASSED [ 26%] 2022-11-23T01:57:03.1339070Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 PASSED [ 26%] 2022-11-23T01:57:03.1339228Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 PASSED [ 26%] 2022-11-23T01:57:03.1339390Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 PASSED [ 27%] 2022-11-23T01:57:03.1339551Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1339707Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1339892Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1340086Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1340274Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1340458Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1340642Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1340827Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1341015Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1341190Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1341371Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1341532Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1341701Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1341872Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1342047Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1342219Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1342389Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1342612Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1342783Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1342958Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1343130Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1343305Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1343478Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1343653Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1343825Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1343996Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1344171Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1344347Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1344564Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1344735Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1344894Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1345063Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1345247Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1345420Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1345591Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1345765Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1345937Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1346109Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1346278Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1346447Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1346610Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1346774Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1346935Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1347095Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1347274Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1347446Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1347629Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1347806Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 PASSED [ 27%] 2022-11-23T01:57:03.1347982Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1348143Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1348417Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1348596Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1348829Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1349049Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1349215Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1349385Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1349549Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1349716Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1349882Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1350079Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1350277Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1350472Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1350663Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1350903Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1351100Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1351307Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1351502Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1351692Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1351886Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1352069Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1352262Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1352432Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1352600Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 PASSED [ 27%] 2022-11-23T01:57:03.1352769Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1352940Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1353116Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1353280Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1353443Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1353611Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1353774Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1353937Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1354100Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1354261Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 PASSED [ 27%] 2022-11-23T01:57:03.1354422Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1354592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1354759Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1354932Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1355144Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1355316Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1355484Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1355651Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1355819Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1355997Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1356171Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1356342Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1356513Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1356680Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1356852Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1357063Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1357236Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1357407Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 PASSED [ 27%] 2022-11-23T01:57:03.1357574Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1357742Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1357906Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1358068Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1358219Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1358401Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1358571Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1358731Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1358889Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1359054Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1359223Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1359389Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 PASSED [ 27%] 2022-11-23T01:57:03.1359557Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1359722Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 PASSED [ 27%] 2022-11-23T01:57:03.1359883Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1360046Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1360205Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1360360Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1360518Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1360736Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:57:03.1360960Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:57:03.1361832Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:57:03.1362066Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:57:03.1362285Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:57:03.1362512Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1362758Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1362998Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1363240Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1363474Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1363834Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1364072Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1364303Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1364539Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:57:03.1364715Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:57:03.1364885Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool PASSED [ 27%] 2022-11-23T01:57:03.1365060Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 PASSED [ 27%] 2022-11-23T01:57:03.1365234Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1365401Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 PASSED [ 27%] 2022-11-23T01:57:03.1365565Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1365726Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 PASSED [ 27%] 2022-11-23T01:57:03.1365901Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 PASSED [ 27%] 2022-11-23T01:57:03.1366075Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 PASSED [ 27%] 2022-11-23T01:57:03.1366245Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:03.1366412Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 PASSED [ 27%] 2022-11-23T01:57:03.1366578Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 PASSED [ 27%] 2022-11-23T01:57:03.1366743Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 PASSED [ 27%] 2022-11-23T01:57:03.1366908Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 PASSED [ 27%] 2022-11-23T01:57:03.1367065Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1367240Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1367415Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1367589Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1367756Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1367971Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1368136Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1368307Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1368470Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1368653Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1368894Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T01:57:03.1369074Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1369257Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1369441Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1369624Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1369863Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1370059Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1370250Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1370437Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1370623Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1370800Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1370993Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1371178Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1371373Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1371558Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1371754Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1371964Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-11-23T01:57:03.1372153Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1372339Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1372553Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1372766Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1372977Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1373180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1373381Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1373583Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1373786Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1374035Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1374236Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1374437Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1374638Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1374822Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1375011Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1375198Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1375389Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1375590Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1375791Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1376038Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1376221Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 XFAIL [ 28%] 2022-11-23T01:57:03.1376418Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1376618Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1376803Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1376995Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1377180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1377367Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1377547Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1377727Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1377905Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1378089Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1378269Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1378449Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1378627Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1378805Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1379010Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1379216Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1379406Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1379607Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1379806Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1380053Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1380251Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1380450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1380647Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1380847Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1381052Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1381251Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1381449Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1381645Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1381840Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1382081Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1382275Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1382468Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1382658Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1382839Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1383026Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1383219Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1383409Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1383611Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1383797Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1383994Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1384191Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1384402Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_uint8 SKIPPED (Skipped!) [ 28%] 2022-11-23T01:57:03.1384577Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1384745Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1384915Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1385081Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool PASSED [ 28%] 2022-11-23T01:57:03.1385255Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1385425Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 PASSED [ 28%] 2022-11-23T01:57:03.1385593Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1385754Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1385925Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1386148Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1386316Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1386486Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1386660Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1386831Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1386998Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1387148Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1387315Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1387476Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1387642Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1387801Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1388016Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1388173Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1394211Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1394451Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1394635Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1394809Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1394975Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1395145Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1395320Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1395494Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1395669Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1395836Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1396003Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1396150Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1396310Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool PASSED [ 28%] 2022-11-23T01:57:03.1396481Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 PASSED [ 28%] 2022-11-23T01:57:03.1396650Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 PASSED [ 28%] 2022-11-23T01:57:03.1396817Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1396983Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 PASSED [ 28%] 2022-11-23T01:57:03.1397150Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1397310Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1397474Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1397653Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1397835Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1398011Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1398322Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-11-23T01:57:03.1398501Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 PASSED [ 28%] 2022-11-23T01:57:03.1398674Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 PASSED [ 28%] 2022-11-23T01:57:03.1398840Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 PASSED [ 28%] 2022-11-23T01:57:03.1399010Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 PASSED [ 28%] 2022-11-23T01:57:03.1399175Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 PASSED [ 28%] 2022-11-23T01:57:03.1399333Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1399498Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1399664Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1399846Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:57:03.1400013Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool PASSED [ 28%] 2022-11-23T01:57:03.1400252Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 PASSED [ 28%] 2022-11-23T01:57:03.1400426Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 PASSED [ 28%] 2022-11-23T01:57:03.1400597Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 PASSED [ 28%] 2022-11-23T01:57:03.1400763Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1400927Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1401092Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1401262Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 PASSED [ 29%] 2022-11-23T01:57:03.1401439Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 PASSED [ 29%] 2022-11-23T01:57:03.1401607Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 PASSED [ 29%] 2022-11-23T01:57:03.1401897Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1402067Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1402234Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1402400Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1402566Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1402715Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 PASSED [ 29%] 2022-11-23T01:57:03.1402881Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1403047Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1403210Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1403372Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1403543Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1403708Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 PASSED [ 29%] 2022-11-23T01:57:03.1403872Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1404034Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1404192Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1404353Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1404677Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1404845Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1405007Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1405224Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1405387Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1405554Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1405708Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 PASSED [ 29%] 2022-11-23T01:57:03.1405870Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1406036Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1406210Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 PASSED [ 29%] 2022-11-23T01:57:03.1406378Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 PASSED [ 29%] 2022-11-23T01:57:03.1406543Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 PASSED [ 29%] 2022-11-23T01:57:03.1406762Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1406924Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1407084Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1407246Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1407408Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1407575Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 PASSED [ 29%] 2022-11-23T01:57:03.1407733Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1407891Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1408067Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 PASSED [ 29%] 2022-11-23T01:57:03.1408238Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1408404Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1408569Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1408719Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1408885Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 PASSED [ 29%] 2022-11-23T01:57:03.1409049Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1409212Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1409378Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1409540Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1409711Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1409876Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1410047Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1410213Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1410372Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1410585Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1410749Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1410953Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1411140Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1411330Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1411497Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1411656Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1411799Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1411957Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1412124Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1412283Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1412442Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1412600Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1412789Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float16 PASSED [ 29%] 2022-11-23T01:57:03.1413022Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1413203Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1413380Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1413558Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1413735Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1413910Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1414087Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1414271Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1414444Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1414619Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1414796Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1414968Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1415131Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1415306Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1415482Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1415657Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1415832Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1416008Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1416184Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1416359Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1416584Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1416757Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1416922Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1417175Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1417364Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1417539Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1417710Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1417875Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1418038Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1418207Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1418374Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1418524Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1418692Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1418858Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1419086Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1419265Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1419443Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1419648Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1419856Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 29%] 2022-11-23T01:57:03.1420054Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1420254Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1420428Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1420608Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1420784Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1420957Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1421132Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1421342Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1421547Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1421750Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1421952Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1422150Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1422350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1422586Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1422787Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1422980Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1423275Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1423474Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1423671Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1423852Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1424025Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1424198Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1424371Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1424545Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1424721Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float64 PASSED [ 29%] 2022-11-23T01:57:03.1424896Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1425069Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int32 PASSED [ 29%] 2022-11-23T01:57:03.1425286Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1425460Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1425656Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:57:03.1425848Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1426048Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 29%] 2022-11-23T01:57:03.1426241Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float16 PASSED [ 29%] 2022-11-23T01:57:03.1426436Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int64 PASSED [ 29%] 2022-11-23T01:57:03.1426611Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int8 PASSED [ 29%] 2022-11-23T01:57:03.1426801Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_uint8 PASSED [ 29%] 2022-11-23T01:57:03.1426989Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 29%] 2022-11-23T01:57:03.1427183Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 29%] 2022-11-23T01:57:03.1427376Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 29%] 2022-11-23T01:57:03.1427564Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1427758Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1427942Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1428121Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float16 PASSED [ 30%] 2022-11-23T01:57:03.1428302Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1428519Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1428706Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1428881Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1429053Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1429283Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1429507Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1429682Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1429854Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1430024Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1430195Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1430350Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1430515Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1430683Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1430844Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1431008Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1431170Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1431342Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1431557Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1431731Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1431899Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1432062Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1432227Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1432393Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1432569Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 PASSED [ 30%] 2022-11-23T01:57:03.1432738Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1432904Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1433073Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1433244Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1433395Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 PASSED [ 30%] 2022-11-23T01:57:03.1433561Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1433723Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1433886Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1434051Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1434217Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1434389Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1434622Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1434795Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 PASSED [ 30%] 2022-11-23T01:57:03.1434959Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1435164Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1435341Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 PASSED [ 30%] 2022-11-23T01:57:03.1435507Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1435672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1435882Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1436043Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1436204Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1436363Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1436512Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1436672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1436843Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1437009Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1437170Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1437332Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1437490Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1438264Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1438443Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1438617Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1438788Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1438956Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1439125Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1439289Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1439451Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1439612Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1439781Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1439940Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1440095Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1440263Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1440425Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1440651Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1440812Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1440976Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1441196Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1441362Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1441518Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1441768Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1441950Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 XFAIL [ 30%] 2022-11-23T01:57:03.1442120Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool XFAIL [ 30%] 2022-11-23T01:57:03.1442296Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 XFAIL [ 30%] 2022-11-23T01:57:03.1442469Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 XFAIL [ 30%] 2022-11-23T01:57:03.1442700Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 XFAIL [ 30%] 2022-11-23T01:57:03.1442873Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 XFAIL [ 30%] 2022-11-23T01:57:03.1443043Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1443204Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1443346Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1443505Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1443670Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1443836Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1443996Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1444176Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1444350Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1444558Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1444729Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1444895Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 PASSED [ 30%] 2022-11-23T01:57:03.1445061Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1445221Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1445377Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1445537Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1445703Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1445867Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1446023Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1446200Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1446359Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1446595Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1446778Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1446951Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1447162Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1447342Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1447509Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1447682Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1447852Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1448020Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1448185Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1448347Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1448510Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1448681Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1448901Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1449066Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1449239Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1449417Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1449571Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1449738Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1449908Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1450073Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1450239Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1450408Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1450574Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1450755Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:57:03.1450981Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1451155Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 PASSED [ 30%] 2022-11-23T01:57:03.1451329Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:03.1451501Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1451670Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 PASSED [ 30%] 2022-11-23T01:57:03.1451835Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1452009Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex128 PASSED [ 30%] 2022-11-23T01:57:03.1452184Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1452354Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1452573Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1452740Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1452895Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool PASSED [ 30%] 2022-11-23T01:57:03.1453071Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 PASSED [ 30%] 2022-11-23T01:57:03.1453244Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 PASSED [ 30%] 2022-11-23T01:57:03.1453415Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 PASSED [ 30%] 2022-11-23T01:57:03.1453634Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 PASSED [ 30%] 2022-11-23T01:57:03.1453802Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 PASSED [ 30%] 2022-11-23T01:57:03.1453972Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 PASSED [ 30%] 2022-11-23T01:57:03.1454215Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:57:03.1454383Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 PASSED [ 31%] 2022-11-23T01:57:03.1454544Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 PASSED [ 31%] 2022-11-23T01:57:03.1454707Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 PASSED [ 31%] 2022-11-23T01:57:03.1454881Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 PASSED [ 31%] 2022-11-23T01:57:03.1455052Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1455270Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 PASSED [ 31%] 2022-11-23T01:57:03.1455436Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 PASSED [ 31%] 2022-11-23T01:57:03.1455601Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:57:03.1455772Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 PASSED [ 31%] 2022-11-23T01:57:03.1455940Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 PASSED [ 31%] 2022-11-23T01:57:03.1456095Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1456261Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 PASSED [ 31%] 2022-11-23T01:57:03.1456426Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 PASSED [ 31%] 2022-11-23T01:57:03.1456591Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 PASSED [ 31%] 2022-11-23T01:57:03.1456762Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:57:03.1456927Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1457142Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 PASSED [ 31%] 2022-11-23T01:57:03.1457304Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 PASSED [ 31%] 2022-11-23T01:57:03.1457466Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 PASSED [ 31%] 2022-11-23T01:57:03.1457627Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 PASSED [ 31%] 2022-11-23T01:57:03.1457801Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 PASSED [ 31%] 2022-11-23T01:57:03.1457969Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 PASSED [ 31%] 2022-11-23T01:57:03.1458138Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 PASSED [ 31%] 2022-11-23T01:57:03.1458302Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 PASSED [ 31%] 2022-11-23T01:57:03.1458467Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 PASSED [ 31%] 2022-11-23T01:57:03.1458627Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 PASSED [ 31%] 2022-11-23T01:57:03.1458829Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 PASSED [ 31%] 2022-11-23T01:57:03.1459012Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool PASSED [ 31%] 2022-11-23T01:57:03.1459174Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 PASSED [ 31%] 2022-11-23T01:57:03.1459346Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 PASSED [ 31%] 2022-11-23T01:57:03.1459565Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1459732Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 PASSED [ 31%] 2022-11-23T01:57:03.1459895Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 PASSED [ 31%] 2022-11-23T01:57:03.1460058Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 PASSED [ 31%] 2022-11-23T01:57:03.1460222Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 PASSED [ 31%] 2022-11-23T01:57:03.1460389Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 PASSED [ 31%] 2022-11-23T01:57:03.1460552Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool PASSED [ 31%] 2022-11-23T01:57:03.1460719Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1460883Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 PASSED [ 31%] 2022-11-23T01:57:03.1461045Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 PASSED [ 31%] 2022-11-23T01:57:03.1461207Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bool PASSED [ 31%] 2022-11-23T01:57:03.1461417Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1461582Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int16 PASSED [ 31%] 2022-11-23T01:57:03.1461753Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 PASSED [ 31%] 2022-11-23T01:57:03.1461919Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 PASSED [ 31%] 2022-11-23T01:57:03.1462084Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 PASSED [ 31%] 2022-11-23T01:57:03.1462231Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 PASSED [ 31%] 2022-11-23T01:57:03.1462390Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 PASSED [ 31%] 2022-11-23T01:57:03.1462551Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 PASSED [ 31%] 2022-11-23T01:57:03.1462739Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs__conversions_complex_cpu PASSED [ 31%] 2022-11-23T01:57:03.1462907Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-11-23T01:57:03.1463066Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1463253Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-11-23T01:57:03.1463476Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-11-23T01:57:03.1463664Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_right_shift_cpu PASSED [ 31%] 2022-11-23T01:57:03.1463822Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1463985Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_cpu PASSED [ 31%] 2022-11-23T01:57:03.1464155Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-11-23T01:57:03.1464338Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-11-23T01:57:03.1464507Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1464664Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-11-23T01:57:03.1464879Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-11-23T01:57:03.1465051Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-11-23T01:57:03.1465228Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-11-23T01:57:03.1465388Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-11-23T01:57:03.1465598Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-11-23T01:57:03.1465763Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-11-23T01:57:03.1465926Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-11-23T01:57:03.1466086Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-11-23T01:57:03.1466245Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-11-23T01:57:03.1466418Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-11-23T01:57:03.1466586Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1466756Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-11-23T01:57:03.1466927Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1467095Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-11-23T01:57:03.1467256Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-11-23T01:57:03.1467427Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-11-23T01:57:03.1468178Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-11-23T01:57:03.1468363Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-11-23T01:57:03.1468537Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-11-23T01:57:03.1468707Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1468873Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1469021Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-11-23T01:57:03.1469188Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_cpu PASSED [ 31%] 2022-11-23T01:57:03.1469370Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-11-23T01:57:03.1469531Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1469719Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-11-23T01:57:03.1469909Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-11-23T01:57:03.1470117Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-11-23T01:57:03.1470375Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1470559Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1470789Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-11-23T01:57:03.1470986Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-11-23T01:57:03.1471155Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-11-23T01:57:03.1471317Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-11-23T01:57:03.1471539Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-11-23T01:57:03.1471706Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_tril_cpu PASSED [ 31%] 2022-11-23T01:57:03.1471883Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-11-23T01:57:03.1472049Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1472211Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1472375Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-11-23T01:57:03.1472537Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_xlogy_cpu PASSED [ 31%] 2022-11-23T01:57:03.1472696Z test_ops.py::TestCommonCPU::test_python_ref_errors_ops_nvprims_view_cpu PASSED [ 31%] 2022-11-23T01:57:03.1472919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1473134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1473359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1473575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1473788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1474000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1474211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1474482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1474710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1474936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1475154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1475369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1475579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1475787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1476031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1476271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1476557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1476843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1477079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1477309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1477593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1477840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1478085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1478319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1478555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1478789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1479019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1479249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1479480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1479708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1479936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1480158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1480446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1480682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1480911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1481145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1481371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1481609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1481936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1482169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1482446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1482673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1482960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1483204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1483493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1483725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:57:03.1483970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1484205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1484436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1484666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1484900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1485124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1485365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1485601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1485846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1486086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1486379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1486620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1486859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1487095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1487329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1487559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1487799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1488029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1488312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1488544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1488823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1489054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1489271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1489553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1489794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1490024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1490261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1490495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1490732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1490966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1491203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1491437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1491664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1491898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1492185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1492419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1492652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1492884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1493123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1493363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1493662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1493897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1494182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1494412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1494639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1494922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1495156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1495436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1495670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1495899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1496125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1496353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1496592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1496831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1497069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1497301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1497533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1497769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1498057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1498276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1498512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1498746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1498979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1499207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1499436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1499666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1499953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1500195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1500430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1500693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1500949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1501183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1501463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1501700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1501928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1502163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1502405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1502645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1502882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1503111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1503341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1503571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1503857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1504084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1504317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1504546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1504774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1504999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1505227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1505455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1505745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1505979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1506209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1506438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1506698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1506946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1507163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1507440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1507666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1507893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1508129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1508364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1508596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1508829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1509056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1509282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1509577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1509809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1510046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1510279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1510511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1510743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1510973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1511202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1511478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1511701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1511926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1512152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1512379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1512615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1512908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1513147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1513429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1513662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1513892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1514118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1514345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1514571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1514802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1515031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1515311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1515539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1515754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1515991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1516226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1516459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1516689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1516920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1517189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1517408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1517622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1517836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1518046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1518261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1518470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1518736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1518956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1519180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1519455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:57:03.1519671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1519887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1520157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1520375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1520584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1520864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1521084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1521353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1521568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1521878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1522102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1522318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1522543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1522747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1522963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1523177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1523455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1523668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1523881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1524089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1524303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1524525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1524809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1525028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1525245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1525511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1525729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1525943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1526150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1526363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1526572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1526795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1527017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1527293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1527512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1527727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1527939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1528153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1528381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1528605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1528828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1529055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1529326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1529533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1529752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1529970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1530188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1530403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1530671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1530916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1531139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1531407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1531631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1531852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1532069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1532284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1532499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1532725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1532943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1533212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1533432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1533648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1533862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1534073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1534315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1534550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1534761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1534969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1535802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1536012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1536235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1536448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1536713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1536919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1537170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1537474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1537703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1537919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1538134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1538347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1538557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1538772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1538984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1539199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1539420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1539633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1539924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1540137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1540350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1540564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1540781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1540995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1541212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1541422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1541691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1541904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1542115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1542322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1542532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1542797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1543018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1543243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1543499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1543714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1543925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1544136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1544357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1544573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1544784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1544999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1545221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1545440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1545719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1545947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1546169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1546386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1546602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1546829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1547056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1547273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1547534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1547759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1547975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1548191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1548410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1548627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1548895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1549112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1549352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1549593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1549806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1550031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1550239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1550455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1550668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1550885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1551102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1551316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1551586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1551801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1552011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1552233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1552457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1552674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1552895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1553109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1553370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1553581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1553789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:57:03.1554000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1554216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1554432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1554642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1554913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1555128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1555369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1555599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1555820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1556036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1556260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1556478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1556693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1556891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1557104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1557370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1557581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1557795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1558006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1558218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1558429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1558639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1558865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1559083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1559354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1559581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1559800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1560015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1560232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1560447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1560698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1560934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1561157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1561426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1561648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1561947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1562180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1562403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1562619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1562832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1563043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1563842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1564078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1564286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1564506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1564720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1564933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1565152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1565371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1565644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1565861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1566078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1566312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1566546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1566841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1567070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1567349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1567621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1567843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1568057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1568272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1568494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1568719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1568937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1569152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1569368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1569637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1569857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1570078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1570307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1570533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1570752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1570968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1571192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1571411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1571661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1571936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1572158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1572377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1572602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1572856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1573094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1573312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1573576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1573807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1574044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1574278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1574507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1574726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1574944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1575167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1575433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1575652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1575871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1576138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1576365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1576597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1576826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1577057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1577292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1577565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1577784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1578002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1578223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1578445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1578661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1578949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1579185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1579428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1579679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1579910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1580137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1580368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1580605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1580838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1581079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1581365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1581605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1581895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1582129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1582359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1582585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1582811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1583042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1583319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1583538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1583754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1583966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1584197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1584430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1584658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1584944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1585175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1585432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1585673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1585894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1586119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1586344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1586564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1586779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1586991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1587257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1587467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1587686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1587902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1588116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1588328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1588541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1588755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:57:03.1588982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1589255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1589479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1589693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1589907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1590122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1590331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1590540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1590806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1591031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1591246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1591509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1591723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1591940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1592163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1592381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1592599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1592810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1593074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1593301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1593525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1593741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1593959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1594160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1594374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1594589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1594799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1595054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1595275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1595495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1595710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1595928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1596149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1596372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1596592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1596872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1597090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1597316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1597587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1597814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1598034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1598253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1598472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1598691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1598960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1599175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1599404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1599623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1599843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1600057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1600269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1600487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1600703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1600952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1601172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1601387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1601606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1601929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1602149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1602380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1602607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1602889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1603110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1603381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1603627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1603861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1604089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1604316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1604540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1604822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1605046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1605262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1605480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1605698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1605912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1606124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1606337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1606547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1606817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1607030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1607252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1607470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1607685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1607901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1608127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1608340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1608571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1608856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1609082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1609338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1609578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1609817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1610043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1610277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1610511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1610796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1611025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1611257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1611491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1611714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1611932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1612148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1612363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1612640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1612873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1613102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1613331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1613560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1613781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1614008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1614234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1614454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1614724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1614947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1615174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1615458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1615691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1615910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1616118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1616336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1616608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1616828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1617053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1617273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1617492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1617715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1617937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1618154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1618371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1618632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1618840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1619052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1619263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1619477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1619697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1619913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1620133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1620348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1620561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1620831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1621047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1621295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1621518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1621730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1621944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1622166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1622435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1622637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1622854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:57:03.1623075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1623298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1623513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1623725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1623938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1624157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1624423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1624643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1624860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1625079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1625310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1625531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1625746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1625962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1626180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1626403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1626683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1626914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1627137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1627410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1627629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1627845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1628057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1628329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1628547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1628762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1628973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1629183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1629403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1629606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1629832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1630049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1630853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1631068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1631286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1631500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1631732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1631965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1632197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1632419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1632695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1632922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1633144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1633429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1633664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1633894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1634122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1634348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1634574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1634857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1635084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1635303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1635530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1635755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1635972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1636199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1636419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1636706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1636933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1637152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1637373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1637581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1637812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1638044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1638270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1638497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1638778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1639010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1639292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1639525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1639748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1639971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1640192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1640410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1640677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1640906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1641131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1641352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1641570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1641914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1642152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1642377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1642656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1642893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1643129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1643363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1643594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1643824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1644055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1644285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1644544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 36%] 2022-11-23T01:57:03.1644799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1645033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1645311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1645553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1645788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1646011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1646246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1646531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1646766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1646999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1647281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1647516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1647748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1647979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1648208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1648498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1648732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1648966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1649200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1649435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1649661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1649884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1650102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1650326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1650600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1650821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1651040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1651304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1651532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1651747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1651977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1652197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1652465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1652684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1652903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1653120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1653334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1653555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1653761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1653981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1654198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1654458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1654728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1654940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1655159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1655389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1655608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1655829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:57:03.1656061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1656344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1656631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1656876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1657118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1657352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1657637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1657868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1658098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:57:03.1658918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool SKIPPED (Can't check result for empty_like) [ 36%] 2022-11-23T01:57:03.1659174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1659421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1659661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1659895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1660131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1660376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1660615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1660916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1661162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1661403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1661637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1661879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1662113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1662412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:57:03.1662629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1662884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1663086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1663299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1663558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1663774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1663993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1664207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1664430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1664646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1664914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1665133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1665350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1665566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1665778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1665990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1666200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1666410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1666666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1666874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1667093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1667303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1667580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1667797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1668010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1668226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1668438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1668649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1668905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1669115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1669320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1669593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1669815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1670030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1670244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1670457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1670726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1670946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1671163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1671377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1671588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1671808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1672023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1672242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1672461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1672724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1672934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1673143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1673403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1673641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1673855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1674073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1674289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1674499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1674714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1674981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1675195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1675435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1675669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1675864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1676077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1676301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1676523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1676789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1677009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1677228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1677443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1677669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1677899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1678123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1678344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1678612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1678830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1679048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1679264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1679482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1679699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1679927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1680158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1680381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1680600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1680873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1681092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1681306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1681580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1681918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1682136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1682350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1682631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1682851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1683067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1683286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1683505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1683720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1683938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1684212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1684423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1684687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1684909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1685126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1685343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1685561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1685779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1685998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1686209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1686420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1686633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1686887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1687114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1687327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1687589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1687806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1688024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1688237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1688444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1688712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1688937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1689156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1689373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1689576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1689794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1690009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1690224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1690501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1690716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1690933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1691148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1691364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1691581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1691795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1692022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1692245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1692463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1692680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1692951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1693171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:57:03.1693397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1693670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1693899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1694127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1694406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1694633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1694853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1695074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1695293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1695511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1695747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1695973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1696250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1696474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1696689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1696904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1697114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1697333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1697549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1697765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1697978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1698205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1698432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1698651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1698918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1699146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1699368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1699638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1699856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1700116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1700333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1700555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1700776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1700993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1701209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1701425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1701643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1701858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1702125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1702341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1702555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1702784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1703010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1703228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1703441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1703656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1703869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1704080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1704295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1704510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1704724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1705006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1705230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1705476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1705719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1705994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1706212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1706436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1706653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1706869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1707078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1707309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1707537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1707807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1708024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1708240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1708456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1708672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1708897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1709114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1709331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1709546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1709772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1709995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1710216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1710443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1710732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1711007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1711208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1711436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1711772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1712002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1712231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1712458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1712682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1712901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1713119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1713334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1713555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1713825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1714039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1714255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1714472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1714696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1714916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1715133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1715350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1715566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1715777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1715996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1716210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1716433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1716648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1716917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1717131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1717353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1717673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1717896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1718115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1718338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1718538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1718761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1718980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1719198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1719476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1719700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1719919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1720140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1720355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1720571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1720796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1721029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1721256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1721474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1721768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1721990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1722210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1722429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1722654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1722930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1723151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1723447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1723685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1723917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1724146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1724368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1724585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1724799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1725011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1725779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1726001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1726220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1726421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1726638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1726858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1727078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1727296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1727513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1727728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:57:03.1727953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1728173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1728394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1728614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1728884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1729103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1729320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1729587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1729871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1730092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1730315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1730528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1730745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1730959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1731177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1731393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1731655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1731868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1732080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1732301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1732513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1732739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1732956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1733161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1733370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1733585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1733803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1734080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1734303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1734526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1734779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1735018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1735233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1735495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1735764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1735992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1736222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1736445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1736665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1736933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1737156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1737375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1737640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1737851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1738072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1738283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1738497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1738708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1738916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1739126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1739350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1739568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1739782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1739986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1740205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1740423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1740638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1740905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1741120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1741372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1741666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1741892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1742112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1742332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1742603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1742829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1743044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1743259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1743523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1743735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1743948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1744156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1744383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1744603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1744821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1745039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1745256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1745479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1745708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1745935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1746157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1746376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1746591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1746867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1747074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1747297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1747632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1747865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1748090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1748306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1748521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1748746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1748965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1749180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1749440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1749660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1749888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1750119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1750349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1750577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1750793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1751006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1751217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1751427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1751635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1751856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1752077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1752294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1752510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1752773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1752990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1753782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1754005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1754220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1754436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1754640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1754855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1766662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1767004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1767238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1767636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1767860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1768079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1768305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1768540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1768766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1768996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1769215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1769434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1769651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1769868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1770084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1770301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1770516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1770799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1771018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1771235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1771516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1771817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1772044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1772270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1772490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1772707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1772913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1773131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1773357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1773634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1773862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1774081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:57:03.1774299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1774515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1774738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1774956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1775176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1775406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1775632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1775849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1776068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1776346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1776565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1776827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1777042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1777303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1777523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1777784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1778003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1778226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1778444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1778717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1778936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1779153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1779353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1779583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1779862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1780088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1780313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1780546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1780775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1781003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1781229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1781455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1781673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1781902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1782125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1782354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1782616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1782856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1783075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1783354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1783588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1783874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1784104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1784329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1784552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1784779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1785058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1785278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1785508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1785738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1786016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1786241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1786465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1786673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1786901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1787123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1787351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1787581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1787799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1788015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1788232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1788448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1788725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1788949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1789200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1789443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1789672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1789955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1790184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1790414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1790639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1790868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1791096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1791323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1791550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1791791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1792069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1792294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1792517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1792751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1792987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1793218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1793450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1793661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1793887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1794107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1794332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1794614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1794842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1795068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1795344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1795568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1795790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1796067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1796302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1796543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1796777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1797003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1797229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1797453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1797682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1797958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1798180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1798407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1798646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1798888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1799123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1799356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1799582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1799813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1800042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1824930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1825430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1825664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1825888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1826092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1826317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1826550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1826940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1827166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1827393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1827613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1827830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1828041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1828263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1828481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1828763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1828974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1829185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1829392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1829599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1829820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1830040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1830256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1830465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1830731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1830948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1831166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1831431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1831642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1831856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1832065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1832272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1832478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1832744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1832968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1833189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1833397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1833608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:57:03.1833818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1834033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1834240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1834501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1834711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1834923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1835129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1835336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1835539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1835752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1835966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1836174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1836380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1836585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1836850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1837066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1837280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1837539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1837747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1837948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1838204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1838420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1838638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1838850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1839056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1839264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1839467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1839672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1839880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1840139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1840350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1840555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1840763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1840975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1841194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1841405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1841623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1841960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1842171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1842384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1842595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1842855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1843068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1843282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1843553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1843769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1844042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1844259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1844469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1844677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1844884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1845090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1845361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1845567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1845781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1846050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1846261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1846474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1846683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1846891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1847100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1847307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1847508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1847711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1847917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1848128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1848414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1848650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1848917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1849121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1849321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1849574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1849788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1850061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1850271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1850477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1850681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1850888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1851086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1851292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1851504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1851766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1851973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1852179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1852393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1852606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1852818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1853028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1853230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1853432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1853633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1853848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1854066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1854280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1854491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1854703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1854981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1855215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1855557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1855791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1856016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1879094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1879596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1879884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1880137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1880381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1880660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1881764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1882004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1882233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1882458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1882694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1882936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1883168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1883377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1883614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1883849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1884085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1884325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1884570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1884837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1885092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1885322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1885710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1885956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1886186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1886414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1886636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1886859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1887081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1887303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1887569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1887802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1888033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1888259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1888479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1888703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1888928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1889153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1889375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1889590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1889805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1890023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1890238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1890454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1890666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1890930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1891155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1891382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:57:03.1891707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1891935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1892152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1892372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1892588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1892804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1893020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1893244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1893509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1893728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1893946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1894164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1894377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1894597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1894810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1895040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1895259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1895476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1895689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1895923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1896219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1896443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1896664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1896919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1897158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1897374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1897692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1897894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1898110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1898327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1898544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1898767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1898990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1899211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1899428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1899689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1899933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1900175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1900412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1900650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1900886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1901121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1901363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1901609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1901847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1902086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1902322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1902642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1902876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1903168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1903396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1903819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1904047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1904271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1904548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1904786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1905013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1905251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1905480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1905759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1905971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1906194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1906417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1906643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1906875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1907105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1907331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1907558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1907785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1908005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1908230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1908452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1908684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1908905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1909187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1909412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1910305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1910548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1910777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1910994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1911221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1911443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1911657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1911869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1912138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1912365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1912585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1912808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1913038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1913267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1913488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1913717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1913922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1914157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1914383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1914607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1914830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1915119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1915345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1915565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1915832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1916103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1916329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1916551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1916775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1917005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1917235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1917456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1917674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1917887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1918145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1918361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1918571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1918790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1919004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1919226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1919443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1919659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1919874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1920090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1920318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1920542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1920775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1921046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1921273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1921487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1921804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1922136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1922360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1922594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1922829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1923063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1923289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1923513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1923736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1923953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1924211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1924435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1924655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1924882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1925101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1925317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1925540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1925763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1925979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1926197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1926412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1926636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1926854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:57:03.1927074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1927347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1927609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1927855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1928202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1928444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1928671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1928906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1929145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1929384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1929635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1929926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1930162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1930402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1930661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1930907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1931150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1931389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1931631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1931871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1932110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1932359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1932604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1932846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1933078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1933310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1933598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1933900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1934181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1934402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1934620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1934838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1935054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1935272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1935492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1935766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1935988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1936209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1936430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1936650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1936876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1937090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1937305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1937524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1937756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1937977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1938201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1938417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1938639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1938861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1939084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1939305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1939571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1939831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1940097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1940312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1940527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1940748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1940967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1941188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1941404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1941673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1941887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1942102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1942323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1942547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1942767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1942985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1943217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1943445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1943670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1943883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1944097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1944308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1944532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1944763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1944990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1945218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1945493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1945782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1946042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1946275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1946500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1946734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1946967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1947203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1947429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1947703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1947930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1948154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1948373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1948594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1948813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1949032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1949264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1949488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1949710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1949930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1950151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1950369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1950588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1950820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1951056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1951290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1951614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1951835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1952106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1952319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1952531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1952743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1952953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1953163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1953363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1953629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1953845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1954063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1954274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1954490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1954701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1954914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1955133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1955357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1955575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1955798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1956045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1956288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1956528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1956768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1957002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1957237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1957595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1957843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1958134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1958373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1958611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1958853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1959091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:57:03.1959409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1959670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1959937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1960198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1960462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1960738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1961001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1961259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1961519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1961866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1962137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:57:03.1962357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1962583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:57:03.1962805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1963009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1963279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1963559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1963796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1964074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1964296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1964516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1964738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1964966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1965200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1965478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1965698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1965924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1966140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1966361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1966577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1966805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1967033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1967258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1967473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1967693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1967912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1968140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1968359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1968582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1968806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1969022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1969292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1969573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1969794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1970075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1970291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1970516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1970738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1970956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1971238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1971456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1971677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1971926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1972170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1972420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1972658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1972892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1973126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1973366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1973608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1973849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1974089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1974324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1974567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1974807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1975084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1975368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1975616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1975847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1976137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1976371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1976607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1976836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1977711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1977946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1978186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1978430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1978675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1978917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1979168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1979401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1979646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1979891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1980118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1980356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1980598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1980835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1981088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1981408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1981704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1982002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1982243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1982477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1982711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1982937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1983181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1983476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1983714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1983955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1984195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1984433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1984672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1984907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1985147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1985386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1985638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1985896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1986151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1986402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1986655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1986901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1987212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1987471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1987732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1987988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1988237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1988486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1988736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1988981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1989272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1989519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1989772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1990022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1990272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1990506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1990740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1990977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1991218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1991441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1991676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1991914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1992152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1992453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1992697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1993025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1993267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1993514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1993754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1994013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1994264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1994513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1994768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1995077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1995335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1995587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1995837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1996086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1996339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1996587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1996840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1997075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1997313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1997550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1997796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1998042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1998280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1998524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1998816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1999062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1999306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1999547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.1999782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:57:03.2000013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2000252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2000485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2000760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2000987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2001222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2001458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2001794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2002032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2002251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2002477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2002709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2002939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2003175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2003414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2003646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2003878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2004122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2004365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2005564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2005836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2006097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2006349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2006598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2006849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2007096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2007398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2007647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2007903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2008152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2008478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2008727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2008974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2009263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2009517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2009772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2010018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2010264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2010510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2010752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2010989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2011280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2011525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2011775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2012018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2012260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2012505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2012751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2012984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2013277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2013512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2013745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2013979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2014230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2014477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2014717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2014956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2015195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2015435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2015676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2015915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2016159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2016398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2016652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2016944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2017194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2017449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2017700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2017945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2018192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2018446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2018664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2018935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2019157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2019374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2019591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2019803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2020028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2020252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2020473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2020692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2020911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2021129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2021345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2021563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2021784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2021994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2022209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2022400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2022659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2022882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2023110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2023324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2023536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2023745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2023968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2024192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2024409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2024681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2024906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2025125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2025358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2025581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2025824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2026171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2026776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2027160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2027515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2027891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2028233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2028573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2028936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2029277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2029611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2029936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2030381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2030725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2031060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2031392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2031690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2032012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2032247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2032466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2032677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2032957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2033174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2033402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2033617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2033832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2034051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2034269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2034483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2034696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2034922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2035142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2035363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2035580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2035798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2036013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2036262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:57:03.2036510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:57:03.2036805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:57:03.2037057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:57:03.2037317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:57:03.2037566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:57:03.2037785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2038004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2038224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2038446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:57:03.2038706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2038916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2039134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2039348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2039568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2039865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2040084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2040302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2040516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2040780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2040998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2041225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2041447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2041769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2042010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2042222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2042448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2042669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2042946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2043167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2043392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2043615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2043839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2044070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2044306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2044540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2044816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2045039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2045265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2045484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2045708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2045929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2046139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2046356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2046577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2046804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2047026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2047248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2047463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2047685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2047903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2048130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2048350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2048620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2048842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2049070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2049290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2049507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2049722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2049940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2050170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2050444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2050663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2050885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2051101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2051322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2051543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2051759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2051977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2052206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2052425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2052648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2052867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2053074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2053293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2053511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2053726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2053941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2054164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2054429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2054648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2054863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2055078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2055289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2055514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2055741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2055969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2056232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2056449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2056669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2056887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2057108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2057328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2057541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2057760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2057978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2058196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2058409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2058622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2058833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2059047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2059270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2059488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2059702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2059904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2060161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2060374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2060594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2060808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2061020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2061230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2061446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2061652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2061917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2062141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2062356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2062571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2062789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2063002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2063213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2063425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2063646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2063860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2064076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2064292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2064512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2064722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2064934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2065138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2065357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2065582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2065846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2066062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2066266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2066485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2066701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2066915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2067128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2067340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2067596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2067822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2068043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2068258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2068473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2068686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2068902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2069115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2069326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2069540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2069756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2069969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2070183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2070395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2070606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2070822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2071035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2071259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2071516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2071732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:57:03.2071943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2072165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2072384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2072587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2072810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2073030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2073260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2074123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2074344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2074565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2074785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2075009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2075220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2075438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2075652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2075862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2076071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2076278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2076500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2076716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2076940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2077157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2077369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2077585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2077852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2078067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2078294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2078511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2078736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2078953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2079177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2079397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2079614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2079861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2080075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2080287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2080496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2080709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2080928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2081147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2081373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2081595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2081936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2082153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2082369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2082582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2082798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2083014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2083224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2083436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2083704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2083920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2084145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2084369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2084587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2084804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2085018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2085232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2085441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2085696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2085913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2086126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2086323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2086535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2086746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2086960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2087180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2087393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2087608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2087821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2088034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2088248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2088481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2088721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2088960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2089191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2089466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2089696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2089929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2090167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2090407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2090641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2090874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2091100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2091375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2091606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2091833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2092065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2092297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2092531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2092768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2092999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2093228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2093455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2093686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2093912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2094142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2094353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2094577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2094801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2095071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2095302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2095540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2095773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2096003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2096232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2096547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2096774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2096995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2097314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2097537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2097758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2097988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2098213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2098437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2098658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2098876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2099092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2099306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2099523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2099746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2099965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2100180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2100408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2100638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2101486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2101725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2101948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2102164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2102382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2102590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2102820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2103046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2103271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2103543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2103762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2103982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2104201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2104422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2104643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2104866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2105091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2105309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2105529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2105751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2105971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2106199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2106422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2106640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:57:03.2106857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2107084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2107355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2107588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2107817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2108042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2108272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2108499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2108746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2109000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2109299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2109543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2109788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2110034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2110289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2110538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2110770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2111014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2111258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2111488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2111714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2111934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2112162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2112378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2112601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2112877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2113111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2113341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2113572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2113796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2114051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2114301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2114554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2114847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2115099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2115351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2115600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2115848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2116095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2116341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2116596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2116851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2117101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2117351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2117599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2117849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2118099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2118346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2118642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2118888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2119139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2119392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2119645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2119891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2120141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2120437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2120664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2120887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2121111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2121314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2121534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2121862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2122100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2122334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2122560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2122785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2123010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2123226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2123450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2123682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2123911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2124138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2124411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2124640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2124890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2125132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2125369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2125607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2125853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2126095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2126379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2126617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2126849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2127089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2127340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2127582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2127821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2128052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2128283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2128510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2128741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2128965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2129190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2129425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2129656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2129867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2130143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2130376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2130600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2130825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2131045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2131263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2131480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2131705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2131975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2132194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2132413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2132634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2132859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2133078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2133298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2133523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2133744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2133958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2134173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2134385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2134602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2134827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2135043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2135260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2135478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2135736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2135960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2136189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2136409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2136630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2136849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2137051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2137271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2137492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2137760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2137978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2138192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2138406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2138621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2138836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2139058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2139287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2139509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2139729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2139948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2140167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2140385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2140603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2140816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2141030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2141243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2141495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2141708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:57:03.2141933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2142158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2142378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2142598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2142814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2143031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2143249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2143496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2143710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2143924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2144132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2144354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2144579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2144799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2145016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2145232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2145459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2145687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2145917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2146132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2146350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2146562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2146771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2146981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2147250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2147469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2147686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2147897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2148106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2148316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2148527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2148737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2148943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2149197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2149417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2149632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2149844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2150037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2150262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2150477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2150704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2150929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2151147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2151361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2151578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2151799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2152031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2152253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2152481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2152707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2152975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2153194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2153412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2153627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2153837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2154046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2154253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2154462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2154671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2154925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2155142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2155361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2155580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2155796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2156013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2156225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2156437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2156630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2156838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2157051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2157260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2157479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2157699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2157910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2158126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2158344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2158570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2158840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2159058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2159278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2159498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2159714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2159926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2160138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2160346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2160614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2160833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2161050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2161283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2161508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2161830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2162058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2162280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2162508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2162737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2162963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2163179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2163375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2163586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2163796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2164005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2164217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2164435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2164700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2164914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2165131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2165343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2165559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2165771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2165986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2166194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2166997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2167218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2167435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2167651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2167870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2168092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2168319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2168548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2168776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2169000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2169228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2169451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2169673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2169895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2170113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2170327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2170535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2170752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2171019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2171235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2171449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2171661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2171884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2172108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2172329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2172551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2172808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2173023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2173243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2173468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2173681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2173899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2174119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2174333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2174544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2174754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2174972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2175190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:57:03.2175412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2175633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2175848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2176064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2176276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2176497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2176768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2176989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2177203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2177426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2177643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2177860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2178081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2178311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2178580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2178811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2179042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2179270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2179496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2179715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2179930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2180149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2180363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2180577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2180799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2181020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2181235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2181452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2181667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2181883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2182100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2182362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2182586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2182809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2183024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2183238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2183449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2183676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2183899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2184103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2184367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2184583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2184798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2185015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2185245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2185463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2185688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2185905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2186124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2186357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2186585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2186808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2187031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2187248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2187468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2187698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2187920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2188179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2188400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2188622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2188842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2189065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2189296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2189523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2189753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2190023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2190240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2190459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2190680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2190896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2191115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2191314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2191534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2191760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2191978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2192198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2192416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2192630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2192851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2193071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2193293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2193506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2194283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2194529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2194763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2194990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2195212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2195436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2195651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2195867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2196087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2196355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2196568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2196783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2197006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2197232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2197451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2197669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2197891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2198220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2198448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2198659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2198941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2199167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2199387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2199600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2207667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2207987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2208372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2208592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2208821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2209043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2209258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2209464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2209677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2209884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2210151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2210357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2210567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2210840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2211042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2211255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2211474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2211760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2211986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2212203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2212416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2212628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2212844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2213062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2213264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2213481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2213692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2213918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2214200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2214423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2214645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2214866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2215088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2215303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2215526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2215747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2215960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2216219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2216431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2216658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2216888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2217176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2217399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2217621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:57:03.2217841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2218116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2218338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2218553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2218773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2218987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2219203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2219417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2219643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2219863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2220119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2220337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2220560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2220776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2220992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2221205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2221428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2221648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2221868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2222135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2222355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2222572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2222790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2223008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2223223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2223497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2223711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2223925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2224136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2224402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2224619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2224840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2225066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2225287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2225506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2225721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2225989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2226209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2226452Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2226693Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2226940Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2227156Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2227392Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2227622Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2227893Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2228115Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2228347Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2228579Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2228809Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2229033Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:57:03.2229211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2229377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2229552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2229724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2229952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2230122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2230289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2230455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2230708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2230917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2231113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2231307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2231500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float64 PASSED [ 51%] 2022-11-23T01:57:03.2231692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2231864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2232104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2232295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2232491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2232679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2232867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2233053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2233249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2233439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float64 PASSED [ 51%] 2022-11-23T01:57:03.2233626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2233812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2234063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2234259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2234447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2234637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2234822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2235010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2235200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2235399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2235595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2235782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2235964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2236188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2236383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2236577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2236769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2236955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2237140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2237380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2237582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2237774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float64 PASSED [ 51%] 2022-11-23T01:57:03.2237964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2238201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2238390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2238584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2238774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2238959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2239155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2239351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2239545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2239736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float64 PASSED [ 51%] 2022-11-23T01:57:03.2239923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2240105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2240319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2240508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2240701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2240889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2241084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2241277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2241464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float64 PASSED [ 51%] 2022-11-23T01:57:03.2241739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2241935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2242122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2242312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2242505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2242694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2242937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2243127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2243314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2243497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2243681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2243913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2244099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bool PASSED [ 51%] 2022-11-23T01:57:03.2244293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2244529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2244716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2244902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2245084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2245271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2245463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:57:03.2245658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2245852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2246042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float32 PASSED [ 51%] 2022-11-23T01:57:03.2246225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float64 PASSED [ 51%] 2022-11-23T01:57:03.2246456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int16 PASSED [ 51%] 2022-11-23T01:57:03.2246642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2246829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int64 PASSED [ 51%] 2022-11-23T01:57:03.2247014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2247191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 PASSED [ 51%] 2022-11-23T01:57:03.2247368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 PASSED [ 51%] 2022-11-23T01:57:03.2247543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 PASSED [ 51%] 2022-11-23T01:57:03.2247713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 PASSED [ 51%] 2022-11-23T01:57:03.2247881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 PASSED [ 51%] 2022-11-23T01:57:03.2248051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 PASSED [ 51%] 2022-11-23T01:57:03.2248215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 PASSED [ 51%] 2022-11-23T01:57:03.2248391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2248563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2248732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2248910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 PASSED [ 52%] 2022-11-23T01:57:03.2249083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2249309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2249476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2249650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2249817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2249996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2250229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2250401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2250567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2250784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2250951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2251114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2251284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2251451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2251610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2251779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2251945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2252112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2252279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2252450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2252662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2252830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2252992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2253155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2253321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2253489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2253651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2253816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2253979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2254148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2254315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2254476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2254621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2254781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2254942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2255119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2255292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2255464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2255763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:57:03.2255994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:57:03.2256230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:57:03.2256518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:57:03.2256752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:57:03.2256977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2257148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2257328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 PASSED [ 52%] 2022-11-23T01:57:03.2257499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2257666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2257832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2258006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2258177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2258352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2258524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2258679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2258892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2259066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2259231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2259402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2259571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2259740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2259907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2260079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2260247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2260423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2260594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2260760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2260931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2261101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2261279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 PASSED [ 52%] 2022-11-23T01:57:03.2261453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2261620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2261795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2262020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2262198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2262369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2262543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2262756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2262944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2263182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 PASSED [ 52%] 2022-11-23T01:57:03.2263366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2263548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2263723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2263897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2264072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2264251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2264433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 PASSED [ 52%] 2022-11-23T01:57:03.2264615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2264786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2265007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2265181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2265353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2265514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2265689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2265860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2266045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2266235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2266412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2266589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2266764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2266939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2267114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2267305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2267491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2267674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2267854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2268029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2268254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2268432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2268604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2268792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2268982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2269261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2269452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2269641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2269824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2270004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool PASSED [ 52%] 2022-11-23T01:57:03.2270192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 PASSED [ 52%] 2022-11-23T01:57:03.2270378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2270561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2270743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2270921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 PASSED [ 52%] 2022-11-23T01:57:03.2271100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2271912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2272090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2272267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2272443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2272615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2272788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 PASSED [ 52%] 2022-11-23T01:57:03.2272964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2273134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2273304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2273452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2273614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2273788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2273958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2274133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 PASSED [ 52%] 2022-11-23T01:57:03.2274310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 PASSED [ 52%] 2022-11-23T01:57:03.2274482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 PASSED [ 52%] 2022-11-23T01:57:03.2274722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:03.2274899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 PASSED [ 52%] 2022-11-23T01:57:03.2275068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 PASSED [ 52%] 2022-11-23T01:57:03.2275237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 PASSED [ 52%] 2022-11-23T01:57:03.2275432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 PASSED [ 52%] 2022-11-23T01:57:03.2275628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:57:03.2275799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 PASSED [ 52%] 2022-11-23T01:57:03.2275973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2276207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2276383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2276559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2276739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2276895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2277076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2277248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2277417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2277591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2277769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2277993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 PASSED [ 53%] 2022-11-23T01:57:03.2278166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2278339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2278509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2278680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2278847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2279015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2279183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2279369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 PASSED [ 53%] 2022-11-23T01:57:03.2279551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2279728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2279905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2280079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2280232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2280407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2280583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2280754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2280975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2281149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2281314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2281499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2281805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2282016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2282199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2282433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2282617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2282803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2282997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2283183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2283370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2283548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2283729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2283900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2284086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2284308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2284484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2284659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2284834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2285009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2285186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2285358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2285527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2285701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2285872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2286044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2286213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2286389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2286565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2286734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2286910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2287084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2287239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2287462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2287632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2287797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2287965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2288132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2288353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2288578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2288765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2288949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 PASSED [ 53%] 2022-11-23T01:57:03.2289128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2289302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2289488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2289677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2289856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2290038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2290212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2290393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2290619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 PASSED [ 53%] 2022-11-23T01:57:03.2290794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2290955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2291131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2291306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2291479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2291658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2291835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2292019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2292210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2292400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2292582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2292764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2292946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2293121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2293298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2293471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2293689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2293872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2294055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2294245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2294429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2294667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2294901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2295098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2295288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2295483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2295674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2295860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2296042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2296229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2296411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2296600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2296825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2296991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2297172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2297352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2297530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 PASSED [ 53%] 2022-11-23T01:57:03.2297707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2297883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2298055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2298229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 PASSED [ 53%] 2022-11-23T01:57:03.2298396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2298575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2298745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2298915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2299081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2299248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 PASSED [ 53%] 2022-11-23T01:57:03.2299421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2299592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2299765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2299968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2300159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2300328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2300481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2300661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:57:03.2301494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2301690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 PASSED [ 53%] 2022-11-23T01:57:03.2301871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 PASSED [ 53%] 2022-11-23T01:57:03.2302058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2302236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2302410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 PASSED [ 53%] 2022-11-23T01:57:03.2302584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 PASSED [ 53%] 2022-11-23T01:57:03.2302751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool PASSED [ 53%] 2022-11-23T01:57:03.2302922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 PASSED [ 53%] 2022-11-23T01:57:03.2303090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 PASSED [ 53%] 2022-11-23T01:57:03.2303256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 PASSED [ 53%] 2022-11-23T01:57:03.2303469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 PASSED [ 53%] 2022-11-23T01:57:03.2303633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 PASSED [ 53%] 2022-11-23T01:57:03.2303799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2303963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2304133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2304285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2304456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2304624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2304783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2304945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2305117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2305283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2305449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2305617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2305780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2305943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2306106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2306339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2306515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2306685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2306853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2307019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2307245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2307417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 PASSED [ 54%] 2022-11-23T01:57:03.2307569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2307784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2307953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2308119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2308285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2308446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2308605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2308777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2308952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2309130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2309305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2309484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2309707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 PASSED [ 54%] 2022-11-23T01:57:03.2309880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 PASSED [ 54%] 2022-11-23T01:57:03.2310050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2310221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2310390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2310560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2310729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2310887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2311058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2311230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2311392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2311552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2311717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2311881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2312045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2312220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2312391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 PASSED [ 54%] 2022-11-23T01:57:03.2312592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 PASSED [ 54%] 2022-11-23T01:57:03.2312779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2312945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2313116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2313286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2313506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2313681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2313901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2314066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2314234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2314403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2314572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2314746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 PASSED [ 54%] 2022-11-23T01:57:03.2314920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2315089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2315261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2315429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2315613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2315836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2316025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2316206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2316379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2316555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2316727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2316907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2317079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2317255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2317433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2317592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2317761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2317934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2318115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2318297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2318474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2318646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2318820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2319049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2319221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2319400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2319577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:57:03.2319786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2320017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2320192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2320362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2320543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2320713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2320900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 PASSED [ 54%] 2022-11-23T01:57:03.2321068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 PASSED [ 54%] 2022-11-23T01:57:03.2321247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2321423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2321593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2321859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2322091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2322268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2322443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2322615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2322786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2322958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2323137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2323312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2323485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2323657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2323830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2323997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2324167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2324338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2324519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:57:03.2324679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2324848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2325021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2325197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2325430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2325610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2325786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2325960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2326231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2326405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2326581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:57:03.2326751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2326917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:57:03.2327085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2327255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2327423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2327595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2327761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 PASSED [ 54%] 2022-11-23T01:57:03.2327930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 PASSED [ 54%] 2022-11-23T01:57:03.2328128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2328298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2328466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool PASSED [ 54%] 2022-11-23T01:57:03.2328637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2328809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 PASSED [ 54%] 2022-11-23T01:57:03.2328986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 PASSED [ 54%] 2022-11-23T01:57:03.2329155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 PASSED [ 54%] 2022-11-23T01:57:03.2329323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 PASSED [ 54%] 2022-11-23T01:57:03.2329492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 PASSED [ 54%] 2022-11-23T01:57:03.2329668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:57:03.2329846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 PASSED [ 54%] 2022-11-23T01:57:03.2330017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 PASSED [ 54%] 2022-11-23T01:57:03.2330187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2330358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2330528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2330701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2330873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2331044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2331211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2331367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2331575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2331765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2331940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2332108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2332327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2332564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2332740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2332912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2333082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2333248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2333428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2333610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 PASSED [ 55%] 2022-11-23T01:57:03.2333791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2333966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2334140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2334356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2334522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2334699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2334864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2335039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2335210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2335377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2335550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2335719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2335885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2336057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2336225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2336395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2336560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2336721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2336888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2337055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2337221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2337382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2337543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2337706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2337901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2338086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2338253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2338466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2338640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2338866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2339033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2339198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2339364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2339527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2339690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2339850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2340035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2340212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2340439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2340612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2340787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2340959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2341134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2341293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2341469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2341642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2341810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2341980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2342158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2342333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 PASSED [ 55%] 2022-11-23T01:57:03.2342502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2342671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2342836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2343004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2343168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2343331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2343497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2343671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2343842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2344013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2344242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2344417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 PASSED [ 55%] 2022-11-23T01:57:03.2344622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 PASSED [ 55%] 2022-11-23T01:57:03.2344793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2345006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2345211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 PASSED [ 55%] 2022-11-23T01:57:03.2345393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 PASSED [ 55%] 2022-11-23T01:57:03.2345569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2345740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2345910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2346084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2346263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2346432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2346666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2346843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2347020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2347198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2347371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2347552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2347732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 PASSED [ 55%] 2022-11-23T01:57:03.2347906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2348065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2348236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2348418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2348595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2348770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2348948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2349125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2349295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2349469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2349641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2349813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2349986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2350156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2350335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 PASSED [ 55%] 2022-11-23T01:57:03.2350564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2350789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2350964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2351134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2351335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2351534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 PASSED [ 55%] 2022-11-23T01:57:03.2351696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2351866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2352034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2352200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2352368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2352540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:57:03.2352764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2352934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2353099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 PASSED [ 55%] 2022-11-23T01:57:03.2353260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2353427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2353591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2353761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2353938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2354112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2354291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2354463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 PASSED [ 55%] 2022-11-23T01:57:03.2354636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2354794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 PASSED [ 55%] 2022-11-23T01:57:03.2354968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 PASSED [ 55%] 2022-11-23T01:57:03.2355137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool PASSED [ 55%] 2022-11-23T01:57:03.2355311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2355482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2355657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 PASSED [ 55%] 2022-11-23T01:57:03.2355836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 PASSED [ 55%] 2022-11-23T01:57:03.2356007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 PASSED [ 55%] 2022-11-23T01:57:03.2356176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:03.2356347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 PASSED [ 55%] 2022-11-23T01:57:03.2356516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2356682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2356948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2357122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2357287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2357453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2357618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2357838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2358002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2358157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2358321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2358487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2358650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2358861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2359035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2359211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2359381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2359552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2359719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2359884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2360080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2360273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2360464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2360647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2360828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2361007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2361183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2361375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2361559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2361841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2362033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2362214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2362391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2362572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2362750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2362921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2363189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2363372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2363542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2363716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2363885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2364109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2364274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2364435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2364595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2364764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2364937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2365155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2365307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2365470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2365632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2365799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2365961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2366129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2366300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2366471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2366646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2366815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2366982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2367182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2367383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2367577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2367771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2367945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2368131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2368312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2368489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2368649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2368824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2368997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2369221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2369396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2369640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2369824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2370003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2370183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2370410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2370586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2370763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2370944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2371120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2372010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2372184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2372363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2372546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2372719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2372891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2373053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2373228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2373413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2373592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2373768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2373943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2374119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2374290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2374455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2374622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2374786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2374967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2375145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2375319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2375494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2375667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2375907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2376137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2376312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2376472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2376702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2376878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2377050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2377219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2377422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2377615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2377821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2378022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2378268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2378463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2378657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2378858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2379063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2379266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2379464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2379663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2379858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2380052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2380228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2380404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2380561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2380734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2380904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2381072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2381256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 PASSED [ 56%] 2022-11-23T01:57:03.2381430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2381598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2381770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2381939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 PASSED [ 56%] 2022-11-23T01:57:03.2382163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2382388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 PASSED [ 56%] 2022-11-23T01:57:03.2382561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 PASSED [ 56%] 2022-11-23T01:57:03.2382732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 PASSED [ 56%] 2022-11-23T01:57:03.2382900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 PASSED [ 56%] 2022-11-23T01:57:03.2383117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 PASSED [ 56%] 2022-11-23T01:57:03.2383285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2383446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 PASSED [ 56%] 2022-11-23T01:57:03.2383624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2383795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool PASSED [ 56%] 2022-11-23T01:57:03.2383956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 PASSED [ 56%] 2022-11-23T01:57:03.2384127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 PASSED [ 56%] 2022-11-23T01:57:03.2384348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 PASSED [ 56%] 2022-11-23T01:57:03.2384528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:57:03.2384713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2384891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2385066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2385239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2385413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2385589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2385765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 PASSED [ 57%] 2022-11-23T01:57:03.2385936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2386104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2386272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2386440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2386627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2386794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2386968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2387136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2387304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2387453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2387615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2387778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2387941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2388107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2388281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 PASSED [ 57%] 2022-11-23T01:57:03.2388553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2388723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2388892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2389059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2389237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2389417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2389645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2389824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2390007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool PASSED [ 57%] 2022-11-23T01:57:03.2390199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2390390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 PASSED [ 57%] 2022-11-23T01:57:03.2390624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2390806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2390976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2391158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2391335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2391514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 PASSED [ 57%] 2022-11-23T01:57:03.2391687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2391861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2392042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2392212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2392384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2392560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2392739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2392916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2393091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2393267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2393442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2393620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2393795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2393998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2394191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2394387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2394611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2394804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2394993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2395232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2395416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2395598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2395798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2396053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2396255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2396451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2396693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2396887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2397097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2397293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2397487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2397685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2397880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2398076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2398266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2398458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2398654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2398845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2399043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2399259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2399475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex32 PASSED [ 57%] 2022-11-23T01:57:03.2399691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2399899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2400105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2400309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2400514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2401346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2401584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2401895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2402089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2402277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2402526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2402794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2403008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2403213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2403473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2403675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2403866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2404054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2404255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2404454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2404650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2404833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2405024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2405209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2405394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2405580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2405766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2405953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2406138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2406326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2406517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2406705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2406912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2407115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bool PASSED [ 57%] 2022-11-23T01:57:03.2407326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2407576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 57%] 2022-11-23T01:57:03.2407784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2407989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2408247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2408447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2408648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2408858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2409118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2409318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2409564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2409751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2409953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2410150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2410350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2410551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2410753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2410949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2411153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2411352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2411546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2411742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2411934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 57%] 2022-11-23T01:57:03.2412130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2412329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2412523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2412731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:57:03.2412943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 57%] 2022-11-23T01:57:03.2413147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int16 PASSED [ 57%] 2022-11-23T01:57:03.2413350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int32 PASSED [ 57%] 2022-11-23T01:57:03.2413594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 57%] 2022-11-23T01:57:03.2413799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int8 PASSED [ 57%] 2022-11-23T01:57:03.2413976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 PASSED [ 57%] 2022-11-23T01:57:03.2414144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:03.2414295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 PASSED [ 57%] 2022-11-23T01:57:03.2414527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2414704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 PASSED [ 58%] 2022-11-23T01:57:03.2414873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2415041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2415210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2415440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2415662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2415843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 PASSED [ 58%] 2022-11-23T01:57:03.2416022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2416197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2416370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2416544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2416720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2416891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2417074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2417254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 PASSED [ 58%] 2022-11-23T01:57:03.2417432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2417607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2417770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2417943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2418114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2418282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2418449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2418624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2418795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2418970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2419137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2419301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2419465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2419635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2419851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2420029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2420206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2420375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2420537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2420699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2420908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2421074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2421246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2421420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2421625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 PASSED [ 58%] 2022-11-23T01:57:03.2421866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2422037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2422207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2422371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2422541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2422722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2422900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2423087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2423271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2423450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2423628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2423800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2423975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2424150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2424316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2424494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2424669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2424845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2425017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2425189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2425367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2425539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2425716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2425936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2426107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2426277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2426446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2426630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2426806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2426982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2427214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2427391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2427566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2427739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2428013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2428193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 PASSED [ 58%] 2022-11-23T01:57:03.2428370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2428544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2428719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2428890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2429065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2429237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 PASSED [ 58%] 2022-11-23T01:57:03.2429410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2429581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2429748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2429911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2430074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2430247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2430414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2430584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2430749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2430920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2431089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2431243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2431407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2431572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2431745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2431913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2432128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2432296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2432465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2432638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2432809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2432977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 PASSED [ 58%] 2022-11-23T01:57:03.2433142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2433307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 PASSED [ 58%] 2022-11-23T01:57:03.2433528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2433698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2433864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2434082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2434291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2434459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2434626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2434788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2434950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2435126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2435300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2435480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2435655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2435830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2436002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2436174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 PASSED [ 58%] 2022-11-23T01:57:03.2436343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2436509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2436682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2436849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2437017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2437194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2437362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2437534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2437693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2437861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2438029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2438244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2438422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2438597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2438768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 PASSED [ 58%] 2022-11-23T01:57:03.2438936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2439101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 PASSED [ 58%] 2022-11-23T01:57:03.2439267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2439429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2439603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 PASSED [ 58%] 2022-11-23T01:57:03.2439834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 PASSED [ 58%] 2022-11-23T01:57:03.2440005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 PASSED [ 58%] 2022-11-23T01:57:03.2440221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 PASSED [ 58%] 2022-11-23T01:57:03.2440384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 PASSED [ 58%] 2022-11-23T01:57:03.2440583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:57:03.2440773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool PASSED [ 58%] 2022-11-23T01:57:03.2440947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2441099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2441292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2441488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2441779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float16 PASSED [ 59%] 2022-11-23T01:57:03.2441969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2442153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2442337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2442523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2442707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2442888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2443078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2443258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2443443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2443622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2443802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2443981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2444158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2444333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2444561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2444737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2444909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2445088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2445269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2445444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2445622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2445794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2445970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2446203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2446427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2446603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2446778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2447005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2447180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2447358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2447534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2447709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2447895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2448079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2448261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2448445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2448639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2448841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2449045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2449248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2449451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2449636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2449817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2450000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2450177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2450354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2450576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2450754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2450968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2451177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2451385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2451592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2451797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2452001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2452210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2452468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2452727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2452909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2453089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2453300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2453483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2453659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2453834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2454018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2454197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2454378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2454556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2454758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2454957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2455163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2455366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2455562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2455760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2455954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2456155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2456352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2456546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 59%] 2022-11-23T01:57:03.2456791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2456990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2457180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2457350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2457534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2457716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2457897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2458074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2458258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2458439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2458667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2458901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2459079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2459248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2459418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2459615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2459802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2459971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2460146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2460325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2460497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 PASSED [ 59%] 2022-11-23T01:57:03.2460670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2460839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2460995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2461160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2461330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2461508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2461688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 PASSED [ 59%] 2022-11-23T01:57:03.2461865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2462044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2462216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2462382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2462553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2462728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2462950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 PASSED [ 59%] 2022-11-23T01:57:03.2463127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2463296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 PASSED [ 59%] 2022-11-23T01:57:03.2463467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2463638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2463804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2463974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2464147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2464305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2464475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 PASSED [ 59%] 2022-11-23T01:57:03.2464639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2464845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 PASSED [ 59%] 2022-11-23T01:57:03.2465028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2465259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2465432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2465600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2465764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2465974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2466159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 PASSED [ 59%] 2022-11-23T01:57:03.2466329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2466497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2466660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2466833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool PASSED [ 59%] 2022-11-23T01:57:03.2467013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2467189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 PASSED [ 59%] 2022-11-23T01:57:03.2467361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2467521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 PASSED [ 59%] 2022-11-23T01:57:03.2467694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 PASSED [ 59%] 2022-11-23T01:57:03.2467864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2468034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 PASSED [ 59%] 2022-11-23T01:57:03.2468197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 PASSED [ 59%] 2022-11-23T01:57:03.2468368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:57:03.2468536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 PASSED [ 59%] 2022-11-23T01:57:03.2468703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2468868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2469082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2469258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2469427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2469590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2469751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2469911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2470090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 XFAIL [ 60%] 2022-11-23T01:57:03.2470261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool XFAIL [ 60%] 2022-11-23T01:57:03.2470434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 XFAIL [ 60%] 2022-11-23T01:57:03.2470606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 XFAIL [ 60%] 2022-11-23T01:57:03.2470763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 XFAIL [ 60%] 2022-11-23T01:57:03.2471574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2471751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2471916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2472084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2472291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2472466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2472637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2472809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2472988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2473173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2473355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2473531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2473706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2473882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2474056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2474230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2474400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2474573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2474727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2474890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2475055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2475232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2475408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2475579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2475801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2475970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2476136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2476311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2476483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2476661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2476835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2477011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2477185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2477356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2477525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2477776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2477955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2478116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2478286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2478454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2478674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2478844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2479017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2479200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2479387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2479562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2479733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2479905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2480079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2480261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2480439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2480616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2480789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2480963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2481136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2481309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2481467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2481643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2481969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2482143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2482312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2482480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2482649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2482822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2483006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2483185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2483362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2483540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2483713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2483929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2484158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2484338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2484509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2484679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2484843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2485045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2485223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2485394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2485573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2485745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2485915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2486082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2486251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2486422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2486592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2486765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2486934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2487102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2487270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2487444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2487621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2487795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2487966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2488184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2488343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2488511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2488680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2488845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2489010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2489189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2489363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2489539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2489708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2489872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2490095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2490273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2490501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2490677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2490848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2491067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2491238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 PASSED [ 60%] 2022-11-23T01:57:03.2491406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2491577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2491734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2491899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2492061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int64 PASSED [ 60%] 2022-11-23T01:57:03.2492225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_uint8 PASSED [ 60%] 2022-11-23T01:57:03.2492395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2492569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2492747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2492917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2493089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2493253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2493441Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2493625Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2493809Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2493991Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:57:03.2494165Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bool PASSED [ 60%] 2022-11-23T01:57:03.2494400Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex128 PASSED [ 60%] 2022-11-23T01:57:03.2494584Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex32 PASSED [ 60%] 2022-11-23T01:57:03.2494770Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex64 PASSED [ 60%] 2022-11-23T01:57:03.2494949Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float16 PASSED [ 60%] 2022-11-23T01:57:03.2495114Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:03.2495288Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float64 PASSED [ 60%] 2022-11-23T01:57:03.2495463Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int16 PASSED [ 60%] 2022-11-23T01:57:03.2495638Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int32 PASSED [ 60%] 2022-11-23T01:57:03.2495828Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 61%] 2022-11-23T01:57:03.2496004Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex128 XFAIL [ 61%] 2022-11-23T01:57:03.2496223Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float32 XFAIL [ 61%] 2022-11-23T01:57:03.2496443Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int16 XFAIL [ 61%] 2022-11-23T01:57:03.2496614Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int8 XFAIL [ 61%] 2022-11-23T01:57:03.2496779Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_uint8 XFAIL [ 61%] 2022-11-23T01:57:03.2496991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex32 PASSED [ 61%] 2022-11-23T01:57:03.2497192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2497369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2497547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2497719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2497926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2498139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex32 PASSED [ 61%] 2022-11-23T01:57:03.2498346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2498551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2498753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2498962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2499153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2499356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex32 PASSED [ 61%] 2022-11-23T01:57:03.2499558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2499757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2499953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2500154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2500351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2501283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2501498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2501704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2501900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2502096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2502289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2502562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2502776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2503009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2503284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2503483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2503684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2503888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2504088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2504297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex32 PASSED [ 61%] 2022-11-23T01:57:03.2504500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2504707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2504894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2510583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2510797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2511007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2511209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2511418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2511619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2511826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2512014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2512337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2512533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2512730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2513033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2513245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2513453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2513661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2513875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2514081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2514285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2514579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2514780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2514985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2515245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2515447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2515647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2515847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2516052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2516258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2516459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2516646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2516843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2517976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2518178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2518376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2518585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2518786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2518980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2519174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2519382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2519587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2519796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex32 PASSED [ 61%] 2022-11-23T01:57:03.2520060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2520259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2520519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2520715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2520926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2521184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2521390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2521589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2521913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2522116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2522310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2522497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2522668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2522852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2523030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2523206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2523383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2523567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2523758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2523946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2524411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2524593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2524773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2524949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2525131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2525314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2525494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2525676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2525856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2526037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2526215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2526394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2526672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2526851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2527041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2527279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2527471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2527665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2527849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2528037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2528218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2528401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2528583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2528766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2528944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 PASSED [ 61%] 2022-11-23T01:57:03.2529125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2529299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2534656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2534901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2535092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2535280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2535461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2535639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 PASSED [ 61%] 2022-11-23T01:57:03.2535923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 PASSED [ 61%] 2022-11-23T01:57:03.2536115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2536313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 PASSED [ 61%] 2022-11-23T01:57:03.2536510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 PASSED [ 61%] 2022-11-23T01:57:03.2536701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2536886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2537068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2537252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 PASSED [ 61%] 2022-11-23T01:57:03.2537420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 PASSED [ 61%] 2022-11-23T01:57:03.2537598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 PASSED [ 61%] 2022-11-23T01:57:03.2537785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:57:03.2537964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool PASSED [ 61%] 2022-11-23T01:57:03.2538202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 PASSED [ 61%] 2022-11-23T01:57:03.2538387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 PASSED [ 61%] 2022-11-23T01:57:03.2538566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2538747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2538928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2539180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2539366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2539548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2539727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2539949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2540152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2540334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2540515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2540694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2540888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2541077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2541256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2541443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2541625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2541804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2542039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2542217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2542407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2542589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2542768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2542945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2543120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2543306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2543488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2543667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2543845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2544022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2544242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2544423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2544600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2544782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2544959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2545128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2545316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2545504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2545747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2545929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2546124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2546315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2546566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2546759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2546945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2547131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2547311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2547505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2547701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2547896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2548451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2548638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2548827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2549020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2549217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 PASSED [ 62%] 2022-11-23T01:57:03.2549404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2549577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2549757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2549948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2550131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2550312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2550557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2550759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2550946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2551129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2551311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2551492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2551672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2551851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2552124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2552330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2552536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2552793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2553001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2553198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2553396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2553587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2553784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2553981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2554163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2554355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2554804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2554989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2555171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2555365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2555555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2555744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2555930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2556114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2556298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2556477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2556653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2556877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2557063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2557245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2557423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2557599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2557778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2557951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2558138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2558311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2558563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2558744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2558923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2559112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2559355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2559539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2559729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2559916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2560101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2560285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2560463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2560650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2561082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2561271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2561458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2561734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2561924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2562107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2562292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2562475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:57:03.2562654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2562839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2563025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2563263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2563444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 PASSED [ 62%] 2022-11-23T01:57:03.2563627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 PASSED [ 62%] 2022-11-23T01:57:03.2563808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2563990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2564190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 PASSED [ 62%] 2022-11-23T01:57:03.2564387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 PASSED [ 62%] 2022-11-23T01:57:03.2564583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2564778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 PASSED [ 62%] 2022-11-23T01:57:03.2565037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2565230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2565408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2565591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 PASSED [ 62%] 2022-11-23T01:57:03.2565833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2566014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2566211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 PASSED [ 62%] 2022-11-23T01:57:03.2566412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2566602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 PASSED [ 62%] 2022-11-23T01:57:03.2566779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2566969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2567172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:03.2567426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 PASSED [ 62%] 2022-11-23T01:57:03.2567621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 PASSED [ 62%] 2022-11-23T01:57:03.2567813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 PASSED [ 62%] 2022-11-23T01:57:03.2568013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 PASSED [ 62%] 2022-11-23T01:57:03.2568206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool PASSED [ 62%] 2022-11-23T01:57:03.2568401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 PASSED [ 63%] 2022-11-23T01:57:03.2568596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2568787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2568970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2569160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2569344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2569573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2569758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2569943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 PASSED [ 63%] 2022-11-23T01:57:03.2570122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2570304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2570487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2570663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2570849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 PASSED [ 63%] 2022-11-23T01:57:03.2571023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2571204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2571437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2571615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2571793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2571966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2572199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2572388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2572569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2572747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2572932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2573111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2573346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2573525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2573701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2573893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2574080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2574271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2574460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2574643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2574818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2574996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2575198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex128 PASSED [ 63%] 2022-11-23T01:57:03.2575398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex32 PASSED [ 63%] 2022-11-23T01:57:03.2575634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2575829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2576022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2576211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2576404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 PASSED [ 63%] 2022-11-23T01:57:03.2576589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2576774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2576959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2577159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2577358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2577553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2577746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2577940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2578134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2578320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2578506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2578688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2578869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2579041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2579243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2579490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2579688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2579882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2580086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2580286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2580493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2580699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2580903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2581101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2581297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2581534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2581730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2581924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2582115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2582308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2582503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2582697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2582951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2583145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2583327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2583517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 PASSED [ 63%] 2022-11-23T01:57:03.2583755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2583933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2584114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2584297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2584486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2584664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2584854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 PASSED [ 63%] 2022-11-23T01:57:03.2585043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 PASSED [ 63%] 2022-11-23T01:57:03.2585224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2585456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2585641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2585822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2586005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2586187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2586418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2586654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2586890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2587122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2587347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2587616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2587846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2588083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2588313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2588547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:57:03.2588732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2588905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2589084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2589258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2589432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2589608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2589782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2589967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2590152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2590328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2590503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2590676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2590852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2591033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2591256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2591433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2591608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2591787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2591967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2592147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2592327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2592492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2592670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 PASSED [ 63%] 2022-11-23T01:57:03.2592850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2593030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2593215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 PASSED [ 63%] 2022-11-23T01:57:03.2593436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2593613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2593808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2593994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2594184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2594372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2594551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 PASSED [ 63%] 2022-11-23T01:57:03.2594733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 PASSED [ 63%] 2022-11-23T01:57:03.2594916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2595106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 PASSED [ 63%] 2022-11-23T01:57:03.2595290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 PASSED [ 63%] 2022-11-23T01:57:03.2595471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2595651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2595834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2596013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:57:03.2596192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 PASSED [ 63%] 2022-11-23T01:57:03.2596360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 PASSED [ 63%] 2022-11-23T01:57:03.2596537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 PASSED [ 63%] 2022-11-23T01:57:03.2596714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool PASSED [ 63%] 2022-11-23T01:57:03.2596888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 PASSED [ 63%] 2022-11-23T01:57:03.2597063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2597290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2597464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2597655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2597843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2598024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2598204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2598385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2598566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2598748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2598938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2599120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2599402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2599589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2599767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2599963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:57:03.2600210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2600399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 PASSED [ 64%] 2022-11-23T01:57:03.2600597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2600790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2600982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2601170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2601360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2601553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2601866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2602059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2602246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2602426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2602604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2602781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2602965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2603154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2603394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2603575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2603755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2603939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2604124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2604318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2604512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2604690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2604875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2605056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2605241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2605425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2605662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2605846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2606025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2606201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2606387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2606573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2606753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2606935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2607118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2607299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2607493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2607684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2607874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2608057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2608241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2608423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2608590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2608770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2608972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2609166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2609403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2609591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2609787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2609977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2610159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2610346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2610527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2610710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2610894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2611076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2611266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2612086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2612282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2612464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2612648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2612828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2613032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2613222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2613394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2613580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2613761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2613942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2614135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2614323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2614507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2614697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2614875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2615070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2615259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2615445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2615627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2615862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2616043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2616228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2616412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2616594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2616778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2616962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2617142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2617313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2617492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2617677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2617856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2618082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2618263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2618442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2618628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:57:03.2618809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2618995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2619177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2619360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2619542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2619719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2619901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2620096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2620289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 PASSED [ 64%] 2022-11-23T01:57:03.2620475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2620666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2620837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2621022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2621206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:57:03.2621386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2621575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2621802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 PASSED [ 64%] 2022-11-23T01:57:03.2621985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2622167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2622346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2622530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2622723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 PASSED [ 64%] 2022-11-23T01:57:03.2622910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 PASSED [ 64%] 2022-11-23T01:57:03.2623094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2623279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 PASSED [ 64%] 2022-11-23T01:57:03.2623461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 PASSED [ 64%] 2022-11-23T01:57:03.2623644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2623825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2624054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:57:03.2624238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool PASSED [ 64%] 2022-11-23T01:57:03.2624427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 PASSED [ 64%] 2022-11-23T01:57:03.2624611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2624780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 PASSED [ 64%] 2022-11-23T01:57:03.2624961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 PASSED [ 64%] 2022-11-23T01:57:03.2625144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 PASSED [ 64%] 2022-11-23T01:57:03.2625338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:57:03.2625533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 PASSED [ 64%] 2022-11-23T01:57:03.2625723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 PASSED [ 64%] 2022-11-23T01:57:03.2625913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2626099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2626285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2626471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2626656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2626837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2627018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2627199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2627415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 65%] 2022-11-23T01:57:03.2627606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2627839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2628022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2628202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2628385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2628570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2628737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2628916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2629102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2629286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2629465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2629643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2629825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2630046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2630225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2630403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2630581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2630867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2631053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2631233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2631461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2631645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2631822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2632001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2632175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2632345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2632508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2632680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2632852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2633032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2633213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2633384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2633556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2633749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2633992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2634183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2634366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2634549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2634727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2634909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2635101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 PASSED [ 65%] 2022-11-23T01:57:03.2635290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2635474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2635656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2635838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2636076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2636261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2636432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2636611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2636791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2636974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2637157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2637344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2637523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2637705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2637883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2638057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2638231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2638406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2638596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2638783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2638967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2639151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2639331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 PASSED [ 65%] 2022-11-23T01:57:03.2639515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2639710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 PASSED [ 65%] 2022-11-23T01:57:03.2639949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2640140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2640310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2640489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2640669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2640861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2641046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2641238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2641427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2641611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2641902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2642153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 PASSED [ 65%] 2022-11-23T01:57:03.2642351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2642541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2642726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2642909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2643092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2647904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2648246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2648452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 PASSED [ 65%] 2022-11-23T01:57:03.2648652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2648847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2649040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2649229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2649426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2649660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2649856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 PASSED [ 65%] 2022-11-23T01:57:03.2650031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2650215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2650400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2650586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2650778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 PASSED [ 65%] 2022-11-23T01:57:03.2651067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2651257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2651440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2651628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2651810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2651997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2652178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2652363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2652547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2652732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2652911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2653099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2653279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2653462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 PASSED [ 65%] 2022-11-23T01:57:03.2653642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2653822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2653989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2655020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:57:03.2655234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2655420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2655607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2655795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2655981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2656167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2656357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2656545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2656731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2656916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 PASSED [ 65%] 2022-11-23T01:57:03.2657098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2657290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 PASSED [ 65%] 2022-11-23T01:57:03.2657480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 PASSED [ 65%] 2022-11-23T01:57:03.2657663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:03.2657910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2658095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2658277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2658454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 PASSED [ 65%] 2022-11-23T01:57:03.2658618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 PASSED [ 65%] 2022-11-23T01:57:03.2658794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 PASSED [ 65%] 2022-11-23T01:57:03.2658972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool PASSED [ 65%] 2022-11-23T01:57:03.2659151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 PASSED [ 65%] 2022-11-23T01:57:03.2659331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 PASSED [ 65%] 2022-11-23T01:57:03.2659506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 PASSED [ 65%] 2022-11-23T01:57:03.2659680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2659852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2660038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2660231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2660415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2660598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2660788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2660971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2661377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2661591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2661800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2662006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2662203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2662396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2662588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2662769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2662975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2663177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2663383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2663584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2663779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2664026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2664212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 XFAIL [ 66%] 2022-11-23T01:57:03.2664395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2664576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2664762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2664947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2665128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2665311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2665490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2665674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2665855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2666032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2666212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2666385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2666559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2666736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2666932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2667137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2667396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2667608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex32 PASSED [ 66%] 2022-11-23T01:57:03.2667811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2668015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2668223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2668417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2668612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2668801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2668996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2669184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2669380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2669574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2669763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2669997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2670188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2670378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2670570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2670760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2670945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2671130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2671301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2671485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2671683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2671876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2672063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2672249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2672440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2672634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2672824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2673011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2673196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2673430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2673627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2673817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2674000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2674184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2674363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2674542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2674717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2674895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2675071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2675231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2675424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2675613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2675810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 PASSED [ 66%] 2022-11-23T01:57:03.2676049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2676240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2676432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2676619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2676806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2676989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2677173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2677359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2677549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2677737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2677921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2678106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2678287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2678502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2678707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2678921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2679127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2679556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2679758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2679978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2680189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2680395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2680585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2680770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2680961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2681148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2681334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2681521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2681828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2682026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2682213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2682457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2682645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2682828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2683010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2683198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2683382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2683563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2683745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2683928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2684093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2684274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2684450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2684625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2684819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2685010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2685194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2685376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2685564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2685792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 PASSED [ 66%] 2022-11-23T01:57:03.2685988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2686180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2686377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2686568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float32 PASSED [ 66%] 2022-11-23T01:57:03.2686757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int16 PASSED [ 66%] 2022-11-23T01:57:03.2686945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int32 PASSED [ 66%] 2022-11-23T01:57:03.2687134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2687420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:57:03.2687604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool PASSED [ 66%] 2022-11-23T01:57:03.2687794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 PASSED [ 66%] 2022-11-23T01:57:03.2687982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 PASSED [ 66%] 2022-11-23T01:57:03.2688210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 PASSED [ 66%] 2022-11-23T01:57:03.2688400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 PASSED [ 66%] 2022-11-23T01:57:03.2688637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 PASSED [ 66%] 2022-11-23T01:57:03.2688823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 PASSED [ 66%] 2022-11-23T01:57:03.2689023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2689205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2689382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool PASSED [ 67%] 2022-11-23T01:57:03.2689568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2689747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2689925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2690102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2690278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2690464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2690651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2690830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2691010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2691186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2691360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 PASSED [ 67%] 2022-11-23T01:57:03.2691537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2691825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2692063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2692287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2692523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2692755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2692987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2693217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:57:03.2693483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2693743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2693996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2694248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2694546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2694802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2695051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:57:03.2695240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2695426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2695618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2695803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool PASSED [ 67%] 2022-11-23T01:57:03.2695995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2696178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2696364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2696548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool PASSED [ 67%] 2022-11-23T01:57:03.2696741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2696930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2697115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2697296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2697492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2697726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2697913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2698178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:57:03.2698428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:57:03.2698689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:57:03.2698896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2699150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:57:03.2699353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2699554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2699756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2699957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2700166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2700418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2700622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2700833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2701038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2701242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2701446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 67%] 2022-11-23T01:57:03.2701668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2701874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2702073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2702282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2702490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2702692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2702892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2703088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2703318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex32 PASSED [ 67%] 2022-11-23T01:57:03.2703835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2704065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2704289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2704505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2704709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2704923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2705139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2705355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2705571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2705777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2705984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2706203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2706421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2706690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2706908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2707114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2707318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2707533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2707749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2707962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2708175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 67%] 2022-11-23T01:57:03.2708386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2708594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2708797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2709001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2709203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2709403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2709604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2710015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2710220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2710405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2710620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bool PASSED [ 67%] 2022-11-23T01:57:03.2710842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2711064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2711285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2711501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2711715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2711937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2712154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2712368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2712626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2712835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2713048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2713257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2713460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2713674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2713881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2714089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2714293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2714501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2714706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2714914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2715120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2715327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2715535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2715740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 PASSED [ 67%] 2022-11-23T01:57:03.2715989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2716214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2716437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2716655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2716873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2717091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2717309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 67%] 2022-11-23T01:57:03.2717526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int8 PASSED [ 67%] 2022-11-23T01:57:03.2717740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2717925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2718118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:03.2718303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2718535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2718726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 PASSED [ 67%] 2022-11-23T01:57:03.2718909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2719092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2719272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 PASSED [ 67%] 2022-11-23T01:57:03.2719452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 PASSED [ 67%] 2022-11-23T01:57:03.2719631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 PASSED [ 67%] 2022-11-23T01:57:03.2719806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 PASSED [ 67%] 2022-11-23T01:57:03.2719984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 PASSED [ 67%] 2022-11-23T01:57:03.2720177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:57:03.2720368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 PASSED [ 67%] 2022-11-23T01:57:03.2720538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 PASSED [ 67%] 2022-11-23T01:57:03.2720723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2720909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2721093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2721278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2721470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2721768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2722015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2722202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2722388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2722572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2722755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2722938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2723120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2723297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2723475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2723651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2723835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2724024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 PASSED [ 68%] 2022-11-23T01:57:03.2724210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2724389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2724554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2725019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2725205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2725392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2725582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2725763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2725943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2726122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2726306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2726494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 PASSED [ 68%] 2022-11-23T01:57:03.2726680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 PASSED [ 68%] 2022-11-23T01:57:03.2726863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2727043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2727243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2727438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2727625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2727814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2728003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2728244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2728434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2728617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2728788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2728969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2729155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2729344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2729531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2729717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2729900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2730084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2730268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2730450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2730645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2730839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2731080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2731268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2731457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2731648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2731834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2732025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 PASSED [ 68%] 2022-11-23T01:57:03.2732209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2732397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2732581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2732753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2732934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2733124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 PASSED [ 68%] 2022-11-23T01:57:03.2733311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 PASSED [ 68%] 2022-11-23T01:57:03.2733497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2733679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2733857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2734036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2734250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2734440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2734622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2734802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2734976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2735156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2735341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2735527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2735710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2735887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2736077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2736261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2736438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2736600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2736785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2737017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2737199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2737379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2737557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2737739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2737917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2738097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2738274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2738454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2738646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2738840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 PASSED [ 68%] 2022-11-23T01:57:03.2739028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2739213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2739396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2739581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2739765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2739949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2740130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2740340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2740522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2740699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2740883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2741069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 PASSED [ 68%] 2022-11-23T01:57:03.2741252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2741434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2741617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2741803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2741986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2742167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2742346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2742526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2742705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2742927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2743101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 PASSED [ 68%] 2022-11-23T01:57:03.2743278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2743452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2743641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 PASSED [ 68%] 2022-11-23T01:57:03.2743828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2744011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2744179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2744360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2744537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2744717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2744891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2745077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 PASSED [ 68%] 2022-11-23T01:57:03.2745264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2745445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2745630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2745811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 PASSED [ 68%] 2022-11-23T01:57:03.2746018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2746265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2746474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex64 PASSED [ 68%] 2022-11-23T01:57:03.2746673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2746876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2747075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2747274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int8 PASSED [ 68%] 2022-11-23T01:57:03.2747472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2747674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 PASSED [ 68%] 2022-11-23T01:57:03.2747869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2748065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2748255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 PASSED [ 68%] 2022-11-23T01:57:03.2748437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 PASSED [ 68%] 2022-11-23T01:57:03.2748633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:57:03.2748825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bool PASSED [ 68%] 2022-11-23T01:57:03.2749077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float64 PASSED [ 68%] 2022-11-23T01:57:03.2749269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2749459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2749648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2749844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2750042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2750232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2750425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2750617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2750809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2750996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2751184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2751370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2751551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2751741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2751932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2752122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2752351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2752534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2752734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2752932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2753124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2753321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2753538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2753765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2753991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex32 PASSED [ 69%] 2022-11-23T01:57:03.2754206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2754420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2754634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2754893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2755105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2755303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2755499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2755695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2755913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2756129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2756348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2756569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2756790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2757000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2757213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2757436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2757657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2757877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2758067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2758290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2758484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2758670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2758861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2759046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2759243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2759446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2759639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2759829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2760017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2760228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2760442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 69%] 2022-11-23T01:57:03.2760653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2760906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2761116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2761320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2761527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2761838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2762058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2762270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2762485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2762692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2762892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2763093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2763276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2763470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2763664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2763861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2764054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2764303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2764498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2764690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2764876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2765059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2765239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2765419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2765599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2765778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2765962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2766153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2766336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2766520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2766701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2766938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2767121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2767302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2767491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 PASSED [ 69%] 2022-11-23T01:57:03.2767678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2767862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2768045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2768227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2768415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2768602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2768794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 PASSED [ 69%] 2022-11-23T01:57:03.2768978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2769158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2769336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2769515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2769694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2769879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 PASSED [ 69%] 2022-11-23T01:57:03.2770062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2770282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2770462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2770654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2770840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2771021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2771189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2771378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2771560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2771745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2771925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2772105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2772282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2772467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2772646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2772832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 PASSED [ 69%] 2022-11-23T01:57:03.2773059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2773236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2773415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2773588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2773780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:57:03.2773969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool PASSED [ 69%] 2022-11-23T01:57:03.2774166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2774358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 PASSED [ 69%] 2022-11-23T01:57:03.2774550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2774739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2774907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2775085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2775259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2775432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2775610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2775797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2775983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 PASSED [ 69%] 2022-11-23T01:57:03.2776164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 PASSED [ 69%] 2022-11-23T01:57:03.2776390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2776581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2776764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2776943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2777122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2777297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 PASSED [ 69%] 2022-11-23T01:57:03.2777490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 PASSED [ 69%] 2022-11-23T01:57:03.2777675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 PASSED [ 69%] 2022-11-23T01:57:03.2777858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 PASSED [ 69%] 2022-11-23T01:57:03.2778044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 PASSED [ 69%] 2022-11-23T01:57:03.2778224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 PASSED [ 69%] 2022-11-23T01:57:03.2778405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2778580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2778752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2778974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2779154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2779335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2779523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2779717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2779905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2780088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2780268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2780456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2780640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2780820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2781003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2781186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2781364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2781543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2781736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2781923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2782107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2782335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2782506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2782686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2782865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2783043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2783234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2783421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2783614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2783805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2784001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2784198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2784389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2784579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2784768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2785003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2785190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2785378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2785560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2785743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2785929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2786114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2786298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2786485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2786654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2786838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2787021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2787200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2787382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2787570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2787764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 PASSED [ 70%] 2022-11-23T01:57:03.2787961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2788156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2788386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2788576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2788760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2788947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2789247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2789456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2789647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2789833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2790046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2790262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2790451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2790636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2790805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2790989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2791224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2791404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2791591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2791788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2791985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 PASSED [ 70%] 2022-11-23T01:57:03.2792177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2792363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2792553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2792738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2792923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2793112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2793302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:03.2793493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 PASSED [ 70%] 2022-11-23T01:57:03.2793676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2793861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2794045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2794231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2794453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2794639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2794806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2794986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2795161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2795348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2795537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 PASSED [ 70%] 2022-11-23T01:57:03.2795764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2795969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2796156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2796339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2796521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2796760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2796945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2797124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2797366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:57:03.2797556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 PASSED [ 70%] 2022-11-23T01:57:03.2797738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2797918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2798098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2798289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2798472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2798653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2798822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 PASSED [ 70%] 2022-11-23T01:57:03.2799001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2799179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2799365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2799549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2799736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2799917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2800096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int8 PASSED [ 70%] 2022-11-23T01:57:03.2800280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2800471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 PASSED [ 70%] 2022-11-23T01:57:03.2800696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 PASSED [ 70%] 2022-11-23T01:57:03.2800881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2801061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 PASSED [ 70%] 2022-11-23T01:57:03.2801274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2801476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2801745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bool PASSED [ 70%] 2022-11-23T01:57:03.2801947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2802137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float64 PASSED [ 70%] 2022-11-23T01:57:03.2802387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int16 PASSED [ 70%] 2022-11-23T01:57:03.2802573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int64 PASSED [ 70%] 2022-11-23T01:57:03.2802751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2802918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2803165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2803355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2803594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2803779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2803968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2804148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2804327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2804535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__softmax_backward_data_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2804717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2804895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2805079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2805264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2805446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2805627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2805833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:57:03.2806032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:57:03.2806219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 70%] 2022-11-23T01:57:03.2806403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 70%] 2022-11-23T01:57:03.2806584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 70%] 2022-11-23T01:57:03.2806754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 70%] 2022-11-23T01:57:03.2806973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2807176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:57:03.2807373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:57:03.2807563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2807748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2807926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2808114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2808302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2808481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2808713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 71%] 2022-11-23T01:57:03.2808906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2809090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2809338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 71%] 2022-11-23T01:57:03.2809579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2809806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2809983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2810170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2810348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2810538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2810729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2810901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2811088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2811269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2811458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2811642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2811833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2812018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2812196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2812379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2812565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2812765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2812959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2813138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2813360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2813550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2813734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2813910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 71%] 2022-11-23T01:57:03.2814100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2814284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2814488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2814673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2814867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2815088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2815288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2815470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2815656Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2815836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2816132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2816332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2816526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2816710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2817022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2817218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2817402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2817587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2817771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2817954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2818150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2818340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2818517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2818694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2818860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2819043Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2819227Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2819409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2819666Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2819859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2820047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2820234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2820430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2820612Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2820795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2820974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2821152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2821332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2821567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2821752Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2821954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:57:03.2822152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:57:03.2822399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2823396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2823563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2823749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2823930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2824111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2824290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2824468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2824654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2824840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2825029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2825228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2825419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2825608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2825791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2825982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2826172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2826358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2826551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2826782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2826969Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2827151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2827327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2827516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2827701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2827954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2828142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2828324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2828507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2828745Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2828930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2829109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2829303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2829492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2829818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2829997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2830177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2830355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_float32 XFAIL [ 71%] 2022-11-23T01:57:03.2830547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2830731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2830914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2831090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2831253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2831443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2831634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2831832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_grid_sampler_2d_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2832018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2832204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2832390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2832570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2832752Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2832947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2833183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2833381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2833571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2833765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2833951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2834133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2834354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2834556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2834744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2834922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2835105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 71%] 2022-11-23T01:57:03.2835326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2835512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 71%] 2022-11-23T01:57:03.2835752Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:57:03.2835998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:57:03.2836290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:57:03.2836515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:57:03.2836756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:57:03.2836992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:57:03.2837217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:57:03.2837437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:57:03.2837624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2837802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2837988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:57:03.2838167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 72%] 2022-11-23T01:57:03.2838349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2838529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2838724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2838914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2839111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2839298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2839536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2839733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2839933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2840114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2840299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2840494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2840702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2840957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2841148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2841362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2841547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2841881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2842078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2842280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2842532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2842732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2842934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2843132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2843334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2843550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2843759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2843959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2844150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2844339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2844558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2844729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2844937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2845210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 72%] 2022-11-23T01:57:03.2845410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2845603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2845842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2846032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2846219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2846418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2846616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2846809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2847015Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2847238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:57:03.2847449Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2847629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2847818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2848056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2848282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2848474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2848711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2848894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2849090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2849297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:57:03.2849475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2849667Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2849849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2850036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2850223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2850417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2850596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2850780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2850958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2851147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2851336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2851528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2851728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2851918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2852449Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2852645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2852836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2853023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2853224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2853421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2853601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2853853Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2854050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2854239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2854421Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2854659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2854862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2855042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2855303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2855519Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2855723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2855925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2856108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2856284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2856469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2856652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2856835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2857038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2857243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2857430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2857613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2857785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2857967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2858163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2858340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2858543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:57:03.2858851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 72%] 2022-11-23T01:57:03.2859114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 72%] 2022-11-23T01:57:03.2859306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2859494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2859682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2859906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2860124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2860400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2860621Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2860837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_alpha_dropout_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2861042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2861298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2861553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2861771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2862083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2866567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2867084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2867640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2867987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2868408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2868989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2869371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2869766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2870069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2870399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2870761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 72%] 2022-11-23T01:57:03.2871122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2871444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2871825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2872031Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2872231Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2872445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2878764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2879106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2879444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2879854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2880213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2880606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2880818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2881027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2881233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2881592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 72%] 2022-11-23T01:57:03.2881914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2882137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2882346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2882537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2882737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2882952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2883166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2883377Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2883599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2883819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2884046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2884261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2884471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2884690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2884976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2885197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2885411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2885623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2885834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2886039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2886300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2886499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2886699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2886896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2887157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2887377Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2887592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2887799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2888046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2888253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2888471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2888702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2888908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2889108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2889324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2889543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2889736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2889923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2890106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2890293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2890473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2890655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2890837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:57:03.2891031Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2891257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2891442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2891662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:57:03.2891882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:57:03.2892061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2892238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2892407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2892618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2892819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2893006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2893194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2893380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2893608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_cpu_float32 XFAIL [ 73%] 2022-11-23T01:57:03.2893801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2893983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:57:03.2894217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2894410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2894601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2894788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2894972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2895173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2895359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2895539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2895728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2895921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2896110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2896276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2896453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2896629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2896842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_complex64 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:57:03.2897050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:57:03.2897252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2897495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2897701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2897911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2898091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2898275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2898451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2898634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2898814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2899063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_cosine_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:57:03.2899266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2899449Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2899629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2899820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2900054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2900257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2900474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2900669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2900889Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2901181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:57:03.2901466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:57:03.2901657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2901843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2902036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2902321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:57:03.2902532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2902743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2902936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2903130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2903349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2903569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2903910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:57:03.2904209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:57:03.2904503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:57:03.2904698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2904899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2905098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2905295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2905507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2905721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2905907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2906084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2906261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2906568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2906742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2906919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2907095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2907291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2907479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2907662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2907844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2908020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2908208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2908406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2908600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2908796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2908975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2909155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2909332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2909523Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2909710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2909904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2910132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2910300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2910479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2910660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2910835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2911030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2911220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2911405Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2911599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 73%] 2022-11-23T01:57:03.2911785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2912019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 73%] 2022-11-23T01:57:03.2912201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 73%] 2022-11-23T01:57:03.2912399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2912577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2912815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 74%] 2022-11-23T01:57:03.2913051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 74%] 2022-11-23T01:57:03.2913236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 74%] 2022-11-23T01:57:03.2913430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2913614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2913799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_copy_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2913977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2914140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2914320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2914498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 74%] 2022-11-23T01:57:03.2914676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 74%] 2022-11-23T01:57:03.2914870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 74%] 2022-11-23T01:57:03.2915060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2915247Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2915439Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2915633Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2915821Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2916012Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2916226Z test_ops.py::TestCompositeComplianceCPU::test_backward__softmax_backward_data_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2916454Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2916643Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2916834Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2917024Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2917215Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2917421Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2917607Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2917790Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2917963Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2918160Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2918420Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2918614Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2918797Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2918982Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2919225Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2919469Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2919660Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2919854Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2920059Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2920248Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2920438Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2920641Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2920839Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2921037Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2921239Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2921435Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2921620Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2921898Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2922098Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2922286Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2922473Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2922657Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2922848Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2923039Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2923280Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2923473Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2923657Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2923851Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2924057Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2924244Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2924434Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2924677Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2924912Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2925116Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2925306Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2925532Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2925732Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2925902Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2926086Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2926325Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2926519Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2926712Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2926905Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2927095Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2927283Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2927485Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2927674Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2927866Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2928062Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2928254Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2928445Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2928631Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2928813Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2928992Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2929171Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2929351Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2929527Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2929719Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2929953Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2930143Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2930331Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2930518Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2930709Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2930895Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2931186Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2931384Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2931596Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2931793Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2932047Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2932272Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2932464Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2932660Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2932855Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2933121Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2933314Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2933521Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2933705Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2933903Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2934113Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2934303Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2934503Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2934705Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2934909Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2935101Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2935284Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2935495Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2935691Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2935881Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2936072Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2936264Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2936450Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2936644Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2936892Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2937092Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2937291Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2937490Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2937732Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2937923Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2938147Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2938384Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2938614Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2938810Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2939022Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2939211Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2939399Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2939590Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2940236Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2940421Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2940637Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2940848Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2941042Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2941237Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2941427Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2941617Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2941849Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2942073Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2942292Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2942493Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 74%] 2022-11-23T01:57:03.2942705Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2942931Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2943169Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2943375Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2943586Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2943845Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2944117Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2944337Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2944584Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2944849Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2945089Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2945313Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-11-23T01:57:03.2945522Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2945740Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2945956Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2946174Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2946402Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2946628Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2946909Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2947117Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2947330Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2947542Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2947774Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2947976Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2948195Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2948410Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2948628Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2948851Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2949070Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2949304Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2949516Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2949732Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2949939Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2950160Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2950452Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2950682Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2950891Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2951118Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2951387Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2951605Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2951815Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2952005Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2952197Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2952384Z test_ops.py::TestCompositeComplianceCPU::test_backward_ormqr_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2952571Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2952828Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-11-23T01:57:03.2953014Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2953199Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2953435Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2953628Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2953816Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2954004Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2954201Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2954398Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2954603Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2954796Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2954979Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2955183Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2955390Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2955577Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2955763Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2955968Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2956167Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2956364Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2956572Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2956762Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2956995Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2957238Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2957423Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2957615Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2957877Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2958066Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2958264Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2958466Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2958663Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2958861Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2959058Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2959298Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2959487Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2959689Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2959892Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2960078Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2960316Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2960508Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2960693Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2960861Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2961048Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2961230Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2961427Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2961621Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2961904Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2962093Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2962290Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2962491Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2962679Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2962877Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2963072Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2963266Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_copy_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2963514Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2963708Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2963894Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2964182Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2964387Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_copy_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2964571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2964764Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2964943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2965131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2965320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2965505Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2965696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2965890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2966080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2966287Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2966482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2966672Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2966901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2967136Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2967369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2967596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2967826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2968060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2968288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2968520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2968719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2968934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2969125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2969299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2969494Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2969765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:57:03.2969979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2970225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2970430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2971047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2971289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:57:03.2971492Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2971683Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2971910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:57:03.2972143Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cfloat_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:57:03.2972379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:57:03.2972586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2972786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2972964Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2973158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2973347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2973545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2973738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2973979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2974166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2974356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2974546Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 75%] 2022-11-23T01:57:03.2974737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2974929Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2975119Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2975310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2975501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2975694Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2975889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2976099Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2976368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2976579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2976813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2977072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2977264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2977451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2977694Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2977888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2978079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2978269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2978470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2978667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2978864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2979057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2979250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2979439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2979630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2979822Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2980020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2980210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2980396Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2980672Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2980904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2981085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2981324Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_grid_sampler_2d_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:57:03.2981556Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2981751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2981947Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2982180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2982380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2982604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2982823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2983023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2983215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2983486Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2983716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2983942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2984225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2984470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 76%] 2022-11-23T01:57:03.2984713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 76%] 2022-11-23T01:57:03.2984946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 76%] 2022-11-23T01:57:03.2985141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2985350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2985549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2985787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2986030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2986252Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2986435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2986640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2986849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2987106Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2987359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2987652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2022-11-23T01:57:03.2987865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2988090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2988284Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2988490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2988699Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2988910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2989168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2989366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2989555Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2989742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2990008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2990208Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2990405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2990643Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2990939Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2991173Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2991363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2991580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2991777Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2992001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2992228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2992412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2992651Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2992890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2993091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2993297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2993495Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2993698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2993944Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2994152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2994353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2994554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2994749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2994944Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2995137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2995326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2995655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2995868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2996062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2996270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2996466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2996706Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2996912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2997102Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2997293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2997559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2997766Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2997956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2998162Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2998412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_dropout_backward_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:57:03.2998601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2998833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2999065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:57:03.2999338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:57:03.2999567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.2999790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3000005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3000219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3000477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3000686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3000912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3001143Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3001350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3001596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:57:03.3001904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3002149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3002458Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3002690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3002919Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3003190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:57:03.3003399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3003650Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:57:03.3003875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3004148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3004364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3004590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3004805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3005027Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3005251Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3005483Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3005711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3005942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3006154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3006378Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3006594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3006808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3007086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:57:03.3007311Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 76%] 2022-11-23T01:57:03.3007533Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-11-23T01:57:03.3007755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3007962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3008218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:57:03.3008459Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3008676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3008949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3009170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3009391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3009648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3009857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3010063Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3010263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3010485Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3010752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3010972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3011182Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3011399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3011626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3011836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3012068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3012288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3012482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3012709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:57:03.3012969Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 77%] 2022-11-23T01:57:03.3013163Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3013377Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3013635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3013831Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3014025Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3014257Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3014450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3014640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3014836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3015044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3015329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3015566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3015765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3015989Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3016198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3016386Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3016590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3016790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3017001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3017189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3017425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3017610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3017801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3018011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3018217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3018423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3018665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3018860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3019051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3019276Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3019466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3019655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3019901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_cosine_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3020155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_exponential_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3020445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_kaiser_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3020675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3020864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3021051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3021241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3021444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3021678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3021892Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3022131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3022360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3022652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3022893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3023155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3023356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3023612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3023860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3024062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3024319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3024617Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:57:03.3024866Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3025072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3025272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3025512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3025769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3026073Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:57:03.3026375Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:57:03.3026677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:57:03.3026962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3027167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3027358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3027553Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3027741Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3027936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3028171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3028364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3028596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:57:03.3028784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3029018Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 77%] 2022-11-23T01:57:03.3029218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3029407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3029601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3029795Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3029983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3030172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3030410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3030610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_copy_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3030796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3030992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3031183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3031389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3031579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3031770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3031962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3032149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3032375Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3032609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:57:03.3032793Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3032965Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3033152Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3033395Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3033583Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3033775Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3033964Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3034151Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3034340Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3034525Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3034768Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3034957Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3035146Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3035338Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3035578Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3035771Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3035963Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3036146Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3036333Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3036525Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3036703Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3036894Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3037134Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3037323Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3037510Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3037701Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdouble_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3037889Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3038081Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3038269Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3038463Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3038655Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3038841Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3039033Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3039223Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:03.3039409Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3039594Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3039778Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3040014Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3040225Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3040400Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3040601Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3040790Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3041020Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3041232Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3041420Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3041624Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3041987Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3042176Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3042368Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3042607Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 78%] 2022-11-23T01:57:03.3042793Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3042982Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3043167Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3043350Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3043537Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3043723Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3043966Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3044152Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3044340Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3044517Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3044709Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3044901Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3045088Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3045281Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3045482Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3045674Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3045867Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3046060Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3046249Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3046436Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3046626Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3047167Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3047358Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3047616Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3047809Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3048008Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3048193Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3048425Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3048594Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3048785Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3048977Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3049169Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3049362Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3049552Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3049749Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3049939Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3050123Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3050309Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3050501Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3050691Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3050937Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3051134Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3051324Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3051522Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3051717Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3051906Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3052092Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3052270Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3052455Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3052688Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 78%] 2022-11-23T01:57:03.3052905Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 78%] 2022-11-23T01:57:03.3053090Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3053278Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3053488Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3053680Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3053954Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3054183Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3054403Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3054597Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3054847Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3055052Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3055257Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3055465Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3055668Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3055887Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3056090Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3056285Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3056479Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3056664Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3056879Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3057070Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3057270Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3057472Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3057727Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3057930Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3058126Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3058318Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3058505Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3058691Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3058888Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3059083Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3059272Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3059468Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3059654Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3059847Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3060028Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3060223Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3060470Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3060707Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3060909Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3061101Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3061358Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3061561Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3061758Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3061955Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3062158Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3062362Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3062562Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3062761Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3062960Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3063152Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3063345Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3063532Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3063723Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3063914Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3064127Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3064384Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3064576Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3064750Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3064938Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3065122Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3065332Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3065541Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3065754Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3065947Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3066146Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3066331Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 78%] 2022-11-23T01:57:03.3066521Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3066708Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3067011Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 78%] 2022-11-23T01:57:03.3067204Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3067445Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3067726Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3067947Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3068160Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3068374Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3068591Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_alpha_dropout_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3068803Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3069020Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3069231Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3069431Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3069638Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3069847Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-11-23T01:57:03.3070072Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3070291Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3070506Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3070756Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 79%] 2022-11-23T01:57:03.3071046Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3071294Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3071526Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3071750Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3071971Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 79%] 2022-11-23T01:57:03.3072173Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3072388Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3072607Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3072820Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3073028Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3073302Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3073529Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3073753Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3074010Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3074270Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3074486Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3074705Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3074911Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3075133Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3075351Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3075564Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3075782Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3076011Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3076230Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3076453Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3076662Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3076866Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3077070Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3077295Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3077835Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3078061Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3078276Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3078482Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3078707Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3078929Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3079123Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3079312Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3079504Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3079750Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3079929Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3080135Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3080322Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3080563Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3080752Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3081002Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3081191Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3081386Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3081571Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3081854Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3082041Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3082230Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3082419Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3082612Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3082810Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3082999Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3083195Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3083388Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3083577Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3083754Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3083972Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-11-23T01:57:03.3084191Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 79%] 2022-11-23T01:57:03.3084390Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3084636Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3084840Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3085033Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3085239Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3085443Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3085641Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3085849Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3086097Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3086310Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3086526Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_kaiser_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3086724Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3086955Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3087167Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3087353Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3087557Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3087809Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3088007Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3088194Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3088417Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3088615Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3088818Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3089034Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3089343Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-11-23T01:57:03.3089643Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-11-23T01:57:03.3089848Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3090036Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3090221Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3090410Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3090598Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3090792Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3090981Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3091163Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3091404Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3091598Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3091797Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3091982Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3092176Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 79%] 2022-11-23T01:57:03.3092362Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3092583Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3092774Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3092969Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3093175Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3093419Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3093629Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3093815Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3094000Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3094189Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3094432Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_copy_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3094618Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3094809Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3094995Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3095180Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3095373Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:57:03.3095540Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3095709Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3095876Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3096050Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3096217Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3096369Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3096541Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_T_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3096739Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bfloat16_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3096925Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_byte_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3097118Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cdouble_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3097307Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_char_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3097499Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_half_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3097686Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_long_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3097922Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_short_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3098097Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3098273Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcmul_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3098449Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3098619Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3098792Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3099002Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3099201Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3099380Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3099563Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3099735Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3099942Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3100125Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3100295Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3100476Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3100653Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3100871Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-11-23T01:57:03.3101048Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3101230Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_copy_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3101408Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3101580Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3101800Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T01:57:03.3101980Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3102155Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3102331Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3102511Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3102689Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3102859Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3103040Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3103215Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3103376Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3103551Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3103725Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3103900Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3104114Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3104295Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3104471Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3104647Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3104824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3104997Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3105169Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3105358Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3105593Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3105779Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3105967Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3106138Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3106365Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3106545Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3106719Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3106944Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T01:57:03.3107239Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 80%] 2022-11-23T01:57:03.3107419Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3107635Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3107842Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3108042Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3108249Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3108422Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:57:03.3108603Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3108783Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3108956Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3109129Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3109301Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3109470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3109641Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3109810Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3109976Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3110145Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3110309Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3110537Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3110738Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3110891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3111066Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3111240Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3111409Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3111585Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3111768Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3111989Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3112164Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3112343Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3112516Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3112735Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3112913Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3113089Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3113310Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3113484Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3113657Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3113825Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3113991Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3114155Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3114310Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3114475Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3114641Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3114815Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3114988Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3115152Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3115317Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3115492Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:57:03.3115655Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3115820Z test_ops.py::TestMathBitsCPU::test_conj_view_cfloat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3115992Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3116173Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3116351Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3116514Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3116722Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3116903Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3117072Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3117233Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3117378Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3117555Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3117715Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3117887Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3118051Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3118239Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3118459Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3118630Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3118817Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:57:03.3118980Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3119187Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3119366Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3119584Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3119752Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3119923Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3120096Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3120265Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3120435Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3120586Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3120749Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3120913Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3121078Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3121243Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3121409Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3121572Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3121844Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3122008Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3122176Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3122340Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3122570Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-11-23T01:57:03.3122732Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3122910Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3123083Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3123304Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3123472Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3123645Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3123807Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3123988Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3124183Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3124355Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3124528Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3124741Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3124949Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3125126Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3125306Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3125478Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3125732Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3125921Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3126229Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T01:57:03.3126409Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3126587Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3126777Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3126949Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3127124Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3127307Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3127485Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3127637Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3127802Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3127968Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-11-23T01:57:03.3128155Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3128320Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3128495Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3128665Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3128835Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:57:03.3129008Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3129173Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3129350Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3129570Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3129751Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3129928Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3130105Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3130277Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3130443Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3130608Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3130802Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3130952Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3131127Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3131349Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:57:03.3131514Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3131699Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:57:03.3131947Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 81%] 2022-11-23T01:57:03.3132168Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3132394Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3132579Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3132806Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3132991Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3133185Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3133378Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3133581Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3133775Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3133969Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3134174Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3134360Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3134530Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3134694Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3134847Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3135016Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3135186Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3135358Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3135523Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3135686Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3135890Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3136054Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:57:03.3136218Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3136403Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3136576Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3136745Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3136920Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3137087Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3137251Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3137446Z test_ops.py::TestMathBitsCPU::test_conj_view_scalar_tensor_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:57:03.3137661Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3137844Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3137993Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3138152Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3138314Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3138523Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3138732Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3138894Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3139099Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:57:03.3139261Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3139439Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3139597Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3139760Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3139929Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3140090Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:57:03.3140263Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3140423Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3140598Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3140761Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3140935Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3141083Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3141241Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3141400Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3141556Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3141719Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3141893Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3142099Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3142285Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3142463Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3142628Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3142802Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3142964Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3143132Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3143374Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 81%] 2022-11-23T01:57:03.3143540Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3143704Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3143864Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:57:03.3144070Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 81%] 2022-11-23T01:57:03.3144263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3144426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3144621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_byte_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3144898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_chalf_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3145112Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_char_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3145307Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_half_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3145508Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_short_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3145685Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3145862Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3146043Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3146223Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcmul_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3146400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3146639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 81%] 2022-11-23T01:57:03.3146817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3147004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3147192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3147384Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3147572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3147749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3147929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3148115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3148350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3148529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3148704Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3148886Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3149063Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3149254Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:57:03.3149434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3149620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3149798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3149980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3150163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3150343Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3150632Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3150814Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3150989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3151591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3151779Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3151964Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3152141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3152316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3152479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3152660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3152848Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3153044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3153220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3153398Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3153598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3153786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3153960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3154165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3154346Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3154523Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3154695Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3154924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3155177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 81%] 2022-11-23T01:57:03.3155359Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3155538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3155718Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3155916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-11-23T01:57:03.3156133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3156342Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3156555Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3156717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:57:03.3156901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3157138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3157316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3157497Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3157735Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3157966Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3158146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3158322Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3158496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3158677Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3158850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3159025Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3159201Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3159381Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3159556Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3159732Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3159909Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3160086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3160260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3160434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3160609Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3160796Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3160974Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3161214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3161406Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3161585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3161874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3162048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3162219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3162392Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3162569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3162756Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3162931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3163099Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3163299Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3163489Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3163666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3163822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3164047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3164288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3164462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3164641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3164808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3164999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3165168Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3165351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3165516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3165688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:57:03.3165871Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3166053Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3166230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3166410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3166579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3166753Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3166920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3167087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3167241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3167412Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3167650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3167823Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3167999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3168172Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3168345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3168538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3168710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3168888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3169058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3169226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3169446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3169639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 82%] 2022-11-23T01:57:03.3169836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 82%] 2022-11-23T01:57:03.3170051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3170225Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3170449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3170633Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 82%] 2022-11-23T01:57:03.3170795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3170968Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3171141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3171314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3171493Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3171664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3171837Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3172013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3172192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3172361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:57:03.3172536Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3172708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3172878Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3173048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3173215Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3173381Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3173561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3173737Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3173960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3174119Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3174286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3174461Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3174628Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3174792Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3175030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:57:03.3175262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:57:03.3175492Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3175661Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3175838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3176066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3176256Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3176428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3176631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3176853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3177032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3177220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3177409Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3177594Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3177772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3177957Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3178140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3178326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3178515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3178697Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3178906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3179104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3179279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3179460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3179638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3179826Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3180014Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3180504Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3180689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:57:03.3180860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3181029Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3181198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3181451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3181631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3181813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3182030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3182206Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:57:03.3182379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3182548Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3182724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3182890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3183066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3183306Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3183490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3183667Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3183841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-11-23T01:57:03.3184009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3184177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3184350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3184522Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3184711Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3184916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3185121Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3185351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3185529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3185717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3185917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3186115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3186314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3186516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3186763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3186966Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3187171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3187436Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3187662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3187854Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3188083Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3188256Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3188432Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3188601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:57:03.3188772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3188944Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3189119Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3189286Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3189453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3189660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3189841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3190033Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3190210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3190382Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3190628Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 83%] 2022-11-23T01:57:03.3190806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3190985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3191158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3191357Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scalar_tensor_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:57:03.3191529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3191698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3191866Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3192037Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3192225Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3192396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3192570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3192747Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3192918Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3193115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3193290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3193454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3193624Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3193791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3193969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3194141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3194321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3194491Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3194663Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3194826Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3195003Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3195177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3195353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3195520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3195691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3195906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3196153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 83%] 2022-11-23T01:57:03.3196324Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3196483Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3196649Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3196820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3196985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3197162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:57:03.3197325Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3197483Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3197651Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3197813Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3197972Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3198129Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3198332Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3198502Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_T_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3198694Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bfloat16_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3198887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cdouble_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3199120Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_char_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3199360Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_complex_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3199547Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_double_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3199728Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_half_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3199882Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3200052Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3200217Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcmul_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3200379Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3200551Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3200717Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3200886Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3201059Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3201222Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3201388Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3201553Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3201827Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3201997Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3202234Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3202414Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3202587Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3202764Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_copy_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3202943Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3203098Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3203317Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-11-23T01:57:03.3203540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-11-23T01:57:03.3203706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3203875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3204050Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3204229Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:57:03.3204399Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3204565Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3204733Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3204898Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3205075Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3205249Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3205418Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3205631Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3205804Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3205972Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3206141Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3206314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3206483Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3206635Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3206806Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3206973Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3207137Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3207309Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3207486Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3207659Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3207831Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3207996Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3208166Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3208371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3208550Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3208721Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-11-23T01:57:03.3208887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3209076Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3209253Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3209426Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3209599Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3209756Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-11-23T01:57:03.3209919Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3210093Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3210259Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3210452Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3210615Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3210789Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_copy_cpu_float64 PASSED [ 83%] 2022-11-23T01:57:03.3210971Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3211131Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3211353Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 84%] 2022-11-23T01:57:03.3211522Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3211736Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3211991Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-11-23T01:57:03.3212177Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3212358Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3212549Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3212736Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3212933Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3213116Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3213299Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3218620Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3218873Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3219078Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3219254Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3219463Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 84%] 2022-11-23T01:57:03.3219737Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3219905Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3220086Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3220246Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3220412Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3220585Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3220754Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3220940Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3221123Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3221303Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_erfcx_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3221481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3221681Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3221855Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3222063Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3222266Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3222440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtr_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3222635Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3222814Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3223043Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3223219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3223384Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3223547Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3223705Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3223863Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3224027Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3224201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3224365Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3224541Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3224717Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3224888Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3225050Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3225219Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3225383Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3225548Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3225710Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3225917Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3226075Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3226234Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3226390Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3226546Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3226690Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 84%] 2022-11-23T01:57:03.3226911Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 84%] 2022-11-23T01:57:03.3227089Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3227250Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3227410Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3227577Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3227744Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3227898Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3228074Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3228234Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3228390Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3228562Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 84%] 2022-11-23T01:57:03.3228720Z test_ops.py::TestMathBitsCPU::test_neg_view_cdouble_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3228879Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3229032Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 84%] 2022-11-23T01:57:03.3229254Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3229413Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3229569Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3229716Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3229870Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3230042Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3230203Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3230362Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3230531Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3230690Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3230847Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3231027Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3231183Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3231338Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3231512Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3231666Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3231891Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3232067Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3232228Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3232402Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:57:03.3232557Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3232699Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3232855Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3233013Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3233167Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3233329Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3233485Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3233658Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:57:03.3233818Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3233974Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3234134Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3234305Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3234464Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3234623Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3234781Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3234936Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3235158Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3235319Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3235485Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3235638Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3235796Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3235953Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3236110Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3236270Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3236427Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3236583Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3236752Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3236908Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3237062Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3237216Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3237373Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3237529Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3237679Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3237899Z test_ops.py::TestMathBitsCPU::test_neg_view_grid_sampler_2d_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3238055Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3238213Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3238383Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3238527Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3238679Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3238844Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3239002Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3239160Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3239322Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3239485Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3239646Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3239867Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-11-23T01:57:03.3240021Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3240187Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3240353Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3240529Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3240693Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3240861Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3241035Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3241259Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3241433Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3241591Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-11-23T01:57:03.3241872Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3242054Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3242247Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3242417Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3242615Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3242785Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3242957Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3243125Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3243308Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3243479Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3243646Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3243821Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3244049Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 85%] 2022-11-23T01:57:03.3244207Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3244376Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3244545Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3244711Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3244883Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3245032Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3245194Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3245448Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3245615Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 85%] 2022-11-23T01:57:03.3245780Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3245938Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3246147Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3246310Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3246469Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3246626Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3246792Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3246967Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3247138Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3247307Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3247480Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3247710Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3247888Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3248053Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3248205Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3248375Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3248539Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3248705Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3248873Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3249041Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3249237Z test_ops.py::TestMathBitsCPU::test_neg_view_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3249414Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3249593Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3249754Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3249915Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3250098Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3250333Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3250509Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3250673Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3250834Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3250992Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3251146Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3251302Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3251456Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3251635Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3251816Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3251982Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3252151Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3252311Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3252478Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3252638Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 85%] 2022-11-23T01:57:03.3252810Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3252995Z test_ops.py::TestMathBitsCPU::test_neg_view_native_dropout_backward_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3253153Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3253334Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:57:03.3253492Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3253694Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3253897Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3254094Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3254289Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3254488Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3254672Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3254844Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3255040Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3255220Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3255416Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3255608Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3255804Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3255986Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3256169Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3256762Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3257033Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-11-23T01:57:03.3257232Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3257417Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3257615Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3257797Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3257985Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3258182Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3258381Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3258586Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3258766Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3258946Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3259129Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3259310Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3259490Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3259679Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3259858Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3260095Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3260286Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3260478Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3260671Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3260851Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3261056Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3261242Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3261433Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3261613Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3261803Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3261995Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3262172Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3262347Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3262520Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3262714Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3262941Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3263157Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3263341Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3263533Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3263694Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3263857Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3264016Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-11-23T01:57:03.3264205Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3264385Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3264558Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_view_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3264722Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3264883Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3265052Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3265215Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3265375Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3265561Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3265744Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3265924Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3266084Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3266284Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_cpu_float64 XFAIL [ 85%] 2022-11-23T01:57:03.3266455Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3266609Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3266767Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3266928Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3267092Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3267269Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3267438Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3267605Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3267775Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3267968Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:57:03.3268127Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3268314Z test_ops.py::TestMathBitsCPU::test_neg_view_scalar_tensor_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:57:03.3268489Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3268668Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3268826Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-11-23T01:57:03.3269068Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_cosine_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:57:03.3269275Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_exponential_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:57:03.3269473Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:57:03.3269630Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3269797Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3269947Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3270121Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3270316Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:57:03.3270492Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3270664Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3270840Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3271014Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3271211Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3271480Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:57:03.3271739Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:57:03.3271912Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3272080Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3272295Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3272490Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3272759Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:57:03.3272970Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3273164Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3273356Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3273633Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:57:03.3273910Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:57:03.3274178Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:57:03.3274347Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3274508Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3274681Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3274826Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3275031Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 86%] 2022-11-23T01:57:03.3275192Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3275352Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3275512Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3275668Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3275830Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3275993Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3276146Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3276306Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3276464Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3276620Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3276783Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3276945Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3277099Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3277274Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3277431Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3277589Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3277732Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3277901Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_copy_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3278058Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3278264Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3278506Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-11-23T01:57:03.3278665Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3278821Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3278979Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3279138Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3279292Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3279448Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3279613Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 86%] 2022-11-23T01:57:03.3279796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_T_cpu PASSED [ 86%] 2022-11-23T01:57:03.3280010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bfloat16_cpu PASSED [ 86%] 2022-11-23T01:57:03.3280213Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bool_cpu PASSED [ 86%] 2022-11-23T01:57:03.3280415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_byte_cpu PASSED [ 86%] 2022-11-23T01:57:03.3280619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_chalf_cpu PASSED [ 86%] 2022-11-23T01:57:03.3280821Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_double_cpu PASSED [ 86%] 2022-11-23T01:57:03.3281069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_float_cpu PASSED [ 86%] 2022-11-23T01:57:03.3281272Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_long_cpu PASSED [ 86%] 2022-11-23T01:57:03.3281458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_short_cpu PASSED [ 86%] 2022-11-23T01:57:03.3281765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh__cpu PASSED [ 86%] 2022-11-23T01:57:03.3281959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 86%] 2022-11-23T01:57:03.3282150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv__cpu PASSED [ 86%] 2022-11-23T01:57:03.3282341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 86%] 2022-11-23T01:57:03.3282532Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul__cpu PASSED [ 86%] 2022-11-23T01:57:03.3282722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul_cpu PASSED [ 86%] 2022-11-23T01:57:03.3282907Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 86%] 2022-11-23T01:57:03.3283090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-11-23T01:57:03.3283279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-11-23T01:57:03.3283466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh__cpu PASSED [ 86%] 2022-11-23T01:57:03.3283652Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-11-23T01:57:03.3283839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2__cpu PASSED [ 86%] 2022-11-23T01:57:03.3284024Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-11-23T01:57:03.3284211Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan__cpu PASSED [ 86%] 2022-11-23T01:57:03.3284392Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-11-23T01:57:03.3284896Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-11-23T01:57:03.3285108Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-11-23T01:57:03.3285300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-11-23T01:57:03.3285503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-11-23T01:57:03.3285686Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-11-23T01:57:03.3285858Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil__cpu PASSED [ 86%] 2022-11-23T01:57:03.3286045Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-11-23T01:57:03.3286238Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max__cpu PASSED [ 86%] 2022-11-23T01:57:03.3286430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max_cpu PASSED [ 86%] 2022-11-23T01:57:03.3286621Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min__cpu PASSED [ 86%] 2022-11-23T01:57:03.3286810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-11-23T01:57:03.3287009Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-11-23T01:57:03.3287196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-11-23T01:57:03.3287395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical__cpu PASSED [ 86%] 2022-11-23T01:57:03.3287641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-11-23T01:57:03.3287840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-11-23T01:57:03.3288027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-11-23T01:57:03.3288218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign__cpu PASSED [ 86%] 2022-11-23T01:57:03.3288399Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos__cpu PASSED [ 86%] 2022-11-23T01:57:03.3288582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-11-23T01:57:03.3288765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_cpu PASSED [ 86%] 2022-11-23T01:57:03.3288961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_copy_cpu PASSED [ 86%] 2022-11-23T01:57:03.3289164Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_scatter_cpu PASSED [ 86%] 2022-11-23T01:57:03.3289356Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma__cpu PASSED [ 86%] 2022-11-23T01:57:03.3289543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-11-23T01:57:03.3289724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-11-23T01:57:03.3289896Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-11-23T01:57:03.3290088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-11-23T01:57:03.3290283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-11-23T01:57:03.3290471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-11-23T01:57:03.3290656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf__cpu PASSED [ 86%] 2022-11-23T01:57:03.3290885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-11-23T01:57:03.3291075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv__cpu PASSED [ 86%] 2022-11-23T01:57:03.3291260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-11-23T01:57:03.3291444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2__cpu PASSED [ 86%] 2022-11-23T01:57:03.3291624Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-11-23T01:57:03.3291813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-11-23T01:57:03.3291999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-11-23T01:57:03.3292189Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-11-23T01:57:03.3292378Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-11-23T01:57:03.3292570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-11-23T01:57:03.3292756Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-11-23T01:57:03.3292940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-11-23T01:57:03.3293129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-11-23T01:57:03.3293314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-11-23T01:57:03.3293547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-11-23T01:57:03.3293730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-11-23T01:57:03.3293903Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-11-23T01:57:03.3294091Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-11-23T01:57:03.3294276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-11-23T01:57:03.3294464Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-11-23T01:57:03.3294651Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-11-23T01:57:03.3294845Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power__cpu PASSED [ 86%] 2022-11-23T01:57:03.3295031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor__cpu PASSED [ 86%] 2022-11-23T01:57:03.3295221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-11-23T01:57:03.3295417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide__cpu PASSED [ 86%] 2022-11-23T01:57:03.3295610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-11-23T01:57:03.3295791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-11-23T01:57:03.3295974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod__cpu PASSED [ 86%] 2022-11-23T01:57:03.3296156Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-11-23T01:57:03.3296339Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac__cpu PASSED [ 86%] 2022-11-23T01:57:03.3296522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-11-23T01:57:03.3296702Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt__cpu PASSED [ 86%] 2022-11-23T01:57:03.3296928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-11-23T01:57:03.3297124Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside__cpu PASSED [ 86%] 2022-11-23T01:57:03.3297316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-11-23T01:57:03.3297503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 87%] 2022-11-23T01:57:03.3297690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot__cpu PASSED [ 87%] 2022-11-23T01:57:03.3297863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma__cpu PASSED [ 87%] 2022-11-23T01:57:03.3298048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 87%] 2022-11-23T01:57:03.3298245Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 87%] 2022-11-23T01:57:03.3298436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 87%] 2022-11-23T01:57:03.3298627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 87%] 2022-11-23T01:57:03.3298818Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 87%] 2022-11-23T01:57:03.3299011Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 87%] 2022-11-23T01:57:03.3299200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 87%] 2022-11-23T01:57:03.3299368Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le__cpu PASSED [ 87%] 2022-11-23T01:57:03.3299549Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 87%] 2022-11-23T01:57:03.3299780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp__cpu PASSED [ 87%] 2022-11-23T01:57:03.3299971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 87%] 2022-11-23T01:57:03.3300156Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10__cpu PASSED [ 87%] 2022-11-23T01:57:03.3300337Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 87%] 2022-11-23T01:57:03.3300523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p__cpu PASSED [ 87%] 2022-11-23T01:57:03.3300709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 87%] 2022-11-23T01:57:03.3300892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2__cpu PASSED [ 87%] 2022-11-23T01:57:03.3301076Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 87%] 2022-11-23T01:57:03.3301261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 87%] 2022-11-23T01:57:03.3301457Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_softmax_cpu PASSED [ 87%] 2022-11-23T01:57:03.3301647Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 87%] 2022-11-23T01:57:03.3301947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor__cpu PASSED [ 87%] 2022-11-23T01:57:03.3302144Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 87%] 2022-11-23T01:57:03.3302328Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt__cpu PASSED [ 87%] 2022-11-23T01:57:03.3302516Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 87%] 2022-11-23T01:57:03.3302776Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_group_norm_cpu PASSED [ 87%] 2022-11-23T01:57:03.3302963Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne__cpu PASSED [ 87%] 2022-11-23T01:57:03.3303197Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg__cpu PASSED [ 87%] 2022-11-23T01:57:03.3303381Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 87%] 2022-11-23T01:57:03.3303561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter__cpu PASSED [ 87%] 2022-11-23T01:57:03.3303756Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 87%] 2022-11-23T01:57:03.3303961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu__cpu PASSED [ 87%] 2022-11-23T01:57:03.3304167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 87%] 2022-11-23T01:57:03.3304374Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu__cpu PASSED [ 87%] 2022-11-23T01:57:03.3304589Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-11-23T01:57:03.3304814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 87%] 2022-11-23T01:57:03.3305019Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 87%] 2022-11-23T01:57:03.3305241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 87%] 2022-11-23T01:57:03.3305450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-11-23T01:57:03.3305654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-11-23T01:57:03.3305862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmax_cpu PASSED [ 87%] 2022-11-23T01:57:03.3306121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold__cpu PASSED [ 87%] 2022-11-23T01:57:03.3306345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 87%] 2022-11-23T01:57:03.3306539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 87%] 2022-11-23T01:57:03.3306724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow__cpu PASSED [ 87%] 2022-11-23T01:57:03.3306907Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 87%] 2022-11-23T01:57:03.3307093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 87%] 2022-11-23T01:57:03.3307280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 87%] 2022-11-23T01:57:03.3307467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 87%] 2022-11-23T01:57:03.3307664Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 87%] 2022-11-23T01:57:03.3307858Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder__cpu PASSED [ 87%] 2022-11-23T01:57:03.3308036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 87%] 2022-11-23T01:57:03.3308226Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 87%] 2022-11-23T01:57:03.3308419Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 87%] 2022-11-23T01:57:03.3308606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 87%] 2022-11-23T01:57:03.3308789Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 87%] 2022-11-23T01:57:03.3308990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 87%] 2022-11-23T01:57:03.3309172Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 87%] 2022-11-23T01:57:03.3309412Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 87%] 2022-11-23T01:57:03.3309598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 87%] 2022-11-23T01:57:03.3309780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 87%] 2022-11-23T01:57:03.3309965Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh__cpu PASSED [ 87%] 2022-11-23T01:57:03.3310167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-11-23T01:57:03.3310370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-11-23T01:57:03.3310571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_erfcx_cpu PASSED [ 87%] 2022-11-23T01:57:03.3310766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 87%] 2022-11-23T01:57:03.3310962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 87%] 2022-11-23T01:57:03.3311153Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 87%] 2022-11-23T01:57:03.3311355Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_softmax_cpu PASSED [ 87%] 2022-11-23T01:57:03.3311552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 87%] 2022-11-23T01:57:03.3311762Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-11-23T01:57:03.3311958Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtr_cpu PASSED [ 87%] 2022-11-23T01:57:03.3312199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtri_cpu PASSED [ 87%] 2022-11-23T01:57:03.3312387Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_softmax_cpu PASSED [ 87%] 2022-11-23T01:57:03.3312606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 87%] 2022-11-23T01:57:03.3312797Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 87%] 2022-11-23T01:57:03.3312981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 87%] 2022-11-23T01:57:03.3313173Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-11-23T01:57:03.3313355Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan__cpu PASSED [ 87%] 2022-11-23T01:57:03.3313542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh__cpu PASSED [ 87%] 2022-11-23T01:57:03.3313723Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 87%] 2022-11-23T01:57:03.3313910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril__cpu PASSED [ 87%] 2022-11-23T01:57:03.3314095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 87%] 2022-11-23T01:57:03.3314279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu__cpu PASSED [ 87%] 2022-11-23T01:57:03.3314473Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide__cpu PASSED [ 87%] 2022-11-23T01:57:03.3314666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 87%] 2022-11-23T01:57:03.3314849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 87%] 2022-11-23T01:57:03.3315041Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_cpu PASSED [ 87%] 2022-11-23T01:57:03.3315234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 87%] 2022-11-23T01:57:03.3315459Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 87%] 2022-11-23T01:57:03.3315648Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy__cpu PASSED [ 87%] 2022-11-23T01:57:03.3315833Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy_cpu PASSED [ 87%] 2022-11-23T01:57:03.3316018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 87%] 2022-11-23T01:57:03.3316222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_byte_cpu PASSED [ 87%] 2022-11-23T01:57:03.3316415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cdouble_cpu PASSED [ 87%] 2022-11-23T01:57:03.3316625Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cfloat_cpu PASSED [ 87%] 2022-11-23T01:57:03.3316829Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_chalf_cpu PASSED [ 87%] 2022-11-23T01:57:03.3317034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_float_cpu PASSED [ 87%] 2022-11-23T01:57:03.3317216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 87%] 2022-11-23T01:57:03.3317403Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos__cpu PASSED [ 87%] 2022-11-23T01:57:03.3317589Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh__cpu PASSED [ 87%] 2022-11-23T01:57:03.3317783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv__cpu PASSED [ 87%] 2022-11-23T01:57:03.3317973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 87%] 2022-11-23T01:57:03.3318203Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul_cpu PASSED [ 87%] 2022-11-23T01:57:03.3318387Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 87%] 2022-11-23T01:57:03.3318575Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 87%] 2022-11-23T01:57:03.3318759Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 87%] 2022-11-23T01:57:03.3318946Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin__cpu PASSED [ 87%] 2022-11-23T01:57:03.3319134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 87%] 2022-11-23T01:57:03.3319320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2__cpu PASSED [ 87%] 2022-11-23T01:57:03.3319501Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 87%] 2022-11-23T01:57:03.3319697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 87%] 2022-11-23T01:57:03.3319888Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 87%] 2022-11-23T01:57:03.3320078Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 87%] 2022-11-23T01:57:03.3320273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 87%] 2022-11-23T01:57:03.3320466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 87%] 2022-11-23T01:57:03.3320646Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 87%] 2022-11-23T01:57:03.3320851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 87%] 2022-11-23T01:57:03.3321047Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 87%] 2022-11-23T01:57:03.3321244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bucketize_cpu PASSED [ 87%] 2022-11-23T01:57:03.3321467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 87%] 2022-11-23T01:57:03.3321749Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp__cpu PASSED [ 87%] 2022-11-23T01:57:03.3321941Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 87%] 2022-11-23T01:57:03.3322134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max_cpu PASSED [ 87%] 2022-11-23T01:57:03.3322319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 87%] 2022-11-23T01:57:03.3322512Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 87%] 2022-11-23T01:57:03.3322766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu SKIPPED (_refs.copy_to does not have an entry in python_ref_db) [ 87%] 2022-11-23T01:57:03.3322953Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_cpu PASSED [ 87%] 2022-11-23T01:57:03.3323146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 87%] 2022-11-23T01:57:03.3323345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_copy_cpu PASSED [ 87%] 2022-11-23T01:57:03.3323536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-11-23T01:57:03.3323722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-11-23T01:57:03.3323995Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu SKIPPED (_refs.empty_strided does not have an entry in python_ref_db) [ 87%] 2022-11-23T01:57:03.3324247Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu SKIPPED (_refs.equal does not have an entry in python_ref_db) [ 87%] 2022-11-23T01:57:03.3324488Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc__cpu PASSED [ 87%] 2022-11-23T01:57:03.3324674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-11-23T01:57:03.3324864Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-11-23T01:57:03.3325051Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2__cpu PASSED [ 87%] 2022-11-23T01:57:03.3325234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-11-23T01:57:03.3325413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-11-23T01:57:03.3325596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-11-23T01:57:03.3325790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-11-23T01:57:03.3325979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-11-23T01:57:03.3326170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-11-23T01:57:03.3326356Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-11-23T01:57:03.3326548Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-11-23T01:57:03.3326732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-11-23T01:57:03.3326931Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-11-23T01:57:03.3327123Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 88%] 2022-11-23T01:57:03.3327316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 88%] 2022-11-23T01:57:03.3327507Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 88%] 2022-11-23T01:57:03.3327738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 88%] 2022-11-23T01:57:03.3327929Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 88%] 2022-11-23T01:57:03.3328114Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 88%] 2022-11-23T01:57:03.3328303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 88%] 2022-11-23T01:57:03.3328503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power__cpu PASSED [ 88%] 2022-11-23T01:57:03.3328697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 88%] 2022-11-23T01:57:03.3328896Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide__cpu PASSED [ 88%] 2022-11-23T01:57:03.3329092Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 88%] 2022-11-23T01:57:03.3329276Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 88%] 2022-11-23T01:57:03.3329448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 88%] 2022-11-23T01:57:03.3329630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 88%] 2022-11-23T01:57:03.3329814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 88%] 2022-11-23T01:57:03.3330070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu SKIPPED (_refs.full_like does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3330302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge__cpu PASSED [ 88%] 2022-11-23T01:57:03.3330483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 88%] 2022-11-23T01:57:03.3330670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt__cpu PASSED [ 88%] 2022-11-23T01:57:03.3330864Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside__cpu PASSED [ 88%] 2022-11-23T01:57:03.3331053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 88%] 2022-11-23T01:57:03.3331241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 88%] 2022-11-23T01:57:03.3331431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac__cpu PASSED [ 88%] 2022-11-23T01:57:03.3331622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 88%] 2022-11-23T01:57:03.3331813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 88%] 2022-11-23T01:57:03.3332077Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu SKIPPED (_refs.index_copy_ does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3332333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu SKIPPED (_refs.index_fill_ does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3332527Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 88%] 2022-11-23T01:57:03.3332722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 88%] 2022-11-23T01:57:03.3332912Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 88%] 2022-11-23T01:57:03.3333099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 88%] 2022-11-23T01:57:03.3333285Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 88%] 2022-11-23T01:57:03.3333470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp__cpu PASSED [ 88%] 2022-11-23T01:57:03.3333704Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma__cpu PASSED [ 88%] 2022-11-23T01:57:03.3333894Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 88%] 2022-11-23T01:57:03.3334064Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2__cpu PASSED [ 88%] 2022-11-23T01:57:03.3334248Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 88%] 2022-11-23T01:57:03.3334430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log__cpu PASSED [ 88%] 2022-11-23T01:57:03.3334626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and__cpu PASSED [ 88%] 2022-11-23T01:57:03.3334827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 88%] 2022-11-23T01:57:03.3335021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or__cpu PASSED [ 88%] 2022-11-23T01:57:03.3335216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 88%] 2022-11-23T01:57:03.3335409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 88%] 2022-11-23T01:57:03.3335594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt__cpu PASSED [ 88%] 2022-11-23T01:57:03.3335783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 88%] 2022-11-23T01:57:03.3335973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 88%] 2022-11-23T01:57:03.3336152Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 88%] 2022-11-23T01:57:03.3336388Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 88%] 2022-11-23T01:57:03.3336670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_group_norm_cpu SKIPPED (_refs.native_group_norm does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3336876Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 88%] 2022-11-23T01:57:03.3337059Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg__cpu PASSED [ 88%] 2022-11-23T01:57:03.3337243Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 88%] 2022-11-23T01:57:03.3337454Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 88%] 2022-11-23T01:57:03.3337657Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 88%] 2022-11-23T01:57:03.3337862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 88%] 2022-11-23T01:57:03.3338075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 88%] 2022-11-23T01:57:03.3338280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 88%] 2022-11-23T01:57:03.3338490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_log_softmax_cpu PASSED [ 88%] 2022-11-23T01:57:03.3338698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 88%] 2022-11-23T01:57:03.3338902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish__cpu PASSED [ 88%] 2022-11-23T01:57:03.3339105Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 88%] 2022-11-23T01:57:03.3339316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_nll_loss_cpu PASSED [ 88%] 2022-11-23T01:57:03.3339520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 88%] 2022-11-23T01:57:03.3339766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 88%] 2022-11-23T01:57:03.3339972Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 88%] 2022-11-23T01:57:03.3340186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 88%] 2022-11-23T01:57:03.3340400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold__cpu PASSED [ 88%] 2022-11-23T01:57:03.3340613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 88%] 2022-11-23T01:57:03.3340832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 88%] 2022-11-23T01:57:03.3341083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu SKIPPED (_refs.ones does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3341341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu SKIPPED (_refs.ones_like does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3341535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 88%] 2022-11-23T01:57:03.3341729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 88%] 2022-11-23T01:57:03.3341915Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 88%] 2022-11-23T01:57:03.3342100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 88%] 2022-11-23T01:57:03.3342333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 88%] 2022-11-23T01:57:03.3342519Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 88%] 2022-11-23T01:57:03.3342706Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 88%] 2022-11-23T01:57:03.3342902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 88%] 2022-11-23T01:57:03.3343096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 88%] 2022-11-23T01:57:03.3343284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 88%] 2022-11-23T01:57:03.3343475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 88%] 2022-11-23T01:57:03.3343739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu SKIPPED (_refs.rfloordiv does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3343913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 88%] 2022-11-23T01:57:03.3344103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 88%] 2022-11-23T01:57:03.3344350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu SKIPPED (_refs.rpow does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3344536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt__cpu PASSED [ 88%] 2022-11-23T01:57:03.3344723Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 88%] 2022-11-23T01:57:03.3344912Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 88%] 2022-11-23T01:57:03.3345180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu SKIPPED (_refs.scalar_tensor does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3345368Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 88%] 2022-11-23T01:57:03.3345561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid__cpu PASSED [ 88%] 2022-11-23T01:57:03.3345808Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 88%] 2022-11-23T01:57:03.3345997Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign__cpu PASSED [ 88%] 2022-11-23T01:57:03.3346183Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 88%] 2022-11-23T01:57:03.3346373Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 88%] 2022-11-23T01:57:03.3346556Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 88%] 2022-11-23T01:57:03.3346739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 88%] 2022-11-23T01:57:03.3346925Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh__cpu PASSED [ 88%] 2022-11-23T01:57:03.3347107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 88%] 2022-11-23T01:57:03.3347313Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 88%] 2022-11-23T01:57:03.3347515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 88%] 2022-11-23T01:57:03.3347715Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_erfcx_cpu PASSED [ 88%] 2022-11-23T01:57:03.3347990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_expit_cpu SKIPPED (_refs.special.expit does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3348184Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 88%] 2022-11-23T01:57:03.3348436Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 88%] 2022-11-23T01:57:03.3348632Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 88%] 2022-11-23T01:57:03.3348832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtri_cpu PASSED [ 88%] 2022-11-23T01:57:03.3349034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_xlog1py_cpu PASSED [ 88%] 2022-11-23T01:57:03.3349223Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt__cpu PASSED [ 88%] 2022-11-23T01:57:03.3349413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 88%] 2022-11-23T01:57:03.3349597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 88%] 2022-11-23T01:57:03.3349788Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 88%] 2022-11-23T01:57:03.3349974Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 88%] 2022-11-23T01:57:03.3350158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan__cpu PASSED [ 88%] 2022-11-23T01:57:03.3350345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 88%] 2022-11-23T01:57:03.3350531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh__cpu PASSED [ 88%] 2022-11-23T01:57:03.3350720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 88%] 2022-11-23T01:57:03.3350914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 88%] 2022-11-23T01:57:03.3351097Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 88%] 2022-11-23T01:57:03.3351293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 88%] 2022-11-23T01:57:03.3351478Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu__cpu PASSED [ 88%] 2022-11-23T01:57:03.3351669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide__cpu PASSED [ 88%] 2022-11-23T01:57:03.3351918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 88%] 2022-11-23T01:57:03.3352107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 88%] 2022-11-23T01:57:03.3352376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu SKIPPED (_refs.trunc_divide does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3352565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 88%] 2022-11-23T01:57:03.3352760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 88%] 2022-11-23T01:57:03.3352944Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 88%] 2022-11-23T01:57:03.3353129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_cpu PASSED [ 88%] 2022-11-23T01:57:03.3353314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 88%] 2022-11-23T01:57:03.3353506Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 88%] 2022-11-23T01:57:03.3353693Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 88%] 2022-11-23T01:57:03.3353882Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy__cpu PASSED [ 88%] 2022-11-23T01:57:03.3354068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy_cpu PASSED [ 88%] 2022-11-23T01:57:03.3354318Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu SKIPPED (_refs.zeros does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3354937Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu SKIPPED (_refs.zeros_like does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:57:03.3355106Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3355269Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3355433Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3355598Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3355755Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 88%] 2022-11-23T01:57:03.3355915Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3356074Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3356233Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 88%] 2022-11-23T01:57:03.3356417Z test_ops.py::TestFakeTensorCPU::test_fake__softmax_backward_data_cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3356579Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3356736Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3356885Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 88%] 2022-11-23T01:57:03.3357045Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3357224Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3357384Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3357540Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3357697Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3357891Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3358053Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3358262Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3358429Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3358586Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3358743Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3358901Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3359064Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3359242Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3359419Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3359590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 89%] 2022-11-23T01:57:03.3359763Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3359926Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3360098Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3360264Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3360434Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 89%] 2022-11-23T01:57:03.3360603Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 89%] 2022-11-23T01:57:03.3360797Z test_ops.py::TestFakeTensorCPU::test_fake_autocast__softmax_backward_data_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3361011Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3361186Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3361358Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3361533Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3361799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3361974Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3362142Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3362319Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3362493Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3362661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3362867Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3363038Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3363209Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3363370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3363546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3363715Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3363885Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3364060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3364236Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3364459Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3364636Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 89%] 2022-11-23T01:57:03.3364821Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 89%] 2022-11-23T01:57:03.3364997Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3365189Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3365377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3365558Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3365746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3365916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3366091Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3366260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3366431Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3366599Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3366791Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3367007Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3367223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3367401Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3367588Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3367762Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3367942Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3368120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3368295Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3368464Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3368634Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3368819Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3368991Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3369162Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3369344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_copy_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3369513Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3369680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3369868Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3370060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3370217Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3370392Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3370562Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3370775Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3370943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3371116Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3371294Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3371463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3371634Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3371802Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3371980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3372152Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3372326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3372493Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3372665Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3372846Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3373022Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3373196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3373359Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3373578Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3373751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3373923Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3374095Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3374275Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3374452Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3374623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3374799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3374968Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3375139Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3375315Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3375503Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_grid_sampler_2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3375669Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3375847Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3376018Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3376195Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3376376Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3376549Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3376708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3376873Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3377090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3377270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 89%] 2022-11-23T01:57:03.3377447Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3377622Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3377799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3377983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3378163Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3378335Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3378510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3378685Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3378853Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3379025Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3379196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3379367Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3379570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_complex64 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3379844Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:57:03.3380080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:57:03.3380291Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:57:03.3380484Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:57:03.3380661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3380827Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 89%] 2022-11-23T01:57:03.3381001Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3381179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3381359Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3381551Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3381728Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3381937Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3382150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3382354Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3382542Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3382730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3382911Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3383088Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3383562Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3383761Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-11-23T01:57:03.3383983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:57:03.3384212Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3384394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3384603Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3384796Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3385060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 90%] 2022-11-23T01:57:03.3385238Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3385422Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3385604Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3385800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3385983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3386223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3386401Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3386575Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3386744Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3386923Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3387118Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3387295Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3387478Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3387649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3387829Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3388005Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3388185Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3388357Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3388522Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3388691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3388894Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3389060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3389240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3389421Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3389663Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3389853Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3390029Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3390218Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3390397Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3390579Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3390753Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3390932Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3391125Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3391300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3391470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3391669Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3391869Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3392057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3392237Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3392451Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3392627Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3392796Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3393016Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3393195Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3393398Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3393577Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3393786Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3393961Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3394166Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:57:03.3394352Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3394524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3394701Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3394875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3395085Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3395293Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3395499Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_alpha_dropout_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3395695Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3395936Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3396132Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3396355Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3396542Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3396734Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3396942Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3397156Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3397377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3397578Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3397770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3397956Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3398182Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3398407Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3398663Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3398852Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3399037Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3399239Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3399435Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3399645Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3399844Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3400049Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3400261Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3400475Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3400682Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3400896Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3401072Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3401268Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3401492Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3401804Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3402014Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3402271Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3402495Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3402716Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3402914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3403126Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3403326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3403624Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3403839Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3404042Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3404243Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3404482Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3404675Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3404864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3405107Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3405294Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3405503Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3405699Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3405878Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3406077Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3406283Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3406488Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3406668Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3406843Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3407019Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3407191Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3407366Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3407542Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3407739Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3407932Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3408122Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3408299Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3408517Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3408690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3408895Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3409069Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3409249Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3409423Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3409580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3409762Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3410009Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3410214Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3410391Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3410568Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3410746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3410970Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3411143Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3411327Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3411563Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3411755Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3411928Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3412097Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3412279Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scalar_tensor_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3412467Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3412657Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3412845Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3413071Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:57:03.3413242Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-11-23T01:57:03.3413399Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3413593Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_kaiser_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3413767Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3413936Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3414105Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3414277Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3414454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3414646Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3414946Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 91%] 2022-11-23T01:57:03.3415135Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3415321Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3415505Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3415715Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3416001Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:57:03.3416281Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:57:03.3416514Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3416697Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3416877Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3417063Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3417311Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3417515Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3417683Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3418030Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:57:03.3418318Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:57:03.3418602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:57:03.3418805Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3418991Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3419170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3419354Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3419540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3419715Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3419882Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3420052Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3420229Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3420403Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3420571Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3420741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3420923Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3421090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3421342Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:57:03.3421516Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3421691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3421873Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3422028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3422201Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3422380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3422554Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3422778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3422956Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3423129Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3423312Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 91%] 2022-11-23T01:57:03.3423487Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3423659Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3423875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3424102Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3424269Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3424435Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3424598Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 91%] 2022-11-23T01:57:03.3424772Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 91%] 2022-11-23T01:57:03.3424934Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 91%] 2022-11-23T01:57:03.3425095Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 91%] 2022-11-23T01:57:03.3425243Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3425400Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3425576Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3425754Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3425921Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3426081Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3426257Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3426418Z test_ops.py::TestFakeTensorCPU::test_fake_cdouble_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3426576Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3426735Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3426906Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3427066Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3427226Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3427387Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3427595Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3427767Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3427937Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3428096Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3428254Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3428429Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3428592Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3428754Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3428924Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3429084Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 91%] 2022-11-23T01:57:03.3429303Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3429576Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3429793Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3430009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3430272Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3430532Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3430770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3430983Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3431192Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3431409Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3431638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3431851Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3432063Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3432270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3432475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3432677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3432893Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3433107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3433314Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3433529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3433791Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3434027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3434249Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3434475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3434685Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3434901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3435114Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3435328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3435549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3435784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3436018Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3436232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3436495Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3436762Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3436985Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3437199Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3437406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3437615Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3437826Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3438041Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3438254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3438487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3438695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3438908Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3439132Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3439345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3439555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3439826Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3440059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3440284Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3440493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3440707Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3440918Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3441129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3441340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3441550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3441847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3442068Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3442345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3442613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3442827Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3443092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3443304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3443518Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:57:03.3443732Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3443938Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3444152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3444358Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3444564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3444766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3444972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3445165Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3445379Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3445592Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3445850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3446057Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3446270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3446486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3446706Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3446930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3447141Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3447352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3447570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3447782Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3447999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3448213Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3448429Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3448755Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3448971Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3449192Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3449454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3449685Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3449907Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3450136Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3450357Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3450600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3450823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:57:03.3451045Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:57:03.3451262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3451468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3451705Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3451964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3452188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3452412Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3452633Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3452854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3453083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3453295Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3453509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3453716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3453932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3454151Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3454363Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3454929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3455210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3455419Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3455636Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3455907Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3456124Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3456349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3456578Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3456807Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3457025Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3457247Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3457463Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3457682Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3457897Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3458111Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3458370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3458604Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3458814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3459027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3459259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3459499Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3459733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3459939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3460154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3460367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3460573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3460776Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3461055Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3461273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3461540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3461780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3462028Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3462308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3462565Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3462804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3463038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3463271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3463502Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3463737Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:57:03.3463998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3464269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3464501Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3464747Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3464979Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3465203Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3465468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3465717Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3465942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3466170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3466406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3466645Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3466925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3467157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3467394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3467644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3467900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3468155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3468394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3468639Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3468959Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3469197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3469439Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3469671Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3469906Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3470150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3470434Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3470674Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3470909Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3471146Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3471384Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3471627Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3471856Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3472083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3472312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3472549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3472777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3473055Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3473292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3473537Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3473777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3474017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3474234Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3474494Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3474711Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3474948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3475232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3475451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3475662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3475871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3476093Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3476363Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3476587Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3476815Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3477027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3477235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3477456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3477672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3477900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3478124Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3478337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:57:03.3478545Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3478756Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3479010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3479220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3479441Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3479651Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3479860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3480084Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:57:03.3480306Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3480523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3480762Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3481006Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3481231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3481452Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3481824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3482043Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3482255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3482813Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3483033Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3483236Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3483456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3483662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3483881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3484103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3484314Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3484519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3484740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3484960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3485174Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3485450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3485660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3485878Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3486092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3486311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3486532Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3486739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3486956Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3487155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3487430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3487639Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3487859Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3488113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3488337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3488551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3488836Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3489054Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3489265Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3489481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3489698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3489912Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3490129Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3490344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3490559Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3490779Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3490987Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3491198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3491455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3491676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3491900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3492114Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3492332Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3492549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3492756Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3492986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3493197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3493397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3493612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3493882Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3494115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3494328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3494596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3494861Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3495080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3495293Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3495517Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3495739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3495955Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3496175Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3496393Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3496610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3496828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3497050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3497267Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3497530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3497763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3497975Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3498187Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3498402Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3498612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3498830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3499046Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3499260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3499474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3499679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3499895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3500158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3500385Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3500604Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3500866Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3501126Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3501348Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3501563Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3501777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3501998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3502214Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3502430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3502642Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3502855Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3503065Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3503278Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3503537Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3503752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3503972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3504189Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3504404Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3504625Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3504837Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3505059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3505281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3505512Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3505739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3505965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3506179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3506407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3506705Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3506959Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3507183Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3507402Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3507703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3507939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3508223Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-11-23T01:57:03.3508444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3508670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3508891Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3509115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3509344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3509614Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3509839Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3510055Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3510266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3510472Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3510694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3510916Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3511149Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3511378Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3511601Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3511818Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3512037Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3512262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3512483Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:57:03.3512776Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3512992Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3513248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3513486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3513704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3513988Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3514210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3514426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3514640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3514871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3515105Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3515335Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3515605Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3515825Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3516044Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3516278Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3516505Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3516752Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3516995Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3517232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3517469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3517718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3517977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3518209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3518455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3518746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3519000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3519237Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3519462Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:57:03.3519750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3519991Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3520243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3520538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3520771Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3521007Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3521246Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3521532Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3521863Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3522107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3522353Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3522604Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3522853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3523103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3523335Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3523568Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3523797Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3524031Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3524271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3524510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3524805Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3525063Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3525298Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3525533Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3525769Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3526067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3526302Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3526525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3526784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3527030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3527255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3527526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3527761Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3528008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3528242Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3528481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3528717Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3528966Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3529229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3529460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3529705Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3529917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3530134Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3530353Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3530613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3530820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3531036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3531249Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3531474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3531691Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3531914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3532152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3532431Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3532680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3532901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3533114Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3533421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3533642Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3533860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3534076Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3534308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3534526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3534741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3534971Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3535194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3535423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3535634Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3535849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3536070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3536288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3536563Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3536789Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3537010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3537238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3537435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3537649Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3537867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3538080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3538294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3538523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3538733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3539052Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 94%] 2022-11-23T01:57:03.3539328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3539560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3539833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3540059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3540319Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3540534Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3540758Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3540973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3541190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3541407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3541618Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3541830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3542048Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3542271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3542527Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3542739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3542949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3543171Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3543392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3543605Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3543821Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3544023Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3544242Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3544451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3544669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3544890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3545106Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3545422Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3545640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3545854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3546122Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3546335Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:57:03.3546502Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-11-23T01:57:03.3546669Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-11-23T01:57:03.3546835Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-11-23T01:57:03.3547018Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-11-23T01:57:03.3547183Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-11-23T01:57:03.3547344Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-11-23T01:57:03.3547507Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3547665Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3547844Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548001Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548162Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548311Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548469Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548671Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548831Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3548988Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3549149Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3549307Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3549467Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3549622Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3549786Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3549944Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3550106Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3550277Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3550436Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3550596Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3550755Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3550926Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3551087Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3551236Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3551788Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3551954Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3552115Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3552273Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3552459Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3552638Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3557485Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3557690Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3557868Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3558072Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3558258Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3558423Z test_ops.py::TestFakeTensorCPU::test_fake_full_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3558587Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3558744Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 95%] 2022-11-23T01:57:03.3558903Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3559064Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3559278Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3559456Z test_ops.py::TestFakeTensorCPU::test_fake_grid_sampler_2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3559613Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3559774Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3560048Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3560210Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3560369Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3560524Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3560686Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 95%] 2022-11-23T01:57:03.3560848Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3561007Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3561165Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3561327Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3561483Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3561754Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3561918Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3562078Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3562297Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:57:03.3562518Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:57:03.3562721Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:57:03.3562999Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:57:03.3563202Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:57:03.3563366Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3563525Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3563692Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3563855Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3564053Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3564255Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3564421Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3564591Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3564823Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3564993Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3565158Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3565333Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3565535Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3565753Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3565921Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3566130Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3566294Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3566515Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3566713Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3566885Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3567055Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3567259Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3567426Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3567597Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3567756Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3567914Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3568094Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_with_dtype_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3568262Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3568408Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3568571Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3568734Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3568898Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3569055Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3569260Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3569415Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3569572Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3569759Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3569920Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3570074Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3570237Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3570396Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3570566Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3570729Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3570896Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3571059Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3571271Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3571433Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3571598Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3571759Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3572004Z test_ops.py::TestFakeTensorCPU::test_fake_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3572196Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3572391Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3572556Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3572782Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3572940Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3573096Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3573253Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3573452Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3573607Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3573765Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3573926Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3574127Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3574286Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3574447Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3574622Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3574814Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-11-23T01:57:03.3574998Z test_ops.py::TestFakeTensorCPU::test_fake_native_dropout_backward_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3575154Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3575357Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3575535Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3575703Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3575866Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3576093Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-11-23T01:57:03.3576292Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3576485Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3576675Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_alpha_dropout_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3576858Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3577041Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3577224Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3577437Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3577656Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3577846Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3578040Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3578231Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3578431Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3578664Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:57:03.3578897Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:03.3579081Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3579255Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3579475Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:57:03.3579661Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3579878Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3580095Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3580271Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3580460Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3580648Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3580830Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3581024Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3581226Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3581423Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3581625Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3581848Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3582030Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3582207Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3582417Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:57:03.3582597Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3582785Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3582962Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3583142Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3583333Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3583537Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3583743Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3583947Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:57:03.3584190Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3584379Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3584568Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3584759Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3585004Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3585513Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3585699Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3585874Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3586052Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3586231Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3586427Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-11-23T01:57:03.3586613Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3586802Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3586967Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3587152Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3587351Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3587544Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3587711Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3587878Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3588042Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3588257Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3588416Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3588578Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3588741Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3588926Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3589108Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3589273Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3589432Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3589586Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3589775Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:57:03.3589936Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3590086Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3590241Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3590406Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3590633Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3590792Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3590952Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3591123Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3591323Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3591496Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3591651Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3591859Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3592031Z test_ops.py::TestFakeTensorCPU::test_fake_scalar_tensor_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3592208Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3592385Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3592561Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3592736Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3592915Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3593077Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3593235Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3593394Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3593554Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3593711Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3593905Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_exponential_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3594087Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_kaiser_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3594252Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3594408Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3594612Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3594769Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3594930Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3595100Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3595256Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3595490Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 96%] 2022-11-23T01:57:03.3595665Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3595834Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3596002Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3596168Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3596365Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3596627Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:57:03.3596795Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3597014Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3597284Z test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:57:03.3597456Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3597787Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:57:03.3598033Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3598197Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3598360Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3598521Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3598680Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3598834Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3598989Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3599149Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3599304Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3599496Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:57:03.3599653Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3599809Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3599971Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3600125Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3600273Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-11-23T01:57:03.3600432Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-11-23T01:57:03.3600638Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3600795Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3600958Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3601122Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3601281Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3601459Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3601617Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3601877Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3602033Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3602206Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-11-23T01:57:03.3602369Z test_ops.py::TestFakeTensorCPU::test_fake_view_copy_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3602525Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3602683Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3602839Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3602987Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3603137Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3603307Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3603481Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3603656Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_bool_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3603832Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_chalf_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3604007Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_float_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3604281Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_half_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3604454Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_int_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3604624Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_short_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3604778Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3604931Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3605086Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3605243Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3605398Z test_ops.py::TestTagsCPU::test_tags__refs_addcmul_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3605552Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3605706Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3605858Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3606010Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-11-23T01:57:03.3606166Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3606304Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3606462Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-11-23T01:57:03.3606634Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3606844Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607001Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607158Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607308Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607474Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607630Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607780Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3607929Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3608080Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3608232Z test_ops.py::TestTagsCPU::test_tags__refs_diag_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3608387Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3608537Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3608711Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3608864Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609018Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609156Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609309Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609458Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609616Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609826Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3609977Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3610188Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3610345Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3610498Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3610708Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3610864Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611015Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611165Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611321Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611471Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611625Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611775Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3611925Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3612074Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3612227Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3612375Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3612531Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3612736Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3612891Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613045Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613199Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613350Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613499Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613648Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613801Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3613951Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3614098Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-11-23T01:57:03.3614246Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3614397Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3614555Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3614692Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3614842Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3614991Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3615139Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3615318Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3615476Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3615632Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3615811Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3616039Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3616249Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3616404Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3616560Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3616710Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3616880Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3617078Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3617231Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3617384Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3617541Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3617698Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3617861Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3618040Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_group_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3618219Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3618392Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3618566Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3618815Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3619011Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3619187Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3619371Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3619544Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3619715Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3619904Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3620080Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3620260Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3620437Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3620632Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3620786Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3620942Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3621102Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3621243Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3621395Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3621554Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3621711Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3621866Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3622067Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3622219Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3622375Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3622528Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3622731Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3622902Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3623068Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3623236Z test_ops.py::TestTagsCPU::test_tags__refs_special_entr_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3623436Z test_ops.py::TestTagsCPU::test_tags__refs_special_erfcx_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3623617Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3623772Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3623940Z test_ops.py::TestTagsCPU::test_tags__refs_special_log_ndtr_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3624134Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3624286Z test_ops.py::TestTagsCPU::test_tags__refs_special_ndtr_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3624449Z test_ops.py::TestTagsCPU::test_tags__refs_special_ndtri_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3624617Z test_ops.py::TestTagsCPU::test_tags__refs_special_xlog1py_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3624826Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3624978Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3625140Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3625295Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3625444Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3625591Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3625741Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3625889Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3626038Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3626205Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3626360Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3626511Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3626664Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-11-23T01:57:03.3626818Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3626957Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3627113Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3627265Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3627418Z test_ops.py::TestTagsCPU::test_tags__refs_xlogy_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3627591Z test_ops.py::TestTagsCPU::test_tags__softmax_backward_data_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3627743Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3627945Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3628095Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3628240Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3628386Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3628537Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3628683Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3628829Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629008Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629200Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629348Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629496Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629648Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629814Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:03.3629988Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-11-23T01:57:03.3630145Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-11-23T01:57:03.3630292Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-11-23T01:57:03.3630454Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 98%] 2022-11-23T01:57:03.3630661Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 98%] 2022-11-23T01:57:03.3630813Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3630961Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3631119Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3631266Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3631421Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3631565Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3631711Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3631859Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632015Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632164Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632317Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632467Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632608Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632760Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3632906Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3633065Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3633220Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3633373Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3633515Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3633672Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3633865Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634016Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634168Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634319Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634469Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634620Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634776Z test_ops.py::TestTagsCPU::test_tags_diagonal_copy_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3634937Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3635087Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3635257Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3635438Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3635611Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3635761Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3635911Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3636057Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3636205Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3636444Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3636590Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3636742Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3636893Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637045Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637194Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637348Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637497Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637649Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637800Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3637949Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638098Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638249Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638398Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638547Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638694Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638846Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3638992Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3639133Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3639286Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3639436Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3639627Z test_ops.py::TestTagsCPU::test_tags_full_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3639781Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3639929Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640083Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640230Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640381Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640529Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640685Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640840Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3640991Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3641136Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3641285Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3641434Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-11-23T01:57:03.3641585Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3641846Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3642060Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3642266Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3642413Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3642566Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3642750Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3642960Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:57:03.3643110Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3643259Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3643405Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3643553Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3643705Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3643856Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644009Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644161Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644310Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644464Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644623Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644760Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3644916Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3645087Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3645247Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3645403Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3645608Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3645775Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3645945Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3646098Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3646345Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 98%] 2022-11-23T01:57:03.3646499Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3646660Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3646816Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3646972Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3647131Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3647299Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3647456Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3647603Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3647741Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3647898Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3648070Z test_ops.py::TestTagsCPU::test_tags_log_softmax_with_dtype_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3648272Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3648481Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3648640Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3648793Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3648950Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3649103Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3649303Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3649451Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3649596Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3649748Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3649900Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650049Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650202Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650357Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650513Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650654Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650812Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3650971Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3651127Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3651283Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3651487Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3651642Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3651794Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3651944Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3652095Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3652247Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3652425Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3652599Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3652752Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3652901Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653048Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653204Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653372Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653515Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653666Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653822Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3653995Z test_ops.py::TestTagsCPU::test_tags_native_dropout_backward_cpu_float32 PASSED [ 98%] 2022-11-23T01:57:03.3654505Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3654659Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3654869Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3655031Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3655233Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3655423Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3655640Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3655836Z test_ops.py::TestTagsCPU::test_tags_nn_functional_alpha_dropout_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3656015Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3656188Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3656362Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3656567Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3656738Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3656900Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3657082Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3657249Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3657437Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3657608Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3657816Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3658065Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3658239Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3658403Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3658575Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3658752Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3658930Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3659108Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3659280Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3659473Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3659666Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3659833Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3660000Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3660169Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3660357Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3660525Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3660735Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3660912Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3661090Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3661319Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3661489Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3661658Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3661838Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3662033Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3662231Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3662408Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3662585Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3662756Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3662937Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3663104Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3663270Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3663434Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3663600Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3663764Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3663946Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3664107Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3664326Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3664499Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3664681Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3664837Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3664994Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3665151Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3665306Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3665460Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3665609Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3665763Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3665940Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3666097Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_view_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3666251Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3666407Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3666557Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3666734Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3666950Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3667104Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3667257Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3667409Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3667616Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3667772Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3667924Z test_ops.py::TestTagsCPU::test_tags_randint_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3668077Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3668282Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3668440Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3668591Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3668745Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3668897Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669048Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669215Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669365Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669520Z test_ops.py::TestTagsCPU::test_tags_scalar_tensor_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669671Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669827Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3669993Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3670206Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3670381Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3670532Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3670680Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3670833Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671007Z test_ops.py::TestTagsCPU::test_tags_signal_windows_cosine_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671158Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671307Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671456Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671616Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671773Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3671930Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3672086Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3672271Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3672533Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:57:03.3672693Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3672920Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3673089Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3673352Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:57:03.3673566Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3673751Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3673926Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3674149Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3674429Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:57:03.3674687Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:57:03.3674940Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:57:03.3675117Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3675277Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3675430Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3675589Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3675740Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3675892Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676044Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676245Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676396Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676544Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676702Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676848Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3676983Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3677143Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3677299Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3677452Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3677603Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3677755Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3677908Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3678063Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3678211Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3678363Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3678516Z test_ops.py::TestTagsCPU::test_tags_unfold_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3678669Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3678865Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3679016Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3679173Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3679329Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-11-23T01:57:03.3679532Z test_ops.py::TestTagsCPU::test_tags_view_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3679681Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3679815Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3679965Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3680163Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-11-23T01:57:03.3680321Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%] 2022-11-23T01:57:03.3680332Z 2022-11-23T01:57:03.3680449Z ============================== warnings summary =============================== 2022-11-23T01:57:03.3680639Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T01:57:03.3680948Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:57:03.3681057Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:57:03.3681064Z 2022-11-23T01:57:03.3681269Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:57:03.3681541Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-021875f19b79d720.xml - 2022-11-23T01:57:03.3681799Z = 9511 passed, 5270 skipped, 23 deselected, 135 xfailed, 1 warning in 1247.65s (0:20:47) = 2022-11-23T01:57:03.3681998Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:57:03.3682005Z 2022-11-23T01:57:03.3682382Z ##[endgroup] 2022-11-23T01:57:03.3682962Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fkyp6zby) 2022-11-23T01:57:03.3682972Z 2022-11-23T01:57:03.3683394Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:57:03.184337] 2022-11-23T01:57:03.3683503Z Ignoring disabled issues: [] 2022-11-23T01:57:03.3683610Z Found test time stats from artifacts 2022-11-23T01:57:03.3683725Z Prioritized test from test file changes. 2022-11-23T01:57:03.3683820Z reordering tests for PR: 2022-11-23T01:57:03.3683900Z prioritized: [] 2022-11-23T01:57:03.3686168Z the rest: ['test_ops', 'test_ops_jit', 'test_cpp_extensions_jit', 'test_modules', 'test_sparse_csr', 'test_dispatch', 'test_tensor_creation_ops', 'test_autograd', 'test_multiprocessing', 'test_fx', 'test_indexing', 'test_namedtuple_return_api', 'test_jit_cuda_fuser', 'test_jit_disabled', 'test_cpp_extensions_aot_ninja', 'test_show_pickle', 'distributions/test_constraints', 'dynamo/test_aot_cudagraphs', 'dynamo/test_export', 'dynamo/test_functions', 'dynamo/test_global_declaration', 'dynamo/test_misc', 'dynamo/test_modules', 'dynamo/test_nops', 'dynamo/test_optimizers', 'dynamo/test_recompile_ux', 'dynamo/test_repros', 'dynamo/test_subgraphs', 'dynamo/test_unspec', 'inductor/test_minifier', 'inductor/test_smoke', 'inductor/test_torchinductor_opinfo', 'lazy/test_extract_compiled_graph', 'test_comparison_utils', 'test_cuda_nvml_based_avail', 'test_cuda_sanitizer', 'test_deploy', 'test_jiterator', 'test_pruning_op', 'test_jit', 'test_optim', 'test_binary_ufuncs', 'test_sparse', 'test_utils', 'nn/test_convolution', 'test_view_ops', 'test_masked', 'test_jit_autocast', 'test_xnnpack_integration', 'profiler/test_profiler', 'test_testing', 'nn/test_embedding', 'test_type_promotion', 'test_mkldnn_verbose', 'test_module_init', 'test_datapipe', 'test_functionalization', 'test_logging', 'test_nestedtensor', 'test_shape_ops', 'test_bundled_inputs', 'nn/test_packed_sequence', 'test_fx_reinplace_pass', 'test_native_functions', 'test_set_default_mobile_cpu_allocator', 'test_dlpack', 'test_fx_passes', 'test_autocast', 'profiler/test_memory_profiler', 'test_model_dump', 'test_pytree', 'nn/test_module_hooks', 'test_per_overload_api', 'test_itt', 'nn/test_dropout', 'test_native_mha', 'test_jit_llga_fuser', 'test_tensorboard', 'test_nvfuser_frontend', 'test_numba_integration', 'test_complex', 'lazy/test_reuse_ir', 'test_nvfuser_dynamo', 'test_license', 'test_vulkan', 'backends/xeon/test_launch', 'test_functional_autograd_benchmark', 'test_type_hints', 'lazy/test_debug_util'] 2022-11-23T01:57:03.3686237Z 2022-11-23T01:57:03.3686597Z 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-23T01:57:03.3686983Z 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-23T01:57:15.8524085Z 2022-11-23T01:57:15.8524673Z Expand the folded group to see the log file of test_ops 2022-11-23T01:57:15.8525400Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_y5b71ka9) 2022-11-23T01:57:15.8526086Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:57:15.8526821Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:57:15.8527377Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-3678921d04584732.xml 2022-11-23T01:57:15.8527864Z ============================= test session starts ============================= 2022-11-23T01:57:15.8528552Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:57:15.8528974Z cachedir: .pytest_cache 2022-11-23T01:57:15.8529479Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:57:15.8530024Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:57:15.8530445Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T01:57:15.8530808Z collecting ... collected 29914 items / 29874 deselected / 40 selected 2022-11-23T01:57:15.8535222Z Running 40 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-11-23T01:57:15.8539469Z 2022-11-23T01:57:15.8539687Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:57:15.8540112Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:57:15.8540483Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu PASSED [ 7%] 2022-11-23T01:57:15.8540832Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu PASSED [ 10%] 2022-11-23T01:57:15.8541219Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:57:15.8541646Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:57:15.8542095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 SKIPPED (Skipped under Windows) [ 17%] 2022-11-23T01:57:15.8542552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 SKIPPED (Skipped under Windows) [ 20%] 2022-11-23T01:57:15.8543005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 SKIPPED (Skipped under Windows) [ 22%] 2022-11-23T01:57:15.8543509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 SKIPPED (Skipped under Windows) [ 25%] 2022-11-23T01:57:15.8543964Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 27%] 2022-11-23T01:57:15.8544319Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 30%] 2022-11-23T01:57:15.8544731Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 32%] 2022-11-23T01:57:15.8545079Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 35%] 2022-11-23T01:57:15.8545466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 37%] 2022-11-23T01:57:15.8545875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 40%] 2022-11-23T01:57:15.8546276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 42%] 2022-11-23T01:57:15.8546689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 45%] 2022-11-23T01:57:15.8547104Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 47%] 2022-11-23T01:57:15.8547527Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 50%] 2022-11-23T01:57:15.8547950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 52%] 2022-11-23T01:57:15.8548370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 55%] 2022-11-23T01:57:15.8548788Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 57%] 2022-11-23T01:57:15.8549193Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 60%] 2022-11-23T01:57:15.8549652Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 62%] 2022-11-23T01:57:15.8550149Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 65%] 2022-11-23T01:57:15.8550533Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 67%] 2022-11-23T01:57:15.8550919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 70%] 2022-11-23T01:57:15.8551296Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 72%] 2022-11-23T01:57:15.8551665Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 75%] 2022-11-23T01:57:15.8552084Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 77%] 2022-11-23T01:57:15.8552475Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 80%] 2022-11-23T01:57:15.8552904Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:57:15.8553368Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:57:15.8553825Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 87%] 2022-11-23T01:57:15.8554288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-11-23T01:57:15.8554702Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-11-23T01:57:15.8555059Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:57:15.8555480Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-11-23T01:57:15.8555831Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-11-23T01:57:15.8556081Z 2022-11-23T01:57:15.8556206Z ============================== warnings summary =============================== 2022-11-23T01:57:15.8556531Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T01:57:15.8557031Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T01:57:15.8557440Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:57:15.8557640Z 2022-11-23T01:57:15.8557824Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:57:15.8558294Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-3678921d04584732.xml - 2022-11-23T01:57:15.8558833Z ========= 28 passed, 12 skipped, 29874 deselected, 1 warning in 5.43s ========= 2022-11-23T01:57:15.8559186Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T01:57:15.8559393Z 2022-11-23T01:57:15.8559697Z ##[endgroup] 2022-11-23T01:57:15.8560036Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_y5b71ka9) 2022-11-23T01:57:15.8560285Z 2022-11-23T01:57:15.8560398Z Running test_ops_jit ... [2022-11-23 01:57:15.843649] 2022-11-23T01:57:18.4139838Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:57:18.4140396Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T01:57:18.5821174Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:57:18.581655] 2022-11-23T01:57:18.5823490Z Ignoring disabled issues: [] 2022-11-23T01:57:18.5892569Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:57:18.588987] 2022-11-23T01:57:18.5894357Z Ignoring disabled issues: [] 2022-11-23T02:12:50.2846256Z 2022-11-23T02:12:50.2847518Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:12:50.2848502Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_3in7nm93) 2022-11-23T02:12:50.2856062Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-07d4fa74eef55596.xml 2022-11-23T02:12:50.2857083Z ============================= test session starts ============================= 2022-11-23T02:12:50.2858438Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:12:50.2859430Z cachedir: .pytest_cache 2022-11-23T02:12:50.2860039Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:12:50.2860551Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:12:50.2861009Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:12:50.2861485Z collecting ... collected 1042 items / 3 deselected / 1039 selected 2022-11-23T02:12:50.2946350Z Running 484 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_pool2d_with_indices_backward_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_dropout_backward_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_kaiser_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-11-23T02:12:50.3025473Z 2022-11-23T02:12:50.3025941Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 PASSED [ 0%] 2022-11-23T02:12:50.3026919Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 PASSED [ 0%] 2022-11-23T02:12:50.3027822Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 PASSED [ 0%] 2022-11-23T02:12:50.3028465Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 PASSED [ 0%] 2022-11-23T02:12:50.3029111Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 PASSED [ 1%] 2022-11-23T02:12:50.3029751Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 XFAIL [ 1%] 2022-11-23T02:12:50.3030749Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 PASSED [ 1%] 2022-11-23T02:12:50.3031510Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T02:12:50.3032223Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-11-23T02:12:50.3033403Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 PASSED [ 2%] 2022-11-23T02:12:50.3034224Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 PASSED [ 2%] 2022-11-23T02:12:50.3034860Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 PASSED [ 2%] 2022-11-23T02:12:50.3035488Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 PASSED [ 2%] 2022-11-23T02:12:50.3036114Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-11-23T02:12:50.3036785Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 PASSED [ 3%] 2022-11-23T02:12:50.3037455Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 PASSED [ 3%] 2022-11-23T02:12:50.3038127Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 PASSED [ 3%] 2022-11-23T02:12:50.3038916Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 PASSED [ 3%] 2022-11-23T02:12:50.3039935Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_with_dtype_cpu_float32 PASSED [ 3%] 2022-11-23T02:12:50.3040691Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 PASSED [ 4%] 2022-11-23T02:12:50.3041292Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 PASSED [ 4%] 2022-11-23T02:12:50.3042158Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 PASSED [ 4%] 2022-11-23T02:12:50.3042789Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 XFAIL [ 4%] 2022-11-23T02:12:50.3043433Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 PASSED [ 4%] 2022-11-23T02:12:50.3044120Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 5%] 2022-11-23T02:12:50.3044767Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 PASSED [ 5%] 2022-11-23T02:12:50.3045736Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 PASSED [ 5%] 2022-11-23T02:12:50.3046626Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 PASSED [ 5%] 2022-11-23T02:12:50.3047389Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 5%] 2022-11-23T02:12:50.3048108Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-11-23T02:12:50.3048808Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 PASSED [ 6%] 2022-11-23T02:12:50.3049464Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 PASSED [ 6%] 2022-11-23T02:12:50.3050098Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 PASSED [ 6%] 2022-11-23T02:12:50.3050698Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 XFAIL [ 7%] 2022-11-23T02:12:50.3051504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 XFAIL [ 7%] 2022-11-23T02:12:50.3052450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 PASSED [ 7%] 2022-11-23T02:12:50.3053265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 PASSED [ 7%] 2022-11-23T02:12:50.3053925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 XFAIL [ 7%] 2022-11-23T02:12:50.3054596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 XFAIL [ 8%] 2022-11-23T02:12:50.3055242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 XFAIL [ 8%] 2022-11-23T02:12:50.3056500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 XFAIL [ 8%] 2022-11-23T02:12:50.3057182Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 PASSED [ 8%] 2022-11-23T02:12:50.3058132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 PASSED [ 8%] 2022-11-23T02:12:50.3059038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 PASSED [ 9%] 2022-11-23T02:12:50.3059697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 PASSED [ 9%] 2022-11-23T02:12:50.3060359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 PASSED [ 9%] 2022-11-23T02:12:50.3061028Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 PASSED [ 9%] 2022-11-23T02:12:50.3061651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 PASSED [ 9%] 2022-11-23T02:12:50.3062310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 PASSED [ 10%] 2022-11-23T02:12:50.3062966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 PASSED [ 10%] 2022-11-23T02:12:50.3063615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 PASSED [ 10%] 2022-11-23T02:12:50.3064598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 PASSED [ 10%] 2022-11-23T02:12:50.3065520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 PASSED [ 10%] 2022-11-23T02:12:50.3066940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T02:12:50.3069223Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T02:12:50.3071881Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T02:12:50.3073709Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T02:12:50.3074755Z PASSED [ 11%] 2022-11-23T02:12:50.3075304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 PASSED [ 11%] 2022-11-23T02:12:50.3076005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:12:50.3077166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 PASSED [ 11%] 2022-11-23T02:12:50.3078265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 PASSED [ 11%] 2022-11-23T02:12:50.3078954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 PASSED [ 12%] 2022-11-23T02:12:50.3079651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 PASSED [ 12%] 2022-11-23T02:12:50.3080286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T02:12:50.3080971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 PASSED [ 12%] 2022-11-23T02:12:50.3081638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 PASSED [ 13%] 2022-11-23T02:12:50.3082313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 PASSED [ 13%] 2022-11-23T02:12:50.3083209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 PASSED [ 13%] 2022-11-23T02:12:50.3084202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 PASSED [ 13%] 2022-11-23T02:12:50.3084869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 PASSED [ 13%] 2022-11-23T02:12:50.3085544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 XFAIL [ 14%] 2022-11-23T02:12:50.3086229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 PASSED [ 14%] 2022-11-23T02:12:50.3086873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 XFAIL [ 14%] 2022-11-23T02:12:50.3087551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 XFAIL [ 14%] 2022-11-23T02:12:50.3088212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 XFAIL [ 14%] 2022-11-23T02:12:50.3089184Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 PASSED [ 15%] 2022-11-23T02:12:50.3090092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 15%] 2022-11-23T02:12:50.3091033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 XFAIL [ 15%] 2022-11-23T02:12:50.3091639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 XFAIL [ 15%] 2022-11-23T02:12:50.3092295Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 XFAIL [ 15%] 2022-11-23T02:12:50.3092958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 PASSED [ 16%] 2022-11-23T02:12:50.3093602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 PASSED [ 16%] 2022-11-23T02:12:50.3094255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_complex64 XFAIL [ 16%] 2022-11-23T02:12:50.3094912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 XFAIL [ 16%] 2022-11-23T02:12:50.3095635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 XFAIL [ 16%] 2022-11-23T02:12:50.3096526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 XFAIL [ 17%] 2022-11-23T02:12:50.3097383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 PASSED [ 17%] 2022-11-23T02:12:50.3098056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 PASSED [ 17%] 2022-11-23T02:12:50.3098729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 PASSED [ 17%] 2022-11-23T02:12:50.3099388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 PASSED [ 17%] 2022-11-23T02:12:50.3100042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 PASSED [ 18%] 2022-11-23T02:12:50.3100685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 PASSED [ 18%] 2022-11-23T02:12:50.3101406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 PASSED [ 18%] 2022-11-23T02:12:50.3102469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 PASSED [ 18%] 2022-11-23T02:12:50.3103440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 PASSED [ 19%] 2022-11-23T02:12:50.3104127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 PASSED [ 19%] 2022-11-23T02:12:50.3104780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 PASSED [ 19%] 2022-11-23T02:12:50.3105446Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 PASSED [ 19%] 2022-11-23T02:12:50.3106074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 PASSED [ 19%] 2022-11-23T02:12:50.3106734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 PASSED [ 20%] 2022-11-23T02:12:50.3107378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 PASSED [ 20%] 2022-11-23T02:12:50.3108104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 PASSED [ 20%] 2022-11-23T02:12:50.3109072Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 PASSED [ 20%] 2022-11-23T02:12:50.3109927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 PASSED [ 20%] 2022-11-23T02:12:50.3110625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 PASSED [ 21%] 2022-11-23T02:12:50.3111391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 PASSED [ 21%] 2022-11-23T02:12:50.3112089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 PASSED [ 21%] 2022-11-23T02:12:50.3112894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 PASSED [ 21%] 2022-11-23T02:12:50.3113773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_complex64 PASSED [ 21%] 2022-11-23T02:12:50.3114601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 PASSED [ 22%] 2022-11-23T02:12:50.3115560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 PASSED [ 22%] 2022-11-23T02:12:50.3116382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 PASSED [ 22%] 2022-11-23T02:12:50.3117004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 PASSED [ 22%] 2022-11-23T02:12:50.3117699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 PASSED [ 22%] 2022-11-23T02:12:50.3118424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 PASSED [ 23%] 2022-11-23T02:12:50.3119146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 PASSED [ 23%] 2022-11-23T02:12:50.3119800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 XFAIL [ 23%] 2022-11-23T02:12:50.3120455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 PASSED [ 23%] 2022-11-23T02:12:50.3121445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 PASSED [ 23%] 2022-11-23T02:12:50.3122383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:12:50.3123091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:12:50.3123746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 PASSED [ 24%] 2022-11-23T02:12:50.3124385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 PASSED [ 24%] 2022-11-23T02:12:50.3125020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 PASSED [ 25%] 2022-11-23T02:12:50.3125664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 PASSED [ 25%] 2022-11-23T02:12:50.3126261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 PASSED [ 25%] 2022-11-23T02:12:50.3127073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 PASSED [ 25%] 2022-11-23T02:12:50.3127752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 PASSED [ 25%] 2022-11-23T02:12:50.3128419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 PASSED [ 26%] 2022-11-23T02:12:50.3129074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 PASSED [ 26%] 2022-11-23T02:12:50.3129731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 PASSED [ 26%] 2022-11-23T02:12:50.3130395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 PASSED [ 26%] 2022-11-23T02:12:50.3131018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 PASSED [ 26%] 2022-11-23T02:12:50.3131700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 PASSED [ 27%] 2022-11-23T02:12:50.3132696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 PASSED [ 27%] 2022-11-23T02:12:50.3133641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 PASSED [ 27%] 2022-11-23T02:12:50.3134309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 PASSED [ 27%] 2022-11-23T02:12:50.3134991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 PASSED [ 27%] 2022-11-23T02:12:50.3135686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 PASSED [ 28%] 2022-11-23T02:12:50.3136313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 PASSED [ 28%] 2022-11-23T02:12:50.3137150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 PASSED [ 28%] 2022-11-23T02:12:50.3137819Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 PASSED [ 28%] 2022-11-23T02:12:50.3138505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 PASSED [ 28%] 2022-11-23T02:12:50.3139025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 XFAIL [ 29%] 2022-11-23T02:12:50.3139442Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 XFAIL [ 29%] 2022-11-23T02:12:50.3139861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 PASSED [ 29%] 2022-11-23T02:12:50.3140249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 PASSED [ 29%] 2022-11-23T02:12:50.3140673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 PASSED [ 29%] 2022-11-23T02:12:50.3141095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 PASSED [ 30%] 2022-11-23T02:12:50.3141509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 XFAIL [ 30%] 2022-11-23T02:12:50.3141919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 XFAIL [ 30%] 2022-11-23T02:12:50.3142366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 SKIPPED (Skipped!) [ 30%] 2022-11-23T02:12:50.3142947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 SKIPPED (Skipped!) [ 30%] 2022-11-23T02:12:50.3143394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 PASSED [ 31%] 2022-11-23T02:12:50.3143811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 PASSED [ 31%] 2022-11-23T02:12:50.3144224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 PASSED [ 31%] 2022-11-23T02:12:50.3144653Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 PASSED [ 31%] 2022-11-23T02:12:50.3145095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-11-23T02:12:50.3145533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 PASSED [ 32%] 2022-11-23T02:12:50.3146004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 PASSED [ 32%] 2022-11-23T02:12:50.3146432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 PASSED [ 32%] 2022-11-23T02:12:50.3146883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 SKIPPED (Skipped!) [ 32%] 2022-11-23T02:12:50.3147357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:12:50.3147817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 PASSED [ 33%] 2022-11-23T02:12:50.3148479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 XFAIL [ 33%] 2022-11-23T02:12:50.3149405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 PASSED [ 33%] 2022-11-23T02:12:50.3150135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 PASSED [ 33%] 2022-11-23T02:12:50.3150571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 PASSED [ 34%] 2022-11-23T02:12:50.3151002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 PASSED [ 34%] 2022-11-23T02:12:50.3151691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 PASSED [ 34%] 2022-11-23T02:12:50.3152137Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 PASSED [ 34%] 2022-11-23T02:12:50.3152578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 PASSED [ 34%] 2022-11-23T02:12:50.3153016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 PASSED [ 35%] 2022-11-23T02:12:50.3153518Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 PASSED [ 35%] 2022-11-23T02:12:50.3153950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 PASSED [ 35%] 2022-11-23T02:12:50.3154380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 XFAIL [ 35%] 2022-11-23T02:12:50.3154801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 PASSED [ 35%] 2022-11-23T02:12:50.3155233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 PASSED [ 36%] 2022-11-23T02:12:50.3155667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 PASSED [ 36%] 2022-11-23T02:12:50.3156094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 PASSED [ 36%] 2022-11-23T02:12:50.3156472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 PASSED [ 36%] 2022-11-23T02:12:50.3156892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 PASSED [ 36%] 2022-11-23T02:12:50.3157367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T02:12:50.3157899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T02:12:50.3158401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T02:12:50.3158849Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 PASSED [ 37%] 2022-11-23T02:12:50.3159409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 PASSED [ 38%] 2022-11-23T02:12:50.3159801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 PASSED [ 38%] 2022-11-23T02:12:50.3160223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 PASSED [ 38%] 2022-11-23T02:12:50.3160647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 PASSED [ 38%] 2022-11-23T02:12:50.3161085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 PASSED [ 38%] 2022-11-23T02:12:50.3161603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 PASSED [ 39%] 2022-11-23T02:12:50.3162066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 PASSED [ 39%] 2022-11-23T02:12:50.3162518Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 PASSED [ 39%] 2022-11-23T02:12:50.3162927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 PASSED [ 39%] 2022-11-23T02:12:50.3163401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 PASSED [ 39%] 2022-11-23T02:12:50.3163879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 PASSED [ 40%] 2022-11-23T02:12:50.3164334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 PASSED [ 40%] 2022-11-23T02:12:50.3164776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 PASSED [ 40%] 2022-11-23T02:12:50.3165227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 PASSED [ 40%] 2022-11-23T02:12:50.3165671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 PASSED [ 40%] 2022-11-23T02:12:50.3166084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 XFAIL [ 41%] 2022-11-23T02:12:50.3166549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 PASSED [ 41%] 2022-11-23T02:12:50.3166995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 PASSED [ 41%] 2022-11-23T02:12:50.3167437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 PASSED [ 41%] 2022-11-23T02:12:50.3167977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 PASSED [ 41%] 2022-11-23T02:12:50.3168507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 PASSED [ 42%] 2022-11-23T02:12:50.3168976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-11-23T02:12:50.3169415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 42%] 2022-11-23T02:12:50.3169898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 42%] 2022-11-23T02:12:50.3170361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 PASSED [ 42%] 2022-11-23T02:12:50.3170808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 PASSED [ 43%] 2022-11-23T02:12:50.3171244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 PASSED [ 43%] 2022-11-23T02:12:50.3171707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 43%] 2022-11-23T02:12:50.3172167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 PASSED [ 43%] 2022-11-23T02:12:50.3172615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 PASSED [ 44%] 2022-11-23T02:12:50.3173040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 PASSED [ 44%] 2022-11-23T02:12:50.3173569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 44%] 2022-11-23T02:12:50.3174085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 PASSED [ 44%] 2022-11-23T02:12:50.3174585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 PASSED [ 44%] 2022-11-23T02:12:50.3175075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 PASSED [ 45%] 2022-11-23T02:12:50.3175590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 PASSED [ 45%] 2022-11-23T02:12:50.3176054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 PASSED [ 45%] 2022-11-23T02:12:50.3176486Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 PASSED [ 45%] 2022-11-23T02:12:50.3176943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 PASSED [ 45%] 2022-11-23T02:12:50.3177360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 PASSED [ 46%] 2022-11-23T02:12:50.3177810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 PASSED [ 46%] 2022-11-23T02:12:50.3178259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 PASSED [ 46%] 2022-11-23T02:12:50.3178703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 PASSED [ 46%] 2022-11-23T02:12:50.3179136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 XFAIL [ 46%] 2022-11-23T02:12:50.3179551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 PASSED [ 47%] 2022-11-23T02:12:50.3180466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 PASSED [ 47%] 2022-11-23T02:12:50.3181372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 PASSED [ 47%] 2022-11-23T02:12:50.3181965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 PASSED [ 47%] 2022-11-23T02:12:50.3182389Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 PASSED [ 47%] 2022-11-23T02:12:50.3182898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 PASSED [ 48%] 2022-11-23T02:12:50.3183348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_float32 PASSED [ 48%] 2022-11-23T02:12:50.3183757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 PASSED [ 48%] 2022-11-23T02:12:50.3184196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 PASSED [ 48%] 2022-11-23T02:12:50.3184630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 XFAIL [ 48%] 2022-11-23T02:12:50.3185062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 PASSED [ 49%] 2022-11-23T02:12:50.3185488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 XFAIL [ 49%] 2022-11-23T02:12:50.3185902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 XFAIL [ 49%] 2022-11-23T02:12:50.3186330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 PASSED [ 49%] 2022-11-23T02:12:50.3186729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 PASSED [ 50%] 2022-11-23T02:12:50.3187138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 XFAIL [ 50%] 2022-11-23T02:12:50.3187552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32 XFAIL [ 50%] 2022-11-23T02:12:50.3187979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32 XFAIL [ 50%] 2022-11-23T02:12:50.3188414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32 XFAIL [ 50%] 2022-11-23T02:12:50.3188868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:12:50.3189304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:12:50.3189774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:12:50.3190209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 PASSED [ 51%] 2022-11-23T02:12:50.3190710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32 XFAIL [ 51%] 2022-11-23T02:12:50.3191173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:12:50.3191759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32 XFAIL [ 52%] 2022-11-23T02:12:50.3192192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32 XFAIL [ 52%] 2022-11-23T02:12:50.3192635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64 XFAIL [ 52%] 2022-11-23T02:12:50.3193046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32 XFAIL [ 52%] 2022-11-23T02:12:50.3193501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 PASSED [ 53%] 2022-11-23T02:12:50.3193944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 PASSED [ 53%] 2022-11-23T02:12:50.3194373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 PASSED [ 53%] 2022-11-23T02:12:50.3194803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32 XFAIL [ 53%] 2022-11-23T02:12:50.3195232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32 XFAIL [ 53%] 2022-11-23T02:12:50.3195656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32 XFAIL [ 54%] 2022-11-23T02:12:50.3196045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64 XFAIL [ 54%] 2022-11-23T02:12:50.3196473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 PASSED [ 54%] 2022-11-23T02:12:50.3196991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_pool2d_with_indices_backward_cpu_float32 XFAIL [ 54%] 2022-11-23T02:12:50.3197460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 PASSED [ 54%] 2022-11-23T02:12:50.3197931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-11-23T02:12:50.3198387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 PASSED [ 55%] 2022-11-23T02:12:50.3198873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:12:50.3199309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 PASSED [ 55%] 2022-11-23T02:12:50.3199737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 PASSED [ 55%] 2022-11-23T02:12:50.3200155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 PASSED [ 56%] 2022-11-23T02:12:50.3200566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 PASSED [ 56%] 2022-11-23T02:12:50.3200964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 PASSED [ 56%] 2022-11-23T02:12:50.3201541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 PASSED [ 56%] 2022-11-23T02:12:50.3201964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 PASSED [ 57%] 2022-11-23T02:12:50.3202338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 PASSED [ 57%] 2022-11-23T02:12:50.3202724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 PASSED [ 57%] 2022-11-23T02:12:50.3203167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:12:50.3203605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-11-23T02:12:50.3204038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 PASSED [ 58%] 2022-11-23T02:12:50.3204457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 PASSED [ 58%] 2022-11-23T02:12:50.3204947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_dropout_backward_cpu_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:12:50.3205405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 PASSED [ 58%] 2022-11-23T02:12:50.3205809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 PASSED [ 58%] 2022-11-23T02:12:50.3206245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:12:50.3206758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 59%] 2022-11-23T02:12:50.3207323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 59%] 2022-11-23T02:12:50.3207811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 PASSED [ 59%] 2022-11-23T02:12:50.3208370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 PASSED [ 59%] 2022-11-23T02:12:50.3208826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:12:50.3209339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 XFAIL [ 60%] 2022-11-23T02:12:50.3209821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 XFAIL [ 60%] 2022-11-23T02:12:50.3210309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 XFAIL [ 60%] 2022-11-23T02:12:50.3210859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 XFAIL [ 60%] 2022-11-23T02:12:50.3211332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 PASSED [ 61%] 2022-11-23T02:12:50.3211795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 PASSED [ 61%] 2022-11-23T02:12:50.3212257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 PASSED [ 61%] 2022-11-23T02:12:50.3212677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 PASSED [ 61%] 2022-11-23T02:12:50.3213167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 SKIPPED (Works on some configs!) [ 61%] 2022-11-23T02:12:50.3213676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:12:50.3214169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 PASSED [ 62%] 2022-11-23T02:12:50.3214700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 PASSED [ 62%] 2022-11-23T02:12:50.3215218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 XFAIL [ 62%] 2022-11-23T02:12:50.3215680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 XFAIL [ 63%] 2022-11-23T02:12:50.3216091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-11-23T02:12:50.3216544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 XFAIL [ 63%] 2022-11-23T02:12:50.3217025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 63%] 2022-11-23T02:12:50.3217513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-11-23T02:12:50.3218008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:12:50.3218558Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 PASSED [ 64%] 2022-11-23T02:12:50.3219025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 XFAIL [ 64%] 2022-11-23T02:12:50.3219492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 PASSED [ 64%] 2022-11-23T02:12:50.3219919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 PASSED [ 64%] 2022-11-23T02:12:50.3220373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-11-23T02:12:50.3220850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 XFAIL [ 65%] 2022-11-23T02:12:50.3221324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 XFAIL [ 65%] 2022-11-23T02:12:50.3221803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 XFAIL [ 65%] 2022-11-23T02:12:50.3222285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 XFAIL [ 65%] 2022-11-23T02:12:50.3222757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 XFAIL [ 66%] 2022-11-23T02:12:50.3223177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 XFAIL [ 66%] 2022-11-23T02:12:50.3223627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 PASSED [ 66%] 2022-11-23T02:12:50.3224082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 PASSED [ 66%] 2022-11-23T02:12:50.3224599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 PASSED [ 66%] 2022-11-23T02:12:50.3225059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 PASSED [ 67%] 2022-11-23T02:12:50.3225493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 PASSED [ 67%] 2022-11-23T02:12:50.3225960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 67%] 2022-11-23T02:12:50.3226432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 67%] 2022-11-23T02:12:50.3226879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 67%] 2022-11-23T02:12:50.3227358Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 PASSED [ 68%] 2022-11-23T02:12:50.3227819Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 PASSED [ 68%] 2022-11-23T02:12:50.3228258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 PASSED [ 68%] 2022-11-23T02:12:50.3228714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:12:50.3229313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:12:50.3229796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 PASSED [ 69%] 2022-11-23T02:12:50.3230239Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:12:50.3230738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:12:50.3231226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-11-23T02:12:50.3231840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 XFAIL [ 70%] 2022-11-23T02:12:50.3232289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 PASSED [ 70%] 2022-11-23T02:12:50.3232750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 PASSED [ 70%] 2022-11-23T02:12:50.3233180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 PASSED [ 70%] 2022-11-23T02:12:50.3233619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 PASSED [ 70%] 2022-11-23T02:12:50.3234041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-11-23T02:12:50.3234500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 PASSED [ 71%] 2022-11-23T02:12:50.3234948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-11-23T02:12:50.3235504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 PASSED [ 71%] 2022-11-23T02:12:50.3235948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-11-23T02:12:50.3236725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-11-23T02:12:50.3237758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 72%] 2022-11-23T02:12:50.3238439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 XFAIL [ 72%] 2022-11-23T02:12:50.3238911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 XFAIL [ 72%] 2022-11-23T02:12:50.3239419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 XFAIL [ 72%] 2022-11-23T02:12:50.3239845Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 PASSED [ 73%] 2022-11-23T02:12:50.3240261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 XFAIL [ 73%] 2022-11-23T02:12:50.3240685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 XFAIL [ 73%] 2022-11-23T02:12:50.3241106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 XFAIL [ 73%] 2022-11-23T02:12:50.3241487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 XFAIL [ 73%] 2022-11-23T02:12:50.3242015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 XFAIL [ 74%] 2022-11-23T02:12:50.3242515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:12:50.3242958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 PASSED [ 74%] 2022-11-23T02:12:50.3243390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 PASSED [ 74%] 2022-11-23T02:12:50.3243805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 PASSED [ 75%] 2022-11-23T02:12:50.3244217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 PASSED [ 75%] 2022-11-23T02:12:50.3244594Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 PASSED [ 75%] 2022-11-23T02:12:50.3245027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 PASSED [ 75%] 2022-11-23T02:12:50.3245489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:12:50.3245979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:12:50.3246482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:12:50.3246996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 PASSED [ 76%] 2022-11-23T02:12:50.3247433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 PASSED [ 76%] 2022-11-23T02:12:50.3247820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 PASSED [ 76%] 2022-11-23T02:12:50.3248243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 PASSED [ 77%] 2022-11-23T02:12:50.3248665Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 PASSED [ 77%] 2022-11-23T02:12:50.3249080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 PASSED [ 77%] 2022-11-23T02:12:50.3249496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 PASSED [ 77%] 2022-11-23T02:12:50.3249921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 XFAIL [ 77%] 2022-11-23T02:12:50.3250343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 XFAIL [ 78%] 2022-11-23T02:12:50.3250734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 XFAIL [ 78%] 2022-11-23T02:12:50.3251158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 PASSED [ 78%] 2022-11-23T02:12:50.3251577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 PASSED [ 78%] 2022-11-23T02:12:50.3252011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 PASSED [ 78%] 2022-11-23T02:12:50.3252447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 PASSED [ 79%] 2022-11-23T02:12:50.3252870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 PASSED [ 79%] 2022-11-23T02:12:50.3253697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 PASSED [ 79%] 2022-11-23T02:12:50.3254128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 PASSED [ 79%] 2022-11-23T02:12:50.3254592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:12:50.3255073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:12:50.3255520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 PASSED [ 80%] 2022-11-23T02:12:50.3255945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 PASSED [ 80%] 2022-11-23T02:12:50.3256375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 PASSED [ 80%] 2022-11-23T02:12:50.3256765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 PASSED [ 80%] 2022-11-23T02:12:50.3257202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T02:12:50.3257634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 PASSED [ 81%] 2022-11-23T02:12:50.3258065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 PASSED [ 81%] 2022-11-23T02:12:50.3258483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 PASSED [ 81%] 2022-11-23T02:12:50.3258910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 PASSED [ 82%] 2022-11-23T02:12:50.3259338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 PASSED [ 82%] 2022-11-23T02:12:50.3259718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 PASSED [ 82%] 2022-11-23T02:12:50.3260140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_float32 XFAIL [ 82%] 2022-11-23T02:12:50.3260753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 PASSED [ 82%] 2022-11-23T02:12:50.3261185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 PASSED [ 83%] 2022-11-23T02:12:50.3261699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 PASSED [ 83%] 2022-11-23T02:12:50.3262180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 SKIPPED (Expected failure!) [ 83%] 2022-11-23T02:12:50.3262641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 PASSED [ 83%] 2022-11-23T02:12:50.3263027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 PASSED [ 83%] 2022-11-23T02:12:50.3263448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 PASSED [ 84%] 2022-11-23T02:12:50.3263869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 XFAIL [ 84%] 2022-11-23T02:12:50.3264288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 PASSED [ 84%] 2022-11-23T02:12:50.3264729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_kaiser_cpu_float32 XFAIL [ 84%] 2022-11-23T02:12:50.3265165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 PASSED [ 84%] 2022-11-23T02:12:50.3265647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_complex64 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T02:12:50.3266123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:12:50.3266613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-11-23T02:12:50.3267076Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 PASSED [ 85%] 2022-11-23T02:12:50.3267522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 PASSED [ 85%] 2022-11-23T02:12:50.3268017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 PASSED [ 86%] 2022-11-23T02:12:50.3268499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 PASSED [ 86%] 2022-11-23T02:12:50.3268949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 PASSED [ 86%] 2022-11-23T02:12:50.3269341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 PASSED [ 86%] 2022-11-23T02:12:50.3269875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T02:12:50.3270401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 PASSED [ 87%] 2022-11-23T02:12:50.3270860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 PASSED [ 87%] 2022-11-23T02:12:50.3271429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 PASSED [ 87%] 2022-11-23T02:12:50.3271894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 PASSED [ 87%] 2022-11-23T02:12:50.3272387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 XFAIL [ 88%] 2022-11-23T02:12:50.3272878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 88%] 2022-11-23T02:12:50.3273324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 88%] 2022-11-23T02:12:50.3273871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T02:12:50.3274599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T02:12:50.3275193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 PASSED [ 89%] 2022-11-23T02:12:50.3275702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 PASSED [ 89%] 2022-11-23T02:12:50.3276147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 PASSED [ 89%] 2022-11-23T02:12:50.3276574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 PASSED [ 89%] 2022-11-23T02:12:50.3277016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 PASSED [ 89%] 2022-11-23T02:12:50.3277393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 PASSED [ 90%] 2022-11-23T02:12:50.3277810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 PASSED [ 90%] 2022-11-23T02:12:50.3278289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 SKIPPED (Skipped! stft does not match the native function) [ 90%] 2022-11-23T02:12:50.3278764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 PASSED [ 90%] 2022-11-23T02:12:50.3279187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 PASSED [ 90%] 2022-11-23T02:12:50.3279630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 XFAIL [ 91%] 2022-11-23T02:12:50.3280052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 PASSED [ 91%] 2022-11-23T02:12:50.3280440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 PASSED [ 91%] 2022-11-23T02:12:50.3280864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 PASSED [ 91%] 2022-11-23T02:12:50.3281299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 PASSED [ 91%] 2022-11-23T02:12:50.3281803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 PASSED [ 92%] 2022-11-23T02:12:50.3282224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 PASSED [ 92%] 2022-11-23T02:12:50.3282653Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 PASSED [ 92%] 2022-11-23T02:12:50.3283067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 PASSED [ 92%] 2022-11-23T02:12:50.3283594Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 PASSED [ 92%] 2022-11-23T02:12:50.3283986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 PASSED [ 93%] 2022-11-23T02:12:50.3284369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 PASSED [ 93%] 2022-11-23T02:12:50.3284752Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 PASSED [ 93%] 2022-11-23T02:12:50.3285133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 PASSED [ 93%] 2022-11-23T02:12:50.3285536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 PASSED [ 94%] 2022-11-23T02:12:50.3285928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 PASSED [ 94%] 2022-11-23T02:12:50.3286350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 PASSED [ 94%] 2022-11-23T02:12:50.3286742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 PASSED [ 94%] 2022-11-23T02:12:50.3287152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 PASSED [ 94%] 2022-11-23T02:12:50.3287549Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 PASSED [ 95%] 2022-11-23T02:12:50.3287932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 PASSED [ 95%] 2022-11-23T02:12:50.3288324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 PASSED [ 95%] 2022-11-23T02:12:50.3288703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 PASSED [ 95%] 2022-11-23T02:12:50.3289157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 PASSED [ 95%] 2022-11-23T02:12:50.3289550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 PASSED [ 96%] 2022-11-23T02:12:50.3289935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 PASSED [ 96%] 2022-11-23T02:12:50.3290316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 XFAIL [ 96%] 2022-11-23T02:12:50.3290702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 XFAIL [ 96%] 2022-11-23T02:12:50.3291104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 PASSED [ 96%] 2022-11-23T02:12:50.3291473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 PASSED [ 97%] 2022-11-23T02:12:50.3291981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 PASSED [ 97%] 2022-11-23T02:12:50.3292373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 PASSED [ 97%] 2022-11-23T02:12:50.3292770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 PASSED [ 97%] 2022-11-23T02:12:50.3293153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 PASSED [ 97%] 2022-11-23T02:12:50.3293530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 PASSED [ 98%] 2022-11-23T02:12:50.3293908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 PASSED [ 98%] 2022-11-23T02:12:50.3294271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 PASSED [ 98%] 2022-11-23T02:12:50.3294656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 PASSED [ 98%] 2022-11-23T02:12:50.3295101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 PASSED [ 98%] 2022-11-23T02:12:50.3295492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:12:50.3295881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 PASSED [ 99%] 2022-11-23T02:12:50.3296279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:12:50.3296692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:12:50.3297073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 PASSED [100%] 2022-11-23T02:12:50.3297292Z 2022-11-23T02:12:50.3297420Z ============================== warnings summary =============================== 2022-11-23T02:12:50.3297762Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:12:50.3298285Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:12:50.3298704Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:12:50.3298850Z 2022-11-23T02:12:50.3299058Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:12:50.3299554Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-07d4fa74eef55596.xml - 2022-11-23T02:12:50.3300099Z = 353 passed, 51 skipped, 3 deselected, 80 xfailed, 1 warning in 924.43s (0:15:24) = 2022-11-23T02:12:50.3300474Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:12:50.3300689Z 2022-11-23T02:12:50.3301060Z ##[endgroup] 2022-11-23T02:12:50.3301409Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_3in7nm93) 2022-11-23T02:12:50.3301668Z 2022-11-23T02:14:40.6713988Z 2022-11-23T02:14:40.6716176Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:14:40.6717253Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_ft0ex838) 2022-11-23T02:14:40.6726167Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-3752e27242081f10.xml 2022-11-23T02:14:40.6726521Z ============================= test session starts ============================= 2022-11-23T02:14:40.6729530Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:14:40.6729877Z cachedir: .pytest_cache 2022-11-23T02:14:40.6730243Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:14:40.6730671Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:14:40.6731104Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:14:40.6731497Z collecting ... collected 1042 items / 1 deselected / 1041 selected 2022-11-23T02:14:40.6796521Z Running 554 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__softmax_backward_data_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_grid_sampler_2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_alpha_dropout_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_cosine_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_exponential_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_gaussian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-11-23T02:14:40.6852061Z 2022-11-23T02:14:40.6852316Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 PASSED [ 0%] 2022-11-23T02:14:40.6852695Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 PASSED [ 0%] 2022-11-23T02:14:40.6853057Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 XFAIL [ 0%] 2022-11-23T02:14:40.6853400Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 PASSED [ 0%] 2022-11-23T02:14:40.6854345Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 PASSED [ 0%] 2022-11-23T02:14:40.6854731Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-11-23T02:14:40.6855117Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 PASSED [ 1%] 2022-11-23T02:14:40.6855480Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 PASSED [ 1%] 2022-11-23T02:14:40.6855843Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 PASSED [ 1%] 2022-11-23T02:14:40.6856187Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 PASSED [ 1%] 2022-11-23T02:14:40.6856542Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 PASSED [ 1%] 2022-11-23T02:14:40.6856897Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 XFAIL [ 2%] 2022-11-23T02:14:40.6857255Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 XFAIL [ 2%] 2022-11-23T02:14:40.6857618Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 PASSED [ 2%] 2022-11-23T02:14:40.6857987Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 PASSED [ 2%] 2022-11-23T02:14:40.6858376Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-11-23T02:14:40.6858735Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 PASSED [ 3%] 2022-11-23T02:14:40.6859094Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 PASSED [ 3%] 2022-11-23T02:14:40.6859563Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 PASSED [ 3%] 2022-11-23T02:14:40.6859936Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 XFAIL [ 3%] 2022-11-23T02:14:40.6860303Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 PASSED [ 3%] 2022-11-23T02:14:40.6860692Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 3%] 2022-11-23T02:14:40.6861095Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 4%] 2022-11-23T02:14:40.6861545Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 PASSED [ 4%] 2022-11-23T02:14:40.6861952Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-11-23T02:14:40.6862373Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 4%] 2022-11-23T02:14:40.6862790Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 PASSED [ 4%] 2022-11-23T02:14:40.6863196Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 PASSED [ 5%] 2022-11-23T02:14:40.6863580Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 PASSED [ 5%] 2022-11-23T02:14:40.6863946Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 PASSED [ 5%] 2022-11-23T02:14:40.6864306Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-11-23T02:14:40.6864714Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 5%] 2022-11-23T02:14:40.6865104Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 XFAIL [ 5%] 2022-11-23T02:14:40.6865465Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 PASSED [ 6%] 2022-11-23T02:14:40.6865844Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-11-23T02:14:40.6866217Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 PASSED [ 6%] 2022-11-23T02:14:40.6866576Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 XFAIL [ 6%] 2022-11-23T02:14:40.6866918Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 PASSED [ 6%] 2022-11-23T02:14:40.6867334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 XFAIL [ 7%] 2022-11-23T02:14:40.6867697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 XFAIL [ 7%] 2022-11-23T02:14:40.6868054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 XFAIL [ 7%] 2022-11-23T02:14:40.6868420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 XFAIL [ 7%] 2022-11-23T02:14:40.6868791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 XFAIL [ 7%] 2022-11-23T02:14:40.6869206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 XFAIL [ 7%] 2022-11-23T02:14:40.6869661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 XFAIL [ 8%] 2022-11-23T02:14:40.6870128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 XFAIL [ 8%] 2022-11-23T02:14:40.6870577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 XFAIL [ 8%] 2022-11-23T02:14:40.6871018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 XFAIL [ 8%] 2022-11-23T02:14:40.6871482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 XFAIL [ 8%] 2022-11-23T02:14:40.6871925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 XFAIL [ 9%] 2022-11-23T02:14:40.6885627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__softmax_backward_data_cpu_float32 XFAIL [ 9%] 2022-11-23T02:14:40.6886179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 PASSED [ 9%] 2022-11-23T02:14:40.6886579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 PASSED [ 9%] 2022-11-23T02:14:40.6886973Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 PASSED [ 9%] 2022-11-23T02:14:40.6887372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 PASSED [ 9%] 2022-11-23T02:14:40.6887743Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 PASSED [ 10%] 2022-11-23T02:14:40.6888306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 PASSED [ 10%] 2022-11-23T02:14:40.6888702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 PASSED [ 10%] 2022-11-23T02:14:40.6889110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 PASSED [ 10%] 2022-11-23T02:14:40.6889525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 PASSED [ 10%] 2022-11-23T02:14:40.6889930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 PASSED [ 11%] 2022-11-23T02:14:40.6890323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 PASSED [ 11%] 2022-11-23T02:14:40.6890682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 PASSED [ 11%] 2022-11-23T02:14:40.6891064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 PASSED [ 11%] 2022-11-23T02:14:40.6891472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:14:40.6891897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:14:40.6892296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 PASSED [ 12%] 2022-11-23T02:14:40.6892680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 PASSED [ 12%] 2022-11-23T02:14:40.6893061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 PASSED [ 12%] 2022-11-23T02:14:40.6893415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 PASSED [ 12%] 2022-11-23T02:14:40.6893792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 XFAIL [ 12%] 2022-11-23T02:14:40.6894247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 PASSED [ 12%] 2022-11-23T02:14:40.6894631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 PASSED [ 13%] 2022-11-23T02:14:40.6895017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 PASSED [ 13%] 2022-11-23T02:14:40.6895405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 PASSED [ 13%] 2022-11-23T02:14:40.6895787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 PASSED [ 13%] 2022-11-23T02:14:40.6896144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 PASSED [ 13%] 2022-11-23T02:14:40.6896520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 PASSED [ 14%] 2022-11-23T02:14:40.6896898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 PASSED [ 14%] 2022-11-23T02:14:40.6897288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 PASSED [ 14%] 2022-11-23T02:14:40.6897684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 XFAIL [ 14%] 2022-11-23T02:14:40.6898072Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 XFAIL [ 14%] 2022-11-23T02:14:40.6898437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 PASSED [ 14%] 2022-11-23T02:14:40.6898820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 XFAIL [ 15%] 2022-11-23T02:14:40.6899203Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 PASSED [ 15%] 2022-11-23T02:14:40.6899699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 PASSED [ 15%] 2022-11-23T02:14:40.6900081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 XFAIL [ 15%] 2022-11-23T02:14:40.6900457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 XFAIL [ 15%] 2022-11-23T02:14:40.6900860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 PASSED [ 16%] 2022-11-23T02:14:40.6901255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 XFAIL [ 16%] 2022-11-23T02:14:40.6901723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 PASSED [ 16%] 2022-11-23T02:14:40.6902128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 PASSED [ 16%] 2022-11-23T02:14:40.6902541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 SKIPPED (Expected failure!) [ 16%] 2022-11-23T02:14:40.6902970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 PASSED [ 16%] 2022-11-23T02:14:40.6903369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 PASSED [ 17%] 2022-11-23T02:14:40.6903747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdouble_cpu_float32 XFAIL [ 17%] 2022-11-23T02:14:40.6904113Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 PASSED [ 17%] 2022-11-23T02:14:40.6904496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_complex64 XFAIL [ 17%] 2022-11-23T02:14:40.6904878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cfloat_cpu_float32 XFAIL [ 17%] 2022-11-23T02:14:40.6905256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 XFAIL [ 18%] 2022-11-23T02:14:40.6905642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 PASSED [ 18%] 2022-11-23T02:14:40.6906031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 PASSED [ 18%] 2022-11-23T02:14:40.6906434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 PASSED [ 18%] 2022-11-23T02:14:40.6906826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 PASSED [ 18%] 2022-11-23T02:14:40.6907287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 PASSED [ 18%] 2022-11-23T02:14:40.6907684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 PASSED [ 19%] 2022-11-23T02:14:40.6908065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 PASSED [ 19%] 2022-11-23T02:14:40.6908440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 PASSED [ 19%] 2022-11-23T02:14:40.6908824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 PASSED [ 19%] 2022-11-23T02:14:40.6909223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 PASSED [ 19%] 2022-11-23T02:14:40.6909615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 PASSED [ 20%] 2022-11-23T02:14:40.6910013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 PASSED [ 20%] 2022-11-23T02:14:40.6910400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 PASSED [ 20%] 2022-11-23T02:14:40.6910809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 SKIPPED (Skipped!) [ 20%] 2022-11-23T02:14:40.6911233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 PASSED [ 20%] 2022-11-23T02:14:40.6911639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 PASSED [ 20%] 2022-11-23T02:14:40.6912039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 PASSED [ 21%] 2022-11-23T02:14:40.6912408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 PASSED [ 21%] 2022-11-23T02:14:40.6912799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 PASSED [ 21%] 2022-11-23T02:14:40.6913191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 PASSED [ 21%] 2022-11-23T02:14:40.6913574Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 PASSED [ 21%] 2022-11-23T02:14:40.6913947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 PASSED [ 22%] 2022-11-23T02:14:40.6914381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 PASSED [ 22%] 2022-11-23T02:14:40.6914748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 XFAIL [ 22%] 2022-11-23T02:14:40.6915125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 XFAIL [ 22%] 2022-11-23T02:14:40.6915502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 PASSED [ 22%] 2022-11-23T02:14:40.6915893Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 PASSED [ 22%] 2022-11-23T02:14:40.6916283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 PASSED [ 23%] 2022-11-23T02:14:40.6916663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 PASSED [ 23%] 2022-11-23T02:14:40.6917050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 PASSED [ 23%] 2022-11-23T02:14:40.6917427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 PASSED [ 23%] 2022-11-23T02:14:40.6917818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 PASSED [ 23%] 2022-11-23T02:14:40.6918215Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_copy_cpu_float32 PASSED [ 24%] 2022-11-23T02:14:40.6918615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 PASSED [ 24%] 2022-11-23T02:14:40.6919013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-11-23T02:14:40.6919407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 PASSED [ 24%] 2022-11-23T02:14:40.6919787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 PASSED [ 24%] 2022-11-23T02:14:40.6920200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 PASSED [ 24%] 2022-11-23T02:14:40.6920601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 PASSED [ 25%] 2022-11-23T02:14:40.6920995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 PASSED [ 25%] 2022-11-23T02:14:40.6921368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 XFAIL [ 25%] 2022-11-23T02:14:40.6921748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 PASSED [ 25%] 2022-11-23T02:14:40.6922133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 PASSED [ 25%] 2022-11-23T02:14:40.6922532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 SKIPPED (Skipped!) [ 25%] 2022-11-23T02:14:40.6922930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:14:40.6923357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:14:40.6923783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:14:40.6924187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 PASSED [ 26%] 2022-11-23T02:14:40.6924572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 PASSED [ 26%] 2022-11-23T02:14:40.6924954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 PASSED [ 27%] 2022-11-23T02:14:40.6925336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 PASSED [ 27%] 2022-11-23T02:14:40.6925699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 PASSED [ 27%] 2022-11-23T02:14:40.6926089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 PASSED [ 27%] 2022-11-23T02:14:40.6926532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 PASSED [ 27%] 2022-11-23T02:14:40.6926916Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 PASSED [ 27%] 2022-11-23T02:14:40.6927747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 XFAIL [ 28%] 2022-11-23T02:14:40.6928140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 XFAIL [ 28%] 2022-11-23T02:14:40.6928505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 PASSED [ 28%] 2022-11-23T02:14:40.6928890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 PASSED [ 28%] 2022-11-23T02:14:40.6929277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 PASSED [ 28%] 2022-11-23T02:14:40.6929674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 PASSED [ 29%] 2022-11-23T02:14:40.6930066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 PASSED [ 29%] 2022-11-23T02:14:40.6930458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 PASSED [ 29%] 2022-11-23T02:14:40.6930838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 PASSED [ 29%] 2022-11-23T02:14:40.6931207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 PASSED [ 29%] 2022-11-23T02:14:40.6931593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 PASSED [ 29%] 2022-11-23T02:14:40.6931988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 PASSED [ 30%] 2022-11-23T02:14:40.6932382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 PASSED [ 30%] 2022-11-23T02:14:40.6932814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-11-23T02:14:40.6933204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 PASSED [ 30%] 2022-11-23T02:14:40.6933663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 PASSED [ 30%] 2022-11-23T02:14:40.6934031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 PASSED [ 31%] 2022-11-23T02:14:40.6934499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:14:40.6934894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 PASSED [ 31%] 2022-11-23T02:14:40.6935329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 PASSED [ 31%] 2022-11-23T02:14:40.6935708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-11-23T02:14:40.6936102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 PASSED [ 31%] 2022-11-23T02:14:40.6936491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 PASSED [ 32%] 2022-11-23T02:14:40.6936863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 PASSED [ 32%] 2022-11-23T02:14:40.6937249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 PASSED [ 32%] 2022-11-23T02:14:40.6937640Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 PASSED [ 32%] 2022-11-23T02:14:40.6938048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-11-23T02:14:40.6938451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 PASSED [ 33%] 2022-11-23T02:14:40.6938851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_cpu_complex64 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:14:40.6939255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 PASSED [ 33%] 2022-11-23T02:14:40.6939722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 PASSED [ 33%] 2022-11-23T02:14:40.6940114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 PASSED [ 33%] 2022-11-23T02:14:40.6940493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 PASSED [ 33%] 2022-11-23T02:14:40.6940951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_grid_sampler_2d_cpu_float32 PASSED [ 34%] 2022-11-23T02:14:40.6941342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 PASSED [ 34%] 2022-11-23T02:14:40.6941720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 XFAIL [ 34%] 2022-11-23T02:14:40.6942077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 XFAIL [ 34%] 2022-11-23T02:14:40.6942457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 PASSED [ 34%] 2022-11-23T02:14:40.6942844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 XFAIL [ 35%] 2022-11-23T02:14:40.6943241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 PASSED [ 35%] 2022-11-23T02:14:40.6943636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 PASSED [ 35%] 2022-11-23T02:14:40.6944017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 PASSED [ 35%] 2022-11-23T02:14:40.6944393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 PASSED [ 35%] 2022-11-23T02:14:40.6944747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 PASSED [ 35%] 2022-11-23T02:14:40.6945128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 PASSED [ 36%] 2022-11-23T02:14:40.6945517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 PASSED [ 36%] 2022-11-23T02:14:40.6945910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 PASSED [ 36%] 2022-11-23T02:14:40.6946307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 PASSED [ 36%] 2022-11-23T02:14:40.6946757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 PASSED [ 36%] 2022-11-23T02:14:40.6947159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 PASSED [ 37%] 2022-11-23T02:14:40.6947531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 PASSED [ 37%] 2022-11-23T02:14:40.6947906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 XFAIL [ 37%] 2022-11-23T02:14:40.6948286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 PASSED [ 37%] 2022-11-23T02:14:40.6948667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 PASSED [ 37%] 2022-11-23T02:14:40.6949048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 PASSED [ 37%] 2022-11-23T02:14:40.6949431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 PASSED [ 38%] 2022-11-23T02:14:40.6949800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 PASSED [ 38%] 2022-11-23T02:14:40.6950186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 PASSED [ 38%] 2022-11-23T02:14:40.6950575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 PASSED [ 38%] 2022-11-23T02:14:40.6951022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 SKIPPED (Skipped! istft does not match the native function) [ 38%] 2022-11-23T02:14:40.6951511Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T02:14:40.6952001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T02:14:40.6952481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T02:14:40.6952948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T02:14:40.6953405Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T02:14:40.6953918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T02:14:40.6954369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T02:14:40.6954778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 PASSED [ 40%] 2022-11-23T02:14:40.6955161Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 PASSED [ 40%] 2022-11-23T02:14:40.6955546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 PASSED [ 40%] 2022-11-23T02:14:40.6955921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 PASSED [ 40%] 2022-11-23T02:14:40.6956296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 PASSED [ 40%] 2022-11-23T02:14:40.6956698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 PASSED [ 41%] 2022-11-23T02:14:40.6957089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 PASSED [ 41%] 2022-11-23T02:14:40.6957478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 PASSED [ 41%] 2022-11-23T02:14:40.6957885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 PASSED [ 41%] 2022-11-23T02:14:40.6958286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 PASSED [ 41%] 2022-11-23T02:14:40.6958685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 PASSED [ 42%] 2022-11-23T02:14:40.6959066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 PASSED [ 42%] 2022-11-23T02:14:40.6959521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 PASSED [ 42%] 2022-11-23T02:14:40.6959930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 PASSED [ 42%] 2022-11-23T02:14:40.6960337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 PASSED [ 42%] 2022-11-23T02:14:40.6960736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 PASSED [ 42%] 2022-11-23T02:14:40.6961134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 PASSED [ 43%] 2022-11-23T02:14:40.6961532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 PASSED [ 43%] 2022-11-23T02:14:40.6961921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 PASSED [ 43%] 2022-11-23T02:14:40.6962345Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 43%] 2022-11-23T02:14:40.6962765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 PASSED [ 43%] 2022-11-23T02:14:40.6963179Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 PASSED [ 44%] 2022-11-23T02:14:40.6963578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 PASSED [ 44%] 2022-11-23T02:14:40.6964001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 XFAIL [ 44%] 2022-11-23T02:14:40.6964418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 PASSED [ 44%] 2022-11-23T02:14:40.6964792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 PASSED [ 44%] 2022-11-23T02:14:40.6965196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 PASSED [ 44%] 2022-11-23T02:14:40.6965621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 PASSED [ 45%] 2022-11-23T02:14:40.6966037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 PASSED [ 45%] 2022-11-23T02:14:40.6966515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 PASSED [ 45%] 2022-11-23T02:14:40.6966918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 PASSED [ 45%] 2022-11-23T02:14:40.6967348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped!) [ 45%] 2022-11-23T02:14:40.6967772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 PASSED [ 46%] 2022-11-23T02:14:40.6968199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 46%] 2022-11-23T02:14:40.6968618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 PASSED [ 46%] 2022-11-23T02:14:40.6969100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 46%] 2022-11-23T02:14:40.6969572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 PASSED [ 46%] 2022-11-23T02:14:40.6969963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 PASSED [ 46%] 2022-11-23T02:14:40.6970333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 PASSED [ 47%] 2022-11-23T02:14:40.6970740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 PASSED [ 47%] 2022-11-23T02:14:40.6971143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 PASSED [ 47%] 2022-11-23T02:14:40.6971543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 PASSED [ 47%] 2022-11-23T02:14:40.6971943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 PASSED [ 47%] 2022-11-23T02:14:40.6972407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 PASSED [ 48%] 2022-11-23T02:14:40.6972822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 PASSED [ 48%] 2022-11-23T02:14:40.6973216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 PASSED [ 48%] 2022-11-23T02:14:40.6973622Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 PASSED [ 48%] 2022-11-23T02:14:40.6974032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 PASSED [ 48%] 2022-11-23T02:14:40.6974449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 PASSED [ 48%] 2022-11-23T02:14:40.6974858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 PASSED [ 49%] 2022-11-23T02:14:40.6975251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 PASSED [ 49%] 2022-11-23T02:14:40.6975641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 PASSED [ 49%] 2022-11-23T02:14:40.6976036Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_with_dtype_cpu_complex64 PASSED [ 49%] 2022-11-23T02:14:40.6976447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 PASSED [ 49%] 2022-11-23T02:14:40.6976843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 PASSED [ 50%] 2022-11-23T02:14:40.6977241Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 PASSED [ 50%] 2022-11-23T02:14:40.6977631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 PASSED [ 50%] 2022-11-23T02:14:40.6978022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 PASSED [ 50%] 2022-11-23T02:14:40.6978418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 PASSED [ 50%] 2022-11-23T02:14:40.6978793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 PASSED [ 50%] 2022-11-23T02:14:40.6979259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 PASSED [ 51%] 2022-11-23T02:14:40.6979786Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 PASSED [ 51%] 2022-11-23T02:14:40.6980186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 PASSED [ 51%] 2022-11-23T02:14:40.6980585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 PASSED [ 51%] 2022-11-23T02:14:40.6980971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 PASSED [ 51%] 2022-11-23T02:14:40.6981343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 PASSED [ 51%] 2022-11-23T02:14:40.6981731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 XFAIL [ 52%] 2022-11-23T02:14:40.6982110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 PASSED [ 52%] 2022-11-23T02:14:40.6982484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 XFAIL [ 52%] 2022-11-23T02:14:40.6982862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 PASSED [ 52%] 2022-11-23T02:14:40.6983246Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 PASSED [ 52%] 2022-11-23T02:14:40.6983626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 XFAIL [ 53%] 2022-11-23T02:14:40.6983976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 XFAIL [ 53%] 2022-11-23T02:14:40.6984350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 XFAIL [ 53%] 2022-11-23T02:14:40.6984754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:14:40.6985256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:14:40.6985682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 PASSED [ 53%] 2022-11-23T02:14:40.6986104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:14:40.6986521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64 XFAIL [ 54%] 2022-11-23T02:14:40.6986917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:14:40.6987329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64 XFAIL [ 54%] 2022-11-23T02:14:40.6987724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32 XFAIL [ 54%] 2022-11-23T02:14:40.6988123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 PASSED [ 55%] 2022-11-23T02:14:40.6988524Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32 XFAIL [ 55%] 2022-11-23T02:14:40.6988928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64 XFAIL [ 55%] 2022-11-23T02:14:40.6989322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64 XFAIL [ 55%] 2022-11-23T02:14:40.6989697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32 XFAIL [ 55%] 2022-11-23T02:14:40.6990087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 PASSED [ 55%] 2022-11-23T02:14:40.6990470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 PASSED [ 56%] 2022-11-23T02:14:40.6990856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 PASSED [ 56%] 2022-11-23T02:14:40.6991248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 PASSED [ 56%] 2022-11-23T02:14:40.6991651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 PASSED [ 56%] 2022-11-23T02:14:40.6992045Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 PASSED [ 56%] 2022-11-23T02:14:40.6992481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 PASSED [ 57%] 2022-11-23T02:14:40.6992867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 PASSED [ 57%] 2022-11-23T02:14:40.6993244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 PASSED [ 57%] 2022-11-23T02:14:40.6993674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:14:40.6994103Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 PASSED [ 57%] 2022-11-23T02:14:40.6994512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 PASSED [ 57%] 2022-11-23T02:14:40.6994912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 PASSED [ 58%] 2022-11-23T02:14:40.6995274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 PASSED [ 58%] 2022-11-23T02:14:40.6995662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 PASSED [ 58%] 2022-11-23T02:14:40.6996055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 XFAIL [ 58%] 2022-11-23T02:14:40.6996441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 PASSED [ 58%] 2022-11-23T02:14:40.6996843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-11-23T02:14:40.6997261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 59%] 2022-11-23T02:14:40.6997673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 59%] 2022-11-23T02:14:40.6998135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:14:40.6998535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 PASSED [ 59%] 2022-11-23T02:14:40.6998932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 PASSED [ 59%] 2022-11-23T02:14:40.6999323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 PASSED [ 60%] 2022-11-23T02:14:40.6999724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32 XFAIL [ 60%] 2022-11-23T02:14:40.7000122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 XFAIL [ 60%] 2022-11-23T02:14:40.7000508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 PASSED [ 60%] 2022-11-23T02:14:40.7000869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 PASSED [ 60%] 2022-11-23T02:14:40.7001271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-11-23T02:14:40.7001677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 PASSED [ 61%] 2022-11-23T02:14:40.7002069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 PASSED [ 61%] 2022-11-23T02:14:40.7002458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 PASSED [ 61%] 2022-11-23T02:14:40.7002847Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 PASSED [ 61%] 2022-11-23T02:14:40.7003221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 PASSED [ 61%] 2022-11-23T02:14:40.7003641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T02:14:40.7004085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 62%] 2022-11-23T02:14:40.7004530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_alpha_dropout_cpu_float32 XFAIL [ 62%] 2022-11-23T02:14:40.7004959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 PASSED [ 62%] 2022-11-23T02:14:40.7005455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 62%] 2022-11-23T02:14:40.7005931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:14:40.7006385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-11-23T02:14:40.7006795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:14:40.7007238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:14:40.7007695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 SKIPPED (Works on some configs!) [ 63%] 2022-11-23T02:14:40.7008171Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:14:40.7008628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 XFAIL [ 64%] 2022-11-23T02:14:40.7009083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:14:40.7009550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:14:40.7010016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:14:40.7010457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 64%] 2022-11-23T02:14:40.7010970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-11-23T02:14:40.7011404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 XFAIL [ 65%] 2022-11-23T02:14:40.7011829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 XFAIL [ 65%] 2022-11-23T02:14:40.7012285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 XFAIL [ 65%] 2022-11-23T02:14:40.7012765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 XFAIL [ 65%] 2022-11-23T02:14:40.7013230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 65%] 2022-11-23T02:14:40.7013660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 PASSED [ 66%] 2022-11-23T02:14:40.7014054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-11-23T02:14:40.7014475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-11-23T02:14:40.7014907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 PASSED [ 66%] 2022-11-23T02:14:40.7015341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 66%] 2022-11-23T02:14:40.7015788Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 XFAIL [ 66%] 2022-11-23T02:14:40.7016232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 XFAIL [ 67%] 2022-11-23T02:14:40.7016659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 PASSED [ 67%] 2022-11-23T02:14:40.7017063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 PASSED [ 67%] 2022-11-23T02:14:40.7017545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 PASSED [ 67%] 2022-11-23T02:14:40.7017963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 PASSED [ 67%] 2022-11-23T02:14:40.7018390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 XFAIL [ 68%] 2022-11-23T02:14:40.7018828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-11-23T02:14:40.7019324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:14:40.7019915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 PASSED [ 68%] 2022-11-23T02:14:40.7020341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 PASSED [ 68%] 2022-11-23T02:14:40.7020758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 68%] 2022-11-23T02:14:40.7021194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 PASSED [ 69%] 2022-11-23T02:14:40.7021631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-11-23T02:14:40.7022057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 PASSED [ 69%] 2022-11-23T02:14:40.7022469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 XFAIL [ 69%] 2022-11-23T02:14:40.7022909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 69%] 2022-11-23T02:14:40.7023437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:14:40.7023858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 PASSED [ 70%] 2022-11-23T02:14:40.7024300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:14:40.7024749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 PASSED [ 70%] 2022-11-23T02:14:40.7025181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 PASSED [ 70%] 2022-11-23T02:14:40.7025627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:14:40.7026074Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-11-23T02:14:40.7026537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:14:40.7027012Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:14:40.7027459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:14:40.7027894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 XFAIL [ 71%] 2022-11-23T02:14:40.7028317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-11-23T02:14:40.7028750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 72%] 2022-11-23T02:14:40.7029190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 72%] 2022-11-23T02:14:40.7029627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 PASSED [ 72%] 2022-11-23T02:14:40.7030111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-11-23T02:14:40.7030532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 PASSED [ 72%] 2022-11-23T02:14:40.7030938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-11-23T02:14:40.7031367Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-11-23T02:14:40.7031815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 XFAIL [ 73%] 2022-11-23T02:14:40.7032292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T02:14:40.7032769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T02:14:40.7033225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 XFAIL [ 74%] 2022-11-23T02:14:40.7033664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 XFAIL [ 74%] 2022-11-23T02:14:40.7034049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 XFAIL [ 74%] 2022-11-23T02:14:40.7034437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 PASSED [ 74%] 2022-11-23T02:14:40.7034824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 XFAIL [ 74%] 2022-11-23T02:14:40.7035197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 XFAIL [ 74%] 2022-11-23T02:14:40.7035650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:14:40.7036126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 PASSED [ 75%] 2022-11-23T02:14:40.7036501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 PASSED [ 75%] 2022-11-23T02:14:40.7036912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 XFAIL [ 75%] 2022-11-23T02:14:40.7037307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 PASSED [ 75%] 2022-11-23T02:14:40.7037695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 PASSED [ 75%] 2022-11-23T02:14:40.7038079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 PASSED [ 76%] 2022-11-23T02:14:40.7038483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-11-23T02:14:40.7038929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:14:40.7039344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 PASSED [ 76%] 2022-11-23T02:14:40.7039707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 PASSED [ 76%] 2022-11-23T02:14:40.7040088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 PASSED [ 77%] 2022-11-23T02:14:40.7040474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 PASSED [ 77%] 2022-11-23T02:14:40.7040854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 PASSED [ 77%] 2022-11-23T02:14:40.7041235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_cpu_float32 XFAIL [ 77%] 2022-11-23T02:14:40.7041618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 XFAIL [ 77%] 2022-11-23T02:14:40.7042006Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 XFAIL [ 77%] 2022-11-23T02:14:40.7042412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 XFAIL [ 78%] 2022-11-23T02:14:40.7042863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 XFAIL [ 78%] 2022-11-23T02:14:40.7043299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 PASSED [ 78%] 2022-11-23T02:14:40.7043676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 PASSED [ 78%] 2022-11-23T02:14:40.7044063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 PASSED [ 78%] 2022-11-23T02:14:40.7044456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 PASSED [ 79%] 2022-11-23T02:14:40.7044850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 PASSED [ 79%] 2022-11-23T02:14:40.7045228Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 PASSED [ 79%] 2022-11-23T02:14:40.7045622Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 PASSED [ 79%] 2022-11-23T02:14:40.7046015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 PASSED [ 79%] 2022-11-23T02:14:40.7046400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 PASSED [ 79%] 2022-11-23T02:14:40.7046791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 PASSED [ 80%] 2022-11-23T02:14:40.7047175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 PASSED [ 80%] 2022-11-23T02:14:40.7047538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 PASSED [ 80%] 2022-11-23T02:14:40.7047917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 PASSED [ 80%] 2022-11-23T02:14:40.7048328Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:14:40.7048891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-11-23T02:14:40.7055571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 PASSED [ 81%] 2022-11-23T02:14:40.7056197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 PASSED [ 81%] 2022-11-23T02:14:40.7056603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scalar_tensor_cpu_complex64 XFAIL [ 81%] 2022-11-23T02:14:40.7056993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 PASSED [ 81%] 2022-11-23T02:14:40.7057399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 PASSED [ 81%] 2022-11-23T02:14:40.7057806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 PASSED [ 82%] 2022-11-23T02:14:40.7058225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 PASSED [ 82%] 2022-11-23T02:14:40.7058638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 PASSED [ 82%] 2022-11-23T02:14:40.7059044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 PASSED [ 82%] 2022-11-23T02:14:40.7059572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 PASSED [ 82%] 2022-11-23T02:14:40.7059980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 PASSED [ 83%] 2022-11-23T02:14:40.7060377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 PASSED [ 83%] 2022-11-23T02:14:40.7060772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 PASSED [ 83%] 2022-11-23T02:14:40.7061159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 XFAIL [ 83%] 2022-11-23T02:14:40.7061590Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 PASSED [ 83%] 2022-11-23T02:14:40.7062020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 PASSED [ 83%] 2022-11-23T02:14:40.7062424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_cosine_cpu_float32 XFAIL [ 84%] 2022-11-23T02:14:40.7063014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_exponential_cpu_float32 XFAIL [ 84%] 2022-11-23T02:14:40.7063445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signal_windows_gaussian_cpu_float32 XFAIL [ 84%] 2022-11-23T02:14:40.7063850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 PASSED [ 84%] 2022-11-23T02:14:40.7064231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 PASSED [ 84%] 2022-11-23T02:14:40.7064606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 PASSED [ 85%] 2022-11-23T02:14:40.7064990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 PASSED [ 85%] 2022-11-23T02:14:40.7065372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 PASSED [ 85%] 2022-11-23T02:14:40.7065735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 PASSED [ 85%] 2022-11-23T02:14:40.7066186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_float32 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T02:14:40.7066634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 PASSED [ 85%] 2022-11-23T02:14:40.7067027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 PASSED [ 86%] 2022-11-23T02:14:40.7067428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 PASSED [ 86%] 2022-11-23T02:14:40.7067887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-11-23T02:14:40.7068318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 PASSED [ 86%] 2022-11-23T02:14:40.7068763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 PASSED [ 86%] 2022-11-23T02:14:40.7069169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 PASSED [ 87%] 2022-11-23T02:14:40.7069591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 87%] 2022-11-23T02:14:40.7070033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 87%] 2022-11-23T02:14:40.7070551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T02:14:40.7071121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T02:14:40.7071599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 PASSED [ 87%] 2022-11-23T02:14:40.7071998Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 PASSED [ 88%] 2022-11-23T02:14:40.7072399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 PASSED [ 88%] 2022-11-23T02:14:40.7072807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 PASSED [ 88%] 2022-11-23T02:14:40.7073221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 PASSED [ 88%] 2022-11-23T02:14:40.7073704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 PASSED [ 88%] 2022-11-23T02:14:40.7074132Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 PASSED [ 88%] 2022-11-23T02:14:40.7074582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 PASSED [ 89%] 2022-11-23T02:14:40.7075084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:14:40.7075721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:14:40.7076209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 PASSED [ 89%] 2022-11-23T02:14:40.7076628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 PASSED [ 89%] 2022-11-23T02:14:40.7077018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 PASSED [ 90%] 2022-11-23T02:14:40.7077413Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 PASSED [ 90%] 2022-11-23T02:14:40.7077819Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 PASSED [ 90%] 2022-11-23T02:14:40.7078220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 PASSED [ 90%] 2022-11-23T02:14:40.7078614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 PASSED [ 90%] 2022-11-23T02:14:40.7078977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 PASSED [ 90%] 2022-11-23T02:14:40.7079363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 PASSED [ 91%] 2022-11-23T02:14:40.7079751Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 PASSED [ 91%] 2022-11-23T02:14:40.7080180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 PASSED [ 91%] 2022-11-23T02:14:40.7080596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 PASSED [ 91%] 2022-11-23T02:14:40.7080983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 PASSED [ 91%] 2022-11-23T02:14:40.7081944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 PASSED [ 92%] 2022-11-23T02:14:40.7082377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 SKIPPED (Skipped! stft does not match the native function) [ 92%] 2022-11-23T02:14:40.7082815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 PASSED [ 92%] 2022-11-23T02:14:40.7083194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 PASSED [ 92%] 2022-11-23T02:14:40.7083575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 PASSED [ 92%] 2022-11-23T02:14:40.7083951Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 PASSED [ 92%] 2022-11-23T02:14:40.7084337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 XFAIL [ 93%] 2022-11-23T02:14:40.7084720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 PASSED [ 93%] 2022-11-23T02:14:40.7085078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 PASSED [ 93%] 2022-11-23T02:14:40.7085451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 PASSED [ 93%] 2022-11-23T02:14:40.7085833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 PASSED [ 93%] 2022-11-23T02:14:40.7086262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 PASSED [ 94%] 2022-11-23T02:14:40.7086654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 PASSED [ 94%] 2022-11-23T02:14:40.7087093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 PASSED [ 94%] 2022-11-23T02:14:40.7087472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 PASSED [ 94%] 2022-11-23T02:14:40.7087848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:14:40.7088254Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:14:40.7088644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 PASSED [ 95%] 2022-11-23T02:14:40.7089090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 PASSED [ 95%] 2022-11-23T02:14:40.7089484Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 PASSED [ 95%] 2022-11-23T02:14:40.7089876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 PASSED [ 95%] 2022-11-23T02:14:40.7090260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 PASSED [ 95%] 2022-11-23T02:14:40.7090637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 PASSED [ 96%] 2022-11-23T02:14:40.7091026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 PASSED [ 96%] 2022-11-23T02:14:40.7091406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 PASSED [ 96%] 2022-11-23T02:14:40.7091784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 PASSED [ 96%] 2022-11-23T02:14:40.7092214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 PASSED [ 96%] 2022-11-23T02:14:40.7092597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 PASSED [ 96%] 2022-11-23T02:14:40.7093009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_complex64 PASSED [ 97%] 2022-11-23T02:14:40.7093410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_copy_cpu_float32 PASSED [ 97%] 2022-11-23T02:14:40.7093799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 PASSED [ 97%] 2022-11-23T02:14:40.7094185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 XFAIL [ 97%] 2022-11-23T02:14:40.7094562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 XFAIL [ 97%] 2022-11-23T02:14:40.7094995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 PASSED [ 98%] 2022-11-23T02:14:40.7095378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 PASSED [ 98%] 2022-11-23T02:14:40.7095738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 PASSED [ 98%] 2022-11-23T02:14:40.7096122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 PASSED [ 98%] 2022-11-23T02:14:40.7096510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 PASSED [ 98%] 2022-11-23T02:14:40.7096903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 PASSED [ 98%] 2022-11-23T02:14:40.7097294Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_copy_cpu_float32 PASSED [ 99%] 2022-11-23T02:14:40.7097677Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 PASSED [ 99%] 2022-11-23T02:14:40.7098078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:14:40.7098499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 XFAIL [ 99%] 2022-11-23T02:14:40.7098879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 XFAIL [ 99%] 2022-11-23T02:14:40.7099301Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 PASSED [100%] 2022-11-23T02:14:40.7099602Z 2022-11-23T02:14:40.7099733Z ============================== warnings summary =============================== 2022-11-23T02:14:40.7100077Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:14:40.7100591Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:14:40.7101018Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:14:40.7101169Z 2022-11-23T02:14:40.7101360Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:14:40.7101912Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-3752e27242081f10.xml - 2022-11-23T02:14:40.7102369Z = 404 passed, 59 skipped, 1 deselected, 91 xfailed, 1 warning in 1034.50s (0:17:14) = 2022-11-23T02:14:40.7102743Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:14:40.7102961Z 2022-11-23T02:14:40.7103384Z ##[endgroup] 2022-11-23T02:14:40.7103745Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_ft0ex838) 2022-11-23T02:14:40.7104011Z 2022-11-23T02:14:41.1848666Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:41.183951] 2022-11-23T02:14:54.7315449Z 2022-11-23T02:14:54.7316408Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:14:54.7317523Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_q3rufvs3) 2022-11-23T02:14:54.7318052Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-cb8510b69c9dbf83.xml 2022-11-23T02:14:54.7318423Z ============================= test session starts ============================= 2022-11-23T02:14:54.7318771Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:14:54.7319075Z cachedir: .pytest_cache 2022-11-23T02:14:54.7319447Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:14:54.7319878Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:14:54.7320507Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:14:54.7320899Z collecting ... collected 1042 items / 1038 deselected / 4 selected 2022-11-23T02:14:54.7321623Z Running 4 items in this shard: test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-11-23T02:14:54.7322150Z 2022-11-23T02:14:54.7322433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 PASSED [ 25%] 2022-11-23T02:14:54.7322857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-11-23T02:14:54.7323340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 PASSED [ 75%] 2022-11-23T02:14:54.7323757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-11-23T02:14:54.7323977Z 2022-11-23T02:14:54.7324108Z ============================== warnings summary =============================== 2022-11-23T02:14:54.7324458Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:14:54.7324981Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:14:54.7325387Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:14:54.7325535Z 2022-11-23T02:14:54.7325734Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:14:54.7326232Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-cb8510b69c9dbf83.xml - 2022-11-23T02:14:54.7326686Z ================ 4 passed, 1038 deselected, 1 warning in 9.15s ================ 2022-11-23T02:14:54.7327044Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:14:54.7327355Z 2022-11-23T02:14:54.7327624Z ##[endgroup] 2022-11-23T02:14:54.7327965Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_q3rufvs3) 2022-11-23T02:14:54.7328232Z 2022-11-23T02:14:54.7328377Z Running test_cpp_extensions_jit ... [2022-11-23 02:14:54.732293] 2022-11-23T02:14:54.7330889Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:14:54.732912] 2022-11-23T02:18:33.9300191Z 2022-11-23T02:18:33.9300824Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-11-23T02:18:33.9301908Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_mcvaw69a) 2022-11-23T02:18:33.9449845Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:33.9450130Z 2022-11-23T02:18:33.9450216Z Running tests... 2022-11-23T02:18:33.9451722Z ---------------------------------------------------------------------- 2022-11-23T02:18:33.9452232Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-11-23T02:18:33.9452591Z Not wiping extensions build folder because Windows 2022-11-23T02:18:33.9453056Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (15.452s) 2022-11-23T02:18:33.9453539Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (7.392s) 2022-11-23T02:18:33.9454242Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:33.9455333Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\cpp_frontend_extension... 2022-11-23T02:18:33.9456058Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\cpp_frontend_extension\build.ninja... 2022-11-23T02:18:33.9456545Z Building extension module cpp_frontend_extension... 2022-11-23T02:18:33.9457062Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:33.9458449Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cpp_frontend_extension.cpp /Focpp_frontend_extension.o 2022-11-23T02:18:33.9459791Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:33.9460169Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:33.9460393Z 2022-11-23T02:18:33.9460859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:33.9461811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9462481Z with 2022-11-23T02:18:33.9462726Z [ 2022-11-23T02:18:33.9463201Z T=c10::SymInt 2022-11-23T02:18:33.9463499Z ] 2022-11-23T02:18:33.9464258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9464877Z with 2022-11-23T02:18:33.9465186Z [ 2022-11-23T02:18:33.9465491Z T=c10::SymInt 2022-11-23T02:18:33.9465905Z ] 2022-11-23T02:18:33.9466614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9467238Z with 2022-11-23T02:18:33.9467508Z [ 2022-11-23T02:18:33.9467808Z T=c10::SymInt 2022-11-23T02:18:33.9468101Z ] 2022-11-23T02:18:33.9468820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9469478Z with 2022-11-23T02:18:33.9469768Z [ 2022-11-23T02:18:33.9470020Z T=c10::SymInt 2022-11-23T02:18:33.9470310Z ] 2022-11-23T02:18:33.9470968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9471912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9472961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9473685Z with 2022-11-23T02:18:33.9473984Z [ 2022-11-23T02:18:33.9474243Z T=c10::SymInt 2022-11-23T02:18:33.9474538Z ] 2022-11-23T02:18:33.9475117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:33.9475987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9476543Z with 2022-11-23T02:18:33.9476827Z [ 2022-11-23T02:18:33.9477083Z T=at::TensorBase 2022-11-23T02:18:33.9477389Z ] 2022-11-23T02:18:33.9478016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9478647Z with 2022-11-23T02:18:33.9478931Z [ 2022-11-23T02:18:33.9479294Z T=at::TensorBase 2022-11-23T02:18:33.9479537Z ] 2022-11-23T02:18:33.9480220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9480856Z with 2022-11-23T02:18:33.9481129Z [ 2022-11-23T02:18:33.9481483Z T=at::TensorBase 2022-11-23T02:18:33.9481795Z ] 2022-11-23T02:18:33.9482471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9483153Z with 2022-11-23T02:18:33.9483467Z [ 2022-11-23T02:18:33.9483815Z T=at::TensorBase 2022-11-23T02:18:33.9484129Z ] 2022-11-23T02:18:33.9485654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9486694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9487602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9507062Z with 2022-11-23T02:18:33.9507381Z [ 2022-11-23T02:18:33.9507686Z T=at::TensorBase 2022-11-23T02:18:33.9507902Z ] 2022-11-23T02:18:33.9508441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9508861Z with 2022-11-23T02:18:33.9509069Z [ 2022-11-23T02:18:33.9509292Z T=at::Tensor 2022-11-23T02:18:33.9509486Z ] 2022-11-23T02:18:33.9510119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9510718Z with 2022-11-23T02:18:33.9510945Z [ 2022-11-23T02:18:33.9511206Z T=at::Tensor 2022-11-23T02:18:33.9511477Z ] 2022-11-23T02:18:33.9512118Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9512899Z with 2022-11-23T02:18:33.9513139Z [ 2022-11-23T02:18:33.9513368Z T=at::Tensor 2022-11-23T02:18:33.9513622Z ] 2022-11-23T02:18:33.9514302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9514929Z with 2022-11-23T02:18:33.9515177Z [ 2022-11-23T02:18:33.9515484Z T=at::Tensor 2022-11-23T02:18:33.9515708Z ] 2022-11-23T02:18:33.9516349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9517253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9518185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9518741Z with 2022-11-23T02:18:33.9518993Z [ 2022-11-23T02:18:33.9519247Z T=at::Tensor 2022-11-23T02:18:33.9519489Z ] 2022-11-23T02:18:33.9526603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9527078Z with 2022-11-23T02:18:33.9527267Z [ 2022-11-23T02:18:33.9527550Z T=at::Generator 2022-11-23T02:18:33.9527757Z ] 2022-11-23T02:18:33.9528352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9528963Z with 2022-11-23T02:18:33.9529225Z [ 2022-11-23T02:18:33.9529673Z T=at::Generator 2022-11-23T02:18:33.9529940Z ] 2022-11-23T02:18:33.9530600Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9531155Z with 2022-11-23T02:18:33.9531403Z [ 2022-11-23T02:18:33.9531681Z T=at::Generator 2022-11-23T02:18:33.9531941Z ] 2022-11-23T02:18:33.9532608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9533238Z with 2022-11-23T02:18:33.9533459Z [ 2022-11-23T02:18:33.9533737Z T=at::Generator 2022-11-23T02:18:33.9534003Z ] 2022-11-23T02:18:33.9534657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9535597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9536530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9537098Z with 2022-11-23T02:18:33.9537424Z [ 2022-11-23T02:18:33.9537689Z T=at::Generator 2022-11-23T02:18:33.9537959Z ] 2022-11-23T02:18:33.9538527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9539050Z with 2022-11-23T02:18:33.9539294Z [ 2022-11-23T02:18:33.9539547Z T=c10::Scalar 2022-11-23T02:18:33.9539803Z ] 2022-11-23T02:18:33.9540386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9540972Z with 2022-11-23T02:18:33.9541224Z [ 2022-11-23T02:18:33.9541507Z T=c10::Scalar 2022-11-23T02:18:33.9541778Z ] 2022-11-23T02:18:33.9542504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9543105Z with 2022-11-23T02:18:33.9543348Z [ 2022-11-23T02:18:33.9543606Z T=c10::Scalar 2022-11-23T02:18:33.9543838Z ] 2022-11-23T02:18:33.9544507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9545122Z with 2022-11-23T02:18:33.9545365Z [ 2022-11-23T02:18:33.9545629Z T=c10::Scalar 2022-11-23T02:18:33.9545888Z ] 2022-11-23T02:18:33.9546464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9547409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9548418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9548986Z with 2022-11-23T02:18:33.9549227Z [ 2022-11-23T02:18:33.9549493Z T=c10::Scalar 2022-11-23T02:18:33.9549745Z ] 2022-11-23T02:18:33.9550285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9550806Z with 2022-11-23T02:18:33.9551068Z [ 2022-11-23T02:18:33.9551321Z T=std::string 2022-11-23T02:18:33.9551604Z ] 2022-11-23T02:18:33.9552193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9552706Z with 2022-11-23T02:18:33.9552998Z [ 2022-11-23T02:18:33.9553261Z T=std::string 2022-11-23T02:18:33.9553531Z ] 2022-11-23T02:18:33.9554211Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9554807Z with 2022-11-23T02:18:33.9555024Z [ 2022-11-23T02:18:33.9555282Z T=std::string 2022-11-23T02:18:33.9555548Z ] 2022-11-23T02:18:33.9556220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9556963Z with 2022-11-23T02:18:33.9557232Z [ 2022-11-23T02:18:33.9557463Z T=std::string 2022-11-23T02:18:33.9557734Z ] 2022-11-23T02:18:33.9558319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9559255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9560221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9560817Z with 2022-11-23T02:18:33.9561062Z [ 2022-11-23T02:18:33.9561304Z T=std::string 2022-11-23T02:18:33.9561574Z ] 2022-11-23T02:18:33.9562149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9562662Z with 2022-11-23T02:18:33.9562904Z [ 2022-11-23T02:18:33.9563155Z T=c10::QualifiedName 2022-11-23T02:18:33.9563429Z ] 2022-11-23T02:18:33.9564016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9564555Z with 2022-11-23T02:18:33.9564818Z [ 2022-11-23T02:18:33.9565083Z T=c10::QualifiedName 2022-11-23T02:18:33.9565330Z ] 2022-11-23T02:18:33.9566005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9566759Z with 2022-11-23T02:18:33.9567006Z [ 2022-11-23T02:18:33.9567306Z T=c10::QualifiedName 2022-11-23T02:18:33.9567550Z ] 2022-11-23T02:18:33.9568214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9568840Z with 2022-11-23T02:18:33.9569090Z [ 2022-11-23T02:18:33.9569363Z T=c10::QualifiedName 2022-11-23T02:18:33.9569596Z ] 2022-11-23T02:18:33.9570185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9571094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9572079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9576198Z with 2022-11-23T02:18:33.9576449Z [ 2022-11-23T02:18:33.9576729Z T=c10::QualifiedName 2022-11-23T02:18:33.9577007Z ] 2022-11-23T02:18:33.9577581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9578288Z with 2022-11-23T02:18:33.9578501Z [ 2022-11-23T02:18:33.9578883Z T=std::shared_ptr 2022-11-23T02:18:33.9579207Z ] 2022-11-23T02:18:33.9579788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9580341Z with 2022-11-23T02:18:33.9580546Z [ 2022-11-23T02:18:33.9580876Z T=std::shared_ptr 2022-11-23T02:18:33.9581178Z ] 2022-11-23T02:18:33.9581804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9582445Z with 2022-11-23T02:18:33.9582684Z [ 2022-11-23T02:18:33.9582985Z T=std::shared_ptr 2022-11-23T02:18:33.9583289Z ] 2022-11-23T02:18:33.9584002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9584629Z with 2022-11-23T02:18:33.9584924Z [ 2022-11-23T02:18:33.9585257Z T=std::shared_ptr 2022-11-23T02:18:33.9585568Z ] 2022-11-23T02:18:33.9586178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9587177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9588220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9588794Z with 2022-11-23T02:18:33.9589036Z [ 2022-11-23T02:18:33.9589358Z T=std::shared_ptr 2022-11-23T02:18:33.9589674Z ] 2022-11-23T02:18:33.9590281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9590782Z with 2022-11-23T02:18:33.9591068Z [ 2022-11-23T02:18:33.9591401Z T=std::weak_ptr 2022-11-23T02:18:33.9591729Z ] 2022-11-23T02:18:33.9592342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9592866Z with 2022-11-23T02:18:33.9593079Z [ 2022-11-23T02:18:33.9593401Z T=std::weak_ptr 2022-11-23T02:18:33.9593710Z ] 2022-11-23T02:18:33.9594347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9594925Z with 2022-11-23T02:18:33.9595156Z [ 2022-11-23T02:18:33.9595455Z T=std::weak_ptr 2022-11-23T02:18:33.9595748Z ] 2022-11-23T02:18:33.9596460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9597218Z with 2022-11-23T02:18:33.9597461Z [ 2022-11-23T02:18:33.9597805Z T=std::weak_ptr 2022-11-23T02:18:33.9598090Z ] 2022-11-23T02:18:33.9598733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9599727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9600680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9601243Z with 2022-11-23T02:18:33.9601478Z [ 2022-11-23T02:18:33.9601827Z T=std::weak_ptr 2022-11-23T02:18:33.9602103Z ] 2022-11-23T02:18:33.9602711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9603228Z with 2022-11-23T02:18:33.9603528Z [ 2022-11-23T02:18:33.9603905Z T=std::vector> 2022-11-23T02:18:33.9604245Z ] 2022-11-23T02:18:33.9604832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9605344Z with 2022-11-23T02:18:33.9605592Z [ 2022-11-23T02:18:33.9605971Z T=std::vector> 2022-11-23T02:18:33.9606297Z ] 2022-11-23T02:18:33.9607006Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9607605Z with 2022-11-23T02:18:33.9607817Z [ 2022-11-23T02:18:33.9608167Z T=std::vector> 2022-11-23T02:18:33.9608506Z ] 2022-11-23T02:18:33.9609229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9609897Z with 2022-11-23T02:18:33.9610134Z [ 2022-11-23T02:18:33.9610466Z T=std::vector> 2022-11-23T02:18:33.9610818Z ] 2022-11-23T02:18:33.9611516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9612586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9613558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9614113Z with 2022-11-23T02:18:33.9614440Z [ 2022-11-23T02:18:33.9614802Z T=std::vector> 2022-11-23T02:18:33.9615151Z ] 2022-11-23T02:18:33.9615743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9616293Z with 2022-11-23T02:18:33.9616532Z [ 2022-11-23T02:18:33.9616852Z T=std::vector> 2022-11-23T02:18:33.9617171Z ] 2022-11-23T02:18:33.9617729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9618333Z with 2022-11-23T02:18:33.9618578Z [ 2022-11-23T02:18:33.9618892Z T=std::vector> 2022-11-23T02:18:33.9619201Z ] 2022-11-23T02:18:33.9619844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9620427Z with 2022-11-23T02:18:33.9620650Z [ 2022-11-23T02:18:33.9620956Z T=std::vector> 2022-11-23T02:18:33.9621299Z ] 2022-11-23T02:18:33.9621979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9622766Z with 2022-11-23T02:18:33.9622988Z [ 2022-11-23T02:18:33.9623302Z T=std::vector> 2022-11-23T02:18:33.9623596Z ] 2022-11-23T02:18:33.9624210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9625268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9626217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9626778Z with 2022-11-23T02:18:33.9627036Z [ 2022-11-23T02:18:33.9627328Z T=std::vector> 2022-11-23T02:18:33.9627691Z ] 2022-11-23T02:18:33.9628307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9628834Z with 2022-11-23T02:18:33.9629062Z [ 2022-11-23T02:18:33.9629448Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9629757Z ] 2022-11-23T02:18:33.9630334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9630883Z with 2022-11-23T02:18:33.9631129Z [ 2022-11-23T02:18:33.9631516Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9631848Z ] 2022-11-23T02:18:33.9632464Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9633133Z with 2022-11-23T02:18:33.9633380Z [ 2022-11-23T02:18:33.9633779Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9634136Z ] 2022-11-23T02:18:33.9634846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9635465Z with 2022-11-23T02:18:33.9635679Z [ 2022-11-23T02:18:33.9636054Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9636405Z ] 2022-11-23T02:18:33.9637089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:33.9638155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:33.9639120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:33.9640072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9640639Z with 2022-11-23T02:18:33.9640903Z [ 2022-11-23T02:18:33.9641298Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9641638Z ] 2022-11-23T02:18:33.9642279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9642791Z with 2022-11-23T02:18:33.9643033Z [ 2022-11-23T02:18:33.9643384Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9643730Z ] 2022-11-23T02:18:33.9644302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9644840Z with 2022-11-23T02:18:33.9645067Z [ 2022-11-23T02:18:33.9645423Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9645778Z ] 2022-11-23T02:18:33.9646424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9647019Z with 2022-11-23T02:18:33.9647322Z [ 2022-11-23T02:18:33.9647702Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9648040Z ] 2022-11-23T02:18:33.9648714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9649336Z with 2022-11-23T02:18:33.9649549Z [ 2022-11-23T02:18:33.9649905Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9650318Z ] 2022-11-23T02:18:33.9650977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:33.9652023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:33.9653023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:33.9653960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9654542Z with 2022-11-23T02:18:33.9654760Z [ 2022-11-23T02:18:33.9655125Z T=std::vector,std::allocator>> 2022-11-23T02:18:33.9655486Z ] 2022-11-23T02:18:33.9656053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9656565Z with 2022-11-23T02:18:33.9656801Z [ 2022-11-23T02:18:33.9657092Z T=std::vector> 2022-11-23T02:18:33.9657405Z ] 2022-11-23T02:18:33.9657997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9658540Z with 2022-11-23T02:18:33.9658825Z [ 2022-11-23T02:18:33.9659152Z T=std::vector> 2022-11-23T02:18:33.9659459Z ] 2022-11-23T02:18:33.9660185Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9660777Z with 2022-11-23T02:18:33.9661011Z [ 2022-11-23T02:18:33.9661324Z T=std::vector> 2022-11-23T02:18:33.9661618Z ] 2022-11-23T02:18:33.9662357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9662992Z with 2022-11-23T02:18:33.9663220Z [ 2022-11-23T02:18:33.9663545Z T=std::vector> 2022-11-23T02:18:33.9663851Z ] 2022-11-23T02:18:33.9664476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9665470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9666443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9666970Z with 2022-11-23T02:18:33.9667219Z [ 2022-11-23T02:18:33.9667619Z T=std::vector> 2022-11-23T02:18:33.9667930Z ] 2022-11-23T02:18:33.9668514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9669046Z with 2022-11-23T02:18:33.9669261Z [ 2022-11-23T02:18:33.9669629Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:33.9669997Z ] 2022-11-23T02:18:33.9670590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9671178Z with 2022-11-23T02:18:33.9671415Z [ 2022-11-23T02:18:33.9671730Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:33.9672088Z ] 2022-11-23T02:18:33.9672723Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9673295Z with 2022-11-23T02:18:33.9673529Z [ 2022-11-23T02:18:33.9673891Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:33.9674196Z ] 2022-11-23T02:18:33.9674864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9675496Z with 2022-11-23T02:18:33.9675722Z [ 2022-11-23T02:18:33.9676090Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:33.9676440Z ] 2022-11-23T02:18:33.9677110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9678346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9679421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:33.9680429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9680995Z with 2022-11-23T02:18:33.9681294Z [ 2022-11-23T02:18:33.9681665Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:33.9681990Z ] 2022-11-23T02:18:33.9682602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9683100Z with 2022-11-23T02:18:33.9683308Z [ 2022-11-23T02:18:33.9683690Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:33.9684017Z ] 2022-11-23T02:18:33.9684636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9685165Z with 2022-11-23T02:18:33.9685426Z [ 2022-11-23T02:18:33.9685752Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:33.9686182Z ] 2022-11-23T02:18:33.9686803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9687386Z with 2022-11-23T02:18:33.9687667Z [ 2022-11-23T02:18:33.9688033Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:33.9688345Z ] 2022-11-23T02:18:33.9689002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9689685Z with 2022-11-23T02:18:33.9689946Z [ 2022-11-23T02:18:33.9690400Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:33.9690777Z ] 2022-11-23T02:18:33.9691475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9692547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9693604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:33.9694570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9695103Z with 2022-11-23T02:18:33.9695342Z [ 2022-11-23T02:18:33.9695843Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:33.9696199Z ] 2022-11-23T02:18:33.9696800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9697328Z with 2022-11-23T02:18:33.9697541Z [ 2022-11-23T02:18:33.9697841Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:33.9698118Z ] 2022-11-23T02:18:33.9698727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9699260Z with 2022-11-23T02:18:33.9699495Z [ 2022-11-23T02:18:33.9699764Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:33.9700046Z ] 2022-11-23T02:18:33.9700688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9701276Z with 2022-11-23T02:18:33.9701514Z [ 2022-11-23T02:18:33.9701859Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:33.9702113Z ] 2022-11-23T02:18:33.9702919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9703557Z with 2022-11-23T02:18:33.9703793Z [ 2022-11-23T02:18:33.9704191Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:33.9704473Z ] 2022-11-23T02:18:33.9705083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9705986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9706531Z with 2022-11-23T02:18:33.9706777Z [ 2022-11-23T02:18:33.9707064Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:33.9707339Z ] 2022-11-23T02:18:33.9708026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:33.9709052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9709617Z with 2022-11-23T02:18:33.9709860Z [ 2022-11-23T02:18:33.9710133Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:33.9710428Z ] 2022-11-23T02:18:33.9710988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9711497Z with 2022-11-23T02:18:33.9711713Z [ 2022-11-23T02:18:33.9712118Z T=std::vector> 2022-11-23T02:18:33.9712493Z ] 2022-11-23T02:18:33.9713084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9713620Z with 2022-11-23T02:18:33.9713845Z [ 2022-11-23T02:18:33.9714351Z T=std::vector> 2022-11-23T02:18:33.9714770Z ] 2022-11-23T02:18:33.9715436Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9716043Z with 2022-11-23T02:18:33.9716288Z [ 2022-11-23T02:18:33.9716687Z T=std::vector> 2022-11-23T02:18:33.9717062Z ] 2022-11-23T02:18:33.9717700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9718321Z with 2022-11-23T02:18:33.9718571Z [ 2022-11-23T02:18:33.9718971Z T=std::vector> 2022-11-23T02:18:33.9719337Z ] 2022-11-23T02:18:33.9720035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9721206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9723389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9723979Z with 2022-11-23T02:18:33.9724200Z [ 2022-11-23T02:18:33.9724608Z T=std::vector> 2022-11-23T02:18:33.9724974Z ] 2022-11-23T02:18:33.9725534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9726062Z with 2022-11-23T02:18:33.9726307Z [ 2022-11-23T02:18:33.9726612Z T=torch::autograd::ViewInfo 2022-11-23T02:18:33.9726895Z ] 2022-11-23T02:18:33.9727508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9728036Z with 2022-11-23T02:18:33.9728291Z [ 2022-11-23T02:18:33.9728538Z T=torch::autograd::ViewInfo 2022-11-23T02:18:33.9728810Z ] 2022-11-23T02:18:33.9729431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9729978Z with 2022-11-23T02:18:33.9730194Z [ 2022-11-23T02:18:33.9730465Z T=torch::autograd::ViewInfo 2022-11-23T02:18:33.9730710Z ] 2022-11-23T02:18:33.9731379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9731968Z with 2022-11-23T02:18:33.9732210Z [ 2022-11-23T02:18:33.9732474Z T=torch::autograd::ViewInfo 2022-11-23T02:18:33.9732753Z ] 2022-11-23T02:18:33.9733514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9734466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9735382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9735944Z with 2022-11-23T02:18:33.9736173Z [ 2022-11-23T02:18:33.9736426Z T=torch::autograd::ViewInfo 2022-11-23T02:18:33.9736704Z ] 2022-11-23T02:18:33.9737242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9737723Z with 2022-11-23T02:18:33.9737948Z [ 2022-11-23T02:18:33.9738192Z T=c10::IValue 2022-11-23T02:18:33.9738438Z ] 2022-11-23T02:18:33.9739054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9739612Z with 2022-11-23T02:18:33.9739832Z [ 2022-11-23T02:18:33.9740084Z T=c10::IValue 2022-11-23T02:18:33.9740316Z ] 2022-11-23T02:18:33.9740942Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9741579Z with 2022-11-23T02:18:33.9741809Z [ 2022-11-23T02:18:33.9742039Z T=c10::IValue 2022-11-23T02:18:33.9742356Z ] 2022-11-23T02:18:33.9743026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9743629Z with 2022-11-23T02:18:33.9743848Z [ 2022-11-23T02:18:33.9744088Z T=c10::IValue 2022-11-23T02:18:33.9744299Z ] 2022-11-23T02:18:33.9744866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9745826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9746738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9747283Z with 2022-11-23T02:18:33.9747504Z [ 2022-11-23T02:18:33.9747756Z T=c10::IValue 2022-11-23T02:18:33.9747973Z ] 2022-11-23T02:18:33.9748513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9749018Z with 2022-11-23T02:18:33.9749252Z [ 2022-11-23T02:18:33.9749501Z T=c10::AliasInfo 2022-11-23T02:18:33.9749724Z ] 2022-11-23T02:18:33.9750370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9750888Z with 2022-11-23T02:18:33.9751152Z [ 2022-11-23T02:18:33.9751393Z T=c10::AliasInfo 2022-11-23T02:18:33.9751627Z ] 2022-11-23T02:18:33.9752262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9752822Z with 2022-11-23T02:18:33.9753044Z [ 2022-11-23T02:18:33.9753254Z T=c10::AliasInfo 2022-11-23T02:18:33.9753434Z ] 2022-11-23T02:18:33.9753929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9754373Z with 2022-11-23T02:18:33.9754542Z [ 2022-11-23T02:18:33.9754726Z T=c10::AliasInfo 2022-11-23T02:18:33.9754903Z ] 2022-11-23T02:18:33.9755331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9756001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9756688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9757151Z with 2022-11-23T02:18:33.9757370Z [ 2022-11-23T02:18:33.9757560Z T=c10::AliasInfo 2022-11-23T02:18:33.9757742Z ] 2022-11-23T02:18:33.9758203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9758582Z with 2022-11-23T02:18:33.9758731Z [ 2022-11-23T02:18:33.9758966Z T=std::vector> 2022-11-23T02:18:33.9759193Z ] 2022-11-23T02:18:33.9759619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9760007Z with 2022-11-23T02:18:33.9760172Z [ 2022-11-23T02:18:33.9760392Z T=std::vector> 2022-11-23T02:18:33.9760609Z ] 2022-11-23T02:18:33.9761075Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9761502Z with 2022-11-23T02:18:33.9761663Z [ 2022-11-23T02:18:33.9761894Z T=std::vector> 2022-11-23T02:18:33.9762098Z ] 2022-11-23T02:18:33.9762586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9763034Z with 2022-11-23T02:18:33.9763202Z [ 2022-11-23T02:18:33.9763438Z T=std::vector> 2022-11-23T02:18:33.9763659Z ] 2022-11-23T02:18:33.9764210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9764684Z with 2022-11-23T02:18:33.9764848Z [ 2022-11-23T02:18:33.9765020Z T=c10::SymInt 2022-11-23T02:18:33.9765191Z ] 2022-11-23T02:18:33.9765635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9766035Z with 2022-11-23T02:18:33.9766200Z [ 2022-11-23T02:18:33.9766377Z T=c10::SymInt 2022-11-23T02:18:33.9766549Z ] 2022-11-23T02:18:33.9767023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:33.9767830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:33.9768596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9768993Z with 2022-11-23T02:18:33.9769157Z [ 2022-11-23T02:18:33.9769392Z T=std::vector> 2022-11-23T02:18:33.9769611Z ] 2022-11-23T02:18:33.9770020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9770526Z with 2022-11-23T02:18:33.9770677Z [ 2022-11-23T02:18:33.9770919Z T=c10::either 2022-11-23T02:18:33.9771196Z ] 2022-11-23T02:18:33.9771621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9772017Z with 2022-11-23T02:18:33.9772180Z [ 2022-11-23T02:18:33.9772405Z T=c10::either 2022-11-23T02:18:33.9772625Z ] 2022-11-23T02:18:33.9773088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9773516Z with 2022-11-23T02:18:33.9773680Z [ 2022-11-23T02:18:33.9773917Z T=c10::either 2022-11-23T02:18:33.9774128Z ] 2022-11-23T02:18:33.9774617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9775068Z with 2022-11-23T02:18:33.9775231Z [ 2022-11-23T02:18:33.9775467Z T=c10::either 2022-11-23T02:18:33.9775782Z ] 2022-11-23T02:18:33.9776267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9777210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9778060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9778520Z with 2022-11-23T02:18:33.9778739Z [ 2022-11-23T02:18:33.9779034Z T=c10::either 2022-11-23T02:18:33.9779316Z ] 2022-11-23T02:18:33.9779777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9780169Z with 2022-11-23T02:18:33.9780386Z [ 2022-11-23T02:18:33.9780631Z T=at::StepCallbacks 2022-11-23T02:18:33.9780871Z ] 2022-11-23T02:18:33.9781352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9781794Z with 2022-11-23T02:18:33.9781972Z [ 2022-11-23T02:18:33.9782303Z T=at::StepCallbacks 2022-11-23T02:18:33.9782550Z ] 2022-11-23T02:18:33.9783067Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9783595Z with 2022-11-23T02:18:33.9783778Z [ 2022-11-23T02:18:33.9784063Z T=at::StepCallbacks 2022-11-23T02:18:33.9784529Z ] 2022-11-23T02:18:33.9785083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9785589Z with 2022-11-23T02:18:33.9785808Z [ 2022-11-23T02:18:33.9829533Z T=at::StepCallbacks 2022-11-23T02:18:33.9829965Z ] 2022-11-23T02:18:33.9830463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9831166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9831859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9832281Z with 2022-11-23T02:18:33.9832448Z [ 2022-11-23T02:18:33.9832640Z T=at::StepCallbacks 2022-11-23T02:18:33.9832818Z ] 2022-11-23T02:18:33.9833217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9833611Z with 2022-11-23T02:18:33.9833768Z [ 2022-11-23T02:18:33.9833947Z T=c10::DimVector 2022-11-23T02:18:33.9834119Z ] 2022-11-23T02:18:33.9834543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9834917Z with 2022-11-23T02:18:33.9835077Z [ 2022-11-23T02:18:33.9835249Z T=c10::DimVector 2022-11-23T02:18:33.9835418Z ] 2022-11-23T02:18:33.9836504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9836941Z with 2022-11-23T02:18:33.9837090Z [ 2022-11-23T02:18:33.9837270Z T=c10::DimVector 2022-11-23T02:18:33.9837441Z ] 2022-11-23T02:18:33.9837926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9838451Z with 2022-11-23T02:18:33.9838607Z [ 2022-11-23T02:18:33.9838773Z T=c10::DimVector 2022-11-23T02:18:33.9838946Z ] 2022-11-23T02:18:33.9839422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9840093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9840777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9841180Z with 2022-11-23T02:18:33.9841344Z [ 2022-11-23T02:18:33.9841509Z T=c10::DimVector 2022-11-23T02:18:33.9841672Z ] 2022-11-23T02:18:33.9842067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9842527Z with 2022-11-23T02:18:33.9842677Z [ 2022-11-23T02:18:33.9842857Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:33.9843039Z ] 2022-11-23T02:18:33.9843454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9843844Z with 2022-11-23T02:18:33.9843998Z [ 2022-11-23T02:18:33.9844195Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:33.9844372Z ] 2022-11-23T02:18:33.9844829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9845248Z with 2022-11-23T02:18:33.9845402Z [ 2022-11-23T02:18:33.9845599Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:33.9845781Z ] 2022-11-23T02:18:33.9846256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9846705Z with 2022-11-23T02:18:33.9846859Z [ 2022-11-23T02:18:33.9847048Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:33.9847230Z ] 2022-11-23T02:18:33.9847682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9848388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9849145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9849556Z with 2022-11-23T02:18:33.9849713Z [ 2022-11-23T02:18:33.9849902Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:33.9850096Z ] 2022-11-23T02:18:33.9850495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9850863Z with 2022-11-23T02:18:33.9851027Z [ 2022-11-23T02:18:33.9851261Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:33.9851483Z ] 2022-11-23T02:18:33.9851897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9852287Z with 2022-11-23T02:18:33.9852430Z [ 2022-11-23T02:18:33.9852669Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:33.9852897Z ] 2022-11-23T02:18:33.9853349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9853767Z with 2022-11-23T02:18:33.9853924Z [ 2022-11-23T02:18:33.9854141Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:33.9854356Z ] 2022-11-23T02:18:33.9854889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9855445Z with 2022-11-23T02:18:33.9855600Z [ 2022-11-23T02:18:33.9855831Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:33.9856044Z ] 2022-11-23T02:18:33.9856522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9857294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9858041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9858447Z with 2022-11-23T02:18:33.9858606Z [ 2022-11-23T02:18:33.9858838Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:33.9859063Z ] 2022-11-23T02:18:33.9859454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9859824Z with 2022-11-23T02:18:33.9859990Z [ 2022-11-23T02:18:33.9860196Z T=std::tuple 2022-11-23T02:18:33.9860397Z ] 2022-11-23T02:18:33.9860804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9861190Z with 2022-11-23T02:18:33.9861343Z [ 2022-11-23T02:18:33.9861551Z T=std::tuple 2022-11-23T02:18:33.9861756Z ] 2022-11-23T02:18:33.9862375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9862797Z with 2022-11-23T02:18:33.9862947Z [ 2022-11-23T02:18:33.9863160Z T=std::tuple 2022-11-23T02:18:33.9863356Z ] 2022-11-23T02:18:33.9863842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9864278Z with 2022-11-23T02:18:33.9864437Z [ 2022-11-23T02:18:33.9864634Z T=std::tuple 2022-11-23T02:18:33.9864831Z ] 2022-11-23T02:18:33.9865292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9866021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9866738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9867142Z with 2022-11-23T02:18:33.9867298Z [ 2022-11-23T02:18:33.9867553Z T=std::tuple 2022-11-23T02:18:33.9867752Z ] 2022-11-23T02:18:33.9868158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9868528Z with 2022-11-23T02:18:33.9868684Z [ 2022-11-23T02:18:33.9868871Z T=torch::jit::SourceRange 2022-11-23T02:18:33.9869045Z ] 2022-11-23T02:18:33.9869467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9869846Z with 2022-11-23T02:18:33.9870008Z [ 2022-11-23T02:18:33.9870190Z T=torch::jit::SourceRange 2022-11-23T02:18:33.9870364Z ] 2022-11-23T02:18:33.9870819Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9871237Z with 2022-11-23T02:18:33.9871393Z [ 2022-11-23T02:18:33.9871583Z T=torch::jit::SourceRange 2022-11-23T02:18:33.9871767Z ] 2022-11-23T02:18:33.9872236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9872685Z with 2022-11-23T02:18:33.9872842Z [ 2022-11-23T02:18:33.9873034Z T=torch::jit::SourceRange 2022-11-23T02:18:33.9873216Z ] 2022-11-23T02:18:33.9873656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9874405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9875103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9875506Z with 2022-11-23T02:18:33.9875667Z [ 2022-11-23T02:18:33.9875860Z T=torch::jit::SourceRange 2022-11-23T02:18:33.9876048Z ] 2022-11-23T02:18:33.9876450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9876825Z with 2022-11-23T02:18:33.9876973Z [ 2022-11-23T02:18:33.9877181Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:33.9877377Z ] 2022-11-23T02:18:33.9877800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9878188Z with 2022-11-23T02:18:33.9878330Z [ 2022-11-23T02:18:33.9878538Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:33.9878732Z ] 2022-11-23T02:18:33.9879188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9879603Z with 2022-11-23T02:18:33.9879757Z [ 2022-11-23T02:18:33.9879954Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:33.9880203Z ] 2022-11-23T02:18:33.9880687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9881129Z with 2022-11-23T02:18:33.9881292Z [ 2022-11-23T02:18:33.9881497Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:33.9881686Z ] 2022-11-23T02:18:33.9882141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9882849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9883545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9883948Z with 2022-11-23T02:18:33.9884108Z [ 2022-11-23T02:18:33.9884316Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:33.9884506Z ] 2022-11-23T02:18:33.9884907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9885282Z with 2022-11-23T02:18:33.9885440Z [ 2022-11-23T02:18:33.9885644Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:33.9885843Z ] 2022-11-23T02:18:33.9886319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9886714Z with 2022-11-23T02:18:33.9886919Z [ 2022-11-23T02:18:33.9887126Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:33.9887320Z ] 2022-11-23T02:18:33.9887842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9888254Z with 2022-11-23T02:18:33.9888410Z [ 2022-11-23T02:18:33.9888615Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:33.9888807Z ] 2022-11-23T02:18:33.9889293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9889746Z with 2022-11-23T02:18:33.9889895Z [ 2022-11-23T02:18:33.9890092Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:33.9890293Z ] 2022-11-23T02:18:33.9890751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9891462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9892150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9892558Z with 2022-11-23T02:18:33.9892703Z [ 2022-11-23T02:18:33.9892961Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:33.9893157Z ] 2022-11-23T02:18:33.9893562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9893933Z with 2022-11-23T02:18:33.9894090Z [ 2022-11-23T02:18:33.9894264Z T=torch::jit::ScopePtr 2022-11-23T02:18:33.9894448Z ] 2022-11-23T02:18:33.9894863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9895245Z with 2022-11-23T02:18:33.9895401Z [ 2022-11-23T02:18:33.9895572Z T=torch::jit::ScopePtr 2022-11-23T02:18:33.9895759Z ] 2022-11-23T02:18:33.9896215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9896645Z with 2022-11-23T02:18:33.9896800Z [ 2022-11-23T02:18:33.9896987Z T=torch::jit::ScopePtr 2022-11-23T02:18:33.9897150Z ] 2022-11-23T02:18:33.9897634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9898077Z with 2022-11-23T02:18:33.9898237Z [ 2022-11-23T02:18:33.9898418Z T=torch::jit::ScopePtr 2022-11-23T02:18:33.9898598Z ] 2022-11-23T02:18:33.9899026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9899712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9900441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9900847Z with 2022-11-23T02:18:33.9901011Z [ 2022-11-23T02:18:33.9901193Z T=torch::jit::ScopePtr 2022-11-23T02:18:33.9901376Z ] 2022-11-23T02:18:33.9901765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9902135Z with 2022-11-23T02:18:33.9902400Z [ 2022-11-23T02:18:33.9902593Z T=at::ThreadLocalState 2022-11-23T02:18:33.9902774Z ] 2022-11-23T02:18:33.9903193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9903568Z with 2022-11-23T02:18:33.9903728Z [ 2022-11-23T02:18:33.9903916Z T=at::ThreadLocalState 2022-11-23T02:18:33.9904096Z ] 2022-11-23T02:18:33.9904556Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9904976Z with 2022-11-23T02:18:33.9905124Z [ 2022-11-23T02:18:33.9905310Z T=at::ThreadLocalState 2022-11-23T02:18:33.9905491Z ] 2022-11-23T02:18:33.9905974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9906477Z with 2022-11-23T02:18:33.9906637Z [ 2022-11-23T02:18:33.9906815Z T=at::ThreadLocalState 2022-11-23T02:18:33.9906998Z ] 2022-11-23T02:18:33.9907442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9908139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9908834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9909247Z with 2022-11-23T02:18:33.9909406Z [ 2022-11-23T02:18:33.9909583Z T=at::ThreadLocalState 2022-11-23T02:18:33.9909771Z ] 2022-11-23T02:18:33.9910174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9910542Z with 2022-11-23T02:18:33.9910702Z [ 2022-11-23T02:18:33.9910909Z T=std::shared_ptr 2022-11-23T02:18:33.9911096Z ] 2022-11-23T02:18:33.9911512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9911904Z with 2022-11-23T02:18:33.9912065Z [ 2022-11-23T02:18:33.9912272Z T=std::shared_ptr 2022-11-23T02:18:33.9912450Z ] 2022-11-23T02:18:33.9912955Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9913385Z with 2022-11-23T02:18:33.9913543Z [ 2022-11-23T02:18:33.9913751Z T=std::shared_ptr 2022-11-23T02:18:33.9913945Z ] 2022-11-23T02:18:33.9914417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9914862Z with 2022-11-23T02:18:33.9915021Z [ 2022-11-23T02:18:33.9915229Z T=std::shared_ptr 2022-11-23T02:18:33.9915430Z ] 2022-11-23T02:18:33.9915874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9916559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9917284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:33.9917989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9918437Z with 2022-11-23T02:18:33.9918599Z [ 2022-11-23T02:18:33.9918808Z T=std::shared_ptr 2022-11-23T02:18:33.9919007Z ] 2022-11-23T02:18:33.9919410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9919789Z with 2022-11-23T02:18:33.9919934Z [ 2022-11-23T02:18:33.9920131Z T=torch::jit::GraphExecutor 2022-11-23T02:18:33.9920322Z ] 2022-11-23T02:18:33.9920742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9921130Z with 2022-11-23T02:18:33.9921280Z [ 2022-11-23T02:18:33.9921475Z T=torch::jit::GraphExecutor 2022-11-23T02:18:33.9921663Z ] 2022-11-23T02:18:33.9922126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9922540Z with 2022-11-23T02:18:33.9922702Z [ 2022-11-23T02:18:33.9922879Z T=torch::jit::GraphExecutor 2022-11-23T02:18:33.9923063Z ] 2022-11-23T02:18:33.9923544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9923987Z with 2022-11-23T02:18:33.9924145Z [ 2022-11-23T02:18:33.9924338Z T=torch::jit::GraphExecutor 2022-11-23T02:18:33.9924516Z ] 2022-11-23T02:18:33.9924959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9925693Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9926389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:33.9927092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9927503Z with 2022-11-23T02:18:33.9927666Z [ 2022-11-23T02:18:33.9927859Z T=torch::jit::GraphExecutor 2022-11-23T02:18:33.9928042Z ] 2022-11-23T02:18:33.9928447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9928822Z with 2022-11-23T02:18:33.9928983Z [ 2022-11-23T02:18:33.9929166Z T=torch::jit::Method 2022-11-23T02:18:33.9929336Z ] 2022-11-23T02:18:33.9929756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9930140Z with 2022-11-23T02:18:33.9930301Z [ 2022-11-23T02:18:33.9930482Z T=torch::jit::Method 2022-11-23T02:18:33.9930660Z ] 2022-11-23T02:18:33.9931160Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9931581Z with 2022-11-23T02:18:33.9931743Z [ 2022-11-23T02:18:33.9931924Z T=torch::jit::Method 2022-11-23T02:18:33.9932104Z ] 2022-11-23T02:18:33.9932586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9933025Z with 2022-11-23T02:18:33.9933171Z [ 2022-11-23T02:18:33.9933352Z T=torch::jit::Method 2022-11-23T02:18:33.9933533Z ] 2022-11-23T02:18:33.9933965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9934641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9935323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9935727Z with 2022-11-23T02:18:33.9935874Z [ 2022-11-23T02:18:33.9936058Z T=torch::jit::Method 2022-11-23T02:18:33.9936238Z ] 2022-11-23T02:18:33.9936644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9937022Z with 2022-11-23T02:18:33.9937168Z [ 2022-11-23T02:18:33.9937405Z T=std::vector> 2022-11-23T02:18:33.9937629Z ] 2022-11-23T02:18:33.9938098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9938490Z with 2022-11-23T02:18:33.9938649Z [ 2022-11-23T02:18:33.9938869Z T=std::vector> 2022-11-23T02:18:33.9939088Z ] 2022-11-23T02:18:33.9939549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9939971Z with 2022-11-23T02:18:33.9940132Z [ 2022-11-23T02:18:33.9940274Z T=std::vector> 2022-11-23T02:18:33.9940336Z ] 2022-11-23T02:18:33.9940732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9940796Z with 2022-11-23T02:18:33.9940844Z [ 2022-11-23T02:18:33.9940983Z T=std::vector> 2022-11-23T02:18:33.9941044Z ] 2022-11-23T02:18:33.9941424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9941802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9942292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9942366Z with 2022-11-23T02:18:33.9942429Z [ 2022-11-23T02:18:33.9942569Z T=std::vector> 2022-11-23T02:18:33.9942632Z ] 2022-11-23T02:18:33.9943006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9943078Z with 2022-11-23T02:18:33.9943140Z [ 2022-11-23T02:18:33.9943308Z T=std::function 2022-11-23T02:18:33.9943373Z ] 2022-11-23T02:18:33.9943704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9943813Z with 2022-11-23T02:18:33.9943878Z [ 2022-11-23T02:18:33.9944045Z T=std::function 2022-11-23T02:18:33.9944095Z ] 2022-11-23T02:18:33.9944462Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9944529Z with 2022-11-23T02:18:33.9944592Z [ 2022-11-23T02:18:33.9944758Z T=std::function 2022-11-23T02:18:33.9944821Z ] 2022-11-23T02:18:33.9945370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9945508Z with 2022-11-23T02:18:33.9945573Z [ 2022-11-23T02:18:33.9945838Z T=std::function 2022-11-23T02:18:33.9945927Z ] 2022-11-23T02:18:33.9946540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9947124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9947615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9947753Z with 2022-11-23T02:18:33.9947819Z [ 2022-11-23T02:18:33.9948034Z T=std::function 2022-11-23T02:18:33.9948100Z ] 2022-11-23T02:18:33.9948559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9948629Z with 2022-11-23T02:18:33.9948747Z [ 2022-11-23T02:18:33.9948941Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:33.9949195Z ] 2022-11-23T02:18:33.9949578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9949701Z with 2022-11-23T02:18:33.9949779Z [ 2022-11-23T02:18:33.9949971Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:33.9950037Z ] 2022-11-23T02:18:33.9950554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9950623Z with 2022-11-23T02:18:33.9950684Z [ 2022-11-23T02:18:33.9950876Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:33.9950940Z ] 2022-11-23T02:18:33.9951338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9951404Z with 2022-11-23T02:18:33.9951469Z [ 2022-11-23T02:18:33.9951657Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:33.9951720Z ] 2022-11-23T02:18:33.9952130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9952659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9953127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9953196Z with 2022-11-23T02:18:33.9953246Z [ 2022-11-23T02:18:33.9953435Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:33.9953495Z ] 2022-11-23T02:18:33.9953860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9953938Z with 2022-11-23T02:18:33.9954003Z [ 2022-11-23T02:18:33.9954136Z T=std::vector> 2022-11-23T02:18:33.9954199Z ] 2022-11-23T02:18:33.9954522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9954590Z with 2022-11-23T02:18:33.9954652Z [ 2022-11-23T02:18:33.9954784Z T=std::vector> 2022-11-23T02:18:33.9954847Z ] 2022-11-23T02:18:33.9955272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9955345Z with 2022-11-23T02:18:33.9955395Z [ 2022-11-23T02:18:33.9955525Z T=std::vector> 2022-11-23T02:18:33.9955589Z ] 2022-11-23T02:18:33.9956048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9956178Z with 2022-11-23T02:18:33.9956243Z [ 2022-11-23T02:18:33.9956376Z T=std::vector> 2022-11-23T02:18:33.9956443Z ] 2022-11-23T02:18:33.9956798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9956863Z with 2022-11-23T02:18:33.9956925Z [ 2022-11-23T02:18:33.9956998Z T=double 2022-11-23T02:18:33.9957060Z ] 2022-11-23T02:18:33.9957455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9957522Z with 2022-11-23T02:18:33.9957585Z [ 2022-11-23T02:18:33.9957643Z T=double 2022-11-23T02:18:33.9957706Z ] 2022-11-23T02:18:33.9958048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9958115Z with 2022-11-23T02:18:33.9958178Z [ 2022-11-23T02:18:33.9958305Z T=std::vector> 2022-11-23T02:18:33.9958368Z ] 2022-11-23T02:18:33.9958681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9958746Z with 2022-11-23T02:18:33.9958808Z [ 2022-11-23T02:18:33.9958922Z T=std::tuple 2022-11-23T02:18:33.9958984Z ] 2022-11-23T02:18:33.9959311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9959425Z with 2022-11-23T02:18:33.9959491Z [ 2022-11-23T02:18:33.9959595Z T=std::tuple 2022-11-23T02:18:33.9959656Z ] 2022-11-23T02:18:33.9960024Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9960088Z with 2022-11-23T02:18:33.9960152Z [ 2022-11-23T02:18:33.9960262Z T=std::tuple 2022-11-23T02:18:33.9960325Z ] 2022-11-23T02:18:33.9960720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9960789Z with 2022-11-23T02:18:33.9960854Z [ 2022-11-23T02:18:33.9960967Z T=std::tuple 2022-11-23T02:18:33.9961031Z ] 2022-11-23T02:18:33.9961382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:33.9961769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:33.9962115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9962711Z with 2022-11-23T02:18:33.9962775Z [ 2022-11-23T02:18:33.9962893Z T=std::tuple 2022-11-23T02:18:33.9962942Z ] 2022-11-23T02:18:33.9963249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9963316Z with 2022-11-23T02:18:33.9963381Z [ 2022-11-23T02:18:33.9963520Z T=std::vector> 2022-11-23T02:18:33.9963583Z ] 2022-11-23T02:18:33.9963908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9963978Z with 2022-11-23T02:18:33.9964041Z [ 2022-11-23T02:18:33.9964180Z T=std::vector> 2022-11-23T02:18:33.9964243Z ] 2022-11-23T02:18:33.9964611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9964677Z with 2022-11-23T02:18:33.9964740Z [ 2022-11-23T02:18:33.9964873Z T=std::vector> 2022-11-23T02:18:33.9964934Z ] 2022-11-23T02:18:33.9965323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9965375Z with 2022-11-23T02:18:33.9965440Z [ 2022-11-23T02:18:33.9965578Z T=std::vector> 2022-11-23T02:18:33.9965640Z ] 2022-11-23T02:18:33.9966064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:33.9966470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:33.9966819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9966887Z with 2022-11-23T02:18:33.9966953Z [ 2022-11-23T02:18:33.9967091Z T=std::vector> 2022-11-23T02:18:33.9967155Z ] 2022-11-23T02:18:33.9967671Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" cpp_frontend_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:cpp_frontend_extension.pyd 2022-11-23T02:18:33.9967855Z Creating library cpp_frontend_extension.lib and object cpp_frontend_extension.exp 2022-11-23T02:18:33.9967989Z Loading extension module cpp_frontend_extension... 2022-11-23T02:18:33.9968058Z ok (14.389s) 2022-11-23T02:18:33.9968397Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:33.9968652Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:18:33.9968782Z Loading extension module cpp_frontend_extension... 2022-11-23T02:18:33.9968852Z ok (0.010s) 2022-11-23T02:18:33.9969181Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:33.9969390Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:18:33.9969519Z Loading extension module cpp_frontend_extension... 2022-11-23T02:18:33.9969574Z ok (0.010s) 2022-11-23T02:18:33.9969782Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-11-23T02:18:33.9970098Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:33.9970355Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module... 2022-11-23T02:18:33.9970619Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\build.ninja... 2022-11-23T02:18:33.9970740Z Building extension module is_python_module... 2022-11-23T02:18:33.9970948Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:33.9971964Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\main.cpp /Fomain.o 2022-11-23T02:18:33.9972114Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:33.9972260Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:33.9972273Z 2022-11-23T02:18:33.9972590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:33.9972906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9972975Z with 2022-11-23T02:18:33.9973042Z [ 2022-11-23T02:18:33.9973125Z T=c10::SymInt 2022-11-23T02:18:33.9973189Z ] 2022-11-23T02:18:33.9973522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9973589Z with 2022-11-23T02:18:33.9973653Z [ 2022-11-23T02:18:33.9973732Z T=c10::SymInt 2022-11-23T02:18:33.9973795Z ] 2022-11-23T02:18:33.9974163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9974229Z with 2022-11-23T02:18:33.9974291Z [ 2022-11-23T02:18:33.9974356Z T=c10::SymInt 2022-11-23T02:18:33.9974419Z ] 2022-11-23T02:18:33.9974814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9974931Z with 2022-11-23T02:18:33.9974996Z [ 2022-11-23T02:18:33.9975076Z T=c10::SymInt 2022-11-23T02:18:33.9975140Z ] 2022-11-23T02:18:33.9975472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9975798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9976148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9976218Z with 2022-11-23T02:18:33.9976280Z [ 2022-11-23T02:18:33.9976359Z T=c10::SymInt 2022-11-23T02:18:33.9976421Z ] 2022-11-23T02:18:33.9976718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:33.9977031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9977096Z with 2022-11-23T02:18:33.9977158Z [ 2022-11-23T02:18:33.9977232Z T=at::TensorBase 2022-11-23T02:18:33.9977295Z ] 2022-11-23T02:18:33.9977622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9977691Z with 2022-11-23T02:18:33.9977753Z [ 2022-11-23T02:18:33.9977842Z T=at::TensorBase 2022-11-23T02:18:33.9977905Z ] 2022-11-23T02:18:33.9978325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9978394Z with 2022-11-23T02:18:33.9978456Z [ 2022-11-23T02:18:33.9978540Z T=at::TensorBase 2022-11-23T02:18:33.9978602Z ] 2022-11-23T02:18:33.9978991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9979058Z with 2022-11-23T02:18:33.9979121Z [ 2022-11-23T02:18:33.9979190Z T=at::TensorBase 2022-11-23T02:18:33.9979253Z ] 2022-11-23T02:18:33.9979587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9979920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9980264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9980333Z with 2022-11-23T02:18:33.9980396Z [ 2022-11-23T02:18:33.9980481Z T=at::TensorBase 2022-11-23T02:18:33.9980589Z ] 2022-11-23T02:18:33.9980898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9980967Z with 2022-11-23T02:18:33.9981030Z [ 2022-11-23T02:18:33.9981111Z T=at::Tensor 2022-11-23T02:18:33.9981174Z ] 2022-11-23T02:18:33.9981496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9981561Z with 2022-11-23T02:18:33.9981623Z [ 2022-11-23T02:18:33.9981688Z T=at::Tensor 2022-11-23T02:18:33.9981750Z ] 2022-11-23T02:18:33.9982112Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9982181Z with 2022-11-23T02:18:33.9982347Z [ 2022-11-23T02:18:33.9982430Z T=at::Tensor 2022-11-23T02:18:33.9982492Z ] 2022-11-23T02:18:33.9982885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9982951Z with 2022-11-23T02:18:33.9983013Z [ 2022-11-23T02:18:33.9983090Z T=at::Tensor 2022-11-23T02:18:33.9983153Z ] 2022-11-23T02:18:33.9983484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9983813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9984208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9984276Z with 2022-11-23T02:18:33.9984342Z [ 2022-11-23T02:18:33.9984408Z T=at::Tensor 2022-11-23T02:18:33.9984470Z ] 2022-11-23T02:18:33.9984782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9984850Z with 2022-11-23T02:18:33.9984913Z [ 2022-11-23T02:18:33.9984998Z T=at::Generator 2022-11-23T02:18:33.9985059Z ] 2022-11-23T02:18:33.9985382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9985450Z with 2022-11-23T02:18:33.9985512Z [ 2022-11-23T02:18:33.9985596Z T=at::Generator 2022-11-23T02:18:33.9985659Z ] 2022-11-23T02:18:33.9986018Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9986082Z with 2022-11-23T02:18:33.9986144Z [ 2022-11-23T02:18:33.9986213Z T=at::Generator 2022-11-23T02:18:33.9986275Z ] 2022-11-23T02:18:33.9986667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9986779Z with 2022-11-23T02:18:33.9986843Z [ 2022-11-23T02:18:33.9986924Z T=at::Generator 2022-11-23T02:18:33.9986986Z ] 2022-11-23T02:18:33.9987320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9987654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9988002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9988067Z with 2022-11-23T02:18:33.9988131Z [ 2022-11-23T02:18:33.9988212Z T=at::Generator 2022-11-23T02:18:33.9988274Z ] 2022-11-23T02:18:33.9988586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9988653Z with 2022-11-23T02:18:33.9988714Z [ 2022-11-23T02:18:33.9988780Z T=c10::Scalar 2022-11-23T02:18:33.9988842Z ] 2022-11-23T02:18:33.9989166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9989232Z with 2022-11-23T02:18:33.9989295Z [ 2022-11-23T02:18:33.9989373Z T=c10::Scalar 2022-11-23T02:18:33.9989438Z ] 2022-11-23T02:18:33.9989804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9989871Z with 2022-11-23T02:18:33.9989932Z [ 2022-11-23T02:18:33.9990700Z T=c10::Scalar 2022-11-23T02:18:33.9990773Z ] 2022-11-23T02:18:33.9991171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9991237Z with 2022-11-23T02:18:33.9991301Z [ 2022-11-23T02:18:33.9991366Z T=c10::Scalar 2022-11-23T02:18:33.9991430Z ] 2022-11-23T02:18:33.9991761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9992093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9992449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9992515Z with 2022-11-23T02:18:33.9992579Z [ 2022-11-23T02:18:33.9992659Z T=c10::Scalar 2022-11-23T02:18:33.9992723Z ] 2022-11-23T02:18:33.9993033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9993100Z with 2022-11-23T02:18:33.9993164Z [ 2022-11-23T02:18:33.9993244Z T=std::string 2022-11-23T02:18:33.9993360Z ] 2022-11-23T02:18:33.9993679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9993748Z with 2022-11-23T02:18:33.9993811Z [ 2022-11-23T02:18:33.9993876Z T=std::string 2022-11-23T02:18:33.9993938Z ] 2022-11-23T02:18:33.9994303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9994371Z with 2022-11-23T02:18:33.9994432Z [ 2022-11-23T02:18:33.9994516Z T=std::string 2022-11-23T02:18:33.9994578Z ] 2022-11-23T02:18:33.9994964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9995034Z with 2022-11-23T02:18:33.9995095Z [ 2022-11-23T02:18:33.9995175Z T=std::string 2022-11-23T02:18:33.9995238Z ] 2022-11-23T02:18:33.9995572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:33.9995905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:33.9996249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9996317Z with 2022-11-23T02:18:33.9996379Z [ 2022-11-23T02:18:33.9996446Z T=std::string 2022-11-23T02:18:33.9996509Z ] 2022-11-23T02:18:33.9997085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:33.9997159Z with 2022-11-23T02:18:33.9997227Z [ 2022-11-23T02:18:33.9997322Z T=c10::QualifiedName 2022-11-23T02:18:33.9997384Z ] 2022-11-23T02:18:33.9997712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:33.9997779Z with 2022-11-23T02:18:33.9997841Z [ 2022-11-23T02:18:33.9997933Z T=c10::QualifiedName 2022-11-23T02:18:33.9997996Z ] 2022-11-23T02:18:33.9998363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:33.9998431Z with 2022-11-23T02:18:33.9998494Z [ 2022-11-23T02:18:33.9998572Z T=c10::QualifiedName 2022-11-23T02:18:33.9998634Z ] 2022-11-23T02:18:33.9999027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:33.9999094Z with 2022-11-23T02:18:33.9999159Z [ 2022-11-23T02:18:33.9999249Z T=c10::QualifiedName 2022-11-23T02:18:33.9999313Z ] 2022-11-23T02:18:33.9999654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0000051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0000396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0000463Z with 2022-11-23T02:18:34.0000526Z [ 2022-11-23T02:18:34.0000618Z T=c10::QualifiedName 2022-11-23T02:18:34.0000679Z ] 2022-11-23T02:18:34.0000987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0001056Z with 2022-11-23T02:18:34.0001118Z [ 2022-11-23T02:18:34.0001241Z T=std::shared_ptr 2022-11-23T02:18:34.0001305Z ] 2022-11-23T02:18:34.0001630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0001697Z with 2022-11-23T02:18:34.0001759Z [ 2022-11-23T02:18:34.0001892Z T=std::shared_ptr 2022-11-23T02:18:34.0001955Z ] 2022-11-23T02:18:34.0002325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0002390Z with 2022-11-23T02:18:34.0002452Z [ 2022-11-23T02:18:34.0002585Z T=std::shared_ptr 2022-11-23T02:18:34.0002647Z ] 2022-11-23T02:18:34.0003287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0003360Z with 2022-11-23T02:18:34.0003423Z [ 2022-11-23T02:18:34.0003557Z T=std::shared_ptr 2022-11-23T02:18:34.0003607Z ] 2022-11-23T02:18:34.0003975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0004337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0004679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0004747Z with 2022-11-23T02:18:34.0004810Z [ 2022-11-23T02:18:34.0004943Z T=std::shared_ptr 2022-11-23T02:18:34.0005008Z ] 2022-11-23T02:18:34.0005325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0005392Z with 2022-11-23T02:18:34.0005456Z [ 2022-11-23T02:18:34.0005588Z T=std::weak_ptr 2022-11-23T02:18:34.0005651Z ] 2022-11-23T02:18:34.0006038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0006104Z with 2022-11-23T02:18:34.0006166Z [ 2022-11-23T02:18:34.0006296Z T=std::weak_ptr 2022-11-23T02:18:34.0006360Z ] 2022-11-23T02:18:34.0006725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0006778Z with 2022-11-23T02:18:34.0006843Z [ 2022-11-23T02:18:34.0006972Z T=std::weak_ptr 2022-11-23T02:18:34.0007035Z ] 2022-11-23T02:18:34.0007434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0007503Z with 2022-11-23T02:18:34.0007566Z [ 2022-11-23T02:18:34.0007697Z T=std::weak_ptr 2022-11-23T02:18:34.0007760Z ] 2022-11-23T02:18:34.0008131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0008491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0008835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0008904Z with 2022-11-23T02:18:34.0008966Z [ 2022-11-23T02:18:34.0009095Z T=std::weak_ptr 2022-11-23T02:18:34.0009156Z ] 2022-11-23T02:18:34.0009697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0009770Z with 2022-11-23T02:18:34.0009819Z [ 2022-11-23T02:18:34.0009980Z T=std::vector> 2022-11-23T02:18:34.0010044Z ] 2022-11-23T02:18:34.0010374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0010440Z with 2022-11-23T02:18:34.0010506Z [ 2022-11-23T02:18:34.0010665Z T=std::vector> 2022-11-23T02:18:34.0010728Z ] 2022-11-23T02:18:34.0011098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0011166Z with 2022-11-23T02:18:34.0011228Z [ 2022-11-23T02:18:34.0011386Z T=std::vector> 2022-11-23T02:18:34.0011449Z ] 2022-11-23T02:18:34.0011843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0011909Z with 2022-11-23T02:18:34.0012025Z [ 2022-11-23T02:18:34.0012183Z T=std::vector> 2022-11-23T02:18:34.0012233Z ] 2022-11-23T02:18:34.0012626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0013009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0013353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0013422Z with 2022-11-23T02:18:34.0013487Z [ 2022-11-23T02:18:34.0013641Z T=std::vector> 2022-11-23T02:18:34.0013705Z ] 2022-11-23T02:18:34.0014020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0014087Z with 2022-11-23T02:18:34.0014150Z [ 2022-11-23T02:18:34.0014272Z T=std::vector> 2022-11-23T02:18:34.0014337Z ] 2022-11-23T02:18:34.0014661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0014728Z with 2022-11-23T02:18:34.0014790Z [ 2022-11-23T02:18:34.0014911Z T=std::vector> 2022-11-23T02:18:34.0014975Z ] 2022-11-23T02:18:34.0015347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0015635Z with 2022-11-23T02:18:34.0015702Z [ 2022-11-23T02:18:34.0015824Z T=std::vector> 2022-11-23T02:18:34.0015887Z ] 2022-11-23T02:18:34.0016280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0016346Z with 2022-11-23T02:18:34.0016409Z [ 2022-11-23T02:18:34.0016530Z T=std::vector> 2022-11-23T02:18:34.0016595Z ] 2022-11-23T02:18:34.0016956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0017317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0017661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0017729Z with 2022-11-23T02:18:34.0017792Z [ 2022-11-23T02:18:34.0017915Z T=std::vector> 2022-11-23T02:18:34.0017978Z ] 2022-11-23T02:18:34.0018290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0018410Z with 2022-11-23T02:18:34.0018460Z [ 2022-11-23T02:18:34.0018636Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0018701Z ] 2022-11-23T02:18:34.0019025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0019091Z with 2022-11-23T02:18:34.0019155Z [ 2022-11-23T02:18:34.0019325Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0019387Z ] 2022-11-23T02:18:34.0019756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0019825Z with 2022-11-23T02:18:34.0019887Z [ 2022-11-23T02:18:34.0020054Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0020119Z ] 2022-11-23T02:18:34.0020511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0020577Z with 2022-11-23T02:18:34.0020639Z [ 2022-11-23T02:18:34.0020803Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0020865Z ] 2022-11-23T02:18:34.0021261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0021879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0022329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0022683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0022751Z with 2022-11-23T02:18:34.0022802Z [ 2022-11-23T02:18:34.0022976Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0023039Z ] 2022-11-23T02:18:34.0023356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0023423Z with 2022-11-23T02:18:34.0023486Z [ 2022-11-23T02:18:34.0023648Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0023711Z ] 2022-11-23T02:18:34.0024035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0024102Z with 2022-11-23T02:18:34.0024164Z [ 2022-11-23T02:18:34.0024325Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0024450Z ] 2022-11-23T02:18:34.0024822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0024888Z with 2022-11-23T02:18:34.0024954Z [ 2022-11-23T02:18:34.0025116Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0025166Z ] 2022-11-23T02:18:34.0025561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0025627Z with 2022-11-23T02:18:34.0025690Z [ 2022-11-23T02:18:34.0025852Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0025918Z ] 2022-11-23T02:18:34.0026308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0026691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0027015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0027356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0027428Z with 2022-11-23T02:18:34.0027492Z [ 2022-11-23T02:18:34.0027655Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0027941Z ] 2022-11-23T02:18:34.0028259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0028327Z with 2022-11-23T02:18:34.0028392Z [ 2022-11-23T02:18:34.0028520Z T=std::vector> 2022-11-23T02:18:34.0028582Z ] 2022-11-23T02:18:34.0028904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0028973Z with 2022-11-23T02:18:34.0029023Z [ 2022-11-23T02:18:34.0029149Z T=std::vector> 2022-11-23T02:18:34.0029212Z ] 2022-11-23T02:18:34.0029579Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0029645Z with 2022-11-23T02:18:34.0029707Z [ 2022-11-23T02:18:34.0029833Z T=std::vector> 2022-11-23T02:18:34.0029895Z ] 2022-11-23T02:18:34.0030283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0030349Z with 2022-11-23T02:18:34.0030459Z [ 2022-11-23T02:18:34.0030586Z T=std::vector> 2022-11-23T02:18:34.0030648Z ] 2022-11-23T02:18:34.0031011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0031370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0031713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0031779Z with 2022-11-23T02:18:34.0031842Z [ 2022-11-23T02:18:34.0031955Z T=std::vector> 2022-11-23T02:18:34.0032018Z ] 2022-11-23T02:18:34.0032336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0032403Z with 2022-11-23T02:18:34.0032466Z [ 2022-11-23T02:18:34.0032625Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0032694Z ] 2022-11-23T02:18:34.0033024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0033091Z with 2022-11-23T02:18:34.0033153Z [ 2022-11-23T02:18:34.0033309Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0033371Z ] 2022-11-23T02:18:34.0033738Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0033803Z with 2022-11-23T02:18:34.0034085Z [ 2022-11-23T02:18:34.0034250Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0034299Z ] 2022-11-23T02:18:34.0034691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0034758Z with 2022-11-23T02:18:34.0034822Z [ 2022-11-23T02:18:34.0034972Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0035035Z ] 2022-11-23T02:18:34.0035420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0035837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0036230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.0036577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0036696Z with 2022-11-23T02:18:34.0036764Z [ 2022-11-23T02:18:34.0036921Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0036984Z ] 2022-11-23T02:18:34.0037300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0037366Z with 2022-11-23T02:18:34.0037429Z [ 2022-11-23T02:18:34.0037582Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0037644Z ] 2022-11-23T02:18:34.0037970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0038036Z with 2022-11-23T02:18:34.0038086Z [ 2022-11-23T02:18:34.0038238Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0038302Z ] 2022-11-23T02:18:34.0038670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0038737Z with 2022-11-23T02:18:34.0038798Z [ 2022-11-23T02:18:34.0038952Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0039018Z ] 2022-11-23T02:18:34.0039409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0039475Z with 2022-11-23T02:18:34.0039536Z [ 2022-11-23T02:18:34.0039689Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0039754Z ] 2022-11-23T02:18:34.0040362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0040775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0041167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.0041516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0041587Z with 2022-11-23T02:18:34.0041651Z [ 2022-11-23T02:18:34.0041808Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0041871Z ] 2022-11-23T02:18:34.0042184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0042237Z with 2022-11-23T02:18:34.0042301Z [ 2022-11-23T02:18:34.0042409Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0042474Z ] 2022-11-23T02:18:34.0042805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0042932Z with 2022-11-23T02:18:34.0042996Z [ 2022-11-23T02:18:34.0043104Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0043167Z ] 2022-11-23T02:18:34.0043533Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0043600Z with 2022-11-23T02:18:34.0043663Z [ 2022-11-23T02:18:34.0043769Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0043831Z ] 2022-11-23T02:18:34.0044221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0044274Z with 2022-11-23T02:18:34.0044336Z [ 2022-11-23T02:18:34.0044443Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0044506Z ] 2022-11-23T02:18:34.0044944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0045283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0045351Z with 2022-11-23T02:18:34.0045414Z [ 2022-11-23T02:18:34.0045522Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0045585Z ] 2022-11-23T02:18:34.0045972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.0046363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0046434Z with 2022-11-23T02:18:34.0046736Z [ 2022-11-23T02:18:34.0046851Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0046914Z ] 2022-11-23T02:18:34.0047228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0047294Z with 2022-11-23T02:18:34.0047343Z [ 2022-11-23T02:18:34.0047537Z T=std::vector> 2022-11-23T02:18:34.0047600Z ] 2022-11-23T02:18:34.0047926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0047996Z with 2022-11-23T02:18:34.0048057Z [ 2022-11-23T02:18:34.0048254Z T=std::vector> 2022-11-23T02:18:34.0048318Z ] 2022-11-23T02:18:34.0048681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0048747Z with 2022-11-23T02:18:34.0048810Z [ 2022-11-23T02:18:34.0049002Z T=std::vector> 2022-11-23T02:18:34.0049066Z ] 2022-11-23T02:18:34.0049458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0049570Z with 2022-11-23T02:18:34.0049633Z [ 2022-11-23T02:18:34.0049827Z T=std::vector> 2022-11-23T02:18:34.0049889Z ] 2022-11-23T02:18:34.0050313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0050738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0051087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0051156Z with 2022-11-23T02:18:34.0051207Z [ 2022-11-23T02:18:34.0051398Z T=std::vector> 2022-11-23T02:18:34.0051463Z ] 2022-11-23T02:18:34.0051775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0051845Z with 2022-11-23T02:18:34.0051910Z [ 2022-11-23T02:18:34.0052012Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0052161Z ] 2022-11-23T02:18:34.0052518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0052617Z with 2022-11-23T02:18:34.0052704Z [ 2022-11-23T02:18:34.0053064Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0053157Z ] 2022-11-23T02:18:34.0053551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0053640Z with 2022-11-23T02:18:34.0053689Z [ 2022-11-23T02:18:34.0053812Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0053899Z ] 2022-11-23T02:18:34.0054313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0054408Z with 2022-11-23T02:18:34.0054495Z [ 2022-11-23T02:18:34.0054619Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0054706Z ] 2022-11-23T02:18:34.0055092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0055479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0055849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0055991Z with 2022-11-23T02:18:34.0056076Z [ 2022-11-23T02:18:34.0056202Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0056289Z ] 2022-11-23T02:18:34.0056629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0056722Z with 2022-11-23T02:18:34.0056811Z [ 2022-11-23T02:18:34.0056879Z T=c10::IValue 2022-11-23T02:18:34.0056968Z ] 2022-11-23T02:18:34.0057316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0057406Z with 2022-11-23T02:18:34.0057496Z [ 2022-11-23T02:18:34.0057600Z T=c10::IValue 2022-11-23T02:18:34.0057686Z ] 2022-11-23T02:18:34.0058080Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0058171Z with 2022-11-23T02:18:34.0058255Z [ 2022-11-23T02:18:34.0058359Z T=c10::IValue 2022-11-23T02:18:34.0058445Z ] 2022-11-23T02:18:34.0058855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0058946Z with 2022-11-23T02:18:34.0059191Z [ 2022-11-23T02:18:34.0059260Z T=c10::IValue 2022-11-23T02:18:34.0059353Z ] 2022-11-23T02:18:34.0059709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0060075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0060728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0060835Z with 2022-11-23T02:18:34.0060925Z [ 2022-11-23T02:18:34.0061034Z T=c10::IValue 2022-11-23T02:18:34.0061122Z ] 2022-11-23T02:18:34.0061458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0061549Z with 2022-11-23T02:18:34.0061641Z [ 2022-11-23T02:18:34.0061752Z T=c10::AliasInfo 2022-11-23T02:18:34.0061839Z ] 2022-11-23T02:18:34.0062278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0062377Z with 2022-11-23T02:18:34.0062465Z [ 2022-11-23T02:18:34.0062536Z T=c10::AliasInfo 2022-11-23T02:18:34.0062626Z ] 2022-11-23T02:18:34.0063019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0063111Z with 2022-11-23T02:18:34.0063201Z [ 2022-11-23T02:18:34.0063311Z T=c10::AliasInfo 2022-11-23T02:18:34.0063398Z ] 2022-11-23T02:18:34.0063819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0064241Z with 2022-11-23T02:18:34.0064330Z [ 2022-11-23T02:18:34.0064445Z T=c10::AliasInfo 2022-11-23T02:18:34.0064532Z ] 2022-11-23T02:18:34.0064888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0065254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0065625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0065717Z with 2022-11-23T02:18:34.0065802Z [ 2022-11-23T02:18:34.0065873Z T=c10::AliasInfo 2022-11-23T02:18:34.0065960Z ] 2022-11-23T02:18:34.0066300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0066391Z with 2022-11-23T02:18:34.0066479Z [ 2022-11-23T02:18:34.0066641Z T=std::vector> 2022-11-23T02:18:34.0066731Z ] 2022-11-23T02:18:34.0067080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0067171Z with 2022-11-23T02:18:34.0067256Z [ 2022-11-23T02:18:34.0067422Z T=std::vector> 2022-11-23T02:18:34.0067508Z ] 2022-11-23T02:18:34.0068147Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0068247Z with 2022-11-23T02:18:34.0068463Z [ 2022-11-23T02:18:34.0068634Z T=std::vector> 2022-11-23T02:18:34.0068683Z ] 2022-11-23T02:18:34.0069105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0069231Z with 2022-11-23T02:18:34.0069321Z [ 2022-11-23T02:18:34.0069487Z T=std::vector> 2022-11-23T02:18:34.0069575Z ] 2022-11-23T02:18:34.0069961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0070051Z with 2022-11-23T02:18:34.0070138Z [ 2022-11-23T02:18:34.0070242Z T=c10::SymInt 2022-11-23T02:18:34.0070330Z ] 2022-11-23T02:18:34.0070704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0070794Z with 2022-11-23T02:18:34.0070879Z [ 2022-11-23T02:18:34.0070983Z T=c10::SymInt 2022-11-23T02:18:34.0071069Z ] 2022-11-23T02:18:34.0071430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.0071989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.0072364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0072418Z with 2022-11-23T02:18:34.0072515Z [ 2022-11-23T02:18:34.0072682Z T=std::vector> 2022-11-23T02:18:34.0072770Z ] 2022-11-23T02:18:34.0073108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0073200Z with 2022-11-23T02:18:34.0073284Z [ 2022-11-23T02:18:34.0073453Z T=c10::either 2022-11-23T02:18:34.0073541Z ] 2022-11-23T02:18:34.0073893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0073982Z with 2022-11-23T02:18:34.0074067Z [ 2022-11-23T02:18:34.0074235Z T=c10::either 2022-11-23T02:18:34.0074324Z ] 2022-11-23T02:18:34.0074719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0074815Z with 2022-11-23T02:18:34.0074864Z [ 2022-11-23T02:18:34.0075030Z T=c10::either 2022-11-23T02:18:34.0075117Z ] 2022-11-23T02:18:34.0075800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0075903Z with 2022-11-23T02:18:34.0075991Z [ 2022-11-23T02:18:34.0076162Z T=c10::either 2022-11-23T02:18:34.0076251Z ] 2022-11-23T02:18:34.0076654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0077091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0077464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0077556Z with 2022-11-23T02:18:34.0077769Z [ 2022-11-23T02:18:34.0077943Z T=c10::either 2022-11-23T02:18:34.0078032Z ] 2022-11-23T02:18:34.0078367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0078515Z with 2022-11-23T02:18:34.0078603Z [ 2022-11-23T02:18:34.0078721Z T=at::StepCallbacks 2022-11-23T02:18:34.0078770Z ] 2022-11-23T02:18:34.0079126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0079220Z with 2022-11-23T02:18:34.0079308Z [ 2022-11-23T02:18:34.0079426Z T=at::StepCallbacks 2022-11-23T02:18:34.0079513Z ] 2022-11-23T02:18:34.0079901Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0079991Z with 2022-11-23T02:18:34.0080078Z [ 2022-11-23T02:18:34.0080191Z T=at::StepCallbacks 2022-11-23T02:18:34.0080280Z ] 2022-11-23T02:18:34.0080697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0080788Z with 2022-11-23T02:18:34.0080876Z [ 2022-11-23T02:18:34.0080990Z T=at::StepCallbacks 2022-11-23T02:18:34.0081038Z ] 2022-11-23T02:18:34.0081406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0081781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0082145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0082241Z with 2022-11-23T02:18:34.0082329Z [ 2022-11-23T02:18:34.0082724Z T=at::StepCallbacks 2022-11-23T02:18:34.0082820Z ] 2022-11-23T02:18:34.0083163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0083255Z with 2022-11-23T02:18:34.0083343Z [ 2022-11-23T02:18:34.0083455Z T=c10::DimVector 2022-11-23T02:18:34.0083542Z ] 2022-11-23T02:18:34.0083893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0083985Z with 2022-11-23T02:18:34.0084073Z [ 2022-11-23T02:18:34.0084182Z T=c10::DimVector 2022-11-23T02:18:34.0084230Z ] 2022-11-23T02:18:34.0084626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0084719Z with 2022-11-23T02:18:34.0084806Z [ 2022-11-23T02:18:34.0084912Z T=c10::DimVector 2022-11-23T02:18:34.0085000Z ] 2022-11-23T02:18:34.0085417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0085507Z with 2022-11-23T02:18:34.0085595Z [ 2022-11-23T02:18:34.0085700Z T=c10::DimVector 2022-11-23T02:18:34.0085962Z ] 2022-11-23T02:18:34.0086333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0086698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0087065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0087157Z with 2022-11-23T02:18:34.0087244Z [ 2022-11-23T02:18:34.0087351Z T=c10::DimVector 2022-11-23T02:18:34.0087400Z ] 2022-11-23T02:18:34.0087736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0087826Z with 2022-11-23T02:18:34.0087915Z [ 2022-11-23T02:18:34.0088047Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0088140Z ] 2022-11-23T02:18:34.0088494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0088584Z with 2022-11-23T02:18:34.0088670Z [ 2022-11-23T02:18:34.0088798Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0088884Z ] 2022-11-23T02:18:34.0089277Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0089368Z with 2022-11-23T02:18:34.0089455Z [ 2022-11-23T02:18:34.0089582Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0089631Z ] 2022-11-23T02:18:34.0090096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0090190Z with 2022-11-23T02:18:34.0090278Z [ 2022-11-23T02:18:34.0090408Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0090496Z ] 2022-11-23T02:18:34.0090879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0091279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0091657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0091748Z with 2022-11-23T02:18:34.0091837Z [ 2022-11-23T02:18:34.0091965Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0092051Z ] 2022-11-23T02:18:34.0092387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0092476Z with 2022-11-23T02:18:34.0092562Z [ 2022-11-23T02:18:34.0092733Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0092818Z ] 2022-11-23T02:18:34.0093176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0093270Z with 2022-11-23T02:18:34.0093360Z [ 2022-11-23T02:18:34.0093528Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0093614Z ] 2022-11-23T02:18:34.0094007Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0094099Z with 2022-11-23T02:18:34.0094186Z [ 2022-11-23T02:18:34.0094481Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0094572Z ] 2022-11-23T02:18:34.0094999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0095092Z with 2022-11-23T02:18:34.0095181Z [ 2022-11-23T02:18:34.0095349Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0095442Z ] 2022-11-23T02:18:34.0095848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0096279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0096647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0096739Z with 2022-11-23T02:18:34.0096825Z [ 2022-11-23T02:18:34.0097005Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0097093Z ] 2022-11-23T02:18:34.0097427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0097517Z with 2022-11-23T02:18:34.0097604Z [ 2022-11-23T02:18:34.0097751Z T=std::tuple 2022-11-23T02:18:34.0097839Z ] 2022-11-23T02:18:34.0098189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0098283Z with 2022-11-23T02:18:34.0098368Z [ 2022-11-23T02:18:34.0098512Z T=std::tuple 2022-11-23T02:18:34.0098599Z ] 2022-11-23T02:18:34.0098988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0099079Z with 2022-11-23T02:18:34.0099164Z [ 2022-11-23T02:18:34.0099268Z T=std::tuple 2022-11-23T02:18:34.0099357Z ] 2022-11-23T02:18:34.0099772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0099866Z with 2022-11-23T02:18:34.0099997Z [ 2022-11-23T02:18:34.0100142Z T=std::tuple 2022-11-23T02:18:34.0100228Z ] 2022-11-23T02:18:34.0100630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0101035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0101404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0101494Z with 2022-11-23T02:18:34.0101566Z [ 2022-11-23T02:18:34.0101809Z T=std::tuple 2022-11-23T02:18:34.0101897Z ] 2022-11-23T02:18:34.0102351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0102448Z with 2022-11-23T02:18:34.0102539Z [ 2022-11-23T02:18:34.0102667Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0102759Z ] 2022-11-23T02:18:34.0103111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0103219Z with 2022-11-23T02:18:34.0103306Z [ 2022-11-23T02:18:34.0103431Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0103519Z ] 2022-11-23T02:18:34.0103871Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0103968Z with 2022-11-23T02:18:34.0104063Z [ 2022-11-23T02:18:34.0104242Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0104334Z ] 2022-11-23T02:18:34.0104763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0104857Z with 2022-11-23T02:18:34.0104945Z [ 2022-11-23T02:18:34.0105066Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0105154Z ] 2022-11-23T02:18:34.0105524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0105915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0106285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0106385Z with 2022-11-23T02:18:34.0106472Z [ 2022-11-23T02:18:34.0106593Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0106680Z ] 2022-11-23T02:18:34.0107017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0107070Z with 2022-11-23T02:18:34.0107203Z [ 2022-11-23T02:18:34.0107347Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0107437Z ] 2022-11-23T02:18:34.0107799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0107891Z with 2022-11-23T02:18:34.0107982Z [ 2022-11-23T02:18:34.0108126Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0108216Z ] 2022-11-23T02:18:34.0108614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0108704Z with 2022-11-23T02:18:34.0108793Z [ 2022-11-23T02:18:34.0108943Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0109032Z ] 2022-11-23T02:18:34.0109443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0109536Z with 2022-11-23T02:18:34.0109585Z [ 2022-11-23T02:18:34.0109726Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0109813Z ] 2022-11-23T02:18:34.0125449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0125977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0126344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0126417Z with 2022-11-23T02:18:34.0126631Z [ 2022-11-23T02:18:34.0126763Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0126814Z ] 2022-11-23T02:18:34.0127134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0127205Z with 2022-11-23T02:18:34.0127269Z [ 2022-11-23T02:18:34.0127387Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0127451Z ] 2022-11-23T02:18:34.0127791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0127862Z with 2022-11-23T02:18:34.0127926Z [ 2022-11-23T02:18:34.0128039Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0128093Z ] 2022-11-23T02:18:34.0128471Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0128539Z with 2022-11-23T02:18:34.0128601Z [ 2022-11-23T02:18:34.0128714Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0128778Z ] 2022-11-23T02:18:34.0129173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0129301Z with 2022-11-23T02:18:34.0129364Z [ 2022-11-23T02:18:34.0129476Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0129538Z ] 2022-11-23T02:18:34.0129901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0130263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0130613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0130681Z with 2022-11-23T02:18:34.0130744Z [ 2022-11-23T02:18:34.0130859Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0130908Z ] 2022-11-23T02:18:34.0131219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0131286Z with 2022-11-23T02:18:34.0131349Z [ 2022-11-23T02:18:34.0131444Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0131508Z ] 2022-11-23T02:18:34.0131838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0131906Z with 2022-11-23T02:18:34.0131967Z [ 2022-11-23T02:18:34.0132060Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0132122Z ] 2022-11-23T02:18:34.0132491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0132559Z with 2022-11-23T02:18:34.0132621Z [ 2022-11-23T02:18:34.0132713Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0132808Z ] 2022-11-23T02:18:34.0133207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0133273Z with 2022-11-23T02:18:34.0133337Z [ 2022-11-23T02:18:34.0133428Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0133490Z ] 2022-11-23T02:18:34.0133838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0134187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0134538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0134606Z with 2022-11-23T02:18:34.0134669Z [ 2022-11-23T02:18:34.0134761Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0134825Z ] 2022-11-23T02:18:34.0135135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0135200Z with 2022-11-23T02:18:34.0135264Z [ 2022-11-23T02:18:34.0135405Z T=at::ThreadLocalState 2022-11-23T02:18:34.0135468Z ] 2022-11-23T02:18:34.0135785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0135851Z with 2022-11-23T02:18:34.0135914Z [ 2022-11-23T02:18:34.0136009Z T=at::ThreadLocalState 2022-11-23T02:18:34.0136071Z ] 2022-11-23T02:18:34.0136433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0136499Z with 2022-11-23T02:18:34.0136562Z [ 2022-11-23T02:18:34.0136656Z T=at::ThreadLocalState 2022-11-23T02:18:34.0136718Z ] 2022-11-23T02:18:34.0137108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0137177Z with 2022-11-23T02:18:34.0137239Z [ 2022-11-23T02:18:34.0137336Z T=at::ThreadLocalState 2022-11-23T02:18:34.0137398Z ] 2022-11-23T02:18:34.0137744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0138107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0138454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0138509Z with 2022-11-23T02:18:34.0138572Z [ 2022-11-23T02:18:34.0138666Z T=at::ThreadLocalState 2022-11-23T02:18:34.0138778Z ] 2022-11-23T02:18:34.0139088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0139153Z with 2022-11-23T02:18:34.0139215Z [ 2022-11-23T02:18:34.0139333Z T=std::shared_ptr 2022-11-23T02:18:34.0139396Z ] 2022-11-23T02:18:34.0139721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0139787Z with 2022-11-23T02:18:34.0139853Z [ 2022-11-23T02:18:34.0139968Z T=std::shared_ptr 2022-11-23T02:18:34.0140031Z ] 2022-11-23T02:18:34.0140400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0140466Z with 2022-11-23T02:18:34.0140515Z [ 2022-11-23T02:18:34.0140629Z T=std::shared_ptr 2022-11-23T02:18:34.0140693Z ] 2022-11-23T02:18:34.0141083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0141150Z with 2022-11-23T02:18:34.0141213Z [ 2022-11-23T02:18:34.0141324Z T=std::shared_ptr 2022-11-23T02:18:34.0141433Z ] 2022-11-23T02:18:34.0141796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0142145Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0142645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.0142995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0143065Z with 2022-11-23T02:18:34.0143128Z [ 2022-11-23T02:18:34.0143242Z T=std::shared_ptr 2022-11-23T02:18:34.0143305Z ] 2022-11-23T02:18:34.0143615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0143681Z with 2022-11-23T02:18:34.0143744Z [ 2022-11-23T02:18:34.0143832Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0143894Z ] 2022-11-23T02:18:34.0144221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0144288Z with 2022-11-23T02:18:34.0144350Z [ 2022-11-23T02:18:34.0144455Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0144518Z ] 2022-11-23T02:18:34.0144939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0145008Z with 2022-11-23T02:18:34.0145071Z [ 2022-11-23T02:18:34.0145172Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0145236Z ] 2022-11-23T02:18:34.0145628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0145695Z with 2022-11-23T02:18:34.0145757Z [ 2022-11-23T02:18:34.0145842Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0145904Z ] 2022-11-23T02:18:34.0146260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0146604Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0146975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.0147399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0147523Z with 2022-11-23T02:18:34.0147587Z [ 2022-11-23T02:18:34.0147688Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0147751Z ] 2022-11-23T02:18:34.0148113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0148182Z with 2022-11-23T02:18:34.0148245Z [ 2022-11-23T02:18:34.0148339Z T=torch::jit::Method 2022-11-23T02:18:34.0148401Z ] 2022-11-23T02:18:34.0148805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0148871Z with 2022-11-23T02:18:34.0148934Z [ 2022-11-23T02:18:34.0149026Z T=torch::jit::Method 2022-11-23T02:18:34.0149074Z ] 2022-11-23T02:18:34.0149439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0149505Z with 2022-11-23T02:18:34.0149570Z [ 2022-11-23T02:18:34.0149659Z T=torch::jit::Method 2022-11-23T02:18:34.0149722Z ] 2022-11-23T02:18:34.0150117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0150182Z with 2022-11-23T02:18:34.0150245Z [ 2022-11-23T02:18:34.0150334Z T=torch::jit::Method 2022-11-23T02:18:34.0150396Z ] 2022-11-23T02:18:34.0150737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0151136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0151483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0151550Z with 2022-11-23T02:18:34.0151613Z [ 2022-11-23T02:18:34.0151704Z T=torch::jit::Method 2022-11-23T02:18:34.0151753Z ] 2022-11-23T02:18:34.0152062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0152131Z with 2022-11-23T02:18:34.0152194Z [ 2022-11-23T02:18:34.0152337Z T=std::vector> 2022-11-23T02:18:34.0152400Z ] 2022-11-23T02:18:34.0152731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0152797Z with 2022-11-23T02:18:34.0152859Z [ 2022-11-23T02:18:34.0152997Z T=std::vector> 2022-11-23T02:18:34.0153060Z ] 2022-11-23T02:18:34.0153429Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0153495Z with 2022-11-23T02:18:34.0153558Z [ 2022-11-23T02:18:34.0153741Z T=std::vector> 2022-11-23T02:18:34.0153803Z ] 2022-11-23T02:18:34.0154193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0154246Z with 2022-11-23T02:18:34.0154310Z [ 2022-11-23T02:18:34.0154446Z T=std::vector> 2022-11-23T02:18:34.0154509Z ] 2022-11-23T02:18:34.0154887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0155271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0155624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0155691Z with 2022-11-23T02:18:34.0155757Z [ 2022-11-23T02:18:34.0155895Z T=std::vector> 2022-11-23T02:18:34.0155959Z ] 2022-11-23T02:18:34.0156269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0156334Z with 2022-11-23T02:18:34.0156397Z [ 2022-11-23T02:18:34.0156567Z T=std::function 2022-11-23T02:18:34.0156633Z ] 2022-11-23T02:18:34.0156954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0157065Z with 2022-11-23T02:18:34.0157128Z [ 2022-11-23T02:18:34.0157284Z T=std::function 2022-11-23T02:18:34.0157348Z ] 2022-11-23T02:18:34.0157713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0157780Z with 2022-11-23T02:18:34.0157843Z [ 2022-11-23T02:18:34.0158007Z T=std::function 2022-11-23T02:18:34.0158073Z ] 2022-11-23T02:18:34.0158463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0158531Z with 2022-11-23T02:18:34.0158592Z [ 2022-11-23T02:18:34.0158757Z T=std::function 2022-11-23T02:18:34.0158820Z ] 2022-11-23T02:18:34.0159221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0159644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0160036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0160103Z with 2022-11-23T02:18:34.0160165Z [ 2022-11-23T02:18:34.0160329Z T=std::function 2022-11-23T02:18:34.0160391Z ] 2022-11-23T02:18:34.0160704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0160769Z with 2022-11-23T02:18:34.0160817Z [ 2022-11-23T02:18:34.0161011Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0161078Z ] 2022-11-23T02:18:34.0161403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0161470Z with 2022-11-23T02:18:34.0161538Z [ 2022-11-23T02:18:34.0161728Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0161790Z ] 2022-11-23T02:18:34.0162155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0162222Z with 2022-11-23T02:18:34.0162286Z [ 2022-11-23T02:18:34.0162478Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0162542Z ] 2022-11-23T02:18:34.0162939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0163005Z with 2022-11-23T02:18:34.0163113Z [ 2022-11-23T02:18:34.0163303Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0163353Z ] 2022-11-23T02:18:34.0163779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0164237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0164584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0164653Z with 2022-11-23T02:18:34.0164718Z [ 2022-11-23T02:18:34.0164908Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0164974Z ] 2022-11-23T02:18:34.0165284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0165350Z with 2022-11-23T02:18:34.0165413Z [ 2022-11-23T02:18:34.0165545Z T=std::vector> 2022-11-23T02:18:34.0165608Z ] 2022-11-23T02:18:34.0165942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0166105Z with 2022-11-23T02:18:34.0166195Z [ 2022-11-23T02:18:34.0166395Z T=std::vector> 2022-11-23T02:18:34.0166495Z ] 2022-11-23T02:18:34.0171317Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0171510Z with 2022-11-23T02:18:34.0171789Z [ 2022-11-23T02:18:34.0172070Z T=std::vector> 2022-11-23T02:18:34.0172167Z ] 2022-11-23T02:18:34.0172800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0172921Z with 2022-11-23T02:18:34.0173020Z [ 2022-11-23T02:18:34.0173232Z T=std::vector> 2022-11-23T02:18:34.0173345Z ] 2022-11-23T02:18:34.0173967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0174080Z with 2022-11-23T02:18:34.0174180Z [ 2022-11-23T02:18:34.0174298Z T=double 2022-11-23T02:18:34.0174397Z ] 2022-11-23T02:18:34.0175033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0175130Z with 2022-11-23T02:18:34.0175188Z [ 2022-11-23T02:18:34.0175265Z T=double 2022-11-23T02:18:34.0175329Z ] 2022-11-23T02:18:34.0175844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0175917Z with 2022-11-23T02:18:34.0175981Z [ 2022-11-23T02:18:34.0176117Z T=std::vector> 2022-11-23T02:18:34.0176183Z ] 2022-11-23T02:18:34.0176512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0176578Z with 2022-11-23T02:18:34.0176643Z [ 2022-11-23T02:18:34.0176760Z T=std::tuple 2022-11-23T02:18:34.0176826Z ] 2022-11-23T02:18:34.0177163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0177233Z with 2022-11-23T02:18:34.0177284Z [ 2022-11-23T02:18:34.0177399Z T=std::tuple 2022-11-23T02:18:34.0177462Z ] 2022-11-23T02:18:34.0177832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0177899Z with 2022-11-23T02:18:34.0177964Z [ 2022-11-23T02:18:34.0178082Z T=std::tuple 2022-11-23T02:18:34.0178145Z ] 2022-11-23T02:18:34.0178543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0178679Z with 2022-11-23T02:18:34.0178742Z [ 2022-11-23T02:18:34.0178861Z T=std::tuple 2022-11-23T02:18:34.0178923Z ] 2022-11-23T02:18:34.0179279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0179674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0180031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0180101Z with 2022-11-23T02:18:34.0180166Z [ 2022-11-23T02:18:34.0180266Z T=std::tuple 2022-11-23T02:18:34.0180334Z ] 2022-11-23T02:18:34.0180652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0180719Z with 2022-11-23T02:18:34.0180783Z [ 2022-11-23T02:18:34.0180924Z T=std::vector> 2022-11-23T02:18:34.0180987Z ] 2022-11-23T02:18:34.0181316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0181388Z with 2022-11-23T02:18:34.0181451Z [ 2022-11-23T02:18:34.0181589Z T=std::vector> 2022-11-23T02:18:34.0181652Z ] 2022-11-23T02:18:34.0182069Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0182140Z with 2022-11-23T02:18:34.0182309Z [ 2022-11-23T02:18:34.0182453Z T=std::vector> 2022-11-23T02:18:34.0182503Z ] 2022-11-23T02:18:34.0182893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0182961Z with 2022-11-23T02:18:34.0183026Z [ 2022-11-23T02:18:34.0183164Z T=std::vector> 2022-11-23T02:18:34.0183226Z ] 2022-11-23T02:18:34.0183600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0184013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0184362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0184433Z with 2022-11-23T02:18:34.0184553Z [ 2022-11-23T02:18:34.0184694Z T=std::vector> 2022-11-23T02:18:34.0184757Z ] 2022-11-23T02:18:34.0185249Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:is_python_module.pyd 2022-11-23T02:18:34.0185411Z Creating library is_python_module.lib and object is_python_module.exp 2022-11-23T02:18:34.0185534Z Loading extension module is_python_module... 2022-11-23T02:18:34.0185976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:18:34.0186059Z warnings.warn( 2022-11-23T02:18:34.0186494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:18:34.0186572Z warnings.warn( 2022-11-23T02:18:34.0187004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:18:34.0187081Z warnings.warn( 2022-11-23T02:18:34.0187506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:18:34.0187588Z warnings.warn( 2022-11-23T02:18:34.0187657Z ok (13.504s) 2022-11-23T02:18:34.0187789Z test_half_support (__main__.TestCppExtensionJIT) 2022-11-23T02:18:34.0188020Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.000s) 2022-11-23T02:18:34.0188234Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.002s) 2022-11-23T02:18:34.0188443Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.000s) 2022-11-23T02:18:34.0188801Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.0189064Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension... 2022-11-23T02:18:34.0189335Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension\build.ninja... 2022-11-23T02:18:34.0189466Z Building extension module inline_jit_extension... 2022-11-23T02:18:34.0189680Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.0190653Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension\main.cpp /Fomain.o 2022-11-23T02:18:34.0191315Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.0191480Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.0191494Z 2022-11-23T02:18:34.0191817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.0192147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0192218Z with 2022-11-23T02:18:34.0192286Z [ 2022-11-23T02:18:34.0192373Z T=c10::SymInt 2022-11-23T02:18:34.0192438Z ] 2022-11-23T02:18:34.0192777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0192846Z with 2022-11-23T02:18:34.0192909Z [ 2022-11-23T02:18:34.0192992Z T=c10::SymInt 2022-11-23T02:18:34.0193057Z ] 2022-11-23T02:18:34.0193437Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0193508Z with 2022-11-23T02:18:34.0193571Z [ 2022-11-23T02:18:34.0193638Z T=c10::SymInt 2022-11-23T02:18:34.0193705Z ] 2022-11-23T02:18:34.0194107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0194179Z with 2022-11-23T02:18:34.0194243Z [ 2022-11-23T02:18:34.0194322Z T=c10::SymInt 2022-11-23T02:18:34.0194392Z ] 2022-11-23T02:18:34.0194788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0195125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0195475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0195543Z with 2022-11-23T02:18:34.0195609Z [ 2022-11-23T02:18:34.0195692Z T=c10::SymInt 2022-11-23T02:18:34.0195754Z ] 2022-11-23T02:18:34.0196057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.0196375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0196441Z with 2022-11-23T02:18:34.0196507Z [ 2022-11-23T02:18:34.0196585Z T=at::TensorBase 2022-11-23T02:18:34.0196650Z ] 2022-11-23T02:18:34.0196975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0197043Z with 2022-11-23T02:18:34.0197154Z [ 2022-11-23T02:18:34.0197240Z T=at::TensorBase 2022-11-23T02:18:34.0197303Z ] 2022-11-23T02:18:34.0197679Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0197750Z with 2022-11-23T02:18:34.0197815Z [ 2022-11-23T02:18:34.0197905Z T=at::TensorBase 2022-11-23T02:18:34.0197969Z ] 2022-11-23T02:18:34.0198366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0198438Z with 2022-11-23T02:18:34.0198500Z [ 2022-11-23T02:18:34.0198572Z T=at::TensorBase 2022-11-23T02:18:34.0198637Z ] 2022-11-23T02:18:34.0198979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0199326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0199678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0199750Z with 2022-11-23T02:18:34.0199815Z [ 2022-11-23T02:18:34.0199902Z T=at::TensorBase 2022-11-23T02:18:34.0199968Z ] 2022-11-23T02:18:34.0200285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0200354Z with 2022-11-23T02:18:34.0200417Z [ 2022-11-23T02:18:34.0200500Z T=at::Tensor 2022-11-23T02:18:34.0200563Z ] 2022-11-23T02:18:34.0200945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0201012Z with 2022-11-23T02:18:34.0201075Z [ 2022-11-23T02:18:34.0201141Z T=at::Tensor 2022-11-23T02:18:34.0201205Z ] 2022-11-23T02:18:34.0201573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0201639Z with 2022-11-23T02:18:34.0201704Z [ 2022-11-23T02:18:34.0201787Z T=at::Tensor 2022-11-23T02:18:34.0201849Z ] 2022-11-23T02:18:34.0202251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0202319Z with 2022-11-23T02:18:34.0202381Z [ 2022-11-23T02:18:34.0202460Z T=at::Tensor 2022-11-23T02:18:34.0202523Z ] 2022-11-23T02:18:34.0202856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0203194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0203582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0203652Z with 2022-11-23T02:18:34.0203716Z [ 2022-11-23T02:18:34.0203783Z T=at::Tensor 2022-11-23T02:18:34.0203846Z ] 2022-11-23T02:18:34.0204157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0204222Z with 2022-11-23T02:18:34.0204287Z [ 2022-11-23T02:18:34.0204373Z T=at::Generator 2022-11-23T02:18:34.0204436Z ] 2022-11-23T02:18:34.0204758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0204829Z with 2022-11-23T02:18:34.0204891Z [ 2022-11-23T02:18:34.0204974Z T=at::Generator 2022-11-23T02:18:34.0205037Z ] 2022-11-23T02:18:34.0205408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0205475Z with 2022-11-23T02:18:34.0205538Z [ 2022-11-23T02:18:34.0205609Z T=at::Generator 2022-11-23T02:18:34.0205673Z ] 2022-11-23T02:18:34.0206066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0206134Z with 2022-11-23T02:18:34.0206196Z [ 2022-11-23T02:18:34.0206281Z T=at::Generator 2022-11-23T02:18:34.0206345Z ] 2022-11-23T02:18:34.0206726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0207061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0207407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0207473Z with 2022-11-23T02:18:34.0207536Z [ 2022-11-23T02:18:34.0207620Z T=at::Generator 2022-11-23T02:18:34.0207683Z ] 2022-11-23T02:18:34.0207998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0208067Z with 2022-11-23T02:18:34.0208129Z [ 2022-11-23T02:18:34.0208198Z T=c10::Scalar 2022-11-23T02:18:34.0208260Z ] 2022-11-23T02:18:34.0208581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0208651Z with 2022-11-23T02:18:34.0208714Z [ 2022-11-23T02:18:34.0208795Z T=c10::Scalar 2022-11-23T02:18:34.0208858Z ] 2022-11-23T02:18:34.0209223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0209335Z with 2022-11-23T02:18:34.0209397Z [ 2022-11-23T02:18:34.0209476Z T=c10::Scalar 2022-11-23T02:18:34.0209538Z ] 2022-11-23T02:18:34.0209939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0210004Z with 2022-11-23T02:18:34.0210067Z [ 2022-11-23T02:18:34.0210131Z T=c10::Scalar 2022-11-23T02:18:34.0210195Z ] 2022-11-23T02:18:34.0210522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0210854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0211209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0211280Z with 2022-11-23T02:18:34.0211342Z [ 2022-11-23T02:18:34.0211422Z T=c10::Scalar 2022-11-23T02:18:34.0211485Z ] 2022-11-23T02:18:34.0211799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0211865Z with 2022-11-23T02:18:34.0211928Z [ 2022-11-23T02:18:34.0212011Z T=std::string 2022-11-23T02:18:34.0212074Z ] 2022-11-23T02:18:34.0212398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0212469Z with 2022-11-23T02:18:34.0212533Z [ 2022-11-23T02:18:34.0212600Z T=std::string 2022-11-23T02:18:34.0212663Z ] 2022-11-23T02:18:34.0213086Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0213156Z with 2022-11-23T02:18:34.0213220Z [ 2022-11-23T02:18:34.0213300Z T=std::string 2022-11-23T02:18:34.0213362Z ] 2022-11-23T02:18:34.0213752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0213823Z with 2022-11-23T02:18:34.0213886Z [ 2022-11-23T02:18:34.0213966Z T=std::string 2022-11-23T02:18:34.0214030Z ] 2022-11-23T02:18:34.0214365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0214694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0215043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0215110Z with 2022-11-23T02:18:34.0215173Z [ 2022-11-23T02:18:34.0215239Z T=std::string 2022-11-23T02:18:34.0215351Z ] 2022-11-23T02:18:34.0215662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0215728Z with 2022-11-23T02:18:34.0215796Z [ 2022-11-23T02:18:34.0215891Z T=c10::QualifiedName 2022-11-23T02:18:34.0215954Z ] 2022-11-23T02:18:34.0216279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0216345Z with 2022-11-23T02:18:34.0216409Z [ 2022-11-23T02:18:34.0216502Z T=c10::QualifiedName 2022-11-23T02:18:34.0216564Z ] 2022-11-23T02:18:34.0216932Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0217002Z with 2022-11-23T02:18:34.0217068Z [ 2022-11-23T02:18:34.0217146Z T=c10::QualifiedName 2022-11-23T02:18:34.0217210Z ] 2022-11-23T02:18:34.0217602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0217671Z with 2022-11-23T02:18:34.0217734Z [ 2022-11-23T02:18:34.0217824Z T=c10::QualifiedName 2022-11-23T02:18:34.0217888Z ] 2022-11-23T02:18:34.0218223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0218572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0219311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0219392Z with 2022-11-23T02:18:34.0219457Z [ 2022-11-23T02:18:34.0219551Z T=c10::QualifiedName 2022-11-23T02:18:34.0219616Z ] 2022-11-23T02:18:34.0219929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0219995Z with 2022-11-23T02:18:34.0220058Z [ 2022-11-23T02:18:34.0220181Z T=std::shared_ptr 2022-11-23T02:18:34.0220249Z ] 2022-11-23T02:18:34.0220580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0220649Z with 2022-11-23T02:18:34.0220712Z [ 2022-11-23T02:18:34.0220848Z T=std::shared_ptr 2022-11-23T02:18:34.0220912Z ] 2022-11-23T02:18:34.0221279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0221347Z with 2022-11-23T02:18:34.0221410Z [ 2022-11-23T02:18:34.0221542Z T=std::shared_ptr 2022-11-23T02:18:34.0221606Z ] 2022-11-23T02:18:34.0222001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0222120Z with 2022-11-23T02:18:34.0222186Z [ 2022-11-23T02:18:34.0222428Z T=std::shared_ptr 2022-11-23T02:18:34.0222477Z ] 2022-11-23T02:18:34.0222849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0223213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0223562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0223634Z with 2022-11-23T02:18:34.0223699Z [ 2022-11-23T02:18:34.0223834Z T=std::shared_ptr 2022-11-23T02:18:34.0223901Z ] 2022-11-23T02:18:34.0224217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0224283Z with 2022-11-23T02:18:34.0224347Z [ 2022-11-23T02:18:34.0224480Z T=std::weak_ptr 2022-11-23T02:18:34.0224544Z ] 2022-11-23T02:18:34.0224873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0224944Z with 2022-11-23T02:18:34.0225007Z [ 2022-11-23T02:18:34.0225137Z T=std::weak_ptr 2022-11-23T02:18:34.0225199Z ] 2022-11-23T02:18:34.0225610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0225665Z with 2022-11-23T02:18:34.0225728Z [ 2022-11-23T02:18:34.0225859Z T=std::weak_ptr 2022-11-23T02:18:34.0225922Z ] 2022-11-23T02:18:34.0226313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0226383Z with 2022-11-23T02:18:34.0226445Z [ 2022-11-23T02:18:34.0226573Z T=std::weak_ptr 2022-11-23T02:18:34.0226635Z ] 2022-11-23T02:18:34.0227013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0227376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0227720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0227788Z with 2022-11-23T02:18:34.0227895Z [ 2022-11-23T02:18:34.0228026Z T=std::weak_ptr 2022-11-23T02:18:34.0228092Z ] 2022-11-23T02:18:34.0228405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0228472Z with 2022-11-23T02:18:34.0228521Z [ 2022-11-23T02:18:34.0228682Z T=std::vector> 2022-11-23T02:18:34.0228747Z ] 2022-11-23T02:18:34.0229069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0229135Z with 2022-11-23T02:18:34.0229198Z [ 2022-11-23T02:18:34.0229355Z T=std::vector> 2022-11-23T02:18:34.0229422Z ] 2022-11-23T02:18:34.0229785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0229853Z with 2022-11-23T02:18:34.0229917Z [ 2022-11-23T02:18:34.0230077Z T=std::vector> 2022-11-23T02:18:34.0230140Z ] 2022-11-23T02:18:34.0230537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0230604Z with 2022-11-23T02:18:34.0230666Z [ 2022-11-23T02:18:34.0230820Z T=std::vector> 2022-11-23T02:18:34.0230872Z ] 2022-11-23T02:18:34.0231260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0231695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0232051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0232121Z with 2022-11-23T02:18:34.0232185Z [ 2022-11-23T02:18:34.0232343Z T=std::vector> 2022-11-23T02:18:34.0232409Z ] 2022-11-23T02:18:34.0232724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0232790Z with 2022-11-23T02:18:34.0232860Z [ 2022-11-23T02:18:34.0232982Z T=std::vector> 2022-11-23T02:18:34.0233045Z ] 2022-11-23T02:18:34.0233373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0233439Z with 2022-11-23T02:18:34.0233501Z [ 2022-11-23T02:18:34.0233621Z T=std::vector> 2022-11-23T02:18:34.0233684Z ] 2022-11-23T02:18:34.0234051Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0234154Z with 2022-11-23T02:18:34.0234218Z [ 2022-11-23T02:18:34.0234340Z T=std::vector> 2022-11-23T02:18:34.0234405Z ] 2022-11-23T02:18:34.0234791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0234859Z with 2022-11-23T02:18:34.0234926Z [ 2022-11-23T02:18:34.0235050Z T=std::vector> 2022-11-23T02:18:34.0235113Z ] 2022-11-23T02:18:34.0235466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0235824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0236173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0236240Z with 2022-11-23T02:18:34.0236302Z [ 2022-11-23T02:18:34.0236425Z T=std::vector> 2022-11-23T02:18:34.0236490Z ] 2022-11-23T02:18:34.0236802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0236868Z with 2022-11-23T02:18:34.0236919Z [ 2022-11-23T02:18:34.0237092Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0237155Z ] 2022-11-23T02:18:34.0237526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0237595Z with 2022-11-23T02:18:34.0237658Z [ 2022-11-23T02:18:34.0237830Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0237891Z ] 2022-11-23T02:18:34.0238264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0238331Z with 2022-11-23T02:18:34.0238396Z [ 2022-11-23T02:18:34.0238566Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0238632Z ] 2022-11-23T02:18:34.0239029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0239097Z with 2022-11-23T02:18:34.0239160Z [ 2022-11-23T02:18:34.0239325Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0239390Z ] 2022-11-23T02:18:34.0239782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0240230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0240565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0240910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0240977Z with 2022-11-23T02:18:34.0241028Z [ 2022-11-23T02:18:34.0241198Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0241261Z ] 2022-11-23T02:18:34.0241572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0241638Z with 2022-11-23T02:18:34.0241704Z [ 2022-11-23T02:18:34.0241870Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0241934Z ] 2022-11-23T02:18:34.0242259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0242325Z with 2022-11-23T02:18:34.0242387Z [ 2022-11-23T02:18:34.0242550Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0242613Z ] 2022-11-23T02:18:34.0242983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0243051Z with 2022-11-23T02:18:34.0243113Z [ 2022-11-23T02:18:34.0243327Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0243378Z ] 2022-11-23T02:18:34.0243774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0243840Z with 2022-11-23T02:18:34.0243903Z [ 2022-11-23T02:18:34.0244064Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0244130Z ] 2022-11-23T02:18:34.0244524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0244917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0245243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0245590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0245657Z with 2022-11-23T02:18:34.0245767Z [ 2022-11-23T02:18:34.0245928Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0245991Z ] 2022-11-23T02:18:34.0246308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0246375Z with 2022-11-23T02:18:34.0246438Z [ 2022-11-23T02:18:34.0246568Z T=std::vector> 2022-11-23T02:18:34.0246632Z ] 2022-11-23T02:18:34.0246956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0247021Z with 2022-11-23T02:18:34.0247070Z [ 2022-11-23T02:18:34.0247199Z T=std::vector> 2022-11-23T02:18:34.0247266Z ] 2022-11-23T02:18:34.0247633Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0247702Z with 2022-11-23T02:18:34.0247765Z [ 2022-11-23T02:18:34.0247893Z T=std::vector> 2022-11-23T02:18:34.0247957Z ] 2022-11-23T02:18:34.0248350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0248415Z with 2022-11-23T02:18:34.0248479Z [ 2022-11-23T02:18:34.0248603Z T=std::vector> 2022-11-23T02:18:34.0248665Z ] 2022-11-23T02:18:34.0249031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0249537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0249889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0249956Z with 2022-11-23T02:18:34.0250020Z [ 2022-11-23T02:18:34.0250179Z T=std::vector> 2022-11-23T02:18:34.0250245Z ] 2022-11-23T02:18:34.0250558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0250630Z with 2022-11-23T02:18:34.0250694Z [ 2022-11-23T02:18:34.0250856Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0250923Z ] 2022-11-23T02:18:34.0251250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0251316Z with 2022-11-23T02:18:34.0251378Z [ 2022-11-23T02:18:34.0251535Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0251597Z ] 2022-11-23T02:18:34.0251965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0252084Z with 2022-11-23T02:18:34.0252148Z [ 2022-11-23T02:18:34.0252302Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0252351Z ] 2022-11-23T02:18:34.0252753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0252820Z with 2022-11-23T02:18:34.0252885Z [ 2022-11-23T02:18:34.0253038Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0253102Z ] 2022-11-23T02:18:34.0253495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0253910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0254304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.0254649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0254720Z with 2022-11-23T02:18:34.0254786Z [ 2022-11-23T02:18:34.0254939Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0255006Z ] 2022-11-23T02:18:34.0255311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0255427Z with 2022-11-23T02:18:34.0255492Z [ 2022-11-23T02:18:34.0255645Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0255709Z ] 2022-11-23T02:18:34.0256034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0256100Z with 2022-11-23T02:18:34.0256148Z [ 2022-11-23T02:18:34.0256299Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0256361Z ] 2022-11-23T02:18:34.0256727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0256796Z with 2022-11-23T02:18:34.0256860Z [ 2022-11-23T02:18:34.0257018Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0257081Z ] 2022-11-23T02:18:34.0257474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0257540Z with 2022-11-23T02:18:34.0257603Z [ 2022-11-23T02:18:34.0257760Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0257822Z ] 2022-11-23T02:18:34.0258210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0258663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0259054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.0259399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0259468Z with 2022-11-23T02:18:34.0259535Z [ 2022-11-23T02:18:34.0259690Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0259753Z ] 2022-11-23T02:18:34.0260067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0260121Z with 2022-11-23T02:18:34.0260185Z [ 2022-11-23T02:18:34.0260294Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0260358Z ] 2022-11-23T02:18:34.0260684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0260751Z with 2022-11-23T02:18:34.0260814Z [ 2022-11-23T02:18:34.0260920Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0260984Z ] 2022-11-23T02:18:34.0261356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0261472Z with 2022-11-23T02:18:34.0261536Z [ 2022-11-23T02:18:34.0261644Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0261707Z ] 2022-11-23T02:18:34.0262098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0262166Z with 2022-11-23T02:18:34.0262304Z [ 2022-11-23T02:18:34.0262415Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0262478Z ] 2022-11-23T02:18:34.0262833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0263177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0263242Z with 2022-11-23T02:18:34.0263305Z [ 2022-11-23T02:18:34.0263412Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0263474Z ] 2022-11-23T02:18:34.0263860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.0264208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0264329Z with 2022-11-23T02:18:34.0264392Z [ 2022-11-23T02:18:34.0264499Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0264561Z ] 2022-11-23T02:18:34.0264876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0264942Z with 2022-11-23T02:18:34.0264990Z [ 2022-11-23T02:18:34.0265186Z T=std::vector> 2022-11-23T02:18:34.0265250Z ] 2022-11-23T02:18:34.0265575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0265641Z with 2022-11-23T02:18:34.0265707Z [ 2022-11-23T02:18:34.0265903Z T=std::vector> 2022-11-23T02:18:34.0265967Z ] 2022-11-23T02:18:34.0266342Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0266409Z with 2022-11-23T02:18:34.0266471Z [ 2022-11-23T02:18:34.0266663Z T=std::vector> 2022-11-23T02:18:34.0266726Z ] 2022-11-23T02:18:34.0267119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0267186Z with 2022-11-23T02:18:34.0267252Z [ 2022-11-23T02:18:34.0267443Z T=std::vector> 2022-11-23T02:18:34.0267505Z ] 2022-11-23T02:18:34.0267977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0268406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0268754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0268824Z with 2022-11-23T02:18:34.0268874Z [ 2022-11-23T02:18:34.0269068Z T=std::vector> 2022-11-23T02:18:34.0269131Z ] 2022-11-23T02:18:34.0269442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0269507Z with 2022-11-23T02:18:34.0269569Z [ 2022-11-23T02:18:34.0269670Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0269733Z ] 2022-11-23T02:18:34.0270061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0270180Z with 2022-11-23T02:18:34.0270243Z [ 2022-11-23T02:18:34.0270344Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0270407Z ] 2022-11-23T02:18:34.0270773Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0270840Z with 2022-11-23T02:18:34.0270903Z [ 2022-11-23T02:18:34.0270988Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0271052Z ] 2022-11-23T02:18:34.0271443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0271510Z with 2022-11-23T02:18:34.0271573Z [ 2022-11-23T02:18:34.0271676Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0271738Z ] 2022-11-23T02:18:34.0272089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0272443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0272787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0272854Z with 2022-11-23T02:18:34.0272917Z [ 2022-11-23T02:18:34.0273016Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0273081Z ] 2022-11-23T02:18:34.0273394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0273462Z with 2022-11-23T02:18:34.0273569Z [ 2022-11-23T02:18:34.0273640Z T=c10::IValue 2022-11-23T02:18:34.0273703Z ] 2022-11-23T02:18:34.0274029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0274098Z with 2022-11-23T02:18:34.0274162Z [ 2022-11-23T02:18:34.0274241Z T=c10::IValue 2022-11-23T02:18:34.0274304Z ] 2022-11-23T02:18:34.0274670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0274739Z with 2022-11-23T02:18:34.0274801Z [ 2022-11-23T02:18:34.0274882Z T=c10::IValue 2022-11-23T02:18:34.0274946Z ] 2022-11-23T02:18:34.0275338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0275405Z with 2022-11-23T02:18:34.0275467Z [ 2022-11-23T02:18:34.0275533Z T=c10::IValue 2022-11-23T02:18:34.0275597Z ] 2022-11-23T02:18:34.0275927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0276258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0276652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0276720Z with 2022-11-23T02:18:34.0276783Z [ 2022-11-23T02:18:34.0276864Z T=c10::IValue 2022-11-23T02:18:34.0276927Z ] 2022-11-23T02:18:34.0277239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0277305Z with 2022-11-23T02:18:34.0277368Z [ 2022-11-23T02:18:34.0277452Z T=c10::AliasInfo 2022-11-23T02:18:34.0277515Z ] 2022-11-23T02:18:34.0277834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0277902Z with 2022-11-23T02:18:34.0277965Z [ 2022-11-23T02:18:34.0278038Z T=c10::AliasInfo 2022-11-23T02:18:34.0278102Z ] 2022-11-23T02:18:34.0278469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0278535Z with 2022-11-23T02:18:34.0278603Z [ 2022-11-23T02:18:34.0278685Z T=c10::AliasInfo 2022-11-23T02:18:34.0278747Z ] 2022-11-23T02:18:34.0279134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0279202Z with 2022-11-23T02:18:34.0279265Z [ 2022-11-23T02:18:34.0279348Z T=c10::AliasInfo 2022-11-23T02:18:34.0279412Z ] 2022-11-23T02:18:34.0279791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0280131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0280476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0280543Z with 2022-11-23T02:18:34.0280609Z [ 2022-11-23T02:18:34.0280681Z T=c10::AliasInfo 2022-11-23T02:18:34.0280744Z ] 2022-11-23T02:18:34.0281057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0281126Z with 2022-11-23T02:18:34.0281189Z [ 2022-11-23T02:18:34.0281327Z T=std::vector> 2022-11-23T02:18:34.0281392Z ] 2022-11-23T02:18:34.0281717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0281783Z with 2022-11-23T02:18:34.0281846Z [ 2022-11-23T02:18:34.0281980Z T=std::vector> 2022-11-23T02:18:34.0282043Z ] 2022-11-23T02:18:34.0282459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0282524Z with 2022-11-23T02:18:34.0282591Z [ 2022-11-23T02:18:34.0282728Z T=std::vector> 2022-11-23T02:18:34.0282777Z ] 2022-11-23T02:18:34.0283167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0283234Z with 2022-11-23T02:18:34.0283296Z [ 2022-11-23T02:18:34.0283430Z T=std::vector> 2022-11-23T02:18:34.0283496Z ] 2022-11-23T02:18:34.0283851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0283925Z with 2022-11-23T02:18:34.0283990Z [ 2022-11-23T02:18:34.0284073Z T=c10::SymInt 2022-11-23T02:18:34.0284137Z ] 2022-11-23T02:18:34.0284480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0284546Z with 2022-11-23T02:18:34.0284607Z [ 2022-11-23T02:18:34.0284688Z T=c10::SymInt 2022-11-23T02:18:34.0284752Z ] 2022-11-23T02:18:34.0285115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.0285611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.0285957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0286012Z with 2022-11-23T02:18:34.0286075Z [ 2022-11-23T02:18:34.0286213Z T=std::vector> 2022-11-23T02:18:34.0286276Z ] 2022-11-23T02:18:34.0286584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0286660Z with 2022-11-23T02:18:34.0286723Z [ 2022-11-23T02:18:34.0286869Z T=c10::either 2022-11-23T02:18:34.0286936Z ] 2022-11-23T02:18:34.0287267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0287334Z with 2022-11-23T02:18:34.0287398Z [ 2022-11-23T02:18:34.0287539Z T=c10::either 2022-11-23T02:18:34.0287602Z ] 2022-11-23T02:18:34.0287965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0288031Z with 2022-11-23T02:18:34.0288548Z [ 2022-11-23T02:18:34.0288692Z T=c10::either 2022-11-23T02:18:34.0288755Z ] 2022-11-23T02:18:34.0289150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0289217Z with 2022-11-23T02:18:34.0289281Z [ 2022-11-23T02:18:34.0289424Z T=c10::either 2022-11-23T02:18:34.0289485Z ] 2022-11-23T02:18:34.0289863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0290275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0290627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0290697Z with 2022-11-23T02:18:34.0290759Z [ 2022-11-23T02:18:34.0290902Z T=c10::either 2022-11-23T02:18:34.0290965Z ] 2022-11-23T02:18:34.0291274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0291338Z with 2022-11-23T02:18:34.0291400Z [ 2022-11-23T02:18:34.0291494Z T=at::StepCallbacks 2022-11-23T02:18:34.0291545Z ] 2022-11-23T02:18:34.0291870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0291936Z with 2022-11-23T02:18:34.0292057Z [ 2022-11-23T02:18:34.0292153Z T=at::StepCallbacks 2022-11-23T02:18:34.0292216Z ] 2022-11-23T02:18:34.0292588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0292654Z with 2022-11-23T02:18:34.0292716Z [ 2022-11-23T02:18:34.0292805Z T=at::StepCallbacks 2022-11-23T02:18:34.0292867Z ] 2022-11-23T02:18:34.0293262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0293331Z with 2022-11-23T02:18:34.0293393Z [ 2022-11-23T02:18:34.0293483Z T=at::StepCallbacks 2022-11-23T02:18:34.0293533Z ] 2022-11-23T02:18:34.0293875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0294227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0294567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0294679Z with 2022-11-23T02:18:34.0294743Z [ 2022-11-23T02:18:34.0294836Z T=at::StepCallbacks 2022-11-23T02:18:34.0294899Z ] 2022-11-23T02:18:34.0295210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0295277Z with 2022-11-23T02:18:34.0295339Z [ 2022-11-23T02:18:34.0295424Z T=c10::DimVector 2022-11-23T02:18:34.0295486Z ] 2022-11-23T02:18:34.0295809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0295874Z with 2022-11-23T02:18:34.0295936Z [ 2022-11-23T02:18:34.0296020Z T=c10::DimVector 2022-11-23T02:18:34.0296068Z ] 2022-11-23T02:18:34.0296439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0296508Z with 2022-11-23T02:18:34.0296570Z [ 2022-11-23T02:18:34.0296654Z T=c10::DimVector 2022-11-23T02:18:34.0296716Z ] 2022-11-23T02:18:34.0297106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0297176Z with 2022-11-23T02:18:34.0297239Z [ 2022-11-23T02:18:34.0297320Z T=c10::DimVector 2022-11-23T02:18:34.0297382Z ] 2022-11-23T02:18:34.0297716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0298100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0298444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0298511Z with 2022-11-23T02:18:34.0298573Z [ 2022-11-23T02:18:34.0298655Z T=c10::DimVector 2022-11-23T02:18:34.0298705Z ] 2022-11-23T02:18:34.0299015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0299085Z with 2022-11-23T02:18:34.0299147Z [ 2022-11-23T02:18:34.0299254Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0299321Z ] 2022-11-23T02:18:34.0299648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0299715Z with 2022-11-23T02:18:34.0299778Z [ 2022-11-23T02:18:34.0299884Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0299946Z ] 2022-11-23T02:18:34.0300314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0300382Z with 2022-11-23T02:18:34.0300444Z [ 2022-11-23T02:18:34.0300549Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0300643Z ] 2022-11-23T02:18:34.0301037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0301104Z with 2022-11-23T02:18:34.0301166Z [ 2022-11-23T02:18:34.0301266Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0301330Z ] 2022-11-23T02:18:34.0301681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0302053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0302504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0302574Z with 2022-11-23T02:18:34.0302639Z [ 2022-11-23T02:18:34.0302746Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0302810Z ] 2022-11-23T02:18:34.0303121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0303186Z with 2022-11-23T02:18:34.0303254Z [ 2022-11-23T02:18:34.0303400Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0303465Z ] 2022-11-23T02:18:34.0303774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0303842Z with 2022-11-23T02:18:34.0303905Z [ 2022-11-23T02:18:34.0304048Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0304112Z ] 2022-11-23T02:18:34.0304534Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0304605Z with 2022-11-23T02:18:34.0304669Z [ 2022-11-23T02:18:34.0304814Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0304877Z ] 2022-11-23T02:18:34.0305266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0305334Z with 2022-11-23T02:18:34.0305395Z [ 2022-11-23T02:18:34.0305537Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0305599Z ] 2022-11-23T02:18:34.0305987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0306392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0306736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0306853Z with 2022-11-23T02:18:34.0306915Z [ 2022-11-23T02:18:34.0307045Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0307108Z ] 2022-11-23T02:18:34.0307420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0307488Z with 2022-11-23T02:18:34.0307551Z [ 2022-11-23T02:18:34.0307671Z T=std::tuple 2022-11-23T02:18:34.0307735Z ] 2022-11-23T02:18:34.0308067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0308133Z with 2022-11-23T02:18:34.0308195Z [ 2022-11-23T02:18:34.0308313Z T=std::tuple 2022-11-23T02:18:34.0308379Z ] 2022-11-23T02:18:34.0308748Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0308814Z with 2022-11-23T02:18:34.0308876Z [ 2022-11-23T02:18:34.0308981Z T=std::tuple 2022-11-23T02:18:34.0309044Z ] 2022-11-23T02:18:34.0309434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0309501Z with 2022-11-23T02:18:34.0309564Z [ 2022-11-23T02:18:34.0309682Z T=std::tuple 2022-11-23T02:18:34.0309745Z ] 2022-11-23T02:18:34.0310107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0310527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0310871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0310938Z with 2022-11-23T02:18:34.0311002Z [ 2022-11-23T02:18:34.0311121Z T=std::tuple 2022-11-23T02:18:34.0311186Z ] 2022-11-23T02:18:34.0311499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0311568Z with 2022-11-23T02:18:34.0311630Z [ 2022-11-23T02:18:34.0311730Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0311780Z ] 2022-11-23T02:18:34.0312106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0312172Z with 2022-11-23T02:18:34.0312234Z [ 2022-11-23T02:18:34.0312333Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0312396Z ] 2022-11-23T02:18:34.0312763Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0312875Z with 2022-11-23T02:18:34.0312937Z [ 2022-11-23T02:18:34.0313034Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0313097Z ] 2022-11-23T02:18:34.0313491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0313557Z with 2022-11-23T02:18:34.0313620Z [ 2022-11-23T02:18:34.0313717Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0313779Z ] 2022-11-23T02:18:34.0314112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0314477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0314827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0314893Z with 2022-11-23T02:18:34.0314956Z [ 2022-11-23T02:18:34.0315053Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0315119Z ] 2022-11-23T02:18:34.0315429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0315494Z with 2022-11-23T02:18:34.0315558Z [ 2022-11-23T02:18:34.0315677Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0315739Z ] 2022-11-23T02:18:34.0316066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0316133Z with 2022-11-23T02:18:34.0316194Z [ 2022-11-23T02:18:34.0316700Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0316769Z ] 2022-11-23T02:18:34.0317139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0317191Z with 2022-11-23T02:18:34.0317253Z [ 2022-11-23T02:18:34.0317372Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0317435Z ] 2022-11-23T02:18:34.0317827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0317897Z with 2022-11-23T02:18:34.0317959Z [ 2022-11-23T02:18:34.0318075Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0318139Z ] 2022-11-23T02:18:34.0318503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0318869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0319213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0319331Z with 2022-11-23T02:18:34.0319396Z [ 2022-11-23T02:18:34.0319515Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0319579Z ] 2022-11-23T02:18:34.0319887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0319954Z with 2022-11-23T02:18:34.0320003Z [ 2022-11-23T02:18:34.0320117Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0320180Z ] 2022-11-23T02:18:34.0320501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0320570Z with 2022-11-23T02:18:34.0320633Z [ 2022-11-23T02:18:34.0320750Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0320813Z ] 2022-11-23T02:18:34.0321174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0321240Z with 2022-11-23T02:18:34.0321303Z [ 2022-11-23T02:18:34.0321415Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0321478Z ] 2022-11-23T02:18:34.0321865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0321931Z with 2022-11-23T02:18:34.0321980Z [ 2022-11-23T02:18:34.0322091Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0322153Z ] 2022-11-23T02:18:34.0322510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0323142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0323496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0323563Z with 2022-11-23T02:18:34.0323627Z [ 2022-11-23T02:18:34.0323741Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0323805Z ] 2022-11-23T02:18:34.0324115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0324183Z with 2022-11-23T02:18:34.0324246Z [ 2022-11-23T02:18:34.0324341Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0324406Z ] 2022-11-23T02:18:34.0324732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0324798Z with 2022-11-23T02:18:34.0324860Z [ 2022-11-23T02:18:34.0324940Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0325006Z ] 2022-11-23T02:18:34.0325376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0325498Z with 2022-11-23T02:18:34.0325560Z [ 2022-11-23T02:18:34.0325654Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0325717Z ] 2022-11-23T02:18:34.0326110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0326176Z with 2022-11-23T02:18:34.0326238Z [ 2022-11-23T02:18:34.0326330Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0326391Z ] 2022-11-23T02:18:34.0326736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0327084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0327426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0327492Z with 2022-11-23T02:18:34.0327555Z [ 2022-11-23T02:18:34.0327633Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0327695Z ] 2022-11-23T02:18:34.0328005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0328071Z with 2022-11-23T02:18:34.0328133Z [ 2022-11-23T02:18:34.0328229Z T=at::ThreadLocalState 2022-11-23T02:18:34.0328291Z ] 2022-11-23T02:18:34.0328620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0328689Z with 2022-11-23T02:18:34.0328751Z [ 2022-11-23T02:18:34.0328846Z T=at::ThreadLocalState 2022-11-23T02:18:34.0329159Z ] 2022-11-23T02:18:34.0329530Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0329596Z with 2022-11-23T02:18:34.0329658Z [ 2022-11-23T02:18:34.0329739Z T=at::ThreadLocalState 2022-11-23T02:18:34.0329801Z ] 2022-11-23T02:18:34.0330190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0330258Z with 2022-11-23T02:18:34.0330320Z [ 2022-11-23T02:18:34.0330418Z T=at::ThreadLocalState 2022-11-23T02:18:34.0330480Z ] 2022-11-23T02:18:34.0330831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0331195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0331544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0331615Z with 2022-11-23T02:18:34.0331731Z [ 2022-11-23T02:18:34.0331830Z T=at::ThreadLocalState 2022-11-23T02:18:34.0331893Z ] 2022-11-23T02:18:34.0332204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0332270Z with 2022-11-23T02:18:34.0332333Z [ 2022-11-23T02:18:34.0332451Z T=std::shared_ptr 2022-11-23T02:18:34.0332501Z ] 2022-11-23T02:18:34.0332824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0332891Z with 2022-11-23T02:18:34.0332953Z [ 2022-11-23T02:18:34.0333070Z T=std::shared_ptr 2022-11-23T02:18:34.0333132Z ] 2022-11-23T02:18:34.0333506Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0333572Z with 2022-11-23T02:18:34.0333636Z [ 2022-11-23T02:18:34.0333752Z T=std::shared_ptr 2022-11-23T02:18:34.0333813Z ] 2022-11-23T02:18:34.0334201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0334267Z with 2022-11-23T02:18:34.0334329Z [ 2022-11-23T02:18:34.0334444Z T=std::shared_ptr 2022-11-23T02:18:34.0334507Z ] 2022-11-23T02:18:34.0334844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0335440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0335841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.0336185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0336239Z with 2022-11-23T02:18:34.0336302Z [ 2022-11-23T02:18:34.0336421Z T=std::shared_ptr 2022-11-23T02:18:34.0336483Z ] 2022-11-23T02:18:34.0336796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0336865Z with 2022-11-23T02:18:34.0336931Z [ 2022-11-23T02:18:34.0337033Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0337096Z ] 2022-11-23T02:18:34.0337425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0337493Z with 2022-11-23T02:18:34.0337555Z [ 2022-11-23T02:18:34.0337656Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0337719Z ] 2022-11-23T02:18:34.0338082Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0338199Z with 2022-11-23T02:18:34.0338248Z [ 2022-11-23T02:18:34.0338350Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0338412Z ] 2022-11-23T02:18:34.0338802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0338871Z with 2022-11-23T02:18:34.0338934Z [ 2022-11-23T02:18:34.0339032Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0339094Z ] 2022-11-23T02:18:34.0339445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0339784Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0340156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.0340502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0340569Z with 2022-11-23T02:18:34.0340633Z [ 2022-11-23T02:18:34.0340734Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0340799Z ] 2022-11-23T02:18:34.0341106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0341172Z with 2022-11-23T02:18:34.0341457Z [ 2022-11-23T02:18:34.0341555Z T=torch::jit::Method 2022-11-23T02:18:34.0341619Z ] 2022-11-23T02:18:34.0341947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0342014Z with 2022-11-23T02:18:34.0342077Z [ 2022-11-23T02:18:34.0342166Z T=torch::jit::Method 2022-11-23T02:18:34.0342328Z ] 2022-11-23T02:18:34.0342701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0342770Z with 2022-11-23T02:18:34.0342835Z [ 2022-11-23T02:18:34.0342923Z T=torch::jit::Method 2022-11-23T02:18:34.0342985Z ] 2022-11-23T02:18:34.0343373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0343440Z with 2022-11-23T02:18:34.0343502Z [ 2022-11-23T02:18:34.0343577Z T=torch::jit::Method 2022-11-23T02:18:34.0343639Z ] 2022-11-23T02:18:34.0343978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0344323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0344736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0344806Z with 2022-11-23T02:18:34.0344870Z [ 2022-11-23T02:18:34.0344962Z T=torch::jit::Method 2022-11-23T02:18:34.0345024Z ] 2022-11-23T02:18:34.0345331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0345396Z with 2022-11-23T02:18:34.0345459Z [ 2022-11-23T02:18:34.0345599Z T=std::vector> 2022-11-23T02:18:34.0345664Z ] 2022-11-23T02:18:34.0345991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0346057Z with 2022-11-23T02:18:34.0346123Z [ 2022-11-23T02:18:34.0346249Z T=std::vector> 2022-11-23T02:18:34.0346312Z ] 2022-11-23T02:18:34.0346676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0346744Z with 2022-11-23T02:18:34.0346806Z [ 2022-11-23T02:18:34.0346944Z T=std::vector> 2022-11-23T02:18:34.0347007Z ] 2022-11-23T02:18:34.0347397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0347466Z with 2022-11-23T02:18:34.0347774Z [ 2022-11-23T02:18:34.0347921Z T=std::vector> 2022-11-23T02:18:34.0347985Z ] 2022-11-23T02:18:34.0348365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0348741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0349086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0349153Z with 2022-11-23T02:18:34.0349216Z [ 2022-11-23T02:18:34.0349357Z T=std::vector> 2022-11-23T02:18:34.0349420Z ] 2022-11-23T02:18:34.0349712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0349779Z with 2022-11-23T02:18:34.0349841Z [ 2022-11-23T02:18:34.0350009Z T=std::function 2022-11-23T02:18:34.0350074Z ] 2022-11-23T02:18:34.0350399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0350513Z with 2022-11-23T02:18:34.0350575Z [ 2022-11-23T02:18:34.0350744Z T=std::function 2022-11-23T02:18:34.0350808Z ] 2022-11-23T02:18:34.0351169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0351314Z with 2022-11-23T02:18:34.0351379Z [ 2022-11-23T02:18:34.0351547Z T=std::function 2022-11-23T02:18:34.0351609Z ] 2022-11-23T02:18:34.0351999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0352068Z with 2022-11-23T02:18:34.0352131Z [ 2022-11-23T02:18:34.0352288Z T=std::function 2022-11-23T02:18:34.0352393Z ] 2022-11-23T02:18:34.0352803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0353225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0353573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0353643Z with 2022-11-23T02:18:34.0353707Z [ 2022-11-23T02:18:34.0354147Z T=std::function 2022-11-23T02:18:34.0354221Z ] 2022-11-23T02:18:34.0354535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0354602Z with 2022-11-23T02:18:34.0354665Z [ 2022-11-23T02:18:34.0354859Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0354923Z ] 2022-11-23T02:18:34.0355252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0355321Z with 2022-11-23T02:18:34.0355384Z [ 2022-11-23T02:18:34.0355573Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0355638Z ] 2022-11-23T02:18:34.0356002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0356054Z with 2022-11-23T02:18:34.0356116Z [ 2022-11-23T02:18:34.0356309Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0356371Z ] 2022-11-23T02:18:34.0356763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0356882Z with 2022-11-23T02:18:34.0356946Z [ 2022-11-23T02:18:34.0357135Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0357201Z ] 2022-11-23T02:18:34.0357627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0358133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0358481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0358550Z with 2022-11-23T02:18:34.0358613Z [ 2022-11-23T02:18:34.0358850Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0358915Z ] 2022-11-23T02:18:34.0359223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0359288Z with 2022-11-23T02:18:34.0359350Z [ 2022-11-23T02:18:34.0359481Z T=std::vector> 2022-11-23T02:18:34.0359530Z ] 2022-11-23T02:18:34.0359852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0359923Z with 2022-11-23T02:18:34.0359987Z [ 2022-11-23T02:18:34.0360113Z T=std::vector> 2022-11-23T02:18:34.0360174Z ] 2022-11-23T02:18:34.0360805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0360877Z with 2022-11-23T02:18:34.0360941Z [ 2022-11-23T02:18:34.0361070Z T=std::vector> 2022-11-23T02:18:34.0361133Z ] 2022-11-23T02:18:34.0361527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0361594Z with 2022-11-23T02:18:34.0361660Z [ 2022-11-23T02:18:34.0361789Z T=std::vector> 2022-11-23T02:18:34.0361851Z ] 2022-11-23T02:18:34.0362194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0362261Z with 2022-11-23T02:18:34.0362322Z [ 2022-11-23T02:18:34.0362394Z T=double 2022-11-23T02:18:34.0362458Z ] 2022-11-23T02:18:34.0362855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0362922Z with 2022-11-23T02:18:34.0362985Z [ 2022-11-23T02:18:34.0363057Z T=double 2022-11-23T02:18:34.0363167Z ] 2022-11-23T02:18:34.0363506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0363575Z with 2022-11-23T02:18:34.0363637Z [ 2022-11-23T02:18:34.0363766Z T=std::vector> 2022-11-23T02:18:34.0363829Z ] 2022-11-23T02:18:34.0364126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0364192Z with 2022-11-23T02:18:34.0364255Z [ 2022-11-23T02:18:34.0364370Z T=std::tuple 2022-11-23T02:18:34.0364483Z ] 2022-11-23T02:18:34.0364815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0364883Z with 2022-11-23T02:18:34.0364947Z [ 2022-11-23T02:18:34.0365059Z T=std::tuple 2022-11-23T02:18:34.0365121Z ] 2022-11-23T02:18:34.0365535Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0365602Z with 2022-11-23T02:18:34.0365664Z [ 2022-11-23T02:18:34.0365778Z T=std::tuple 2022-11-23T02:18:34.0365839Z ] 2022-11-23T02:18:34.0366228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0366282Z with 2022-11-23T02:18:34.0366344Z [ 2022-11-23T02:18:34.0366456Z T=std::tuple 2022-11-23T02:18:34.0366518Z ] 2022-11-23T02:18:34.0367140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0367538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0367888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0367960Z with 2022-11-23T02:18:34.0368024Z [ 2022-11-23T02:18:34.0368138Z T=std::tuple 2022-11-23T02:18:34.0368202Z ] 2022-11-23T02:18:34.0368511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0368578Z with 2022-11-23T02:18:34.0368639Z [ 2022-11-23T02:18:34.0368778Z T=std::vector> 2022-11-23T02:18:34.0368839Z ] 2022-11-23T02:18:34.0369164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0369230Z with 2022-11-23T02:18:34.0369279Z [ 2022-11-23T02:18:34.0369416Z T=std::vector> 2022-11-23T02:18:34.0369527Z ] 2022-11-23T02:18:34.0369894Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0369967Z with 2022-11-23T02:18:34.0370031Z [ 2022-11-23T02:18:34.0370167Z T=std::vector> 2022-11-23T02:18:34.0370229Z ] 2022-11-23T02:18:34.0370622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0370688Z with 2022-11-23T02:18:34.0370750Z [ 2022-11-23T02:18:34.0370932Z T=std::vector> 2022-11-23T02:18:34.0370996Z ] 2022-11-23T02:18:34.0371372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0371822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0372173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0372239Z with 2022-11-23T02:18:34.0372306Z [ 2022-11-23T02:18:34.0372441Z T=std::vector> 2022-11-23T02:18:34.0372491Z ] 2022-11-23T02:18:34.0373239Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension.pyd 2022-11-23T02:18:34.0373418Z Creating library inline_jit_extension.lib and object inline_jit_extension.exp 2022-11-23T02:18:34.0373546Z Loading extension module inline_jit_extension... 2022-11-23T02:18:34.0373615Z ok (13.550s) 2022-11-23T02:18:34.0373823Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.000s) 2022-11-23T02:18:34.0374168Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.0374457Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_dict... 2022-11-23T02:18:34.0374757Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_dict\build.ninja... 2022-11-23T02:18:34.0374914Z Building extension module inline_jit_extension_with_functions_dict... 2022-11-23T02:18:34.0375125Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.0376140Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_dict\main.cpp /Fomain.o 2022-11-23T02:18:34.0376336Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.0376484Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.0376495Z 2022-11-23T02:18:34.0376814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.0377138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0377207Z with 2022-11-23T02:18:34.0377317Z [ 2022-11-23T02:18:34.0377407Z T=c10::SymInt 2022-11-23T02:18:34.0377472Z ] 2022-11-23T02:18:34.0377802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0377869Z with 2022-11-23T02:18:34.0377932Z [ 2022-11-23T02:18:34.0378011Z T=c10::SymInt 2022-11-23T02:18:34.0378114Z ] 2022-11-23T02:18:34.0378488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0378554Z with 2022-11-23T02:18:34.0378603Z [ 2022-11-23T02:18:34.0378682Z T=c10::SymInt 2022-11-23T02:18:34.0378745Z ] 2022-11-23T02:18:34.0379135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0379205Z with 2022-11-23T02:18:34.0379533Z [ 2022-11-23T02:18:34.0379621Z T=c10::SymInt 2022-11-23T02:18:34.0379684Z ] 2022-11-23T02:18:34.0380018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0380343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0380685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0380756Z with 2022-11-23T02:18:34.0380820Z [ 2022-11-23T02:18:34.0380901Z T=c10::SymInt 2022-11-23T02:18:34.0380964Z ] 2022-11-23T02:18:34.0381263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.0381577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0381643Z with 2022-11-23T02:18:34.0381693Z [ 2022-11-23T02:18:34.0381781Z T=at::TensorBase 2022-11-23T02:18:34.0381845Z ] 2022-11-23T02:18:34.0382167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0382385Z with 2022-11-23T02:18:34.0382447Z [ 2022-11-23T02:18:34.0382537Z T=at::TensorBase 2022-11-23T02:18:34.0382600Z ] 2022-11-23T02:18:34.0382968Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0383034Z with 2022-11-23T02:18:34.0383099Z [ 2022-11-23T02:18:34.0383183Z T=at::TensorBase 2022-11-23T02:18:34.0383248Z ] 2022-11-23T02:18:34.0383640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0383760Z with 2022-11-23T02:18:34.0383810Z [ 2022-11-23T02:18:34.0383894Z T=at::TensorBase 2022-11-23T02:18:34.0383957Z ] 2022-11-23T02:18:34.0384292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0384674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0385023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0385089Z with 2022-11-23T02:18:34.0385155Z [ 2022-11-23T02:18:34.0385240Z T=at::TensorBase 2022-11-23T02:18:34.0385305Z ] 2022-11-23T02:18:34.0385619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0385685Z with 2022-11-23T02:18:34.0386014Z [ 2022-11-23T02:18:34.0386104Z T=at::Tensor 2022-11-23T02:18:34.0386167Z ] 2022-11-23T02:18:34.0386496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0386561Z with 2022-11-23T02:18:34.0386609Z [ 2022-11-23T02:18:34.0386691Z T=at::Tensor 2022-11-23T02:18:34.0386752Z ] 2022-11-23T02:18:34.0387120Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0387190Z with 2022-11-23T02:18:34.0387253Z [ 2022-11-23T02:18:34.0387332Z T=at::Tensor 2022-11-23T02:18:34.0387393Z ] 2022-11-23T02:18:34.0387785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0387851Z with 2022-11-23T02:18:34.0387914Z [ 2022-11-23T02:18:34.0387993Z T=at::Tensor 2022-11-23T02:18:34.0388056Z ] 2022-11-23T02:18:34.0388385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0388714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0389322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0389392Z with 2022-11-23T02:18:34.0389441Z [ 2022-11-23T02:18:34.0389521Z T=at::Tensor 2022-11-23T02:18:34.0389584Z ] 2022-11-23T02:18:34.0389897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0389964Z with 2022-11-23T02:18:34.0390026Z [ 2022-11-23T02:18:34.0390157Z T=at::Generator 2022-11-23T02:18:34.0390223Z ] 2022-11-23T02:18:34.0390547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0390615Z with 2022-11-23T02:18:34.0390680Z [ 2022-11-23T02:18:34.0390765Z T=at::Generator 2022-11-23T02:18:34.0390827Z ] 2022-11-23T02:18:34.0391232Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0391299Z with 2022-11-23T02:18:34.0391348Z [ 2022-11-23T02:18:34.0391432Z T=at::Generator 2022-11-23T02:18:34.0391495Z ] 2022-11-23T02:18:34.0391889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0391961Z with 2022-11-23T02:18:34.0392024Z [ 2022-11-23T02:18:34.0392107Z T=at::Generator 2022-11-23T02:18:34.0392169Z ] 2022-11-23T02:18:34.0392755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0393095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0393442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0393509Z with 2022-11-23T02:18:34.0393576Z [ 2022-11-23T02:18:34.0393659Z T=at::Generator 2022-11-23T02:18:34.0393722Z ] 2022-11-23T02:18:34.0394035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0394101Z with 2022-11-23T02:18:34.0394150Z [ 2022-11-23T02:18:34.0394231Z T=c10::Scalar 2022-11-23T02:18:34.0394294Z ] 2022-11-23T02:18:34.0394616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0394681Z with 2022-11-23T02:18:34.0394743Z [ 2022-11-23T02:18:34.0394821Z T=c10::Scalar 2022-11-23T02:18:34.0394883Z ] 2022-11-23T02:18:34.0395248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0395363Z with 2022-11-23T02:18:34.0395426Z [ 2022-11-23T02:18:34.0395504Z T=c10::Scalar 2022-11-23T02:18:34.0395569Z ] 2022-11-23T02:18:34.0395962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0396027Z with 2022-11-23T02:18:34.0396077Z [ 2022-11-23T02:18:34.0396153Z T=c10::Scalar 2022-11-23T02:18:34.0396216Z ] 2022-11-23T02:18:34.0396590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0396926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0397272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0397339Z with 2022-11-23T02:18:34.0397437Z [ 2022-11-23T02:18:34.0397527Z T=c10::Scalar 2022-11-23T02:18:34.0397697Z ] 2022-11-23T02:18:34.0444078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0444275Z with 2022-11-23T02:18:34.0444340Z [ 2022-11-23T02:18:34.0444471Z T=std::string 2022-11-23T02:18:34.0444546Z ] 2022-11-23T02:18:34.0444914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0445566Z with 2022-11-23T02:18:34.0445653Z [ 2022-11-23T02:18:34.0445754Z T=std::string 2022-11-23T02:18:34.0445813Z ] 2022-11-23T02:18:34.0446217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0446278Z with 2022-11-23T02:18:34.0446347Z [ 2022-11-23T02:18:34.0446416Z T=std::string 2022-11-23T02:18:34.0446476Z ] 2022-11-23T02:18:34.0446868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0446934Z with 2022-11-23T02:18:34.0446996Z [ 2022-11-23T02:18:34.0447076Z T=std::string 2022-11-23T02:18:34.0447136Z ] 2022-11-23T02:18:34.0447471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0447812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0448161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0448308Z with 2022-11-23T02:18:34.0448364Z [ 2022-11-23T02:18:34.0448446Z T=std::string 2022-11-23T02:18:34.0448563Z ] 2022-11-23T02:18:34.0448876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0448940Z with 2022-11-23T02:18:34.0448993Z [ 2022-11-23T02:18:34.0449073Z T=c10::QualifiedName 2022-11-23T02:18:34.0449133Z ] 2022-11-23T02:18:34.0449500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0449569Z with 2022-11-23T02:18:34.0449633Z [ 2022-11-23T02:18:34.0449725Z T=c10::QualifiedName 2022-11-23T02:18:34.0449788Z ] 2022-11-23T02:18:34.0450161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0450225Z with 2022-11-23T02:18:34.0450289Z [ 2022-11-23T02:18:34.0450377Z T=c10::QualifiedName 2022-11-23T02:18:34.0450439Z ] 2022-11-23T02:18:34.0450828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0450892Z with 2022-11-23T02:18:34.0450955Z [ 2022-11-23T02:18:34.0451032Z T=c10::QualifiedName 2022-11-23T02:18:34.0451094Z ] 2022-11-23T02:18:34.0451435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0452112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0452459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0452519Z with 2022-11-23T02:18:34.0452574Z [ 2022-11-23T02:18:34.0452658Z T=c10::QualifiedName 2022-11-23T02:18:34.0452713Z ] 2022-11-23T02:18:34.0453016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0453078Z with 2022-11-23T02:18:34.0453132Z [ 2022-11-23T02:18:34.0453263Z T=std::shared_ptr 2022-11-23T02:18:34.0453319Z ] 2022-11-23T02:18:34.0453647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0453704Z with 2022-11-23T02:18:34.0453763Z [ 2022-11-23T02:18:34.0453888Z T=std::shared_ptr 2022-11-23T02:18:34.0453937Z ] 2022-11-23T02:18:34.0454299Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0454357Z with 2022-11-23T02:18:34.0454413Z [ 2022-11-23T02:18:34.0454589Z T=std::shared_ptr 2022-11-23T02:18:34.0454644Z ] 2022-11-23T02:18:34.0455083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0455144Z with 2022-11-23T02:18:34.0455199Z [ 2022-11-23T02:18:34.0455323Z T=std::shared_ptr 2022-11-23T02:18:34.0455377Z ] 2022-11-23T02:18:34.0455781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0456146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0456486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0456546Z with 2022-11-23T02:18:34.0456601Z [ 2022-11-23T02:18:34.0456726Z T=std::shared_ptr 2022-11-23T02:18:34.0456782Z ] 2022-11-23T02:18:34.0457084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0457136Z with 2022-11-23T02:18:34.0457189Z [ 2022-11-23T02:18:34.0457314Z T=std::weak_ptr 2022-11-23T02:18:34.0457371Z ] 2022-11-23T02:18:34.0457689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0457748Z with 2022-11-23T02:18:34.0457802Z [ 2022-11-23T02:18:34.0457978Z T=std::weak_ptr 2022-11-23T02:18:34.0458034Z ] 2022-11-23T02:18:34.0458392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0458452Z with 2022-11-23T02:18:34.0458507Z [ 2022-11-23T02:18:34.0458630Z T=std::weak_ptr 2022-11-23T02:18:34.0458683Z ] 2022-11-23T02:18:34.0459067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0459127Z with 2022-11-23T02:18:34.0459177Z [ 2022-11-23T02:18:34.0459299Z T=std::weak_ptr 2022-11-23T02:18:34.0459357Z ] 2022-11-23T02:18:34.0459718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0460072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0460409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0460516Z with 2022-11-23T02:18:34.0460573Z [ 2022-11-23T02:18:34.0460695Z T=std::weak_ptr 2022-11-23T02:18:34.0460750Z ] 2022-11-23T02:18:34.0461055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0461114Z with 2022-11-23T02:18:34.0461168Z [ 2022-11-23T02:18:34.0461321Z T=std::vector> 2022-11-23T02:18:34.0461419Z ] 2022-11-23T02:18:34.0461742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0461802Z with 2022-11-23T02:18:34.0461860Z [ 2022-11-23T02:18:34.0462005Z T=std::vector> 2022-11-23T02:18:34.0462061Z ] 2022-11-23T02:18:34.0462571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0462635Z with 2022-11-23T02:18:34.0462688Z [ 2022-11-23T02:18:34.0462837Z T=std::vector> 2022-11-23T02:18:34.0462894Z ] 2022-11-23T02:18:34.0463278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0463341Z with 2022-11-23T02:18:34.0463400Z [ 2022-11-23T02:18:34.0463544Z T=std::vector> 2022-11-23T02:18:34.0463599Z ] 2022-11-23T02:18:34.0464059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0464440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0464775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0464835Z with 2022-11-23T02:18:34.0464894Z [ 2022-11-23T02:18:34.0465042Z T=std::vector> 2022-11-23T02:18:34.0465097Z ] 2022-11-23T02:18:34.0465402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0465455Z with 2022-11-23T02:18:34.0465509Z [ 2022-11-23T02:18:34.0465625Z T=std::vector> 2022-11-23T02:18:34.0465680Z ] 2022-11-23T02:18:34.0466002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0466061Z with 2022-11-23T02:18:34.0466115Z [ 2022-11-23T02:18:34.0466226Z T=std::vector> 2022-11-23T02:18:34.0466325Z ] 2022-11-23T02:18:34.0466686Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0466746Z with 2022-11-23T02:18:34.0466802Z [ 2022-11-23T02:18:34.0466914Z T=std::vector> 2022-11-23T02:18:34.0466969Z ] 2022-11-23T02:18:34.0467349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0467408Z with 2022-11-23T02:18:34.0467458Z [ 2022-11-23T02:18:34.0467573Z T=std::vector> 2022-11-23T02:18:34.0467628Z ] 2022-11-23T02:18:34.0468025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0468380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0468717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0468819Z with 2022-11-23T02:18:34.0468876Z [ 2022-11-23T02:18:34.0468990Z T=std::vector> 2022-11-23T02:18:34.0469045Z ] 2022-11-23T02:18:34.0469351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0469411Z with 2022-11-23T02:18:34.0469464Z [ 2022-11-23T02:18:34.0469681Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0469737Z ] 2022-11-23T02:18:34.0470055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0470112Z with 2022-11-23T02:18:34.0470166Z [ 2022-11-23T02:18:34.0470322Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0470377Z ] 2022-11-23T02:18:34.0470736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0470796Z with 2022-11-23T02:18:34.0470850Z [ 2022-11-23T02:18:34.0471008Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0471063Z ] 2022-11-23T02:18:34.0471442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0471501Z with 2022-11-23T02:18:34.0471558Z [ 2022-11-23T02:18:34.0471718Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0471773Z ] 2022-11-23T02:18:34.0472160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0472596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0472921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0473256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0473315Z with 2022-11-23T02:18:34.0473372Z [ 2022-11-23T02:18:34.0473534Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0473590Z ] 2022-11-23T02:18:34.0473895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0473954Z with 2022-11-23T02:18:34.0474003Z [ 2022-11-23T02:18:34.0474159Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0474214Z ] 2022-11-23T02:18:34.0474574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0474635Z with 2022-11-23T02:18:34.0474691Z [ 2022-11-23T02:18:34.0474846Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0474904Z ] 2022-11-23T02:18:34.0475348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0475413Z with 2022-11-23T02:18:34.0475467Z [ 2022-11-23T02:18:34.0475621Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0475676Z ] 2022-11-23T02:18:34.0476058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0476117Z with 2022-11-23T02:18:34.0476171Z [ 2022-11-23T02:18:34.0476320Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0476377Z ] 2022-11-23T02:18:34.0476755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0477138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0477454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0477789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0477892Z with 2022-11-23T02:18:34.0477947Z [ 2022-11-23T02:18:34.0478100Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0478159Z ] 2022-11-23T02:18:34.0478462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0478521Z with 2022-11-23T02:18:34.0478577Z [ 2022-11-23T02:18:34.0478698Z T=std::vector> 2022-11-23T02:18:34.0478753Z ] 2022-11-23T02:18:34.0479070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0479129Z with 2022-11-23T02:18:34.0479187Z [ 2022-11-23T02:18:34.0479307Z T=std::vector> 2022-11-23T02:18:34.0479362Z ] 2022-11-23T02:18:34.0479728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0479788Z with 2022-11-23T02:18:34.0479838Z [ 2022-11-23T02:18:34.0479955Z T=std::vector> 2022-11-23T02:18:34.0480013Z ] 2022-11-23T02:18:34.0480401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0480461Z with 2022-11-23T02:18:34.0480516Z [ 2022-11-23T02:18:34.0480636Z T=std::vector> 2022-11-23T02:18:34.0480692Z ] 2022-11-23T02:18:34.0481140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0481493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0481873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0481936Z with 2022-11-23T02:18:34.0481991Z [ 2022-11-23T02:18:34.0482107Z T=std::vector> 2022-11-23T02:18:34.0482164Z ] 2022-11-23T02:18:34.0482467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0482529Z with 2022-11-23T02:18:34.0482585Z [ 2022-11-23T02:18:34.0482735Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0482784Z ] 2022-11-23T02:18:34.0483102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0483162Z with 2022-11-23T02:18:34.0483219Z [ 2022-11-23T02:18:34.0483369Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0483426Z ] 2022-11-23T02:18:34.0483788Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0483898Z with 2022-11-23T02:18:34.0483956Z [ 2022-11-23T02:18:34.0484103Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0484158Z ] 2022-11-23T02:18:34.0484538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0484596Z with 2022-11-23T02:18:34.0484650Z [ 2022-11-23T02:18:34.0484794Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0484850Z ] 2022-11-23T02:18:34.0485231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0485631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0486022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.0486355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0486416Z with 2022-11-23T02:18:34.0486465Z [ 2022-11-23T02:18:34.0486611Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0486667Z ] 2022-11-23T02:18:34.0487016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0487076Z with 2022-11-23T02:18:34.0487131Z [ 2022-11-23T02:18:34.0487274Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0487330Z ] 2022-11-23T02:18:34.0487688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0487752Z with 2022-11-23T02:18:34.0487806Z [ 2022-11-23T02:18:34.0487952Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0488011Z ] 2022-11-23T02:18:34.0488416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0488478Z with 2022-11-23T02:18:34.0488533Z [ 2022-11-23T02:18:34.0488671Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0488727Z ] 2022-11-23T02:18:34.0489105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0489163Z with 2022-11-23T02:18:34.0489218Z [ 2022-11-23T02:18:34.0489364Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0489468Z ] 2022-11-23T02:18:34.0489849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0490247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0490633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.0490973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0491036Z with 2022-11-23T02:18:34.0491093Z [ 2022-11-23T02:18:34.0491240Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0491297Z ] 2022-11-23T02:18:34.0491601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0491658Z with 2022-11-23T02:18:34.0491714Z [ 2022-11-23T02:18:34.0491813Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0491867Z ] 2022-11-23T02:18:34.0492183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0492235Z with 2022-11-23T02:18:34.0492291Z [ 2022-11-23T02:18:34.0492390Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0492445Z ] 2022-11-23T02:18:34.0492847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0492909Z with 2022-11-23T02:18:34.0492964Z [ 2022-11-23T02:18:34.0493061Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0493115Z ] 2022-11-23T02:18:34.0493493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0493552Z with 2022-11-23T02:18:34.0493606Z [ 2022-11-23T02:18:34.0493704Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0493805Z ] 2022-11-23T02:18:34.0494159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0494484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0494586Z with 2022-11-23T02:18:34.0494637Z [ 2022-11-23T02:18:34.0494735Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0494789Z ] 2022-11-23T02:18:34.0495169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.0495554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0495612Z with 2022-11-23T02:18:34.0495671Z [ 2022-11-23T02:18:34.0495770Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0495826Z ] 2022-11-23T02:18:34.0496129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0496190Z with 2022-11-23T02:18:34.0496247Z [ 2022-11-23T02:18:34.0496434Z T=std::vector> 2022-11-23T02:18:34.0496491Z ] 2022-11-23T02:18:34.0496810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0496872Z with 2022-11-23T02:18:34.0496926Z [ 2022-11-23T02:18:34.0497107Z T=std::vector> 2022-11-23T02:18:34.0497163Z ] 2022-11-23T02:18:34.0497522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0497583Z with 2022-11-23T02:18:34.0497639Z [ 2022-11-23T02:18:34.0497826Z T=std::vector> 2022-11-23T02:18:34.0497882Z ] 2022-11-23T02:18:34.0498267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0498330Z with 2022-11-23T02:18:34.0498387Z [ 2022-11-23T02:18:34.0498618Z T=std::vector> 2022-11-23T02:18:34.0498678Z ] 2022-11-23T02:18:34.0499093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0499511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0499858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0499920Z with 2022-11-23T02:18:34.0499976Z [ 2022-11-23T02:18:34.0500203Z T=std::vector> 2022-11-23T02:18:34.0500264Z ] 2022-11-23T02:18:34.0500568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0500626Z with 2022-11-23T02:18:34.0500675Z [ 2022-11-23T02:18:34.0500767Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0500822Z ] 2022-11-23T02:18:34.0501185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0501303Z with 2022-11-23T02:18:34.0501360Z [ 2022-11-23T02:18:34.0501453Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0501511Z ] 2022-11-23T02:18:34.0501871Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0501932Z with 2022-11-23T02:18:34.0501987Z [ 2022-11-23T02:18:34.0502076Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0502134Z ] 2022-11-23T02:18:34.0502623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0502688Z with 2022-11-23T02:18:34.0502744Z [ 2022-11-23T02:18:34.0502828Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0502887Z ] 2022-11-23T02:18:34.0503233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0503585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0503930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0503992Z with 2022-11-23T02:18:34.0504048Z [ 2022-11-23T02:18:34.0504140Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0504197Z ] 2022-11-23T02:18:34.0504552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0504614Z with 2022-11-23T02:18:34.0504672Z [ 2022-11-23T02:18:34.0504749Z T=c10::IValue 2022-11-23T02:18:34.0504808Z ] 2022-11-23T02:18:34.0505127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0505188Z with 2022-11-23T02:18:34.0505248Z [ 2022-11-23T02:18:34.0505315Z T=c10::IValue 2022-11-23T02:18:34.0505372Z ] 2022-11-23T02:18:34.0505729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0505794Z with 2022-11-23T02:18:34.0505851Z [ 2022-11-23T02:18:34.0505927Z T=c10::IValue 2022-11-23T02:18:34.0505982Z ] 2022-11-23T02:18:34.0506366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0506425Z with 2022-11-23T02:18:34.0506481Z [ 2022-11-23T02:18:34.0506554Z T=c10::IValue 2022-11-23T02:18:34.0506609Z ] 2022-11-23T02:18:34.0506977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0507355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0507745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0507808Z with 2022-11-23T02:18:34.0507864Z [ 2022-11-23T02:18:34.0507929Z T=c10::IValue 2022-11-23T02:18:34.0507986Z ] 2022-11-23T02:18:34.0508289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0508348Z with 2022-11-23T02:18:34.0508406Z [ 2022-11-23T02:18:34.0508485Z T=c10::AliasInfo 2022-11-23T02:18:34.0508543Z ] 2022-11-23T02:18:34.0508869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0508930Z with 2022-11-23T02:18:34.0508986Z [ 2022-11-23T02:18:34.0509063Z T=c10::AliasInfo 2022-11-23T02:18:34.0509118Z ] 2022-11-23T02:18:34.0509472Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0509538Z with 2022-11-23T02:18:34.0509599Z [ 2022-11-23T02:18:34.0509668Z T=c10::AliasInfo 2022-11-23T02:18:34.0509728Z ] 2022-11-23T02:18:34.0510117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0510183Z with 2022-11-23T02:18:34.0510245Z [ 2022-11-23T02:18:34.0510376Z T=c10::AliasInfo 2022-11-23T02:18:34.0510438Z ] 2022-11-23T02:18:34.0510765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0511102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0511447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0511515Z with 2022-11-23T02:18:34.0511578Z [ 2022-11-23T02:18:34.0511666Z T=c10::AliasInfo 2022-11-23T02:18:34.0511727Z ] 2022-11-23T02:18:34.0512034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0512112Z with 2022-11-23T02:18:34.0512174Z [ 2022-11-23T02:18:34.0512312Z T=std::vector> 2022-11-23T02:18:34.0512377Z ] 2022-11-23T02:18:34.0512705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0512772Z with 2022-11-23T02:18:34.0512835Z [ 2022-11-23T02:18:34.0513002Z T=std::vector> 2022-11-23T02:18:34.0513066Z ] 2022-11-23T02:18:34.0513482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0513551Z with 2022-11-23T02:18:34.0513615Z [ 2022-11-23T02:18:34.0513751Z T=std::vector> 2022-11-23T02:18:34.0513814Z ] 2022-11-23T02:18:34.0514245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0514314Z with 2022-11-23T02:18:34.0514376Z [ 2022-11-23T02:18:34.0514510Z T=std::vector> 2022-11-23T02:18:34.0514575Z ] 2022-11-23T02:18:34.0514931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0515001Z with 2022-11-23T02:18:34.0515065Z [ 2022-11-23T02:18:34.0515145Z T=c10::SymInt 2022-11-23T02:18:34.0515194Z ] 2022-11-23T02:18:34.0515543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0515608Z with 2022-11-23T02:18:34.0515670Z [ 2022-11-23T02:18:34.0515751Z T=c10::SymInt 2022-11-23T02:18:34.0515813Z ] 2022-11-23T02:18:34.0516189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.0516679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.0517030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0517098Z with 2022-11-23T02:18:34.0517162Z [ 2022-11-23T02:18:34.0517296Z T=std::vector> 2022-11-23T02:18:34.0517359Z ] 2022-11-23T02:18:34.0517671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0517738Z with 2022-11-23T02:18:34.0517801Z [ 2022-11-23T02:18:34.0517950Z T=c10::either 2022-11-23T02:18:34.0518014Z ] 2022-11-23T02:18:34.0518336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0518402Z with 2022-11-23T02:18:34.0518450Z [ 2022-11-23T02:18:34.0518594Z T=c10::either 2022-11-23T02:18:34.0518656Z ] 2022-11-23T02:18:34.0519024Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0519143Z with 2022-11-23T02:18:34.0519208Z [ 2022-11-23T02:18:34.0519348Z T=c10::either 2022-11-23T02:18:34.0519411Z ] 2022-11-23T02:18:34.0519849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0519918Z with 2022-11-23T02:18:34.0519981Z [ 2022-11-23T02:18:34.0520124Z T=c10::either 2022-11-23T02:18:34.0520187Z ] 2022-11-23T02:18:34.0520606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0521016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0521361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0521429Z with 2022-11-23T02:18:34.0521492Z [ 2022-11-23T02:18:34.0521631Z T=c10::either 2022-11-23T02:18:34.0521680Z ] 2022-11-23T02:18:34.0521985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0522054Z with 2022-11-23T02:18:34.0522116Z [ 2022-11-23T02:18:34.0522211Z T=at::StepCallbacks 2022-11-23T02:18:34.0522273Z ] 2022-11-23T02:18:34.0522644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0522712Z with 2022-11-23T02:18:34.0522774Z [ 2022-11-23T02:18:34.0522865Z T=at::StepCallbacks 2022-11-23T02:18:34.0522926Z ] 2022-11-23T02:18:34.0523290Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0523356Z with 2022-11-23T02:18:34.0523417Z [ 2022-11-23T02:18:34.0523507Z T=at::StepCallbacks 2022-11-23T02:18:34.0523558Z ] 2022-11-23T02:18:34.0523945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0524013Z with 2022-11-23T02:18:34.0524078Z [ 2022-11-23T02:18:34.0524167Z T=at::StepCallbacks 2022-11-23T02:18:34.0524235Z ] 2022-11-23T02:18:34.0524575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0524929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0525269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0525384Z with 2022-11-23T02:18:34.0525447Z [ 2022-11-23T02:18:34.0525538Z T=at::StepCallbacks 2022-11-23T02:18:34.0525600Z ] 2022-11-23T02:18:34.0525908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0525973Z with 2022-11-23T02:18:34.0526036Z [ 2022-11-23T02:18:34.0526163Z T=c10::DimVector 2022-11-23T02:18:34.0526215Z ] 2022-11-23T02:18:34.0526541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0526609Z with 2022-11-23T02:18:34.0526670Z [ 2022-11-23T02:18:34.0526755Z T=c10::DimVector 2022-11-23T02:18:34.0526818Z ] 2022-11-23T02:18:34.0527230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0527299Z with 2022-11-23T02:18:34.0527361Z [ 2022-11-23T02:18:34.0527443Z T=c10::DimVector 2022-11-23T02:18:34.0527505Z ] 2022-11-23T02:18:34.0527896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0527961Z with 2022-11-23T02:18:34.0528024Z [ 2022-11-23T02:18:34.0528105Z T=c10::DimVector 2022-11-23T02:18:34.0528155Z ] 2022-11-23T02:18:34.0528486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0528868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0529213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0529281Z with 2022-11-23T02:18:34.0529343Z [ 2022-11-23T02:18:34.0529426Z T=c10::DimVector 2022-11-23T02:18:34.0529489Z ] 2022-11-23T02:18:34.0529798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0529866Z with 2022-11-23T02:18:34.0529929Z [ 2022-11-23T02:18:34.0530033Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0530098Z ] 2022-11-23T02:18:34.0530418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0530484Z with 2022-11-23T02:18:34.0530546Z [ 2022-11-23T02:18:34.0530650Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0530698Z ] 2022-11-23T02:18:34.0531063Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0531615Z with 2022-11-23T02:18:34.0531679Z [ 2022-11-23T02:18:34.0531783Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0531848Z ] 2022-11-23T02:18:34.0532240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0532306Z with 2022-11-23T02:18:34.0532368Z [ 2022-11-23T02:18:34.0532470Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0532534Z ] 2022-11-23T02:18:34.0532933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0533302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0533697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0533766Z with 2022-11-23T02:18:34.0533829Z [ 2022-11-23T02:18:34.0533931Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0533995Z ] 2022-11-23T02:18:34.0534290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0534355Z with 2022-11-23T02:18:34.0534420Z [ 2022-11-23T02:18:34.0534567Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0534634Z ] 2022-11-23T02:18:34.0534963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0535030Z with 2022-11-23T02:18:34.0535093Z [ 2022-11-23T02:18:34.0535293Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0535357Z ] 2022-11-23T02:18:34.0535725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0535791Z with 2022-11-23T02:18:34.0535853Z [ 2022-11-23T02:18:34.0535995Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0536057Z ] 2022-11-23T02:18:34.0536446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0536515Z with 2022-11-23T02:18:34.0536563Z [ 2022-11-23T02:18:34.0536704Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0536767Z ] 2022-11-23T02:18:34.0537147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0537548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0537899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0538011Z with 2022-11-23T02:18:34.0538077Z [ 2022-11-23T02:18:34.0538225Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0538289Z ] 2022-11-23T02:18:34.0538601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0538667Z with 2022-11-23T02:18:34.0538728Z [ 2022-11-23T02:18:34.0538848Z T=std::tuple 2022-11-23T02:18:34.0538911Z ] 2022-11-23T02:18:34.0539280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0539350Z with 2022-11-23T02:18:34.0539412Z [ 2022-11-23T02:18:34.0539518Z T=std::tuple 2022-11-23T02:18:34.0539580Z ] 2022-11-23T02:18:34.0539988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0540057Z with 2022-11-23T02:18:34.0540118Z [ 2022-11-23T02:18:34.0540237Z T=std::tuple 2022-11-23T02:18:34.0540299Z ] 2022-11-23T02:18:34.0540688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0540756Z with 2022-11-23T02:18:34.0540820Z [ 2022-11-23T02:18:34.0540937Z T=std::tuple 2022-11-23T02:18:34.0540999Z ] 2022-11-23T02:18:34.0541405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0541782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0542125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0542278Z with 2022-11-23T02:18:34.0542345Z [ 2022-11-23T02:18:34.0542464Z T=std::tuple 2022-11-23T02:18:34.0542514Z ] 2022-11-23T02:18:34.0542826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0542892Z with 2022-11-23T02:18:34.0542954Z [ 2022-11-23T02:18:34.0543053Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0543115Z ] 2022-11-23T02:18:34.0543439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0543505Z with 2022-11-23T02:18:34.0543569Z [ 2022-11-23T02:18:34.0543664Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0543726Z ] 2022-11-23T02:18:34.0544091Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0544208Z with 2022-11-23T02:18:34.0544270Z [ 2022-11-23T02:18:34.0544368Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0544417Z ] 2022-11-23T02:18:34.0544805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0544871Z with 2022-11-23T02:18:34.0544934Z [ 2022-11-23T02:18:34.0545028Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0545090Z ] 2022-11-23T02:18:34.0545444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0545858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0546206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0546273Z with 2022-11-23T02:18:34.0546380Z [ 2022-11-23T02:18:34.0546482Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0546544Z ] 2022-11-23T02:18:34.0546854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0546920Z with 2022-11-23T02:18:34.0546985Z [ 2022-11-23T02:18:34.0547103Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0547172Z ] 2022-11-23T02:18:34.0547525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0547592Z with 2022-11-23T02:18:34.0547655Z [ 2022-11-23T02:18:34.0547771Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0547835Z ] 2022-11-23T02:18:34.0548201Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0548266Z with 2022-11-23T02:18:34.0548331Z [ 2022-11-23T02:18:34.0548445Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0548510Z ] 2022-11-23T02:18:34.0548899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0548967Z with 2022-11-23T02:18:34.0549029Z [ 2022-11-23T02:18:34.0549148Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0549210Z ] 2022-11-23T02:18:34.0549570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0549929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0550319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0550384Z with 2022-11-23T02:18:34.0550434Z [ 2022-11-23T02:18:34.0550552Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0550615Z ] 2022-11-23T02:18:34.0550928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0550993Z with 2022-11-23T02:18:34.0551055Z [ 2022-11-23T02:18:34.0551171Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0551234Z ] 2022-11-23T02:18:34.0551553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0551620Z with 2022-11-23T02:18:34.0551682Z [ 2022-11-23T02:18:34.0551795Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0551857Z ] 2022-11-23T02:18:34.0552263Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0552329Z with 2022-11-23T02:18:34.0552378Z [ 2022-11-23T02:18:34.0552492Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0552555Z ] 2022-11-23T02:18:34.0552984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0553052Z with 2022-11-23T02:18:34.0553118Z [ 2022-11-23T02:18:34.0553229Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0553291Z ] 2022-11-23T02:18:34.0553696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0554059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0554404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0554471Z with 2022-11-23T02:18:34.0554534Z [ 2022-11-23T02:18:34.0554646Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0554712Z ] 2022-11-23T02:18:34.0555018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0555085Z with 2022-11-23T02:18:34.0555148Z [ 2022-11-23T02:18:34.0555227Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0555291Z ] 2022-11-23T02:18:34.0555616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0555682Z with 2022-11-23T02:18:34.0555745Z [ 2022-11-23T02:18:34.0555838Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0555900Z ] 2022-11-23T02:18:34.0556265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0556376Z with 2022-11-23T02:18:34.0556439Z [ 2022-11-23T02:18:34.0556531Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0556594Z ] 2022-11-23T02:18:34.0556985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0557051Z with 2022-11-23T02:18:34.0557113Z [ 2022-11-23T02:18:34.0557189Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0557251Z ] 2022-11-23T02:18:34.0557591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0557943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0558329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0558400Z with 2022-11-23T02:18:34.0558464Z [ 2022-11-23T02:18:34.0558557Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0558621Z ] 2022-11-23T02:18:34.0558932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0558997Z with 2022-11-23T02:18:34.0559062Z [ 2022-11-23T02:18:34.0559202Z T=at::ThreadLocalState 2022-11-23T02:18:34.0559266Z ] 2022-11-23T02:18:34.0559985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0560058Z with 2022-11-23T02:18:34.0560119Z [ 2022-11-23T02:18:34.0560202Z T=at::ThreadLocalState 2022-11-23T02:18:34.0560266Z ] 2022-11-23T02:18:34.0560634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0560699Z with 2022-11-23T02:18:34.0560760Z [ 2022-11-23T02:18:34.0560856Z T=at::ThreadLocalState 2022-11-23T02:18:34.0560919Z ] 2022-11-23T02:18:34.0561307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0561376Z with 2022-11-23T02:18:34.0561440Z [ 2022-11-23T02:18:34.0561537Z T=at::ThreadLocalState 2022-11-23T02:18:34.0561599Z ] 2022-11-23T02:18:34.0561947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0562308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0562654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0562775Z with 2022-11-23T02:18:34.0562838Z [ 2022-11-23T02:18:34.0562936Z T=at::ThreadLocalState 2022-11-23T02:18:34.0562985Z ] 2022-11-23T02:18:34.0563298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0563364Z with 2022-11-23T02:18:34.0563425Z [ 2022-11-23T02:18:34.0563543Z T=std::shared_ptr 2022-11-23T02:18:34.0563606Z ] 2022-11-23T02:18:34.0563933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0563999Z with 2022-11-23T02:18:34.0564065Z [ 2022-11-23T02:18:34.0564178Z T=std::shared_ptr 2022-11-23T02:18:34.0564240Z ] 2022-11-23T02:18:34.0564607Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0564673Z with 2022-11-23T02:18:34.0564737Z [ 2022-11-23T02:18:34.0564897Z T=std::shared_ptr 2022-11-23T02:18:34.0564949Z ] 2022-11-23T02:18:34.0565338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0565405Z with 2022-11-23T02:18:34.0565468Z [ 2022-11-23T02:18:34.0565580Z T=std::shared_ptr 2022-11-23T02:18:34.0565648Z ] 2022-11-23T02:18:34.0566102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0566456Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0566833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.0567178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0567248Z with 2022-11-23T02:18:34.0567315Z [ 2022-11-23T02:18:34.0567430Z T=std::shared_ptr 2022-11-23T02:18:34.0567492Z ] 2022-11-23T02:18:34.0567804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0567870Z with 2022-11-23T02:18:34.0567935Z [ 2022-11-23T02:18:34.0568037Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0568099Z ] 2022-11-23T02:18:34.0568419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0568471Z with 2022-11-23T02:18:34.0568533Z [ 2022-11-23T02:18:34.0568676Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0568741Z ] 2022-11-23T02:18:34.0569108Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0569174Z with 2022-11-23T02:18:34.0569237Z [ 2022-11-23T02:18:34.0569337Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0569399Z ] 2022-11-23T02:18:34.0569791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0569856Z with 2022-11-23T02:18:34.0569918Z [ 2022-11-23T02:18:34.0570017Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0570078Z ] 2022-11-23T02:18:34.0570430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0570772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0571143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.0571489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0571558Z with 2022-11-23T02:18:34.0571608Z [ 2022-11-23T02:18:34.0571754Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0571817Z ] 2022-11-23T02:18:34.0572176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0572243Z with 2022-11-23T02:18:34.0572306Z [ 2022-11-23T02:18:34.0572397Z T=torch::jit::Method 2022-11-23T02:18:34.0572502Z ] 2022-11-23T02:18:34.0572828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0572893Z with 2022-11-23T02:18:34.0572956Z [ 2022-11-23T02:18:34.0573045Z T=torch::jit::Method 2022-11-23T02:18:34.0573106Z ] 2022-11-23T02:18:34.0573467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0573534Z with 2022-11-23T02:18:34.0573583Z [ 2022-11-23T02:18:34.0573671Z T=torch::jit::Method 2022-11-23T02:18:34.0573732Z ] 2022-11-23T02:18:34.0574125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0574190Z with 2022-11-23T02:18:34.0574256Z [ 2022-11-23T02:18:34.0574344Z T=torch::jit::Method 2022-11-23T02:18:34.0574406Z ] 2022-11-23T02:18:34.0574741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0575132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0575477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0575543Z with 2022-11-23T02:18:34.0575606Z [ 2022-11-23T02:18:34.0575694Z T=torch::jit::Method 2022-11-23T02:18:34.0575757Z ] 2022-11-23T02:18:34.0576061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0576127Z with 2022-11-23T02:18:34.0576176Z [ 2022-11-23T02:18:34.0576316Z T=std::vector> 2022-11-23T02:18:34.0576378Z ] 2022-11-23T02:18:34.0576701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0576768Z with 2022-11-23T02:18:34.0576831Z [ 2022-11-23T02:18:34.0576966Z T=std::vector> 2022-11-23T02:18:34.0577028Z ] 2022-11-23T02:18:34.0577391Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0577457Z with 2022-11-23T02:18:34.0577519Z [ 2022-11-23T02:18:34.0577655Z T=std::vector> 2022-11-23T02:18:34.0577720Z ] 2022-11-23T02:18:34.0578197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0578267Z with 2022-11-23T02:18:34.0578328Z [ 2022-11-23T02:18:34.0578464Z T=std::vector> 2022-11-23T02:18:34.0578513Z ] 2022-11-23T02:18:34.0578883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0579302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0579645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0579713Z with 2022-11-23T02:18:34.0579775Z [ 2022-11-23T02:18:34.0579913Z T=std::vector> 2022-11-23T02:18:34.0579978Z ] 2022-11-23T02:18:34.0580291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0580360Z with 2022-11-23T02:18:34.0580426Z [ 2022-11-23T02:18:34.0580595Z T=std::function 2022-11-23T02:18:34.0580707Z ] 2022-11-23T02:18:34.0581034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0581101Z with 2022-11-23T02:18:34.0581165Z [ 2022-11-23T02:18:34.0581334Z T=std::function 2022-11-23T02:18:34.0581397Z ] 2022-11-23T02:18:34.0581757Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0581823Z with 2022-11-23T02:18:34.0581871Z [ 2022-11-23T02:18:34.0582035Z T=std::function 2022-11-23T02:18:34.0582098Z ] 2022-11-23T02:18:34.0582580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0582652Z with 2022-11-23T02:18:34.0582714Z [ 2022-11-23T02:18:34.0582881Z T=std::function 2022-11-23T02:18:34.0582944Z ] 2022-11-23T02:18:34.0583342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0583760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0584154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0584221Z with 2022-11-23T02:18:34.0584285Z [ 2022-11-23T02:18:34.0584450Z T=std::function 2022-11-23T02:18:34.0584514Z ] 2022-11-23T02:18:34.0584869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0584935Z with 2022-11-23T02:18:34.0584997Z [ 2022-11-23T02:18:34.0585190Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0585255Z ] 2022-11-23T02:18:34.0585611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0585681Z with 2022-11-23T02:18:34.0585746Z [ 2022-11-23T02:18:34.0585937Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0586000Z ] 2022-11-23T02:18:34.0586369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0586437Z with 2022-11-23T02:18:34.0586501Z [ 2022-11-23T02:18:34.0586693Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0586756Z ] 2022-11-23T02:18:34.0587148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0587263Z with 2022-11-23T02:18:34.0587327Z [ 2022-11-23T02:18:34.0587514Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0587576Z ] 2022-11-23T02:18:34.0588004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0588461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0588808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0588876Z with 2022-11-23T02:18:34.0588939Z [ 2022-11-23T02:18:34.0589129Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0589178Z ] 2022-11-23T02:18:34.0589489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0589555Z with 2022-11-23T02:18:34.0589617Z [ 2022-11-23T02:18:34.0589748Z T=std::vector> 2022-11-23T02:18:34.0589816Z ] 2022-11-23T02:18:34.0590138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0590207Z with 2022-11-23T02:18:34.0590268Z [ 2022-11-23T02:18:34.0590444Z T=std::vector> 2022-11-23T02:18:34.0590509Z ] 2022-11-23T02:18:34.0590874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0590939Z with 2022-11-23T02:18:34.0591001Z [ 2022-11-23T02:18:34.0591170Z T=std::vector> 2022-11-23T02:18:34.0591221Z ] 2022-11-23T02:18:34.0591612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0591684Z with 2022-11-23T02:18:34.0591747Z [ 2022-11-23T02:18:34.0591913Z T=std::vector> 2022-11-23T02:18:34.0591980Z ] 2022-11-23T02:18:34.0592333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0592399Z with 2022-11-23T02:18:34.0592460Z [ 2022-11-23T02:18:34.0592532Z T=double 2022-11-23T02:18:34.0592594Z ] 2022-11-23T02:18:34.0592993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0593111Z with 2022-11-23T02:18:34.0593174Z [ 2022-11-23T02:18:34.0593247Z T=double 2022-11-23T02:18:34.0593309Z ] 2022-11-23T02:18:34.0593641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0593707Z with 2022-11-23T02:18:34.0593770Z [ 2022-11-23T02:18:34.0593895Z T=std::vector> 2022-11-23T02:18:34.0593958Z ] 2022-11-23T02:18:34.0594269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0594335Z with 2022-11-23T02:18:34.0594399Z [ 2022-11-23T02:18:34.0594512Z T=std::tuple 2022-11-23T02:18:34.0594576Z ] 2022-11-23T02:18:34.0594901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0594966Z with 2022-11-23T02:18:34.0595030Z [ 2022-11-23T02:18:34.0595144Z T=std::tuple 2022-11-23T02:18:34.0595206Z ] 2022-11-23T02:18:34.0595559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0595625Z with 2022-11-23T02:18:34.0595688Z [ 2022-11-23T02:18:34.0595799Z T=std::tuple 2022-11-23T02:18:34.0595863Z ] 2022-11-23T02:18:34.0596254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0596322Z with 2022-11-23T02:18:34.0596385Z [ 2022-11-23T02:18:34.0596543Z T=std::tuple 2022-11-23T02:18:34.0596607Z ] 2022-11-23T02:18:34.0596966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0597351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0597741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0597814Z with 2022-11-23T02:18:34.0597875Z [ 2022-11-23T02:18:34.0597987Z T=std::tuple 2022-11-23T02:18:34.0598051Z ] 2022-11-23T02:18:34.0598397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0598464Z with 2022-11-23T02:18:34.0598512Z [ 2022-11-23T02:18:34.0598650Z T=std::vector> 2022-11-23T02:18:34.0598715Z ] 2022-11-23T02:18:34.0599040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0599153Z with 2022-11-23T02:18:34.0599219Z [ 2022-11-23T02:18:34.0599355Z T=std::vector> 2022-11-23T02:18:34.0599417Z ] 2022-11-23T02:18:34.0599784Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0599851Z with 2022-11-23T02:18:34.0599913Z [ 2022-11-23T02:18:34.0600047Z T=std::vector> 2022-11-23T02:18:34.0600109Z ] 2022-11-23T02:18:34.0600497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0600562Z with 2022-11-23T02:18:34.0600626Z [ 2022-11-23T02:18:34.0600746Z T=std::vector> 2022-11-23T02:18:34.0600809Z ] 2022-11-23T02:18:34.0601185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0601587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0601932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0601999Z with 2022-11-23T02:18:34.0602065Z [ 2022-11-23T02:18:34.0602200Z T=std::vector> 2022-11-23T02:18:34.0602262Z ] 2022-11-23T02:18:34.0602815Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension_with_functions_dict.pyd 2022-11-23T02:18:34.0603034Z Creating library inline_jit_extension_with_functions_dict.lib and object inline_jit_extension_with_functions_dict.exp 2022-11-23T02:18:34.0603188Z Loading extension module inline_jit_extension_with_functions_dict... 2022-11-23T02:18:34.0603258Z ok (13.485s) 2022-11-23T02:18:34.0603600Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.0603893Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_list... 2022-11-23T02:18:34.0604226Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_list\build.ninja... 2022-11-23T02:18:34.0604382Z Building extension module inline_jit_extension_with_functions_list... 2022-11-23T02:18:34.0604590Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.0605643Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_list\main.cpp /Fomain.o 2022-11-23T02:18:34.0605840Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.0605986Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.0606000Z 2022-11-23T02:18:34.0606316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.0606635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0606706Z with 2022-11-23T02:18:34.0606770Z [ 2022-11-23T02:18:34.0606856Z T=c10::SymInt 2022-11-23T02:18:34.0606922Z ] 2022-11-23T02:18:34.0607250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0607316Z with 2022-11-23T02:18:34.0607378Z [ 2022-11-23T02:18:34.0607445Z T=c10::SymInt 2022-11-23T02:18:34.0607508Z ] 2022-11-23T02:18:34.0607878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0607946Z with 2022-11-23T02:18:34.0608009Z [ 2022-11-23T02:18:34.0608086Z T=c10::SymInt 2022-11-23T02:18:34.0608150Z ] 2022-11-23T02:18:34.0608586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0608656Z with 2022-11-23T02:18:34.0608718Z [ 2022-11-23T02:18:34.0608797Z T=c10::SymInt 2022-11-23T02:18:34.0608859Z ] 2022-11-23T02:18:34.0609192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0609517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0609866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0609934Z with 2022-11-23T02:18:34.0609996Z [ 2022-11-23T02:18:34.0610063Z T=c10::SymInt 2022-11-23T02:18:34.0610127Z ] 2022-11-23T02:18:34.0610468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.0610780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0610845Z with 2022-11-23T02:18:34.0610908Z [ 2022-11-23T02:18:34.0610994Z T=at::TensorBase 2022-11-23T02:18:34.0611060Z ] 2022-11-23T02:18:34.0611430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0611552Z with 2022-11-23T02:18:34.0611616Z [ 2022-11-23T02:18:34.0611703Z T=at::TensorBase 2022-11-23T02:18:34.0611766Z ] 2022-11-23T02:18:34.0612132Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0612197Z with 2022-11-23T02:18:34.0612259Z [ 2022-11-23T02:18:34.0612329Z T=at::TensorBase 2022-11-23T02:18:34.0612391Z ] 2022-11-23T02:18:34.0612783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0612852Z with 2022-11-23T02:18:34.0612914Z [ 2022-11-23T02:18:34.0612996Z T=at::TensorBase 2022-11-23T02:18:34.0613058Z ] 2022-11-23T02:18:34.0613388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0613724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0614073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0614140Z with 2022-11-23T02:18:34.0614204Z [ 2022-11-23T02:18:34.0614288Z T=at::TensorBase 2022-11-23T02:18:34.0614350Z ] 2022-11-23T02:18:34.0614700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0614769Z with 2022-11-23T02:18:34.0614830Z [ 2022-11-23T02:18:34.0614897Z T=at::Tensor 2022-11-23T02:18:34.0614961Z ] 2022-11-23T02:18:34.0615284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0615350Z with 2022-11-23T02:18:34.0615416Z [ 2022-11-23T02:18:34.0615498Z T=at::Tensor 2022-11-23T02:18:34.0615560Z ] 2022-11-23T02:18:34.0615927Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0615994Z with 2022-11-23T02:18:34.0616055Z [ 2022-11-23T02:18:34.0616136Z T=at::Tensor 2022-11-23T02:18:34.0616199Z ] 2022-11-23T02:18:34.0616590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0616656Z with 2022-11-23T02:18:34.0616717Z [ 2022-11-23T02:18:34.0616782Z T=at::Tensor 2022-11-23T02:18:34.0616846Z ] 2022-11-23T02:18:34.0617222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0617599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0617983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0618052Z with 2022-11-23T02:18:34.0618115Z [ 2022-11-23T02:18:34.0618199Z T=at::Tensor 2022-11-23T02:18:34.0618261Z ] 2022-11-23T02:18:34.0618574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0618639Z with 2022-11-23T02:18:34.0618701Z [ 2022-11-23T02:18:34.0618787Z T=at::Generator 2022-11-23T02:18:34.0618851Z ] 2022-11-23T02:18:34.0619174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0619242Z with 2022-11-23T02:18:34.0619303Z [ 2022-11-23T02:18:34.0619373Z T=at::Generator 2022-11-23T02:18:34.0619436Z ] 2022-11-23T02:18:34.0619797Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0619863Z with 2022-11-23T02:18:34.0619929Z [ 2022-11-23T02:18:34.0620010Z T=at::Generator 2022-11-23T02:18:34.0620071Z ] 2022-11-23T02:18:34.0620462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0620531Z with 2022-11-23T02:18:34.0620593Z [ 2022-11-23T02:18:34.0620675Z T=at::Generator 2022-11-23T02:18:34.0620784Z ] 2022-11-23T02:18:34.0621115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0621453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0621799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0621866Z with 2022-11-23T02:18:34.0621929Z [ 2022-11-23T02:18:34.0621998Z T=at::Generator 2022-11-23T02:18:34.0622061Z ] 2022-11-23T02:18:34.0622455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0622523Z with 2022-11-23T02:18:34.0622585Z [ 2022-11-23T02:18:34.0622670Z T=c10::Scalar 2022-11-23T02:18:34.0622732Z ] 2022-11-23T02:18:34.0623055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0623122Z with 2022-11-23T02:18:34.0623185Z [ 2022-11-23T02:18:34.0623263Z T=c10::Scalar 2022-11-23T02:18:34.0623372Z ] 2022-11-23T02:18:34.0623793Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0623858Z with 2022-11-23T02:18:34.0623922Z [ 2022-11-23T02:18:34.0623985Z T=c10::Scalar 2022-11-23T02:18:34.0624048Z ] 2022-11-23T02:18:34.0624475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0624542Z with 2022-11-23T02:18:34.0624604Z [ 2022-11-23T02:18:34.0624681Z T=c10::Scalar 2022-11-23T02:18:34.0624744Z ] 2022-11-23T02:18:34.0625075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0625407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0625757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0625824Z with 2022-11-23T02:18:34.0625886Z [ 2022-11-23T02:18:34.0625963Z T=c10::Scalar 2022-11-23T02:18:34.0626024Z ] 2022-11-23T02:18:34.0626332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0626397Z with 2022-11-23T02:18:34.0626462Z [ 2022-11-23T02:18:34.0626528Z T=std::string 2022-11-23T02:18:34.0626590Z ] 2022-11-23T02:18:34.0626958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0627025Z with 2022-11-23T02:18:34.0627088Z [ 2022-11-23T02:18:34.0627171Z T=std::string 2022-11-23T02:18:34.0627233Z ] 2022-11-23T02:18:34.0627595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0627661Z with 2022-11-23T02:18:34.0627723Z [ 2022-11-23T02:18:34.0627800Z T=std::string 2022-11-23T02:18:34.0627861Z ] 2022-11-23T02:18:34.0628248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0628316Z with 2022-11-23T02:18:34.0628379Z [ 2022-11-23T02:18:34.0628443Z T=std::string 2022-11-23T02:18:34.0628506Z ] 2022-11-23T02:18:34.0628836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0629166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0629516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0630057Z with 2022-11-23T02:18:34.0630123Z [ 2022-11-23T02:18:34.0630206Z T=std::string 2022-11-23T02:18:34.0630269Z ] 2022-11-23T02:18:34.0630630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0630700Z with 2022-11-23T02:18:34.0630762Z [ 2022-11-23T02:18:34.0630858Z T=c10::QualifiedName 2022-11-23T02:18:34.0630920Z ] 2022-11-23T02:18:34.0631246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0631312Z with 2022-11-23T02:18:34.0631376Z [ 2022-11-23T02:18:34.0631456Z T=c10::QualifiedName 2022-11-23T02:18:34.0631518Z ] 2022-11-23T02:18:34.0631884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0631950Z with 2022-11-23T02:18:34.0632014Z [ 2022-11-23T02:18:34.0632104Z T=c10::QualifiedName 2022-11-23T02:18:34.0632166Z ] 2022-11-23T02:18:34.0632558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0632626Z with 2022-11-23T02:18:34.0632688Z [ 2022-11-23T02:18:34.0632779Z T=c10::QualifiedName 2022-11-23T02:18:34.0632843Z ] 2022-11-23T02:18:34.0633189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0633583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0639577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0639648Z with 2022-11-23T02:18:34.0639712Z [ 2022-11-23T02:18:34.0639805Z T=c10::QualifiedName 2022-11-23T02:18:34.0639854Z ] 2022-11-23T02:18:34.0640161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0640235Z with 2022-11-23T02:18:34.0640298Z [ 2022-11-23T02:18:34.0640437Z T=std::shared_ptr 2022-11-23T02:18:34.0640504Z ] 2022-11-23T02:18:34.0640835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0640903Z with 2022-11-23T02:18:34.0640965Z [ 2022-11-23T02:18:34.0641099Z T=std::shared_ptr 2022-11-23T02:18:34.0641163Z ] 2022-11-23T02:18:34.0641528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0641701Z with 2022-11-23T02:18:34.0641763Z [ 2022-11-23T02:18:34.0641894Z T=std::shared_ptr 2022-11-23T02:18:34.0641943Z ] 2022-11-23T02:18:34.0642338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0642404Z with 2022-11-23T02:18:34.0642467Z [ 2022-11-23T02:18:34.0642649Z T=std::shared_ptr 2022-11-23T02:18:34.0642715Z ] 2022-11-23T02:18:34.0643086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0643493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0643842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0643909Z with 2022-11-23T02:18:34.0643972Z [ 2022-11-23T02:18:34.0644104Z T=std::shared_ptr 2022-11-23T02:18:34.0644166Z ] 2022-11-23T02:18:34.0644480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0644546Z with 2022-11-23T02:18:34.0644609Z [ 2022-11-23T02:18:34.0644740Z T=std::weak_ptr 2022-11-23T02:18:34.0644805Z ] 2022-11-23T02:18:34.0645127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0645250Z with 2022-11-23T02:18:34.0645300Z [ 2022-11-23T02:18:34.0645432Z T=std::weak_ptr 2022-11-23T02:18:34.0645495Z ] 2022-11-23T02:18:34.0645866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0645931Z with 2022-11-23T02:18:34.0645994Z [ 2022-11-23T02:18:34.0646123Z T=std::weak_ptr 2022-11-23T02:18:34.0646185Z ] 2022-11-23T02:18:34.0646576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0646645Z with 2022-11-23T02:18:34.0646708Z [ 2022-11-23T02:18:34.0646837Z T=std::weak_ptr 2022-11-23T02:18:34.0646899Z ] 2022-11-23T02:18:34.0647267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0647630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0647970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0648082Z with 2022-11-23T02:18:34.0648146Z [ 2022-11-23T02:18:34.0648264Z T=std::weak_ptr 2022-11-23T02:18:34.0648327Z ] 2022-11-23T02:18:34.0648639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0648705Z with 2022-11-23T02:18:34.0648770Z [ 2022-11-23T02:18:34.0648933Z T=std::vector> 2022-11-23T02:18:34.0649001Z ] 2022-11-23T02:18:34.0649368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0649439Z with 2022-11-23T02:18:34.0649502Z [ 2022-11-23T02:18:34.0649659Z T=std::vector> 2022-11-23T02:18:34.0649722Z ] 2022-11-23T02:18:34.0650133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0650203Z with 2022-11-23T02:18:34.0650265Z [ 2022-11-23T02:18:34.0650420Z T=std::vector> 2022-11-23T02:18:34.0650468Z ] 2022-11-23T02:18:34.0650857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0650926Z with 2022-11-23T02:18:34.0650989Z [ 2022-11-23T02:18:34.0651141Z T=std::vector> 2022-11-23T02:18:34.0651206Z ] 2022-11-23T02:18:34.0651630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0652018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0652364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0652436Z with 2022-11-23T02:18:34.0652501Z [ 2022-11-23T02:18:34.0652659Z T=std::vector> 2022-11-23T02:18:34.0652720Z ] 2022-11-23T02:18:34.0653034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0653101Z with 2022-11-23T02:18:34.0653165Z [ 2022-11-23T02:18:34.0653287Z T=std::vector> 2022-11-23T02:18:34.0653351Z ] 2022-11-23T02:18:34.0653678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0653743Z with 2022-11-23T02:18:34.0653791Z [ 2022-11-23T02:18:34.0653956Z T=std::vector> 2022-11-23T02:18:34.0654019Z ] 2022-11-23T02:18:34.0654388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0654454Z with 2022-11-23T02:18:34.0654517Z [ 2022-11-23T02:18:34.0654637Z T=std::vector> 2022-11-23T02:18:34.0654698Z ] 2022-11-23T02:18:34.0655089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0655155Z with 2022-11-23T02:18:34.0655216Z [ 2022-11-23T02:18:34.0655336Z T=std::vector> 2022-11-23T02:18:34.0655400Z ] 2022-11-23T02:18:34.0655800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0656153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0656546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0656615Z with 2022-11-23T02:18:34.0656678Z [ 2022-11-23T02:18:34.0656784Z T=std::vector> 2022-11-23T02:18:34.0656847Z ] 2022-11-23T02:18:34.0657156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0657225Z with 2022-11-23T02:18:34.0657292Z [ 2022-11-23T02:18:34.0657511Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0657576Z ] 2022-11-23T02:18:34.0657899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0657966Z with 2022-11-23T02:18:34.0658027Z [ 2022-11-23T02:18:34.0658196Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0658259Z ] 2022-11-23T02:18:34.0658623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0658690Z with 2022-11-23T02:18:34.0658753Z [ 2022-11-23T02:18:34.0658920Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0658982Z ] 2022-11-23T02:18:34.0659363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0659429Z with 2022-11-23T02:18:34.0659492Z [ 2022-11-23T02:18:34.0659660Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0659722Z ] 2022-11-23T02:18:34.0660123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0660568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0660905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0661255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0661324Z with 2022-11-23T02:18:34.0661389Z [ 2022-11-23T02:18:34.0661562Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0661628Z ] 2022-11-23T02:18:34.0661939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0662047Z with 2022-11-23T02:18:34.0662111Z [ 2022-11-23T02:18:34.0662359Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0662423Z ] 2022-11-23T02:18:34.0662744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0662810Z with 2022-11-23T02:18:34.0662871Z [ 2022-11-23T02:18:34.0663077Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0663128Z ] 2022-11-23T02:18:34.0663895Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0663970Z with 2022-11-23T02:18:34.0664033Z [ 2022-11-23T02:18:34.0664196Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0664259Z ] 2022-11-23T02:18:34.0664651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0664716Z with 2022-11-23T02:18:34.0664779Z [ 2022-11-23T02:18:34.0664941Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0665003Z ] 2022-11-23T02:18:34.0665398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0665785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0666110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0666450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0666568Z with 2022-11-23T02:18:34.0666632Z [ 2022-11-23T02:18:34.0666796Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0666859Z ] 2022-11-23T02:18:34.0667170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0667235Z with 2022-11-23T02:18:34.0667284Z [ 2022-11-23T02:18:34.0667416Z T=std::vector> 2022-11-23T02:18:34.0667478Z ] 2022-11-23T02:18:34.0667805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0667873Z with 2022-11-23T02:18:34.0667936Z [ 2022-11-23T02:18:34.0668066Z T=std::vector> 2022-11-23T02:18:34.0668133Z ] 2022-11-23T02:18:34.0668498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0668565Z with 2022-11-23T02:18:34.0668628Z [ 2022-11-23T02:18:34.0668799Z T=std::vector> 2022-11-23T02:18:34.0668863Z ] 2022-11-23T02:18:34.0669254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0669321Z with 2022-11-23T02:18:34.0669384Z [ 2022-11-23T02:18:34.0669536Z T=std::vector> 2022-11-23T02:18:34.0669601Z ] 2022-11-23T02:18:34.0670005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0670364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0670711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0670779Z with 2022-11-23T02:18:34.0670844Z [ 2022-11-23T02:18:34.0670970Z T=std::vector> 2022-11-23T02:18:34.0671036Z ] 2022-11-23T02:18:34.0671349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0671416Z with 2022-11-23T02:18:34.0671479Z [ 2022-11-23T02:18:34.0671635Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0671698Z ] 2022-11-23T02:18:34.0672019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0672085Z with 2022-11-23T02:18:34.0672148Z [ 2022-11-23T02:18:34.0672303Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0672410Z ] 2022-11-23T02:18:34.0672767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0672833Z with 2022-11-23T02:18:34.0672897Z [ 2022-11-23T02:18:34.0673049Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0673112Z ] 2022-11-23T02:18:34.0673510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0673581Z with 2022-11-23T02:18:34.0673644Z [ 2022-11-23T02:18:34.0673797Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0673862Z ] 2022-11-23T02:18:34.0674298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0674708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0675101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.0675495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0675567Z with 2022-11-23T02:18:34.0675630Z [ 2022-11-23T02:18:34.0675783Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0675846Z ] 2022-11-23T02:18:34.0676250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0676320Z with 2022-11-23T02:18:34.0676382Z [ 2022-11-23T02:18:34.0676520Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0676584Z ] 2022-11-23T02:18:34.0676906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0676971Z with 2022-11-23T02:18:34.0677036Z [ 2022-11-23T02:18:34.0677192Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0677257Z ] 2022-11-23T02:18:34.0677624Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0677693Z with 2022-11-23T02:18:34.0677755Z [ 2022-11-23T02:18:34.0677905Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0677967Z ] 2022-11-23T02:18:34.0678359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0678425Z with 2022-11-23T02:18:34.0678531Z [ 2022-11-23T02:18:34.0678685Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0678734Z ] 2022-11-23T02:18:34.0679124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0679528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0679931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.0680277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0680333Z with 2022-11-23T02:18:34.0680396Z [ 2022-11-23T02:18:34.0680553Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0680616Z ] 2022-11-23T02:18:34.0680932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0681002Z with 2022-11-23T02:18:34.0681068Z [ 2022-11-23T02:18:34.0681182Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0681248Z ] 2022-11-23T02:18:34.0681572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0681683Z with 2022-11-23T02:18:34.0681748Z [ 2022-11-23T02:18:34.0681856Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0681918Z ] 2022-11-23T02:18:34.0682333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0682401Z with 2022-11-23T02:18:34.0682493Z [ 2022-11-23T02:18:34.0682605Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0682668Z ] 2022-11-23T02:18:34.0683060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0683130Z with 2022-11-23T02:18:34.0683195Z [ 2022-11-23T02:18:34.0683300Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0683363Z ] 2022-11-23T02:18:34.0683721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0684055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0684122Z with 2022-11-23T02:18:34.0684184Z [ 2022-11-23T02:18:34.0684288Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0684351Z ] 2022-11-23T02:18:34.0684732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.0685124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0685191Z with 2022-11-23T02:18:34.0685240Z [ 2022-11-23T02:18:34.0685345Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0685408Z ] 2022-11-23T02:18:34.0685716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0685782Z with 2022-11-23T02:18:34.0685844Z [ 2022-11-23T02:18:34.0686039Z T=std::vector> 2022-11-23T02:18:34.0686102Z ] 2022-11-23T02:18:34.0686433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0686500Z with 2022-11-23T02:18:34.0686562Z [ 2022-11-23T02:18:34.0686759Z T=std::vector> 2022-11-23T02:18:34.0686822Z ] 2022-11-23T02:18:34.0687190Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0687256Z with 2022-11-23T02:18:34.0687317Z [ 2022-11-23T02:18:34.0687506Z T=std::vector> 2022-11-23T02:18:34.0687569Z ] 2022-11-23T02:18:34.0687948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0688014Z with 2022-11-23T02:18:34.0688157Z [ 2022-11-23T02:18:34.0688354Z T=std::vector> 2022-11-23T02:18:34.0688417Z ] 2022-11-23T02:18:34.0688839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0689300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0689655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0689722Z with 2022-11-23T02:18:34.0689786Z [ 2022-11-23T02:18:34.0689974Z T=std::vector> 2022-11-23T02:18:34.0690038Z ] 2022-11-23T02:18:34.0690351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0690417Z with 2022-11-23T02:18:34.0690479Z [ 2022-11-23T02:18:34.0690580Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0690692Z ] 2022-11-23T02:18:34.0691016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0691082Z with 2022-11-23T02:18:34.0691147Z [ 2022-11-23T02:18:34.0691233Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0691297Z ] 2022-11-23T02:18:34.0691663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0691730Z with 2022-11-23T02:18:34.0691791Z [ 2022-11-23T02:18:34.0691891Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0691953Z ] 2022-11-23T02:18:34.0692343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0692411Z with 2022-11-23T02:18:34.0692474Z [ 2022-11-23T02:18:34.0692570Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0692635Z ] 2022-11-23T02:18:34.0692985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0693342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0693685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0693754Z with 2022-11-23T02:18:34.0693817Z [ 2022-11-23T02:18:34.0693915Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0693965Z ] 2022-11-23T02:18:34.0694316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0694384Z with 2022-11-23T02:18:34.0694446Z [ 2022-11-23T02:18:34.0694532Z T=c10::IValue 2022-11-23T02:18:34.0694638Z ] 2022-11-23T02:18:34.0694962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0695028Z with 2022-11-23T02:18:34.0695092Z [ 2022-11-23T02:18:34.0695171Z T=c10::IValue 2022-11-23T02:18:34.0695237Z ] 2022-11-23T02:18:34.0695602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0695670Z with 2022-11-23T02:18:34.0695777Z [ 2022-11-23T02:18:34.0695857Z T=c10::IValue 2022-11-23T02:18:34.0695906Z ] 2022-11-23T02:18:34.0696294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0696361Z with 2022-11-23T02:18:34.0696423Z [ 2022-11-23T02:18:34.0696501Z T=c10::IValue 2022-11-23T02:18:34.0696566Z ] 2022-11-23T02:18:34.0696897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0697287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0697631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0697698Z with 2022-11-23T02:18:34.0697761Z [ 2022-11-23T02:18:34.0697841Z T=c10::IValue 2022-11-23T02:18:34.0697903Z ] 2022-11-23T02:18:34.0698212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0698281Z with 2022-11-23T02:18:34.0698343Z [ 2022-11-23T02:18:34.0698426Z T=c10::AliasInfo 2022-11-23T02:18:34.0698475Z ] 2022-11-23T02:18:34.0698798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0698864Z with 2022-11-23T02:18:34.0698927Z [ 2022-11-23T02:18:34.0699009Z T=c10::AliasInfo 2022-11-23T02:18:34.0699071Z ] 2022-11-23T02:18:34.0699433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0699499Z with 2022-11-23T02:18:34.0699561Z [ 2022-11-23T02:18:34.0699641Z T=c10::AliasInfo 2022-11-23T02:18:34.0699705Z ] 2022-11-23T02:18:34.0700095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0700203Z with 2022-11-23T02:18:34.0700268Z [ 2022-11-23T02:18:34.0700349Z T=c10::AliasInfo 2022-11-23T02:18:34.0700397Z ] 2022-11-23T02:18:34.0700726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0701063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0701445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0701518Z with 2022-11-23T02:18:34.0701581Z [ 2022-11-23T02:18:34.0701666Z T=c10::AliasInfo 2022-11-23T02:18:34.0701731Z ] 2022-11-23T02:18:34.0702046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0702112Z with 2022-11-23T02:18:34.0702176Z [ 2022-11-23T02:18:34.0702435Z T=std::vector> 2022-11-23T02:18:34.0702498Z ] 2022-11-23T02:18:34.0702822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0702943Z with 2022-11-23T02:18:34.0703005Z [ 2022-11-23T02:18:34.0703141Z T=std::vector> 2022-11-23T02:18:34.0703190Z ] 2022-11-23T02:18:34.0703555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0703621Z with 2022-11-23T02:18:34.0703684Z [ 2022-11-23T02:18:34.0703818Z T=std::vector> 2022-11-23T02:18:34.0703884Z ] 2022-11-23T02:18:34.0704279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0704349Z with 2022-11-23T02:18:34.0704412Z [ 2022-11-23T02:18:34.0704545Z T=std::vector> 2022-11-23T02:18:34.0704608Z ] 2022-11-23T02:18:34.0704960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0705026Z with 2022-11-23T02:18:34.0705089Z [ 2022-11-23T02:18:34.0705169Z T=c10::SymInt 2022-11-23T02:18:34.0705232Z ] 2022-11-23T02:18:34.0705577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0705630Z with 2022-11-23T02:18:34.0705695Z [ 2022-11-23T02:18:34.0705774Z T=c10::SymInt 2022-11-23T02:18:34.0705840Z ] 2022-11-23T02:18:34.0706215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.0706692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.0707039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0707105Z with 2022-11-23T02:18:34.0707171Z [ 2022-11-23T02:18:34.0707308Z T=std::vector> 2022-11-23T02:18:34.0707374Z ] 2022-11-23T02:18:34.0707679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0707747Z with 2022-11-23T02:18:34.0707812Z [ 2022-11-23T02:18:34.0707995Z T=c10::either 2022-11-23T02:18:34.0708051Z ] 2022-11-23T02:18:34.0714103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0714201Z with 2022-11-23T02:18:34.0714270Z [ 2022-11-23T02:18:34.0714434Z T=c10::either 2022-11-23T02:18:34.0714545Z ] 2022-11-23T02:18:34.0714931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0715105Z with 2022-11-23T02:18:34.0715168Z [ 2022-11-23T02:18:34.0715362Z T=c10::either 2022-11-23T02:18:34.0715427Z ] 2022-11-23T02:18:34.0715826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0715892Z with 2022-11-23T02:18:34.0715956Z [ 2022-11-23T02:18:34.0716100Z T=c10::either 2022-11-23T02:18:34.0716149Z ] 2022-11-23T02:18:34.0716534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0716946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0717288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0717356Z with 2022-11-23T02:18:34.0717418Z [ 2022-11-23T02:18:34.0717560Z T=c10::either 2022-11-23T02:18:34.0717625Z ] 2022-11-23T02:18:34.0717930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0717997Z with 2022-11-23T02:18:34.0718058Z [ 2022-11-23T02:18:34.0718150Z T=at::StepCallbacks 2022-11-23T02:18:34.0718210Z ] 2022-11-23T02:18:34.0718596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0718665Z with 2022-11-23T02:18:34.0718728Z [ 2022-11-23T02:18:34.0718820Z T=at::StepCallbacks 2022-11-23T02:18:34.0718881Z ] 2022-11-23T02:18:34.0719238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0719303Z with 2022-11-23T02:18:34.0719369Z [ 2022-11-23T02:18:34.0719462Z T=at::StepCallbacks 2022-11-23T02:18:34.0719528Z ] 2022-11-23T02:18:34.0719919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0719987Z with 2022-11-23T02:18:34.0720050Z [ 2022-11-23T02:18:34.0720140Z T=at::StepCallbacks 2022-11-23T02:18:34.0720203Z ] 2022-11-23T02:18:34.0720548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0720901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0721340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0721410Z with 2022-11-23T02:18:34.0721473Z [ 2022-11-23T02:18:34.0721566Z T=at::StepCallbacks 2022-11-23T02:18:34.0721628Z ] 2022-11-23T02:18:34.0721979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0722034Z with 2022-11-23T02:18:34.0722096Z [ 2022-11-23T02:18:34.0722181Z T=c10::DimVector 2022-11-23T02:18:34.0722247Z ] 2022-11-23T02:18:34.0722572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0722642Z with 2022-11-23T02:18:34.0722706Z [ 2022-11-23T02:18:34.0722789Z T=c10::DimVector 2022-11-23T02:18:34.0722850Z ] 2022-11-23T02:18:34.0723217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0723282Z with 2022-11-23T02:18:34.0723342Z [ 2022-11-23T02:18:34.0723423Z T=c10::DimVector 2022-11-23T02:18:34.0723483Z ] 2022-11-23T02:18:34.0723874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0723925Z with 2022-11-23T02:18:34.0723987Z [ 2022-11-23T02:18:34.0724066Z T=c10::DimVector 2022-11-23T02:18:34.0724130Z ] 2022-11-23T02:18:34.0724514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0724854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0725198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0725263Z with 2022-11-23T02:18:34.0725324Z [ 2022-11-23T02:18:34.0725405Z T=c10::DimVector 2022-11-23T02:18:34.0725467Z ] 2022-11-23T02:18:34.0725773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0725836Z with 2022-11-23T02:18:34.0725900Z [ 2022-11-23T02:18:34.0726003Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0726064Z ] 2022-11-23T02:18:34.0726384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0726437Z with 2022-11-23T02:18:34.0726499Z [ 2022-11-23T02:18:34.0726601Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0726664Z ] 2022-11-23T02:18:34.0727029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0727140Z with 2022-11-23T02:18:34.0727202Z [ 2022-11-23T02:18:34.0727302Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0727365Z ] 2022-11-23T02:18:34.0727798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0727864Z with 2022-11-23T02:18:34.0727924Z [ 2022-11-23T02:18:34.0728026Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0728088Z ] 2022-11-23T02:18:34.0728480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0728854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0729197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0729263Z with 2022-11-23T02:18:34.0729312Z [ 2022-11-23T02:18:34.0729413Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.0729475Z ] 2022-11-23T02:18:34.0729788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0729855Z with 2022-11-23T02:18:34.0729917Z [ 2022-11-23T02:18:34.0730061Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0730125Z ] 2022-11-23T02:18:34.0730501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0730569Z with 2022-11-23T02:18:34.0730630Z [ 2022-11-23T02:18:34.0730776Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0730837Z ] 2022-11-23T02:18:34.0731199Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0731262Z with 2022-11-23T02:18:34.0731311Z [ 2022-11-23T02:18:34.0731451Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0731511Z ] 2022-11-23T02:18:34.0731906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0731975Z with 2022-11-23T02:18:34.0732041Z [ 2022-11-23T02:18:34.0732181Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0732243Z ] 2022-11-23T02:18:34.0732620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0733024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0733425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0733490Z with 2022-11-23T02:18:34.0733553Z [ 2022-11-23T02:18:34.0733694Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.0733755Z ] 2022-11-23T02:18:34.0734107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0734180Z with 2022-11-23T02:18:34.0734241Z [ 2022-11-23T02:18:34.0734361Z T=std::tuple 2022-11-23T02:18:34.0734410Z ] 2022-11-23T02:18:34.0734740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0735225Z with 2022-11-23T02:18:34.0735405Z [ 2022-11-23T02:18:34.0735631Z T=std::tuple 2022-11-23T02:18:34.0735848Z ] 2022-11-23T02:18:34.0736313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0736747Z with 2022-11-23T02:18:34.0736919Z [ 2022-11-23T02:18:34.0737144Z T=std::tuple 2022-11-23T02:18:34.0737351Z ] 2022-11-23T02:18:34.0737854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0738312Z with 2022-11-23T02:18:34.0738460Z [ 2022-11-23T02:18:34.0738674Z T=std::tuple 2022-11-23T02:18:34.0738879Z ] 2022-11-23T02:18:34.0739393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0740148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0740908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0741372Z with 2022-11-23T02:18:34.0741537Z [ 2022-11-23T02:18:34.0741741Z T=std::tuple 2022-11-23T02:18:34.0741956Z ] 2022-11-23T02:18:34.0742470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0742856Z with 2022-11-23T02:18:34.0743024Z [ 2022-11-23T02:18:34.0743204Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0743394Z ] 2022-11-23T02:18:34.0743823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0744217Z with 2022-11-23T02:18:34.0744379Z [ 2022-11-23T02:18:34.0744572Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0744753Z ] 2022-11-23T02:18:34.0745907Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0746420Z with 2022-11-23T02:18:34.0746615Z [ 2022-11-23T02:18:34.0746901Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0747100Z ] 2022-11-23T02:18:34.0747671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0748176Z with 2022-11-23T02:18:34.0748332Z [ 2022-11-23T02:18:34.0748529Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0748731Z ] 2022-11-23T02:18:34.0749178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0749898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0750617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0751036Z with 2022-11-23T02:18:34.0751212Z [ 2022-11-23T02:18:34.0751398Z T=torch::jit::SourceRange 2022-11-23T02:18:34.0751602Z ] 2022-11-23T02:18:34.0752015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0752401Z with 2022-11-23T02:18:34.0752566Z [ 2022-11-23T02:18:34.0752763Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0752967Z ] 2022-11-23T02:18:34.0753470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0753868Z with 2022-11-23T02:18:34.0754038Z [ 2022-11-23T02:18:34.0754259Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0754451Z ] 2022-11-23T02:18:34.0754913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0755342Z with 2022-11-23T02:18:34.0755505Z [ 2022-11-23T02:18:34.0755718Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0755922Z ] 2022-11-23T02:18:34.0756399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0756853Z with 2022-11-23T02:18:34.0757015Z [ 2022-11-23T02:18:34.0757226Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0757426Z ] 2022-11-23T02:18:34.0757889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0758660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0759799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0760216Z with 2022-11-23T02:18:34.0760407Z [ 2022-11-23T02:18:34.0760640Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.0760853Z ] 2022-11-23T02:18:34.0761267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0761654Z with 2022-11-23T02:18:34.0761807Z [ 2022-11-23T02:18:34.0762030Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0762251Z ] 2022-11-23T02:18:34.0762690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0763097Z with 2022-11-23T02:18:34.0763265Z [ 2022-11-23T02:18:34.0763464Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0763671Z ] 2022-11-23T02:18:34.0764140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0764575Z with 2022-11-23T02:18:34.0764744Z [ 2022-11-23T02:18:34.0764954Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0765143Z ] 2022-11-23T02:18:34.0765639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0766099Z with 2022-11-23T02:18:34.0766264Z [ 2022-11-23T02:18:34.0766475Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0766678Z ] 2022-11-23T02:18:34.0767200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0767930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0768631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0769055Z with 2022-11-23T02:18:34.0769225Z [ 2022-11-23T02:18:34.0769440Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.0769642Z ] 2022-11-23T02:18:34.0770043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0770461Z with 2022-11-23T02:18:34.0770638Z [ 2022-11-23T02:18:34.0770835Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0771037Z ] 2022-11-23T02:18:34.0771464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0771859Z with 2022-11-23T02:18:34.0772023Z [ 2022-11-23T02:18:34.0772204Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0772391Z ] 2022-11-23T02:18:34.0773240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0773668Z with 2022-11-23T02:18:34.0773837Z [ 2022-11-23T02:18:34.0774028Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0774198Z ] 2022-11-23T02:18:34.0774690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0775208Z with 2022-11-23T02:18:34.0775378Z [ 2022-11-23T02:18:34.0775569Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0775755Z ] 2022-11-23T02:18:34.0776188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0776952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0777826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0782359Z with 2022-11-23T02:18:34.0782823Z [ 2022-11-23T02:18:34.0784083Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.0784291Z ] 2022-11-23T02:18:34.0784738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0785121Z with 2022-11-23T02:18:34.0785289Z [ 2022-11-23T02:18:34.0785512Z T=at::ThreadLocalState 2022-11-23T02:18:34.0786168Z ] 2022-11-23T02:18:34.0787121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0787769Z with 2022-11-23T02:18:34.0788030Z [ 2022-11-23T02:18:34.0788382Z T=at::ThreadLocalState 2022-11-23T02:18:34.0788769Z ] 2022-11-23T02:18:34.0789642Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0790424Z with 2022-11-23T02:18:34.0790699Z [ 2022-11-23T02:18:34.0791048Z T=at::ThreadLocalState 2022-11-23T02:18:34.0791395Z ] 2022-11-23T02:18:34.0792298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0793136Z with 2022-11-23T02:18:34.0793429Z [ 2022-11-23T02:18:34.0793756Z T=at::ThreadLocalState 2022-11-23T02:18:34.0794098Z ] 2022-11-23T02:18:34.0794947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0796303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0797564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0798464Z with 2022-11-23T02:18:34.0798759Z [ 2022-11-23T02:18:34.0799091Z T=at::ThreadLocalState 2022-11-23T02:18:34.0799428Z ] 2022-11-23T02:18:34.0800148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0800884Z with 2022-11-23T02:18:34.0801181Z [ 2022-11-23T02:18:34.0801592Z T=std::shared_ptr 2022-11-23T02:18:34.0801946Z ] 2022-11-23T02:18:34.0802730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0803415Z with 2022-11-23T02:18:34.0803699Z [ 2022-11-23T02:18:34.0804074Z T=std::shared_ptr 2022-11-23T02:18:34.0804429Z ] 2022-11-23T02:18:34.0805268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0805999Z with 2022-11-23T02:18:34.0806273Z [ 2022-11-23T02:18:34.0806594Z T=std::shared_ptr 2022-11-23T02:18:34.0806958Z ] 2022-11-23T02:18:34.0807849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0808635Z with 2022-11-23T02:18:34.0808917Z [ 2022-11-23T02:18:34.0809295Z T=std::shared_ptr 2022-11-23T02:18:34.0809627Z ] 2022-11-23T02:18:34.0810576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0811724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0813021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.0814040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0814455Z with 2022-11-23T02:18:34.0814624Z [ 2022-11-23T02:18:34.0814841Z T=std::shared_ptr 2022-11-23T02:18:34.0815047Z ] 2022-11-23T02:18:34.0815464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0815891Z with 2022-11-23T02:18:34.0816045Z [ 2022-11-23T02:18:34.0816246Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0816441Z ] 2022-11-23T02:18:34.0816869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0817383Z with 2022-11-23T02:18:34.0817544Z [ 2022-11-23T02:18:34.0817723Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0817915Z ] 2022-11-23T02:18:34.0818497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0818930Z with 2022-11-23T02:18:34.0819132Z [ 2022-11-23T02:18:34.0819313Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0819505Z ] 2022-11-23T02:18:34.0820037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0820494Z with 2022-11-23T02:18:34.0820654Z [ 2022-11-23T02:18:34.0820848Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0821025Z ] 2022-11-23T02:18:34.0821477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0822166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0823028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.0823751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0824169Z with 2022-11-23T02:18:34.0824333Z [ 2022-11-23T02:18:34.0824531Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.0824718Z ] 2022-11-23T02:18:34.0825797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0826207Z with 2022-11-23T02:18:34.0826419Z [ 2022-11-23T02:18:34.0826609Z T=torch::jit::Method 2022-11-23T02:18:34.0826791Z ] 2022-11-23T02:18:34.0827208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0827599Z with 2022-11-23T02:18:34.0827761Z [ 2022-11-23T02:18:34.0827943Z T=torch::jit::Method 2022-11-23T02:18:34.0828127Z ] 2022-11-23T02:18:34.0828595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0829008Z with 2022-11-23T02:18:34.0829172Z [ 2022-11-23T02:18:34.0829356Z T=torch::jit::Method 2022-11-23T02:18:34.0829535Z ] 2022-11-23T02:18:34.0830019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0830464Z with 2022-11-23T02:18:34.0830611Z [ 2022-11-23T02:18:34.0830794Z T=torch::jit::Method 2022-11-23T02:18:34.0830978Z ] 2022-11-23T02:18:34.0831416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0832228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0832963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0833534Z with 2022-11-23T02:18:34.0833752Z [ 2022-11-23T02:18:34.0833980Z T=torch::jit::Method 2022-11-23T02:18:34.0834267Z ] 2022-11-23T02:18:34.0834686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0835201Z with 2022-11-23T02:18:34.0835463Z [ 2022-11-23T02:18:34.0835840Z T=std::vector> 2022-11-23T02:18:34.0836232Z ] 2022-11-23T02:18:34.0837071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0837767Z with 2022-11-23T02:18:34.0838104Z [ 2022-11-23T02:18:34.0838500Z T=std::vector> 2022-11-23T02:18:34.0838788Z ] 2022-11-23T02:18:34.0839310Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0839750Z with 2022-11-23T02:18:34.0839913Z [ 2022-11-23T02:18:34.0840148Z T=std::vector> 2022-11-23T02:18:34.0840356Z ] 2022-11-23T02:18:34.0840971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0841428Z with 2022-11-23T02:18:34.0841592Z [ 2022-11-23T02:18:34.0841825Z T=std::vector> 2022-11-23T02:18:34.0842045Z ] 2022-11-23T02:18:34.0842523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0843262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0843976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0844426Z with 2022-11-23T02:18:34.0844590Z [ 2022-11-23T02:18:34.0844831Z T=std::vector> 2022-11-23T02:18:34.0845095Z ] 2022-11-23T02:18:34.0845504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0845866Z with 2022-11-23T02:18:34.0846028Z [ 2022-11-23T02:18:34.0846296Z T=std::function 2022-11-23T02:18:34.0846607Z ] 2022-11-23T02:18:34.0847036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0847423Z with 2022-11-23T02:18:34.0847570Z [ 2022-11-23T02:18:34.0847834Z T=std::function 2022-11-23T02:18:34.0848080Z ] 2022-11-23T02:18:34.0848543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0848964Z with 2022-11-23T02:18:34.0849127Z [ 2022-11-23T02:18:34.0849373Z T=std::function 2022-11-23T02:18:34.0849623Z ] 2022-11-23T02:18:34.0850114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0850622Z with 2022-11-23T02:18:34.0850786Z [ 2022-11-23T02:18:34.0851050Z T=std::function 2022-11-23T02:18:34.0851339Z ] 2022-11-23T02:18:34.0851822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0852641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0853453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0853863Z with 2022-11-23T02:18:34.0854031Z [ 2022-11-23T02:18:34.0854296Z T=std::function 2022-11-23T02:18:34.0854541Z ] 2022-11-23T02:18:34.0854951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0855373Z with 2022-11-23T02:18:34.0855537Z [ 2022-11-23T02:18:34.0855823Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0856186Z ] 2022-11-23T02:18:34.0856669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0857071Z with 2022-11-23T02:18:34.0857263Z [ 2022-11-23T02:18:34.0857555Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0857825Z ] 2022-11-23T02:18:34.0858294Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0858731Z with 2022-11-23T02:18:34.0858895Z [ 2022-11-23T02:18:34.0859170Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0859578Z ] 2022-11-23T02:18:34.0860254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0860708Z with 2022-11-23T02:18:34.0860880Z [ 2022-11-23T02:18:34.0861168Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0861420Z ] 2022-11-23T02:18:34.0861942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0862954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0863809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0864220Z with 2022-11-23T02:18:34.0864381Z [ 2022-11-23T02:18:34.0864668Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.0864939Z ] 2022-11-23T02:18:34.0865336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0865714Z with 2022-11-23T02:18:34.0865880Z [ 2022-11-23T02:18:34.0866102Z T=std::vector> 2022-11-23T02:18:34.0866317Z ] 2022-11-23T02:18:34.0866737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0867115Z with 2022-11-23T02:18:34.0867334Z [ 2022-11-23T02:18:34.0867560Z T=std::vector> 2022-11-23T02:18:34.0867770Z ] 2022-11-23T02:18:34.0868234Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0868659Z with 2022-11-23T02:18:34.0868806Z [ 2022-11-23T02:18:34.0869067Z T=std::vector> 2022-11-23T02:18:34.0869287Z ] 2022-11-23T02:18:34.0869775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0870271Z with 2022-11-23T02:18:34.0870431Z [ 2022-11-23T02:18:34.0870639Z T=std::vector> 2022-11-23T02:18:34.0870848Z ] 2022-11-23T02:18:34.0871299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0871714Z with 2022-11-23T02:18:34.0871873Z [ 2022-11-23T02:18:34.0872038Z T=double 2022-11-23T02:18:34.0872193Z ] 2022-11-23T02:18:34.0872683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0873193Z with 2022-11-23T02:18:34.0873353Z [ 2022-11-23T02:18:34.0873517Z T=double 2022-11-23T02:18:34.0873670Z ] 2022-11-23T02:18:34.0874116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0874522Z with 2022-11-23T02:18:34.0874681Z [ 2022-11-23T02:18:34.0874902Z T=std::vector> 2022-11-23T02:18:34.0875113Z ] 2022-11-23T02:18:34.0875507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0875929Z with 2022-11-23T02:18:34.0876089Z [ 2022-11-23T02:18:34.0876301Z T=std::tuple 2022-11-23T02:18:34.0876543Z ] 2022-11-23T02:18:34.0876965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0877337Z with 2022-11-23T02:18:34.0877498Z [ 2022-11-23T02:18:34.0877703Z T=std::tuple 2022-11-23T02:18:34.0877897Z ] 2022-11-23T02:18:34.0878355Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0878776Z with 2022-11-23T02:18:34.0878923Z [ 2022-11-23T02:18:34.0879127Z T=std::tuple 2022-11-23T02:18:34.0879323Z ] 2022-11-23T02:18:34.0879811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0880311Z with 2022-11-23T02:18:34.0880475Z [ 2022-11-23T02:18:34.0880668Z T=std::tuple 2022-11-23T02:18:34.0880865Z ] 2022-11-23T02:18:34.0881318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0882088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0882815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0883264Z with 2022-11-23T02:18:34.0883426Z [ 2022-11-23T02:18:34.0883623Z T=std::tuple 2022-11-23T02:18:34.0883822Z ] 2022-11-23T02:18:34.0884227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0884606Z with 2022-11-23T02:18:34.0884771Z [ 2022-11-23T02:18:34.0885003Z T=std::vector> 2022-11-23T02:18:34.0885209Z ] 2022-11-23T02:18:34.0885631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0886077Z with 2022-11-23T02:18:34.0886242Z [ 2022-11-23T02:18:34.0886477Z T=std::vector> 2022-11-23T02:18:34.0886701Z ] 2022-11-23T02:18:34.0887154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0887583Z with 2022-11-23T02:18:34.0887742Z [ 2022-11-23T02:18:34.0887976Z T=std::vector> 2022-11-23T02:18:34.0888194Z ] 2022-11-23T02:18:34.0888727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0889188Z with 2022-11-23T02:18:34.0889339Z [ 2022-11-23T02:18:34.0889568Z T=std::vector> 2022-11-23T02:18:34.0889831Z ] 2022-11-23T02:18:34.0890306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0891085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0891822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0892239Z with 2022-11-23T02:18:34.0892390Z [ 2022-11-23T02:18:34.0892628Z T=std::vector> 2022-11-23T02:18:34.0892848Z ] 2022-11-23T02:18:34.0893511Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension_with_functions_list.pyd 2022-11-23T02:18:34.0894231Z Creating library inline_jit_extension_with_functions_list.lib and object inline_jit_extension_with_functions_list.exp 2022-11-23T02:18:34.0894615Z Loading extension module inline_jit_extension_with_functions_list... 2022-11-23T02:18:34.0894859Z ok (14.212s) 2022-11-23T02:18:34.0895264Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.0895893Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\jit_extension... 2022-11-23T02:18:34.0896477Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\jit_extension\build.ninja... 2022-11-23T02:18:34.0896863Z Building extension module jit_extension... 2022-11-23T02:18:34.0897225Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.0898475Z [1/3] cl /showIncludes -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\jit_extension2.cpp /Fojit_extension2.o 2022-11-23T02:18:34.0899635Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.0899954Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.0900135Z 2022-11-23T02:18:34.0900276Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:18:34.0900752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.0901392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0901765Z with 2022-11-23T02:18:34.0901974Z [ 2022-11-23T02:18:34.0902154Z T=c10::SymInt 2022-11-23T02:18:34.0902422Z ] 2022-11-23T02:18:34.0902897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0903299Z with 2022-11-23T02:18:34.0903448Z [ 2022-11-23T02:18:34.0903622Z T=c10::SymInt 2022-11-23T02:18:34.0903793Z ] 2022-11-23T02:18:34.0904258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0904691Z with 2022-11-23T02:18:34.0904855Z [ 2022-11-23T02:18:34.0905014Z T=c10::SymInt 2022-11-23T02:18:34.0905184Z ] 2022-11-23T02:18:34.0905731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0906184Z with 2022-11-23T02:18:34.0906343Z [ 2022-11-23T02:18:34.0906501Z T=c10::SymInt 2022-11-23T02:18:34.0906670Z ] 2022-11-23T02:18:34.0907095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0907761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0908484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0908897Z with 2022-11-23T02:18:34.0909061Z [ 2022-11-23T02:18:34.0909265Z T=c10::SymInt 2022-11-23T02:18:34.0909444Z ] 2022-11-23T02:18:34.0909837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.0910450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0910826Z with 2022-11-23T02:18:34.0910986Z [ 2022-11-23T02:18:34.0911152Z T=at::TensorBase 2022-11-23T02:18:34.0911390Z ] 2022-11-23T02:18:34.0911811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0912199Z with 2022-11-23T02:18:34.0912360Z [ 2022-11-23T02:18:34.0912540Z T=at::TensorBase 2022-11-23T02:18:34.0912701Z ] 2022-11-23T02:18:34.0913161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0913590Z with 2022-11-23T02:18:34.0913753Z [ 2022-11-23T02:18:34.0913930Z T=at::TensorBase 2022-11-23T02:18:34.0914105Z ] 2022-11-23T02:18:34.0914579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0915079Z with 2022-11-23T02:18:34.0915238Z [ 2022-11-23T02:18:34.0915415Z T=at::TensorBase 2022-11-23T02:18:34.0915600Z ] 2022-11-23T02:18:34.0916075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0916726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0917400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0917808Z with 2022-11-23T02:18:34.0917967Z [ 2022-11-23T02:18:34.0918149Z T=at::TensorBase 2022-11-23T02:18:34.0918326Z ] 2022-11-23T02:18:34.0918786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0919147Z with 2022-11-23T02:18:34.0919310Z [ 2022-11-23T02:18:34.0919485Z T=at::Tensor 2022-11-23T02:18:34.0919657Z ] 2022-11-23T02:18:34.0920078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0920471Z with 2022-11-23T02:18:34.0920619Z [ 2022-11-23T02:18:34.0920793Z T=at::Tensor 2022-11-23T02:18:34.0920962Z ] 2022-11-23T02:18:34.0921471Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0921892Z with 2022-11-23T02:18:34.0922039Z [ 2022-11-23T02:18:34.0922214Z T=at::Tensor 2022-11-23T02:18:34.0922428Z ] 2022-11-23T02:18:34.0922911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0923361Z with 2022-11-23T02:18:34.0923524Z [ 2022-11-23T02:18:34.0923682Z T=at::Tensor 2022-11-23T02:18:34.0923850Z ] 2022-11-23T02:18:34.0924270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0924987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0925657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0925725Z with 2022-11-23T02:18:34.0925787Z [ 2022-11-23T02:18:34.0925868Z T=at::Tensor 2022-11-23T02:18:34.0925935Z ] 2022-11-23T02:18:34.0926252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0926321Z with 2022-11-23T02:18:34.0926372Z [ 2022-11-23T02:18:34.0926457Z T=at::Generator 2022-11-23T02:18:34.0926520Z ] 2022-11-23T02:18:34.0926848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0926914Z with 2022-11-23T02:18:34.0926978Z [ 2022-11-23T02:18:34.0927062Z T=at::Generator 2022-11-23T02:18:34.0927124Z ] 2022-11-23T02:18:34.0927489Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0927554Z with 2022-11-23T02:18:34.0927618Z [ 2022-11-23T02:18:34.0927700Z T=at::Generator 2022-11-23T02:18:34.0927761Z ] 2022-11-23T02:18:34.0928199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0928268Z with 2022-11-23T02:18:34.0928375Z [ 2022-11-23T02:18:34.0928459Z T=at::Generator 2022-11-23T02:18:34.0928521Z ] 2022-11-23T02:18:34.0928902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0929241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0929581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0929650Z with 2022-11-23T02:18:34.0929713Z [ 2022-11-23T02:18:34.0929796Z T=at::Generator 2022-11-23T02:18:34.0929858Z ] 2022-11-23T02:18:34.0930170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0930237Z with 2022-11-23T02:18:34.0930300Z [ 2022-11-23T02:18:34.0930381Z T=c10::Scalar 2022-11-23T02:18:34.0930442Z ] 2022-11-23T02:18:34.0930763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0930814Z with 2022-11-23T02:18:34.0930876Z [ 2022-11-23T02:18:34.0930955Z T=c10::Scalar 2022-11-23T02:18:34.0931070Z ] 2022-11-23T02:18:34.0931439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0931506Z with 2022-11-23T02:18:34.0931570Z [ 2022-11-23T02:18:34.0931646Z T=c10::Scalar 2022-11-23T02:18:34.0931707Z ] 2022-11-23T02:18:34.0932096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0932161Z with 2022-11-23T02:18:34.0932221Z [ 2022-11-23T02:18:34.0932297Z T=c10::Scalar 2022-11-23T02:18:34.0932359Z ] 2022-11-23T02:18:34.0932688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0933018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0933362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0933428Z with 2022-11-23T02:18:34.0933477Z [ 2022-11-23T02:18:34.0933556Z T=c10::Scalar 2022-11-23T02:18:34.0933619Z ] 2022-11-23T02:18:34.0933927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0933995Z with 2022-11-23T02:18:34.0934057Z [ 2022-11-23T02:18:34.0934139Z T=std::string 2022-11-23T02:18:34.0934201Z ] 2022-11-23T02:18:34.0934611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0934681Z with 2022-11-23T02:18:34.0934742Z [ 2022-11-23T02:18:34.0934822Z T=std::string 2022-11-23T02:18:34.0934884Z ] 2022-11-23T02:18:34.0935291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0935344Z with 2022-11-23T02:18:34.0935406Z [ 2022-11-23T02:18:34.0935483Z T=std::string 2022-11-23T02:18:34.0935548Z ] 2022-11-23T02:18:34.0935941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0936007Z with 2022-11-23T02:18:34.0936071Z [ 2022-11-23T02:18:34.0936148Z T=std::string 2022-11-23T02:18:34.0936211Z ] 2022-11-23T02:18:34.0936541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0936869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0937215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0937340Z with 2022-11-23T02:18:34.0937402Z [ 2022-11-23T02:18:34.0937486Z T=std::string 2022-11-23T02:18:34.0937551Z ] 2022-11-23T02:18:34.0937862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0937914Z with 2022-11-23T02:18:34.0937977Z [ 2022-11-23T02:18:34.0938070Z T=c10::QualifiedName 2022-11-23T02:18:34.0938133Z ] 2022-11-23T02:18:34.0938460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0938526Z with 2022-11-23T02:18:34.0938591Z [ 2022-11-23T02:18:34.0938684Z T=c10::QualifiedName 2022-11-23T02:18:34.0938746Z ] 2022-11-23T02:18:34.0939113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0939181Z with 2022-11-23T02:18:34.0939244Z [ 2022-11-23T02:18:34.0939334Z T=c10::QualifiedName 2022-11-23T02:18:34.0939395Z ] 2022-11-23T02:18:34.0939782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0939847Z with 2022-11-23T02:18:34.0939896Z [ 2022-11-23T02:18:34.0939987Z T=c10::QualifiedName 2022-11-23T02:18:34.0940053Z ] 2022-11-23T02:18:34.0940397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0940831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0941186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0941255Z with 2022-11-23T02:18:34.0941321Z [ 2022-11-23T02:18:34.0941414Z T=c10::QualifiedName 2022-11-23T02:18:34.0941519Z ] 2022-11-23T02:18:34.0941829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0941897Z with 2022-11-23T02:18:34.0941959Z [ 2022-11-23T02:18:34.0942096Z T=std::shared_ptr 2022-11-23T02:18:34.0942164Z ] 2022-11-23T02:18:34.0942576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0942642Z with 2022-11-23T02:18:34.0942690Z [ 2022-11-23T02:18:34.0942823Z T=std::shared_ptr 2022-11-23T02:18:34.0942885Z ] 2022-11-23T02:18:34.0943251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0943373Z with 2022-11-23T02:18:34.0943435Z [ 2022-11-23T02:18:34.0943571Z T=std::shared_ptr 2022-11-23T02:18:34.0943634Z ] 2022-11-23T02:18:34.0944028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0944093Z with 2022-11-23T02:18:34.0944155Z [ 2022-11-23T02:18:34.0944286Z T=std::shared_ptr 2022-11-23T02:18:34.0944350Z ] 2022-11-23T02:18:34.0944714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0945083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0945428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0945495Z with 2022-11-23T02:18:34.0945558Z [ 2022-11-23T02:18:34.0945689Z T=std::shared_ptr 2022-11-23T02:18:34.0945738Z ] 2022-11-23T02:18:34.0946047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0946112Z with 2022-11-23T02:18:34.0946174Z [ 2022-11-23T02:18:34.0946307Z T=std::weak_ptr 2022-11-23T02:18:34.0946368Z ] 2022-11-23T02:18:34.0946737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0946804Z with 2022-11-23T02:18:34.0946910Z [ 2022-11-23T02:18:34.0947045Z T=std::weak_ptr 2022-11-23T02:18:34.0947105Z ] 2022-11-23T02:18:34.0947468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0947535Z with 2022-11-23T02:18:34.0947637Z [ 2022-11-23T02:18:34.0947766Z T=std::weak_ptr 2022-11-23T02:18:34.0947818Z ] 2022-11-23T02:18:34.0948210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0948280Z with 2022-11-23T02:18:34.0948343Z [ 2022-11-23T02:18:34.0948472Z T=std::weak_ptr 2022-11-23T02:18:34.0948534Z ] 2022-11-23T02:18:34.0948904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0949264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0949657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0949723Z with 2022-11-23T02:18:34.0949788Z [ 2022-11-23T02:18:34.0949916Z T=std::weak_ptr 2022-11-23T02:18:34.0949979Z ] 2022-11-23T02:18:34.0950290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0950354Z with 2022-11-23T02:18:34.0950415Z [ 2022-11-23T02:18:34.0950573Z T=std::vector> 2022-11-23T02:18:34.0950635Z ] 2022-11-23T02:18:34.0950960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0951015Z with 2022-11-23T02:18:34.0951077Z [ 2022-11-23T02:18:34.0951234Z T=std::vector> 2022-11-23T02:18:34.0951298Z ] 2022-11-23T02:18:34.0951668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0951733Z with 2022-11-23T02:18:34.0951796Z [ 2022-11-23T02:18:34.0951952Z T=std::vector> 2022-11-23T02:18:34.0952014Z ] 2022-11-23T02:18:34.0952405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0952472Z with 2022-11-23T02:18:34.0952534Z [ 2022-11-23T02:18:34.0952687Z T=std::vector> 2022-11-23T02:18:34.0952794Z ] 2022-11-23T02:18:34.0953229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0953616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0954006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0954076Z with 2022-11-23T02:18:34.0954139Z [ 2022-11-23T02:18:34.0954292Z T=std::vector> 2022-11-23T02:18:34.0954343Z ] 2022-11-23T02:18:34.0954651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0954716Z with 2022-11-23T02:18:34.0954779Z [ 2022-11-23T02:18:34.0954902Z T=std::vector> 2022-11-23T02:18:34.0954963Z ] 2022-11-23T02:18:34.0955291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0955359Z with 2022-11-23T02:18:34.0955473Z [ 2022-11-23T02:18:34.0955592Z T=std::vector> 2022-11-23T02:18:34.0955654Z ] 2022-11-23T02:18:34.0956023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0956090Z with 2022-11-23T02:18:34.0956151Z [ 2022-11-23T02:18:34.0956272Z T=std::vector> 2022-11-23T02:18:34.0956320Z ] 2022-11-23T02:18:34.0956714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0956779Z with 2022-11-23T02:18:34.0956841Z [ 2022-11-23T02:18:34.0956962Z T=std::vector> 2022-11-23T02:18:34.0957024Z ] 2022-11-23T02:18:34.0957388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0957746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0958092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0958156Z with 2022-11-23T02:18:34.0958219Z [ 2022-11-23T02:18:34.0958339Z T=std::vector> 2022-11-23T02:18:34.0958403Z ] 2022-11-23T02:18:34.0958711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0958821Z with 2022-11-23T02:18:34.0958885Z [ 2022-11-23T02:18:34.0959056Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0959117Z ] 2022-11-23T02:18:34.0959489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0959554Z with 2022-11-23T02:18:34.0959606Z [ 2022-11-23T02:18:34.0959846Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0959965Z ] 2022-11-23T02:18:34.0960424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0960515Z with 2022-11-23T02:18:34.0960579Z [ 2022-11-23T02:18:34.0960746Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0960807Z ] 2022-11-23T02:18:34.0961243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0961327Z with 2022-11-23T02:18:34.0961391Z [ 2022-11-23T02:18:34.0961560Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0961622Z ] 2022-11-23T02:18:34.0962092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0962493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0962825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0963174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0963242Z with 2022-11-23T02:18:34.0963305Z [ 2022-11-23T02:18:34.0963476Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0963538Z ] 2022-11-23T02:18:34.0963835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0963902Z with 2022-11-23T02:18:34.0963966Z [ 2022-11-23T02:18:34.0964127Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0964189Z ] 2022-11-23T02:18:34.0964511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0964578Z with 2022-11-23T02:18:34.0964642Z [ 2022-11-23T02:18:34.0964806Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0964870Z ] 2022-11-23T02:18:34.0965283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0965351Z with 2022-11-23T02:18:34.0965462Z [ 2022-11-23T02:18:34.0965623Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0965685Z ] 2022-11-23T02:18:34.0966074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0966178Z with 2022-11-23T02:18:34.0966247Z [ 2022-11-23T02:18:34.0966394Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0966459Z ] 2022-11-23T02:18:34.0966848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.0967232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.0967552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.0967947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0968014Z with 2022-11-23T02:18:34.0968079Z [ 2022-11-23T02:18:34.0968237Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.0968301Z ] 2022-11-23T02:18:34.0968610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0968675Z with 2022-11-23T02:18:34.0968736Z [ 2022-11-23T02:18:34.0968866Z T=std::vector> 2022-11-23T02:18:34.0968927Z ] 2022-11-23T02:18:34.0969251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0969319Z with 2022-11-23T02:18:34.0969381Z [ 2022-11-23T02:18:34.0969507Z T=std::vector> 2022-11-23T02:18:34.0969571Z ] 2022-11-23T02:18:34.0969920Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0969987Z with 2022-11-23T02:18:34.0970049Z [ 2022-11-23T02:18:34.0970175Z T=std::vector> 2022-11-23T02:18:34.0970237Z ] 2022-11-23T02:18:34.0970634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0970704Z with 2022-11-23T02:18:34.0970767Z [ 2022-11-23T02:18:34.0970891Z T=std::vector> 2022-11-23T02:18:34.0970953Z ] 2022-11-23T02:18:34.0971365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0971772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0972116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0972184Z with 2022-11-23T02:18:34.0972245Z [ 2022-11-23T02:18:34.0972412Z T=std::vector> 2022-11-23T02:18:34.0972476Z ] 2022-11-23T02:18:34.0972790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0972855Z with 2022-11-23T02:18:34.0972903Z [ 2022-11-23T02:18:34.0973059Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0973121Z ] 2022-11-23T02:18:34.0973444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0973510Z with 2022-11-23T02:18:34.0973572Z [ 2022-11-23T02:18:34.0973778Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0973840Z ] 2022-11-23T02:18:34.0974206Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0974272Z with 2022-11-23T02:18:34.0974333Z [ 2022-11-23T02:18:34.0974484Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0974545Z ] 2022-11-23T02:18:34.0974935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0975000Z with 2022-11-23T02:18:34.0975061Z [ 2022-11-23T02:18:34.0975215Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0975265Z ] 2022-11-23T02:18:34.0975655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0976060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0976454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.0976795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0976865Z with 2022-11-23T02:18:34.0976928Z [ 2022-11-23T02:18:34.0977600Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.0977672Z ] 2022-11-23T02:18:34.0978037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0978106Z with 2022-11-23T02:18:34.0978168Z [ 2022-11-23T02:18:34.0978322Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0978384Z ] 2022-11-23T02:18:34.0978751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0978822Z with 2022-11-23T02:18:34.0978884Z [ 2022-11-23T02:18:34.0979038Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0979099Z ] 2022-11-23T02:18:34.0979468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0979535Z with 2022-11-23T02:18:34.0979583Z [ 2022-11-23T02:18:34.0979733Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0979797Z ] 2022-11-23T02:18:34.0980187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0980315Z with 2022-11-23T02:18:34.0980379Z [ 2022-11-23T02:18:34.0980534Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0980599Z ] 2022-11-23T02:18:34.0980990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.0981395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.0981786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.0982134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0982307Z with 2022-11-23T02:18:34.0982374Z [ 2022-11-23T02:18:34.0982528Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.0982590Z ] 2022-11-23T02:18:34.0982910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0982977Z with 2022-11-23T02:18:34.0983040Z [ 2022-11-23T02:18:34.0983147Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0983196Z ] 2022-11-23T02:18:34.0983522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0983591Z with 2022-11-23T02:18:34.0983654Z [ 2022-11-23T02:18:34.0983759Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0983918Z ] 2022-11-23T02:18:34.0984287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0984353Z with 2022-11-23T02:18:34.0984416Z [ 2022-11-23T02:18:34.0984564Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0984628Z ] 2022-11-23T02:18:34.0985018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0985087Z with 2022-11-23T02:18:34.0985149Z [ 2022-11-23T02:18:34.0985255Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0985304Z ] 2022-11-23T02:18:34.0985656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0985988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0986055Z with 2022-11-23T02:18:34.0986121Z [ 2022-11-23T02:18:34.0986228Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0986292Z ] 2022-11-23T02:18:34.0986674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.0987075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0987143Z with 2022-11-23T02:18:34.0987207Z [ 2022-11-23T02:18:34.0987313Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.0987375Z ] 2022-11-23T02:18:34.0987679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0987747Z with 2022-11-23T02:18:34.0987812Z [ 2022-11-23T02:18:34.0988007Z T=std::vector> 2022-11-23T02:18:34.0988072Z ] 2022-11-23T02:18:34.0988400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0988453Z with 2022-11-23T02:18:34.0988517Z [ 2022-11-23T02:18:34.0988710Z T=std::vector> 2022-11-23T02:18:34.0988774Z ] 2022-11-23T02:18:34.0989140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0989206Z with 2022-11-23T02:18:34.0989268Z [ 2022-11-23T02:18:34.0989460Z T=std::vector> 2022-11-23T02:18:34.0989525Z ] 2022-11-23T02:18:34.0990005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0990074Z with 2022-11-23T02:18:34.0990135Z [ 2022-11-23T02:18:34.0990322Z T=std::vector> 2022-11-23T02:18:34.0990385Z ] 2022-11-23T02:18:34.0990846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.0991267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.0991620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0991688Z with 2022-11-23T02:18:34.0991751Z [ 2022-11-23T02:18:34.0991947Z T=std::vector> 2022-11-23T02:18:34.0992009Z ] 2022-11-23T02:18:34.0992322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0992388Z with 2022-11-23T02:18:34.0992437Z [ 2022-11-23T02:18:34.0992589Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0992651Z ] 2022-11-23T02:18:34.0993026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0993096Z with 2022-11-23T02:18:34.0993149Z [ 2022-11-23T02:18:34.0993252Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0993320Z ] 2022-11-23T02:18:34.0993688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0993753Z with 2022-11-23T02:18:34.0993814Z [ 2022-11-23T02:18:34.0993913Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0993976Z ] 2022-11-23T02:18:34.0994363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0994429Z with 2022-11-23T02:18:34.0994489Z [ 2022-11-23T02:18:34.0994588Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0994650Z ] 2022-11-23T02:18:34.0995001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0995358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0995703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0995771Z with 2022-11-23T02:18:34.0995876Z [ 2022-11-23T02:18:34.0995962Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.0996076Z ] 2022-11-23T02:18:34.0996387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0996453Z with 2022-11-23T02:18:34.0996558Z [ 2022-11-23T02:18:34.0996642Z T=c10::IValue 2022-11-23T02:18:34.0996704Z ] 2022-11-23T02:18:34.0997027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.0997092Z with 2022-11-23T02:18:34.0997153Z [ 2022-11-23T02:18:34.0997233Z T=c10::IValue 2022-11-23T02:18:34.0997296Z ] 2022-11-23T02:18:34.0997662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.0997727Z with 2022-11-23T02:18:34.0997788Z [ 2022-11-23T02:18:34.0997853Z T=c10::IValue 2022-11-23T02:18:34.0997913Z ] 2022-11-23T02:18:34.0998301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.0998366Z with 2022-11-23T02:18:34.0998427Z [ 2022-11-23T02:18:34.0998503Z T=c10::IValue 2022-11-23T02:18:34.0998564Z ] 2022-11-23T02:18:34.0998941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.0999274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.0999624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.0999689Z with 2022-11-23T02:18:34.1008860Z [ 2022-11-23T02:18:34.1009047Z T=c10::IValue 2022-11-23T02:18:34.1009120Z ] 2022-11-23T02:18:34.1009470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1009549Z with 2022-11-23T02:18:34.1009616Z [ 2022-11-23T02:18:34.1009704Z T=c10::AliasInfo 2022-11-23T02:18:34.1009767Z ] 2022-11-23T02:18:34.1010118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1010190Z with 2022-11-23T02:18:34.1010254Z [ 2022-11-23T02:18:34.1010340Z T=c10::AliasInfo 2022-11-23T02:18:34.1010406Z ] 2022-11-23T02:18:34.1010785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1010855Z with 2022-11-23T02:18:34.1010918Z [ 2022-11-23T02:18:34.1010989Z T=c10::AliasInfo 2022-11-23T02:18:34.1011053Z ] 2022-11-23T02:18:34.1011599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1011671Z with 2022-11-23T02:18:34.1011735Z [ 2022-11-23T02:18:34.1011820Z T=c10::AliasInfo 2022-11-23T02:18:34.1011885Z ] 2022-11-23T02:18:34.1012219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1012566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1012920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1012989Z with 2022-11-23T02:18:34.1013055Z [ 2022-11-23T02:18:34.1013138Z T=c10::AliasInfo 2022-11-23T02:18:34.1013201Z ] 2022-11-23T02:18:34.1013521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1013588Z with 2022-11-23T02:18:34.1013650Z [ 2022-11-23T02:18:34.1013790Z T=std::vector> 2022-11-23T02:18:34.1013887Z ] 2022-11-23T02:18:34.1014228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1014361Z with 2022-11-23T02:18:34.1014424Z [ 2022-11-23T02:18:34.1014606Z T=std::vector> 2022-11-23T02:18:34.1014672Z ] 2022-11-23T02:18:34.1015047Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1015115Z with 2022-11-23T02:18:34.1015178Z [ 2022-11-23T02:18:34.1015315Z T=std::vector> 2022-11-23T02:18:34.1015380Z ] 2022-11-23T02:18:34.1015768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1015838Z with 2022-11-23T02:18:34.1015902Z [ 2022-11-23T02:18:34.1016036Z T=std::vector> 2022-11-23T02:18:34.1016100Z ] 2022-11-23T02:18:34.1016436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1016506Z with 2022-11-23T02:18:34.1016571Z [ 2022-11-23T02:18:34.1016652Z T=c10::SymInt 2022-11-23T02:18:34.1016716Z ] 2022-11-23T02:18:34.1017068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1017136Z with 2022-11-23T02:18:34.1017201Z [ 2022-11-23T02:18:34.1017282Z T=c10::SymInt 2022-11-23T02:18:34.1017345Z ] 2022-11-23T02:18:34.1017775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.1018213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.1018564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1018632Z with 2022-11-23T02:18:34.1018696Z [ 2022-11-23T02:18:34.1018835Z T=std::vector> 2022-11-23T02:18:34.1018900Z ] 2022-11-23T02:18:34.1019218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1019284Z with 2022-11-23T02:18:34.1019334Z [ 2022-11-23T02:18:34.1019477Z T=c10::either 2022-11-23T02:18:34.1019541Z ] 2022-11-23T02:18:34.1019926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1019997Z with 2022-11-23T02:18:34.1020061Z [ 2022-11-23T02:18:34.1020203Z T=c10::either 2022-11-23T02:18:34.1020268Z ] 2022-11-23T02:18:34.1020731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1020799Z with 2022-11-23T02:18:34.1020869Z [ 2022-11-23T02:18:34.1021008Z T=c10::either 2022-11-23T02:18:34.1021072Z ] 2022-11-23T02:18:34.1021463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1021531Z with 2022-11-23T02:18:34.1021593Z [ 2022-11-23T02:18:34.1021716Z T=c10::either 2022-11-23T02:18:34.1021782Z ] 2022-11-23T02:18:34.1022160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1022685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1023035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1023106Z with 2022-11-23T02:18:34.1023170Z [ 2022-11-23T02:18:34.1023311Z T=c10::either 2022-11-23T02:18:34.1023375Z ] 2022-11-23T02:18:34.1023684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1023753Z with 2022-11-23T02:18:34.1023816Z [ 2022-11-23T02:18:34.1023910Z T=at::StepCallbacks 2022-11-23T02:18:34.1024025Z ] 2022-11-23T02:18:34.1024360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1024428Z with 2022-11-23T02:18:34.1024491Z [ 2022-11-23T02:18:34.1024583Z T=at::StepCallbacks 2022-11-23T02:18:34.1024632Z ] 2022-11-23T02:18:34.1025000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1025071Z with 2022-11-23T02:18:34.1025134Z [ 2022-11-23T02:18:34.1025228Z T=at::StepCallbacks 2022-11-23T02:18:34.1025293Z ] 2022-11-23T02:18:34.1025691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1025758Z with 2022-11-23T02:18:34.1025826Z [ 2022-11-23T02:18:34.1025965Z T=at::StepCallbacks 2022-11-23T02:18:34.1026028Z ] 2022-11-23T02:18:34.1026377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1026734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1027177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1027247Z with 2022-11-23T02:18:34.1027310Z [ 2022-11-23T02:18:34.1027401Z T=at::StepCallbacks 2022-11-23T02:18:34.1027449Z ] 2022-11-23T02:18:34.1027754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1027823Z with 2022-11-23T02:18:34.1027887Z [ 2022-11-23T02:18:34.1027972Z T=c10::DimVector 2022-11-23T02:18:34.1028032Z ] 2022-11-23T02:18:34.1028359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1028426Z with 2022-11-23T02:18:34.1028488Z [ 2022-11-23T02:18:34.1028572Z T=c10::DimVector 2022-11-23T02:18:34.1028638Z ] 2022-11-23T02:18:34.1029002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1029069Z with 2022-11-23T02:18:34.1029132Z [ 2022-11-23T02:18:34.1029212Z T=c10::DimVector 2022-11-23T02:18:34.1029260Z ] 2022-11-23T02:18:34.1029650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1029718Z with 2022-11-23T02:18:34.1029782Z [ 2022-11-23T02:18:34.1029865Z T=c10::DimVector 2022-11-23T02:18:34.1029930Z ] 2022-11-23T02:18:34.1030309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1030649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1030994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1031060Z with 2022-11-23T02:18:34.1031126Z [ 2022-11-23T02:18:34.1031212Z T=c10::DimVector 2022-11-23T02:18:34.1031275Z ] 2022-11-23T02:18:34.1031588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1031656Z with 2022-11-23T02:18:34.1031718Z [ 2022-11-23T02:18:34.1031825Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1031874Z ] 2022-11-23T02:18:34.1032201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1032312Z with 2022-11-23T02:18:34.1032380Z [ 2022-11-23T02:18:34.1032487Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1032551Z ] 2022-11-23T02:18:34.1032964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1033084Z with 2022-11-23T02:18:34.1033154Z [ 2022-11-23T02:18:34.1033259Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1033322Z ] 2022-11-23T02:18:34.1033715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1033783Z with 2022-11-23T02:18:34.1033847Z [ 2022-11-23T02:18:34.1033949Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1034012Z ] 2022-11-23T02:18:34.1034353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1034730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1035097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1035150Z with 2022-11-23T02:18:34.1035214Z [ 2022-11-23T02:18:34.1035320Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1035387Z ] 2022-11-23T02:18:34.1035701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1035772Z with 2022-11-23T02:18:34.1035839Z [ 2022-11-23T02:18:34.1035986Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1036051Z ] 2022-11-23T02:18:34.1036422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1036490Z with 2022-11-23T02:18:34.1036556Z [ 2022-11-23T02:18:34.1036704Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1036767Z ] 2022-11-23T02:18:34.1037139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1037207Z with 2022-11-23T02:18:34.1037255Z [ 2022-11-23T02:18:34.1037399Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1037464Z ] 2022-11-23T02:18:34.1037861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1037930Z with 2022-11-23T02:18:34.1037994Z [ 2022-11-23T02:18:34.1038134Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1038198Z ] 2022-11-23T02:18:34.1038622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1039068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1039473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1039543Z with 2022-11-23T02:18:34.1039607Z [ 2022-11-23T02:18:34.1039751Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1039815Z ] 2022-11-23T02:18:34.1040124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1040190Z with 2022-11-23T02:18:34.1040253Z [ 2022-11-23T02:18:34.1040359Z T=std::tuple 2022-11-23T02:18:34.1040423Z ] 2022-11-23T02:18:34.1040749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1040817Z with 2022-11-23T02:18:34.1040882Z [ 2022-11-23T02:18:34.1041003Z T=std::tuple 2022-11-23T02:18:34.1041068Z ] 2022-11-23T02:18:34.1041433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1041499Z with 2022-11-23T02:18:34.1041563Z [ 2022-11-23T02:18:34.1041685Z T=std::tuple 2022-11-23T02:18:34.1041747Z ] 2022-11-23T02:18:34.1042140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1042209Z with 2022-11-23T02:18:34.1042273Z [ 2022-11-23T02:18:34.1042394Z T=std::tuple 2022-11-23T02:18:34.1042442Z ] 2022-11-23T02:18:34.1042845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1043224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1043578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1043651Z with 2022-11-23T02:18:34.1043714Z [ 2022-11-23T02:18:34.1043832Z T=std::tuple 2022-11-23T02:18:34.1043895Z ] 2022-11-23T02:18:34.1044211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1044277Z with 2022-11-23T02:18:34.1044387Z [ 2022-11-23T02:18:34.1044489Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1044552Z ] 2022-11-23T02:18:34.1044877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1044946Z with 2022-11-23T02:18:34.1045048Z [ 2022-11-23T02:18:34.1045147Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1045243Z ] 2022-11-23T02:18:34.1045614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1045682Z with 2022-11-23T02:18:34.1045747Z [ 2022-11-23T02:18:34.1045845Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1045908Z ] 2022-11-23T02:18:34.1046300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1046367Z with 2022-11-23T02:18:34.1046433Z [ 2022-11-23T02:18:34.1046528Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1046592Z ] 2022-11-23T02:18:34.1046944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1047308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1047653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1047720Z with 2022-11-23T02:18:34.1047787Z [ 2022-11-23T02:18:34.1047884Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1047948Z ] 2022-11-23T02:18:34.1048259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1048312Z with 2022-11-23T02:18:34.1048375Z [ 2022-11-23T02:18:34.1048494Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1048558Z ] 2022-11-23T02:18:34.1048928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1048997Z with 2022-11-23T02:18:34.1049065Z [ 2022-11-23T02:18:34.1049184Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1049247Z ] 2022-11-23T02:18:34.1049617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1049689Z with 2022-11-23T02:18:34.1049752Z [ 2022-11-23T02:18:34.1049869Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1049931Z ] 2022-11-23T02:18:34.1050327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1050436Z with 2022-11-23T02:18:34.1050485Z [ 2022-11-23T02:18:34.1050600Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1050664Z ] 2022-11-23T02:18:34.1051073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1051441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1051840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1051908Z with 2022-11-23T02:18:34.1051975Z [ 2022-11-23T02:18:34.1052094Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1052157Z ] 2022-11-23T02:18:34.1052469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1052534Z with 2022-11-23T02:18:34.1052599Z [ 2022-11-23T02:18:34.1052716Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1052779Z ] 2022-11-23T02:18:34.1053102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1053169Z with 2022-11-23T02:18:34.1053218Z [ 2022-11-23T02:18:34.1053334Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1053398Z ] 2022-11-23T02:18:34.1053767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1053835Z with 2022-11-23T02:18:34.1053902Z [ 2022-11-23T02:18:34.1054016Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1054080Z ] 2022-11-23T02:18:34.1054468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1054538Z with 2022-11-23T02:18:34.1054601Z [ 2022-11-23T02:18:34.1054710Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1054820Z ] 2022-11-23T02:18:34.1055182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1055544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1055886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1055955Z with 2022-11-23T02:18:34.1056019Z [ 2022-11-23T02:18:34.1056117Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1056180Z ] 2022-11-23T02:18:34.1056536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1056609Z with 2022-11-23T02:18:34.1056673Z [ 2022-11-23T02:18:34.1056770Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1056837Z ] 2022-11-23T02:18:34.1057204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1057272Z with 2022-11-23T02:18:34.1057335Z [ 2022-11-23T02:18:34.1057427Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1058072Z ] 2022-11-23T02:18:34.1058438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1058507Z with 2022-11-23T02:18:34.1058572Z [ 2022-11-23T02:18:34.1058649Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1058713Z ] 2022-11-23T02:18:34.1059108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1059177Z with 2022-11-23T02:18:34.1059240Z [ 2022-11-23T02:18:34.1059332Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1059395Z ] 2022-11-23T02:18:34.1059740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1060097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1060445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1060515Z with 2022-11-23T02:18:34.1060579Z [ 2022-11-23T02:18:34.1060670Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1060737Z ] 2022-11-23T02:18:34.1061048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1061116Z with 2022-11-23T02:18:34.1061180Z [ 2022-11-23T02:18:34.1061277Z T=at::ThreadLocalState 2022-11-23T02:18:34.1061325Z ] 2022-11-23T02:18:34.1061703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1061773Z with 2022-11-23T02:18:34.1061838Z [ 2022-11-23T02:18:34.1061935Z T=at::ThreadLocalState 2022-11-23T02:18:34.1061997Z ] 2022-11-23T02:18:34.1062697Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1062769Z with 2022-11-23T02:18:34.1062832Z [ 2022-11-23T02:18:34.1062935Z T=at::ThreadLocalState 2022-11-23T02:18:34.1062998Z ] 2022-11-23T02:18:34.1063439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1063512Z with 2022-11-23T02:18:34.1063575Z [ 2022-11-23T02:18:34.1063670Z T=at::ThreadLocalState 2022-11-23T02:18:34.1063717Z ] 2022-11-23T02:18:34.1064066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1064433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1064841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1064914Z with 2022-11-23T02:18:34.1064979Z [ 2022-11-23T02:18:34.1065075Z T=at::ThreadLocalState 2022-11-23T02:18:34.1065140Z ] 2022-11-23T02:18:34.1065451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1065521Z with 2022-11-23T02:18:34.1065587Z [ 2022-11-23T02:18:34.1065705Z T=std::shared_ptr 2022-11-23T02:18:34.1065768Z ] 2022-11-23T02:18:34.1066094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1066166Z with 2022-11-23T02:18:34.1066230Z [ 2022-11-23T02:18:34.1066347Z T=std::shared_ptr 2022-11-23T02:18:34.1066395Z ] 2022-11-23T02:18:34.1066766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1066834Z with 2022-11-23T02:18:34.1066898Z [ 2022-11-23T02:18:34.1067016Z T=std::shared_ptr 2022-11-23T02:18:34.1067078Z ] 2022-11-23T02:18:34.1067475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1067549Z with 2022-11-23T02:18:34.1067615Z [ 2022-11-23T02:18:34.1067729Z T=std::shared_ptr 2022-11-23T02:18:34.1067792Z ] 2022-11-23T02:18:34.1068197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1068597Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1068980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.1069374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1069445Z with 2022-11-23T02:18:34.1069513Z [ 2022-11-23T02:18:34.1069628Z T=std::shared_ptr 2022-11-23T02:18:34.1069693Z ] 2022-11-23T02:18:34.1070005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1070070Z with 2022-11-23T02:18:34.1070122Z [ 2022-11-23T02:18:34.1070225Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1070289Z ] 2022-11-23T02:18:34.1070611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1070738Z with 2022-11-23T02:18:34.1070801Z [ 2022-11-23T02:18:34.1070903Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1070966Z ] 2022-11-23T02:18:34.1071335Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1071405Z with 2022-11-23T02:18:34.1071468Z [ 2022-11-23T02:18:34.1071568Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1071630Z ] 2022-11-23T02:18:34.1072028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1072095Z with 2022-11-23T02:18:34.1072147Z [ 2022-11-23T02:18:34.1072246Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1072310Z ] 2022-11-23T02:18:34.1072666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1073012Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1073388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.1073739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1073810Z with 2022-11-23T02:18:34.1073875Z [ 2022-11-23T02:18:34.1073977Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1074096Z ] 2022-11-23T02:18:34.1074408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1074479Z with 2022-11-23T02:18:34.1074586Z [ 2022-11-23T02:18:34.1074678Z T=torch::jit::Method 2022-11-23T02:18:34.1074741Z ] 2022-11-23T02:18:34.1075065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1075131Z with 2022-11-23T02:18:34.1075228Z [ 2022-11-23T02:18:34.1075322Z T=torch::jit::Method 2022-11-23T02:18:34.1075386Z ] 2022-11-23T02:18:34.1075752Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1075818Z with 2022-11-23T02:18:34.1075880Z [ 2022-11-23T02:18:34.1075973Z T=torch::jit::Method 2022-11-23T02:18:34.1076034Z ] 2022-11-23T02:18:34.1076422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1076488Z with 2022-11-23T02:18:34.1076551Z [ 2022-11-23T02:18:34.1076640Z T=torch::jit::Method 2022-11-23T02:18:34.1076757Z ] 2022-11-23T02:18:34.1077102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1077446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1077792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1077858Z with 2022-11-23T02:18:34.1077921Z [ 2022-11-23T02:18:34.1078008Z T=torch::jit::Method 2022-11-23T02:18:34.1078057Z ] 2022-11-23T02:18:34.1078365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1078433Z with 2022-11-23T02:18:34.1078494Z [ 2022-11-23T02:18:34.1078635Z T=std::vector> 2022-11-23T02:18:34.1078698Z ] 2022-11-23T02:18:34.1079020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1079087Z with 2022-11-23T02:18:34.1079150Z [ 2022-11-23T02:18:34.1079285Z T=std::vector> 2022-11-23T02:18:34.1079348Z ] 2022-11-23T02:18:34.1079717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1079784Z with 2022-11-23T02:18:34.1079845Z [ 2022-11-23T02:18:34.1079985Z T=std::vector> 2022-11-23T02:18:34.1080047Z ] 2022-11-23T02:18:34.1080479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1080593Z with 2022-11-23T02:18:34.1080658Z [ 2022-11-23T02:18:34.1080794Z T=std::vector> 2022-11-23T02:18:34.1080858Z ] 2022-11-23T02:18:34.1081272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1081658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1082001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1082068Z with 2022-11-23T02:18:34.1082132Z [ 2022-11-23T02:18:34.1082268Z T=std::vector> 2022-11-23T02:18:34.1082333Z ] 2022-11-23T02:18:34.1082649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1082715Z with 2022-11-23T02:18:34.1082832Z [ 2022-11-23T02:18:34.1083001Z T=std::function 2022-11-23T02:18:34.1083064Z ] 2022-11-23T02:18:34.1083390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1083458Z with 2022-11-23T02:18:34.1083506Z [ 2022-11-23T02:18:34.1083675Z T=std::function 2022-11-23T02:18:34.1083741Z ] 2022-11-23T02:18:34.1084109Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1084176Z with 2022-11-23T02:18:34.1084238Z [ 2022-11-23T02:18:34.1084403Z T=std::function 2022-11-23T02:18:34.1084466Z ] 2022-11-23T02:18:34.1084856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1084921Z with 2022-11-23T02:18:34.1084983Z [ 2022-11-23T02:18:34.1085148Z T=std::function 2022-11-23T02:18:34.1085211Z ] 2022-11-23T02:18:34.1085613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1086032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1086894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1086973Z with 2022-11-23T02:18:34.1087035Z [ 2022-11-23T02:18:34.1087246Z T=std::function 2022-11-23T02:18:34.1087314Z ] 2022-11-23T02:18:34.1087630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1087699Z with 2022-11-23T02:18:34.1087750Z [ 2022-11-23T02:18:34.1087942Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1088005Z ] 2022-11-23T02:18:34.1088333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1088399Z with 2022-11-23T02:18:34.1088465Z [ 2022-11-23T02:18:34.1088652Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1088715Z ] 2022-11-23T02:18:34.1089081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1089147Z with 2022-11-23T02:18:34.1089208Z [ 2022-11-23T02:18:34.1089399Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1089523Z ] 2022-11-23T02:18:34.1089920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1089989Z with 2022-11-23T02:18:34.1090053Z [ 2022-11-23T02:18:34.1090244Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1090293Z ] 2022-11-23T02:18:34.1090717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1091175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1091525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1091591Z with 2022-11-23T02:18:34.1091656Z [ 2022-11-23T02:18:34.1091846Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1091912Z ] 2022-11-23T02:18:34.1092224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1092288Z with 2022-11-23T02:18:34.1092354Z [ 2022-11-23T02:18:34.1092484Z T=std::vector> 2022-11-23T02:18:34.1092548Z ] 2022-11-23T02:18:34.1092970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1093040Z with 2022-11-23T02:18:34.1093102Z [ 2022-11-23T02:18:34.1093270Z T=std::vector> 2022-11-23T02:18:34.1093337Z ] 2022-11-23T02:18:34.1093705Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1093757Z with 2022-11-23T02:18:34.1093820Z [ 2022-11-23T02:18:34.1093947Z T=std::vector> 2022-11-23T02:18:34.1094009Z ] 2022-11-23T02:18:34.1094407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1094474Z with 2022-11-23T02:18:34.1094538Z [ 2022-11-23T02:18:34.1094664Z T=std::vector> 2022-11-23T02:18:34.1094727Z ] 2022-11-23T02:18:34.1095076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1095141Z with 2022-11-23T02:18:34.1095203Z [ 2022-11-23T02:18:34.1095275Z T=double 2022-11-23T02:18:34.1095337Z ] 2022-11-23T02:18:34.1095732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1095853Z with 2022-11-23T02:18:34.1095904Z [ 2022-11-23T02:18:34.1095976Z T=double 2022-11-23T02:18:34.1096040Z ] 2022-11-23T02:18:34.1096389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1096459Z with 2022-11-23T02:18:34.1096520Z [ 2022-11-23T02:18:34.1096647Z T=std::vector> 2022-11-23T02:18:34.1096709Z ] 2022-11-23T02:18:34.1097016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1097084Z with 2022-11-23T02:18:34.1097146Z [ 2022-11-23T02:18:34.1097259Z T=std::tuple 2022-11-23T02:18:34.1097321Z ] 2022-11-23T02:18:34.1097648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1097716Z with 2022-11-23T02:18:34.1097764Z [ 2022-11-23T02:18:34.1097884Z T=std::tuple 2022-11-23T02:18:34.1097945Z ] 2022-11-23T02:18:34.1098310Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1098376Z with 2022-11-23T02:18:34.1098442Z [ 2022-11-23T02:18:34.1098555Z T=std::tuple 2022-11-23T02:18:34.1098661Z ] 2022-11-23T02:18:34.1099110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1099178Z with 2022-11-23T02:18:34.1099240Z [ 2022-11-23T02:18:34.1099398Z T=std::tuple 2022-11-23T02:18:34.1099461Z ] 2022-11-23T02:18:34.1099813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1100202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1100551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1100618Z with 2022-11-23T02:18:34.1100682Z [ 2022-11-23T02:18:34.1100782Z T=std::tuple 2022-11-23T02:18:34.1100844Z ] 2022-11-23T02:18:34.1101147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1101213Z with 2022-11-23T02:18:34.1101274Z [ 2022-11-23T02:18:34.1101412Z T=std::vector> 2022-11-23T02:18:34.1101480Z ] 2022-11-23T02:18:34.1101809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1101934Z with 2022-11-23T02:18:34.1101997Z [ 2022-11-23T02:18:34.1102136Z T=std::vector> 2022-11-23T02:18:34.1102322Z ] 2022-11-23T02:18:34.1102694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1102759Z with 2022-11-23T02:18:34.1102821Z [ 2022-11-23T02:18:34.1102954Z T=std::vector> 2022-11-23T02:18:34.1103002Z ] 2022-11-23T02:18:34.1103391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1103460Z with 2022-11-23T02:18:34.1103521Z [ 2022-11-23T02:18:34.1103656Z T=std::vector> 2022-11-23T02:18:34.1103720Z ] 2022-11-23T02:18:34.1104087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1104487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1104878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1104949Z with 2022-11-23T02:18:34.1105012Z [ 2022-11-23T02:18:34.1105149Z T=std::vector> 2022-11-23T02:18:34.1105270Z ] 2022-11-23T02:18:34.1106342Z [2/3] cl /showIncludes -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\jit_extension.cpp /Fojit_extension.o 2022-11-23T02:18:34.1106489Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.1106635Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.1106646Z 2022-11-23T02:18:34.1106786Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:18:34.1107099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.1107412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1107479Z with 2022-11-23T02:18:34.1107545Z [ 2022-11-23T02:18:34.1107627Z T=c10::SymInt 2022-11-23T02:18:34.1107689Z ] 2022-11-23T02:18:34.1108013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1108133Z with 2022-11-23T02:18:34.1108181Z [ 2022-11-23T02:18:34.1108260Z T=c10::SymInt 2022-11-23T02:18:34.1108323Z ] 2022-11-23T02:18:34.1108687Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1108755Z with 2022-11-23T02:18:34.1108822Z [ 2022-11-23T02:18:34.1108900Z T=c10::SymInt 2022-11-23T02:18:34.1108963Z ] 2022-11-23T02:18:34.1109352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1109423Z with 2022-11-23T02:18:34.1109484Z [ 2022-11-23T02:18:34.1109561Z T=c10::SymInt 2022-11-23T02:18:34.1109623Z ] 2022-11-23T02:18:34.1109959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1110286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1110634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1110742Z with 2022-11-23T02:18:34.1110804Z [ 2022-11-23T02:18:34.1110871Z T=c10::SymInt 2022-11-23T02:18:34.1110933Z ] 2022-11-23T02:18:34.1111232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.1111635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1111705Z with 2022-11-23T02:18:34.1111768Z [ 2022-11-23T02:18:34.1111857Z T=at::TensorBase 2022-11-23T02:18:34.1111922Z ] 2022-11-23T02:18:34.1112243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1112309Z with 2022-11-23T02:18:34.1112370Z [ 2022-11-23T02:18:34.1112455Z T=at::TensorBase 2022-11-23T02:18:34.1112517Z ] 2022-11-23T02:18:34.1112881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1112947Z with 2022-11-23T02:18:34.1112995Z [ 2022-11-23T02:18:34.1113078Z T=at::TensorBase 2022-11-23T02:18:34.1113143Z ] 2022-11-23T02:18:34.1113535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1113600Z with 2022-11-23T02:18:34.1113663Z [ 2022-11-23T02:18:34.1113746Z T=at::TensorBase 2022-11-23T02:18:34.1113808Z ] 2022-11-23T02:18:34.1114190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1114528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1114874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1114940Z with 2022-11-23T02:18:34.1115004Z [ 2022-11-23T02:18:34.1115090Z T=at::TensorBase 2022-11-23T02:18:34.1115152Z ] 2022-11-23T02:18:34.1115463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1115532Z with 2022-11-23T02:18:34.1115581Z [ 2022-11-23T02:18:34.1115660Z T=at::Tensor 2022-11-23T02:18:34.1115722Z ] 2022-11-23T02:18:34.1116046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1116113Z with 2022-11-23T02:18:34.1116175Z [ 2022-11-23T02:18:34.1116254Z T=at::Tensor 2022-11-23T02:18:34.1116316Z ] 2022-11-23T02:18:34.1116683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1116750Z with 2022-11-23T02:18:34.1116811Z [ 2022-11-23T02:18:34.1116890Z T=at::Tensor 2022-11-23T02:18:34.1116952Z ] 2022-11-23T02:18:34.1117387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1117453Z with 2022-11-23T02:18:34.1117501Z [ 2022-11-23T02:18:34.1117579Z T=at::Tensor 2022-11-23T02:18:34.1117643Z ] 2022-11-23T02:18:34.1117969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1118296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1118637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1118706Z with 2022-11-23T02:18:34.1118770Z [ 2022-11-23T02:18:34.1118851Z T=at::Tensor 2022-11-23T02:18:34.1118913Z ] 2022-11-23T02:18:34.1119219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1119285Z with 2022-11-23T02:18:34.1119348Z [ 2022-11-23T02:18:34.1119432Z T=at::Generator 2022-11-23T02:18:34.1119493Z ] 2022-11-23T02:18:34.1119817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1119928Z with 2022-11-23T02:18:34.1119976Z [ 2022-11-23T02:18:34.1120058Z T=at::Generator 2022-11-23T02:18:34.1120120Z ] 2022-11-23T02:18:34.1120491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1120557Z with 2022-11-23T02:18:34.1120619Z [ 2022-11-23T02:18:34.1120701Z T=at::Generator 2022-11-23T02:18:34.1120764Z ] 2022-11-23T02:18:34.1121158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1121223Z with 2022-11-23T02:18:34.1121286Z [ 2022-11-23T02:18:34.1121367Z T=at::Generator 2022-11-23T02:18:34.1121431Z ] 2022-11-23T02:18:34.1121819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1122301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1122689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1122758Z with 2022-11-23T02:18:34.1122807Z [ 2022-11-23T02:18:34.1122890Z T=at::Generator 2022-11-23T02:18:34.1122954Z ] 2022-11-23T02:18:34.1123262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1123329Z with 2022-11-23T02:18:34.1123393Z [ 2022-11-23T02:18:34.1123471Z T=c10::Scalar 2022-11-23T02:18:34.1123591Z ] 2022-11-23T02:18:34.1123917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1123984Z with 2022-11-23T02:18:34.1124047Z [ 2022-11-23T02:18:34.1124126Z T=c10::Scalar 2022-11-23T02:18:34.1124188Z ] 2022-11-23T02:18:34.1124549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1124617Z with 2022-11-23T02:18:34.1124665Z [ 2022-11-23T02:18:34.1124741Z T=c10::Scalar 2022-11-23T02:18:34.1124804Z ] 2022-11-23T02:18:34.1125194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1125260Z with 2022-11-23T02:18:34.1125323Z [ 2022-11-23T02:18:34.1125400Z T=c10::Scalar 2022-11-23T02:18:34.1125462Z ] 2022-11-23T02:18:34.1125791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1126123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1126519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1126587Z with 2022-11-23T02:18:34.1126650Z [ 2022-11-23T02:18:34.1126729Z T=c10::Scalar 2022-11-23T02:18:34.1126792Z ] 2022-11-23T02:18:34.1127102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1127166Z with 2022-11-23T02:18:34.1127214Z [ 2022-11-23T02:18:34.1127293Z T=std::string 2022-11-23T02:18:34.1127356Z ] 2022-11-23T02:18:34.1127680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1127751Z with 2022-11-23T02:18:34.1127811Z [ 2022-11-23T02:18:34.1127890Z T=std::string 2022-11-23T02:18:34.1127952Z ] 2022-11-23T02:18:34.1128318Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1128387Z with 2022-11-23T02:18:34.1128448Z [ 2022-11-23T02:18:34.1128526Z T=std::string 2022-11-23T02:18:34.1128587Z ] 2022-11-23T02:18:34.1128978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1129044Z with 2022-11-23T02:18:34.1129093Z [ 2022-11-23T02:18:34.1129170Z T=std::string 2022-11-23T02:18:34.1129233Z ] 2022-11-23T02:18:34.1129607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1129938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1130287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1130355Z with 2022-11-23T02:18:34.1130417Z [ 2022-11-23T02:18:34.1130496Z T=std::string 2022-11-23T02:18:34.1130559Z ] 2022-11-23T02:18:34.1130869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1130933Z with 2022-11-23T02:18:34.1130997Z [ 2022-11-23T02:18:34.1131090Z T=c10::QualifiedName 2022-11-23T02:18:34.1131151Z ] 2022-11-23T02:18:34.1131474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1131539Z with 2022-11-23T02:18:34.1131588Z [ 2022-11-23T02:18:34.1131679Z T=c10::QualifiedName 2022-11-23T02:18:34.1131742Z ] 2022-11-23T02:18:34.1132107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1132219Z with 2022-11-23T02:18:34.1132281Z [ 2022-11-23T02:18:34.1132371Z T=c10::QualifiedName 2022-11-23T02:18:34.1132433Z ] 2022-11-23T02:18:34.1132822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1132889Z with 2022-11-23T02:18:34.1132950Z [ 2022-11-23T02:18:34.1133039Z T=c10::QualifiedName 2022-11-23T02:18:34.1133101Z ] 2022-11-23T02:18:34.1133439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1133777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1134128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1134194Z with 2022-11-23T02:18:34.1134243Z [ 2022-11-23T02:18:34.1134332Z T=c10::QualifiedName 2022-11-23T02:18:34.1134395Z ] 2022-11-23T02:18:34.1134701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1134766Z with 2022-11-23T02:18:34.1134827Z [ 2022-11-23T02:18:34.1134963Z T=std::shared_ptr 2022-11-23T02:18:34.1135028Z ] 2022-11-23T02:18:34.1135349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1135414Z with 2022-11-23T02:18:34.1135520Z [ 2022-11-23T02:18:34.1135655Z T=std::shared_ptr 2022-11-23T02:18:34.1135717Z ] 2022-11-23T02:18:34.1136082Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1136147Z with 2022-11-23T02:18:34.1136209Z [ 2022-11-23T02:18:34.1136324Z T=std::shared_ptr 2022-11-23T02:18:34.1136386Z ] 2022-11-23T02:18:34.1136775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1136844Z with 2022-11-23T02:18:34.1136906Z [ 2022-11-23T02:18:34.1137035Z T=std::shared_ptr 2022-11-23T02:18:34.1137097Z ] 2022-11-23T02:18:34.1137467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1137894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1138242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1138358Z with 2022-11-23T02:18:34.1138461Z [ 2022-11-23T02:18:34.1138602Z T=std::shared_ptr 2022-11-23T02:18:34.1138665Z ] 2022-11-23T02:18:34.1138975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1139039Z with 2022-11-23T02:18:34.1139102Z [ 2022-11-23T02:18:34.1139232Z T=std::weak_ptr 2022-11-23T02:18:34.1139281Z ] 2022-11-23T02:18:34.1139602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1139670Z with 2022-11-23T02:18:34.1139736Z [ 2022-11-23T02:18:34.1139867Z T=std::weak_ptr 2022-11-23T02:18:34.1139929Z ] 2022-11-23T02:18:34.1140299Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1140366Z with 2022-11-23T02:18:34.1140429Z [ 2022-11-23T02:18:34.1140557Z T=std::weak_ptr 2022-11-23T02:18:34.1140619Z ] 2022-11-23T02:18:34.1141010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1141076Z with 2022-11-23T02:18:34.1141140Z [ 2022-11-23T02:18:34.1141267Z T=std::weak_ptr 2022-11-23T02:18:34.1141331Z ] 2022-11-23T02:18:34.1141750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1142113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1142561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1142630Z with 2022-11-23T02:18:34.1142679Z [ 2022-11-23T02:18:34.1142811Z T=std::weak_ptr 2022-11-23T02:18:34.1142873Z ] 2022-11-23T02:18:34.1143189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1143256Z with 2022-11-23T02:18:34.1143317Z [ 2022-11-23T02:18:34.1143476Z T=std::vector> 2022-11-23T02:18:34.1143538Z ] 2022-11-23T02:18:34.1143867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1143934Z with 2022-11-23T02:18:34.1143996Z [ 2022-11-23T02:18:34.1144152Z T=std::vector> 2022-11-23T02:18:34.1144215Z ] 2022-11-23T02:18:34.1144629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1144695Z with 2022-11-23T02:18:34.1144746Z [ 2022-11-23T02:18:34.1144902Z T=std::vector> 2022-11-23T02:18:34.1144966Z ] 2022-11-23T02:18:34.1145355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1145421Z with 2022-11-23T02:18:34.1145483Z [ 2022-11-23T02:18:34.1145639Z T=std::vector> 2022-11-23T02:18:34.1145701Z ] 2022-11-23T02:18:34.1146082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1146467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1146812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1146881Z with 2022-11-23T02:18:34.1146944Z [ 2022-11-23T02:18:34.1147102Z T=std::vector> 2022-11-23T02:18:34.1147164Z ] 2022-11-23T02:18:34.1147480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1147546Z with 2022-11-23T02:18:34.1147608Z [ 2022-11-23T02:18:34.1147774Z T=std::vector> 2022-11-23T02:18:34.1147838Z ] 2022-11-23T02:18:34.1148150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1148216Z with 2022-11-23T02:18:34.1148278Z [ 2022-11-23T02:18:34.1148399Z T=std::vector> 2022-11-23T02:18:34.1148464Z ] 2022-11-23T02:18:34.1148832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1148902Z with 2022-11-23T02:18:34.1148965Z [ 2022-11-23T02:18:34.1149086Z T=std::vector> 2022-11-23T02:18:34.1149148Z ] 2022-11-23T02:18:34.1149539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1149606Z with 2022-11-23T02:18:34.1149669Z [ 2022-11-23T02:18:34.1149786Z T=std::vector> 2022-11-23T02:18:34.1149848Z ] 2022-11-23T02:18:34.1150210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1150610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1150954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1151020Z with 2022-11-23T02:18:34.1151069Z [ 2022-11-23T02:18:34.1151190Z T=std::vector> 2022-11-23T02:18:34.1151253Z ] 2022-11-23T02:18:34.1151564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1151629Z with 2022-11-23T02:18:34.1151696Z [ 2022-11-23T02:18:34.1151866Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1151929Z ] 2022-11-23T02:18:34.1152255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1152322Z with 2022-11-23T02:18:34.1152385Z [ 2022-11-23T02:18:34.1152554Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1152616Z ] 2022-11-23T02:18:34.1152978Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1153043Z with 2022-11-23T02:18:34.1153104Z [ 2022-11-23T02:18:34.1153258Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1153320Z ] 2022-11-23T02:18:34.1153756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1153823Z with 2022-11-23T02:18:34.1153885Z [ 2022-11-23T02:18:34.1154052Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1154115Z ] 2022-11-23T02:18:34.1154514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1154909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1155248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1155597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1155664Z with 2022-11-23T02:18:34.1155726Z [ 2022-11-23T02:18:34.1155894Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1155957Z ] 2022-11-23T02:18:34.1156262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1156808Z with 2022-11-23T02:18:34.1156870Z [ 2022-11-23T02:18:34.1157038Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1157101Z ] 2022-11-23T02:18:34.1157424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1157491Z with 2022-11-23T02:18:34.1157539Z [ 2022-11-23T02:18:34.1157702Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1157765Z ] 2022-11-23T02:18:34.1158130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1158198Z with 2022-11-23T02:18:34.1158260Z [ 2022-11-23T02:18:34.1158421Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1158483Z ] 2022-11-23T02:18:34.1158871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1158936Z with 2022-11-23T02:18:34.1158998Z [ 2022-11-23T02:18:34.1159157Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1159219Z ] 2022-11-23T02:18:34.1159610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1160041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1160371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1160715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1160782Z with 2022-11-23T02:18:34.1160844Z [ 2022-11-23T02:18:34.1161008Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1161070Z ] 2022-11-23T02:18:34.1161371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1161438Z with 2022-11-23T02:18:34.1161501Z [ 2022-11-23T02:18:34.1161629Z T=std::vector> 2022-11-23T02:18:34.1161693Z ] 2022-11-23T02:18:34.1162016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1162082Z with 2022-11-23T02:18:34.1162144Z [ 2022-11-23T02:18:34.1162271Z T=std::vector> 2022-11-23T02:18:34.1162333Z ] 2022-11-23T02:18:34.1162745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1162809Z with 2022-11-23T02:18:34.1162874Z [ 2022-11-23T02:18:34.1162998Z T=std::vector> 2022-11-23T02:18:34.1163060Z ] 2022-11-23T02:18:34.1163453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1163518Z with 2022-11-23T02:18:34.1163566Z [ 2022-11-23T02:18:34.1163689Z T=std::vector> 2022-11-23T02:18:34.1163752Z ] 2022-11-23T02:18:34.1164111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1164477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1164818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1164884Z with 2022-11-23T02:18:34.1164947Z [ 2022-11-23T02:18:34.1165071Z T=std::vector> 2022-11-23T02:18:34.1165134Z ] 2022-11-23T02:18:34.1165445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1165512Z with 2022-11-23T02:18:34.1165574Z [ 2022-11-23T02:18:34.1165731Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1165839Z ] 2022-11-23T02:18:34.1166163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1166230Z with 2022-11-23T02:18:34.1166291Z [ 2022-11-23T02:18:34.1166432Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1166494Z ] 2022-11-23T02:18:34.1166855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1166924Z with 2022-11-23T02:18:34.1166987Z [ 2022-11-23T02:18:34.1167140Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1167202Z ] 2022-11-23T02:18:34.1167593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1167659Z with 2022-11-23T02:18:34.1167723Z [ 2022-11-23T02:18:34.1167875Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1167936Z ] 2022-11-23T02:18:34.1168326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1168785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1169254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.1169647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1169716Z with 2022-11-23T02:18:34.1169779Z [ 2022-11-23T02:18:34.1169931Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1169995Z ] 2022-11-23T02:18:34.1170304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1170369Z with 2022-11-23T02:18:34.1170421Z [ 2022-11-23T02:18:34.1170572Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1170634Z ] 2022-11-23T02:18:34.1170956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1171022Z with 2022-11-23T02:18:34.1171083Z [ 2022-11-23T02:18:34.1171237Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1171298Z ] 2022-11-23T02:18:34.1171661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1171729Z with 2022-11-23T02:18:34.1171790Z [ 2022-11-23T02:18:34.1171992Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1172055Z ] 2022-11-23T02:18:34.1172439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1172505Z with 2022-11-23T02:18:34.1172567Z [ 2022-11-23T02:18:34.1172706Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1172768Z ] 2022-11-23T02:18:34.1173152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1173560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1173953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.1174295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1174364Z with 2022-11-23T02:18:34.1174473Z [ 2022-11-23T02:18:34.1174626Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1174688Z ] 2022-11-23T02:18:34.1175004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1175071Z with 2022-11-23T02:18:34.1175134Z [ 2022-11-23T02:18:34.1175240Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1175307Z ] 2022-11-23T02:18:34.1175629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1175694Z with 2022-11-23T02:18:34.1175756Z [ 2022-11-23T02:18:34.1175864Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1175913Z ] 2022-11-23T02:18:34.1176277Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1176346Z with 2022-11-23T02:18:34.1176410Z [ 2022-11-23T02:18:34.1176514Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1176580Z ] 2022-11-23T02:18:34.1176970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1177036Z with 2022-11-23T02:18:34.1177099Z [ 2022-11-23T02:18:34.1177204Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1177266Z ] 2022-11-23T02:18:34.1177620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1178005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1178073Z with 2022-11-23T02:18:34.1178138Z [ 2022-11-23T02:18:34.1178244Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1178306Z ] 2022-11-23T02:18:34.1178687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.1179031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1179086Z with 2022-11-23T02:18:34.1179148Z [ 2022-11-23T02:18:34.1179254Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1179317Z ] 2022-11-23T02:18:34.1179627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1179693Z with 2022-11-23T02:18:34.1179757Z [ 2022-11-23T02:18:34.1179950Z T=std::vector> 2022-11-23T02:18:34.1180013Z ] 2022-11-23T02:18:34.1180340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1180406Z with 2022-11-23T02:18:34.1180466Z [ 2022-11-23T02:18:34.1180704Z T=std::vector> 2022-11-23T02:18:34.1180766Z ] 2022-11-23T02:18:34.1181129Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1181194Z with 2022-11-23T02:18:34.1181256Z [ 2022-11-23T02:18:34.1181431Z T=std::vector> 2022-11-23T02:18:34.1181493Z ] 2022-11-23T02:18:34.1181889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1181956Z with 2022-11-23T02:18:34.1182019Z [ 2022-11-23T02:18:34.1182514Z T=std::vector> 2022-11-23T02:18:34.1182581Z ] 2022-11-23T02:18:34.1183005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1183424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1183768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1183836Z with 2022-11-23T02:18:34.1183898Z [ 2022-11-23T02:18:34.1184089Z T=std::vector> 2022-11-23T02:18:34.1184562Z ] 2022-11-23T02:18:34.1184887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1184953Z with 2022-11-23T02:18:34.1185015Z [ 2022-11-23T02:18:34.1185115Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1185177Z ] 2022-11-23T02:18:34.1185504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1185570Z with 2022-11-23T02:18:34.1185622Z [ 2022-11-23T02:18:34.1185720Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1185782Z ] 2022-11-23T02:18:34.1186154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1186221Z with 2022-11-23T02:18:34.1186283Z [ 2022-11-23T02:18:34.1186381Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1186443Z ] 2022-11-23T02:18:34.1186832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1186898Z with 2022-11-23T02:18:34.1186958Z [ 2022-11-23T02:18:34.1187055Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1187178Z ] 2022-11-23T02:18:34.1187528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1187889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1188235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1188301Z with 2022-11-23T02:18:34.1188350Z [ 2022-11-23T02:18:34.1188449Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1188512Z ] 2022-11-23T02:18:34.1188821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1188886Z with 2022-11-23T02:18:34.1188948Z [ 2022-11-23T02:18:34.1189031Z T=c10::IValue 2022-11-23T02:18:34.1189093Z ] 2022-11-23T02:18:34.1189415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1189480Z with 2022-11-23T02:18:34.1189542Z [ 2022-11-23T02:18:34.1189620Z T=c10::IValue 2022-11-23T02:18:34.1189683Z ] 2022-11-23T02:18:34.1190045Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1190112Z with 2022-11-23T02:18:34.1190160Z [ 2022-11-23T02:18:34.1190236Z T=c10::IValue 2022-11-23T02:18:34.1190300Z ] 2022-11-23T02:18:34.1190740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1190812Z with 2022-11-23T02:18:34.1190874Z [ 2022-11-23T02:18:34.1190951Z T=c10::IValue 2022-11-23T02:18:34.1191014Z ] 2022-11-23T02:18:34.1191341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1191673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1192022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1192088Z with 2022-11-23T02:18:34.1192150Z [ 2022-11-23T02:18:34.1192228Z T=c10::IValue 2022-11-23T02:18:34.1192291Z ] 2022-11-23T02:18:34.1192600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1192664Z with 2022-11-23T02:18:34.1192711Z [ 2022-11-23T02:18:34.1192795Z T=c10::AliasInfo 2022-11-23T02:18:34.1192858Z ] 2022-11-23T02:18:34.1193188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1193302Z with 2022-11-23T02:18:34.1193366Z [ 2022-11-23T02:18:34.1193449Z T=c10::AliasInfo 2022-11-23T02:18:34.1193514Z ] 2022-11-23T02:18:34.1193880Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1193944Z with 2022-11-23T02:18:34.1194006Z [ 2022-11-23T02:18:34.1194087Z T=c10::AliasInfo 2022-11-23T02:18:34.1194148Z ] 2022-11-23T02:18:34.1194535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1194603Z with 2022-11-23T02:18:34.1194651Z [ 2022-11-23T02:18:34.1194731Z T=c10::AliasInfo 2022-11-23T02:18:34.1194793Z ] 2022-11-23T02:18:34.1195121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1195454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1195794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1195860Z with 2022-11-23T02:18:34.1195928Z [ 2022-11-23T02:18:34.1196017Z T=c10::AliasInfo 2022-11-23T02:18:34.1196078Z ] 2022-11-23T02:18:34.1196392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1196501Z with 2022-11-23T02:18:34.1196566Z [ 2022-11-23T02:18:34.1196705Z T=std::vector> 2022-11-23T02:18:34.1196767Z ] 2022-11-23T02:18:34.1197090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1197156Z with 2022-11-23T02:18:34.1197218Z [ 2022-11-23T02:18:34.1197338Z T=std::vector> 2022-11-23T02:18:34.1197402Z ] 2022-11-23T02:18:34.1197765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1197835Z with 2022-11-23T02:18:34.1197897Z [ 2022-11-23T02:18:34.1198036Z T=std::vector> 2022-11-23T02:18:34.1198098Z ] 2022-11-23T02:18:34.1198488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1198554Z with 2022-11-23T02:18:34.1198616Z [ 2022-11-23T02:18:34.1198750Z T=std::vector> 2022-11-23T02:18:34.1198812Z ] 2022-11-23T02:18:34.1199162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1199273Z with 2022-11-23T02:18:34.1199335Z [ 2022-11-23T02:18:34.1199414Z T=c10::SymInt 2022-11-23T02:18:34.1199464Z ] 2022-11-23T02:18:34.1199807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1199873Z with 2022-11-23T02:18:34.1199935Z [ 2022-11-23T02:18:34.1200014Z T=c10::SymInt 2022-11-23T02:18:34.1200076Z ] 2022-11-23T02:18:34.1200447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.1200882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.1201227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1201293Z with 2022-11-23T02:18:34.1201355Z [ 2022-11-23T02:18:34.1201490Z T=std::vector> 2022-11-23T02:18:34.1201556Z ] 2022-11-23T02:18:34.1201869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1201935Z with 2022-11-23T02:18:34.1201997Z [ 2022-11-23T02:18:34.1202139Z T=c10::either 2022-11-23T02:18:34.1202201Z ] 2022-11-23T02:18:34.1202572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1202624Z with 2022-11-23T02:18:34.1202687Z [ 2022-11-23T02:18:34.1202829Z T=c10::either 2022-11-23T02:18:34.1202892Z ] 2022-11-23T02:18:34.1203259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1203324Z with 2022-11-23T02:18:34.1203387Z [ 2022-11-23T02:18:34.1203526Z T=c10::either 2022-11-23T02:18:34.1203588Z ] 2022-11-23T02:18:34.1203979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1204044Z with 2022-11-23T02:18:34.1204106Z [ 2022-11-23T02:18:34.1204245Z T=c10::either 2022-11-23T02:18:34.1204307Z ] 2022-11-23T02:18:34.1204683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1205085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1205480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1205547Z with 2022-11-23T02:18:34.1205609Z [ 2022-11-23T02:18:34.1205732Z T=c10::either 2022-11-23T02:18:34.1205794Z ] 2022-11-23T02:18:34.1206100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1206166Z with 2022-11-23T02:18:34.1206227Z [ 2022-11-23T02:18:34.1206319Z T=at::StepCallbacks 2022-11-23T02:18:34.1206381Z ] 2022-11-23T02:18:34.1206711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1206776Z with 2022-11-23T02:18:34.1206838Z [ 2022-11-23T02:18:34.1206932Z T=at::StepCallbacks 2022-11-23T02:18:34.1206995Z ] 2022-11-23T02:18:34.1207357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1207422Z with 2022-11-23T02:18:34.1207484Z [ 2022-11-23T02:18:34.1207559Z T=at::StepCallbacks 2022-11-23T02:18:34.1207622Z ] 2022-11-23T02:18:34.1208009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1208078Z with 2022-11-23T02:18:34.1208141Z [ 2022-11-23T02:18:34.1208230Z T=at::StepCallbacks 2022-11-23T02:18:34.1208292Z ] 2022-11-23T02:18:34.1208678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1209034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1209380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1209448Z with 2022-11-23T02:18:34.1209511Z [ 2022-11-23T02:18:34.1209599Z T=at::StepCallbacks 2022-11-23T02:18:34.1209661Z ] 2022-11-23T02:18:34.1209968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1210034Z with 2022-11-23T02:18:34.1210096Z [ 2022-11-23T02:18:34.1210165Z T=c10::DimVector 2022-11-23T02:18:34.1210227Z ] 2022-11-23T02:18:34.1210552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1210619Z with 2022-11-23T02:18:34.1210683Z [ 2022-11-23T02:18:34.1210766Z T=c10::DimVector 2022-11-23T02:18:34.1210828Z ] 2022-11-23T02:18:34.1211242Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1211308Z with 2022-11-23T02:18:34.1211371Z [ 2022-11-23T02:18:34.1211453Z T=c10::DimVector 2022-11-23T02:18:34.1211515Z ] 2022-11-23T02:18:34.1211908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1211974Z with 2022-11-23T02:18:34.1212035Z [ 2022-11-23T02:18:34.1212102Z T=c10::DimVector 2022-11-23T02:18:34.1212163Z ] 2022-11-23T02:18:34.1212493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1212837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1213185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1213250Z with 2022-11-23T02:18:34.1213312Z [ 2022-11-23T02:18:34.1213395Z T=c10::DimVector 2022-11-23T02:18:34.1213457Z ] 2022-11-23T02:18:34.1213766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1213831Z with 2022-11-23T02:18:34.1213895Z [ 2022-11-23T02:18:34.1213999Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1214060Z ] 2022-11-23T02:18:34.1214424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1214490Z with 2022-11-23T02:18:34.1214551Z [ 2022-11-23T02:18:34.1214641Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1214704Z ] 2022-11-23T02:18:34.1215067Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1215132Z with 2022-11-23T02:18:34.1215193Z [ 2022-11-23T02:18:34.1215296Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1215362Z ] 2022-11-23T02:18:34.1215753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1215822Z with 2022-11-23T02:18:34.1215884Z [ 2022-11-23T02:18:34.1215985Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1216047Z ] 2022-11-23T02:18:34.1216398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1216764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1217109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1217220Z with 2022-11-23T02:18:34.1217281Z [ 2022-11-23T02:18:34.1217385Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1217433Z ] 2022-11-23T02:18:34.1217742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1217808Z with 2022-11-23T02:18:34.1217872Z [ 2022-11-23T02:18:34.1218018Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1218079Z ] 2022-11-23T02:18:34.1218413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1218484Z with 2022-11-23T02:18:34.1218545Z [ 2022-11-23T02:18:34.1218688Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1218751Z ] 2022-11-23T02:18:34.1219118Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1219183Z with 2022-11-23T02:18:34.1219245Z [ 2022-11-23T02:18:34.1219386Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1219447Z ] 2022-11-23T02:18:34.1219832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1219886Z with 2022-11-23T02:18:34.1219948Z [ 2022-11-23T02:18:34.1220087Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1220148Z ] 2022-11-23T02:18:34.1220577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1220986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1221331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1221399Z with 2022-11-23T02:18:34.1221462Z [ 2022-11-23T02:18:34.1221605Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1221667Z ] 2022-11-23T02:18:34.1221978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1222043Z with 2022-11-23T02:18:34.1222106Z [ 2022-11-23T02:18:34.1222335Z T=std::tuple 2022-11-23T02:18:34.1222402Z ] 2022-11-23T02:18:34.1222731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1222797Z with 2022-11-23T02:18:34.1222845Z [ 2022-11-23T02:18:34.1222963Z T=std::tuple 2022-11-23T02:18:34.1223091Z ] 2022-11-23T02:18:34.1223459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1223527Z with 2022-11-23T02:18:34.1223588Z [ 2022-11-23T02:18:34.1223707Z T=std::tuple 2022-11-23T02:18:34.1223769Z ] 2022-11-23T02:18:34.1224157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1224223Z with 2022-11-23T02:18:34.1224286Z [ 2022-11-23T02:18:34.1224402Z T=std::tuple 2022-11-23T02:18:34.1224463Z ] 2022-11-23T02:18:34.1224823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1225277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1225666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1225734Z with 2022-11-23T02:18:34.1225797Z [ 2022-11-23T02:18:34.1225914Z T=std::tuple 2022-11-23T02:18:34.1225963Z ] 2022-11-23T02:18:34.1226270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1226338Z with 2022-11-23T02:18:34.1226400Z [ 2022-11-23T02:18:34.1226498Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1226615Z ] 2022-11-23T02:18:34.1226939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1227005Z with 2022-11-23T02:18:34.1227069Z [ 2022-11-23T02:18:34.1227164Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1227227Z ] 2022-11-23T02:18:34.1227593Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1227661Z with 2022-11-23T02:18:34.1227723Z [ 2022-11-23T02:18:34.1227819Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1227868Z ] 2022-11-23T02:18:34.1228261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1228328Z with 2022-11-23T02:18:34.1228389Z [ 2022-11-23T02:18:34.1228485Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1228548Z ] 2022-11-23T02:18:34.1228896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1229258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1229652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1229718Z with 2022-11-23T02:18:34.1229781Z [ 2022-11-23T02:18:34.1229875Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1229936Z ] 2022-11-23T02:18:34.1230246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1230312Z with 2022-11-23T02:18:34.1230373Z [ 2022-11-23T02:18:34.1230490Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1230539Z ] 2022-11-23T02:18:34.1230864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1230931Z with 2022-11-23T02:18:34.1230993Z [ 2022-11-23T02:18:34.1231110Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1231173Z ] 2022-11-23T02:18:34.1231544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1231612Z with 2022-11-23T02:18:34.1231673Z [ 2022-11-23T02:18:34.1231788Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1231849Z ] 2022-11-23T02:18:34.1232240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1232307Z with 2022-11-23T02:18:34.1232369Z [ 2022-11-23T02:18:34.1232482Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1232542Z ] 2022-11-23T02:18:34.1232932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1233310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1233648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1233702Z with 2022-11-23T02:18:34.1233764Z [ 2022-11-23T02:18:34.1233879Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1233941Z ] 2022-11-23T02:18:34.1234256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1234324Z with 2022-11-23T02:18:34.1234388Z [ 2022-11-23T02:18:34.1234501Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1234562Z ] 2022-11-23T02:18:34.1234883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1234949Z with 2022-11-23T02:18:34.1235010Z [ 2022-11-23T02:18:34.1235122Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1235230Z ] 2022-11-23T02:18:34.1235595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1235660Z with 2022-11-23T02:18:34.1235709Z [ 2022-11-23T02:18:34.1235819Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1235881Z ] 2022-11-23T02:18:34.1236277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1236343Z with 2022-11-23T02:18:34.1236404Z [ 2022-11-23T02:18:34.1236517Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1236583Z ] 2022-11-23T02:18:34.1236940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1237306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1237653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1237719Z with 2022-11-23T02:18:34.1237783Z [ 2022-11-23T02:18:34.1237895Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1237957Z ] 2022-11-23T02:18:34.1238268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1238335Z with 2022-11-23T02:18:34.1238384Z [ 2022-11-23T02:18:34.1238477Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1238540Z ] 2022-11-23T02:18:34.1238918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1238984Z with 2022-11-23T02:18:34.1239047Z [ 2022-11-23T02:18:34.1239139Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1239202Z ] 2022-11-23T02:18:34.1239567Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1239634Z with 2022-11-23T02:18:34.1239698Z [ 2022-11-23T02:18:34.1239789Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1239851Z ] 2022-11-23T02:18:34.1240240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1240305Z with 2022-11-23T02:18:34.1240353Z [ 2022-11-23T02:18:34.1240443Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1240506Z ] 2022-11-23T02:18:34.1240849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1241195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1241584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1241650Z with 2022-11-23T02:18:34.1241713Z [ 2022-11-23T02:18:34.1241804Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1241866Z ] 2022-11-23T02:18:34.1242175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1242240Z with 2022-11-23T02:18:34.1242302Z [ 2022-11-23T02:18:34.1242398Z T=at::ThreadLocalState 2022-11-23T02:18:34.1242459Z ] 2022-11-23T02:18:34.1242781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1242849Z with 2022-11-23T02:18:34.1242910Z [ 2022-11-23T02:18:34.1242990Z T=at::ThreadLocalState 2022-11-23T02:18:34.1243055Z ] 2022-11-23T02:18:34.1243419Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1243484Z with 2022-11-23T02:18:34.1243547Z [ 2022-11-23T02:18:34.1243641Z T=at::ThreadLocalState 2022-11-23T02:18:34.1243703Z ] 2022-11-23T02:18:34.1244088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1244155Z with 2022-11-23T02:18:34.1244217Z [ 2022-11-23T02:18:34.1244310Z T=at::ThreadLocalState 2022-11-23T02:18:34.1244373Z ] 2022-11-23T02:18:34.1244770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1245139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1245485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1245551Z with 2022-11-23T02:18:34.1245613Z [ 2022-11-23T02:18:34.1245697Z T=at::ThreadLocalState 2022-11-23T02:18:34.1245758Z ] 2022-11-23T02:18:34.1246068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1246135Z with 2022-11-23T02:18:34.1246198Z [ 2022-11-23T02:18:34.1246315Z T=std::shared_ptr 2022-11-23T02:18:34.1246377Z ] 2022-11-23T02:18:34.1246700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1246766Z with 2022-11-23T02:18:34.1246827Z [ 2022-11-23T02:18:34.1246941Z T=std::shared_ptr 2022-11-23T02:18:34.1247002Z ] 2022-11-23T02:18:34.1247367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1247486Z with 2022-11-23T02:18:34.1247547Z [ 2022-11-23T02:18:34.1247663Z T=std::shared_ptr 2022-11-23T02:18:34.1247711Z ] 2022-11-23T02:18:34.1248101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1248167Z with 2022-11-23T02:18:34.1248229Z [ 2022-11-23T02:18:34.1248342Z T=std::shared_ptr 2022-11-23T02:18:34.1248405Z ] 2022-11-23T02:18:34.1248756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1249106Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1249484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.1249824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1249890Z with 2022-11-23T02:18:34.1249953Z [ 2022-11-23T02:18:34.1250066Z T=std::shared_ptr 2022-11-23T02:18:34.1250133Z ] 2022-11-23T02:18:34.1250438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1250555Z with 2022-11-23T02:18:34.1250618Z [ 2022-11-23T02:18:34.1250719Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1250781Z ] 2022-11-23T02:18:34.1251086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1251152Z with 2022-11-23T02:18:34.1251214Z [ 2022-11-23T02:18:34.1251314Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1251378Z ] 2022-11-23T02:18:34.1251744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1251811Z with 2022-11-23T02:18:34.1251873Z [ 2022-11-23T02:18:34.1251974Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1252036Z ] 2022-11-23T02:18:34.1252419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1252485Z with 2022-11-23T02:18:34.1252548Z [ 2022-11-23T02:18:34.1252646Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1252707Z ] 2022-11-23T02:18:34.1253055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1253856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1254232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.1254576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1254642Z with 2022-11-23T02:18:34.1254691Z [ 2022-11-23T02:18:34.1254792Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1254855Z ] 2022-11-23T02:18:34.1255172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1255237Z with 2022-11-23T02:18:34.1255301Z [ 2022-11-23T02:18:34.1255396Z T=torch::jit::Method 2022-11-23T02:18:34.1255459Z ] 2022-11-23T02:18:34.1255784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1255849Z with 2022-11-23T02:18:34.1255912Z [ 2022-11-23T02:18:34.1256000Z T=torch::jit::Method 2022-11-23T02:18:34.1256060Z ] 2022-11-23T02:18:34.1256422Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1256490Z with 2022-11-23T02:18:34.1256539Z [ 2022-11-23T02:18:34.1256627Z T=torch::jit::Method 2022-11-23T02:18:34.1256688Z ] 2022-11-23T02:18:34.1257133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1257199Z with 2022-11-23T02:18:34.1257263Z [ 2022-11-23T02:18:34.1257352Z T=torch::jit::Method 2022-11-23T02:18:34.1257414Z ] 2022-11-23T02:18:34.1257752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1258091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1258438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1258505Z with 2022-11-23T02:18:34.1258569Z [ 2022-11-23T02:18:34.1258656Z T=torch::jit::Method 2022-11-23T02:18:34.1258719Z ] 2022-11-23T02:18:34.1259028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1259093Z with 2022-11-23T02:18:34.1259141Z [ 2022-11-23T02:18:34.1259280Z T=std::vector> 2022-11-23T02:18:34.1259343Z ] 2022-11-23T02:18:34.1259714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1259780Z with 2022-11-23T02:18:34.1259845Z [ 2022-11-23T02:18:34.1259980Z T=std::vector> 2022-11-23T02:18:34.1260042Z ] 2022-11-23T02:18:34.1260408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1260474Z with 2022-11-23T02:18:34.1260535Z [ 2022-11-23T02:18:34.1260671Z T=std::vector> 2022-11-23T02:18:34.1260733Z ] 2022-11-23T02:18:34.1261125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1261193Z with 2022-11-23T02:18:34.1261254Z [ 2022-11-23T02:18:34.1261377Z T=std::vector> 2022-11-23T02:18:34.1261439Z ] 2022-11-23T02:18:34.1261811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1262467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1262817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1262887Z with 2022-11-23T02:18:34.1262949Z [ 2022-11-23T02:18:34.1263140Z T=std::vector> 2022-11-23T02:18:34.1263205Z ] 2022-11-23T02:18:34.1263517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1263582Z with 2022-11-23T02:18:34.1263644Z [ 2022-11-23T02:18:34.1263811Z T=std::function 2022-11-23T02:18:34.1263875Z ] 2022-11-23T02:18:34.1264201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1264268Z with 2022-11-23T02:18:34.1264330Z [ 2022-11-23T02:18:34.1264498Z T=std::function 2022-11-23T02:18:34.1264563Z ] 2022-11-23T02:18:34.1264929Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1264981Z with 2022-11-23T02:18:34.1265042Z [ 2022-11-23T02:18:34.1265208Z T=std::function 2022-11-23T02:18:34.1265271Z ] 2022-11-23T02:18:34.1265661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1265778Z with 2022-11-23T02:18:34.1265845Z [ 2022-11-23T02:18:34.1266011Z T=std::function 2022-11-23T02:18:34.1266076Z ] 2022-11-23T02:18:34.1266474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1266888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1267234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1267301Z with 2022-11-23T02:18:34.1267365Z [ 2022-11-23T02:18:34.1267533Z T=std::function 2022-11-23T02:18:34.1267596Z ] 2022-11-23T02:18:34.1267906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1267971Z with 2022-11-23T02:18:34.1268033Z [ 2022-11-23T02:18:34.1268225Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1268275Z ] 2022-11-23T02:18:34.1268602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1268670Z with 2022-11-23T02:18:34.1268731Z [ 2022-11-23T02:18:34.1268924Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1268987Z ] 2022-11-23T02:18:34.1269405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1275508Z with 2022-11-23T02:18:34.1275597Z [ 2022-11-23T02:18:34.1275814Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1275882Z ] 2022-11-23T02:18:34.1276293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1276367Z with 2022-11-23T02:18:34.1276430Z [ 2022-11-23T02:18:34.1276626Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1276690Z ] 2022-11-23T02:18:34.1277129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1277597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1277944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1278122Z with 2022-11-23T02:18:34.1278172Z [ 2022-11-23T02:18:34.1278367Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1278433Z ] 2022-11-23T02:18:34.1278753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1278821Z with 2022-11-23T02:18:34.1278884Z [ 2022-11-23T02:18:34.1279016Z T=std::vector> 2022-11-23T02:18:34.1279079Z ] 2022-11-23T02:18:34.1279407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1279476Z with 2022-11-23T02:18:34.1279540Z [ 2022-11-23T02:18:34.1279671Z T=std::vector> 2022-11-23T02:18:34.1279734Z ] 2022-11-23T02:18:34.1280105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1280172Z with 2022-11-23T02:18:34.1280220Z [ 2022-11-23T02:18:34.1280347Z T=std::vector> 2022-11-23T02:18:34.1280411Z ] 2022-11-23T02:18:34.1280804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1280871Z with 2022-11-23T02:18:34.1280933Z [ 2022-11-23T02:18:34.1281062Z T=std::vector> 2022-11-23T02:18:34.1281126Z ] 2022-11-23T02:18:34.1281543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1281612Z with 2022-11-23T02:18:34.1281674Z [ 2022-11-23T02:18:34.1281745Z T=double 2022-11-23T02:18:34.1281808Z ] 2022-11-23T02:18:34.1282205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1282270Z with 2022-11-23T02:18:34.1282332Z [ 2022-11-23T02:18:34.1282389Z T=double 2022-11-23T02:18:34.1282452Z ] 2022-11-23T02:18:34.1282804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1282871Z with 2022-11-23T02:18:34.1282936Z [ 2022-11-23T02:18:34.1283066Z T=std::vector> 2022-11-23T02:18:34.1283129Z ] 2022-11-23T02:18:34.1283439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1283504Z with 2022-11-23T02:18:34.1283565Z [ 2022-11-23T02:18:34.1283678Z T=std::tuple 2022-11-23T02:18:34.1283739Z ] 2022-11-23T02:18:34.1284066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1284180Z with 2022-11-23T02:18:34.1284241Z [ 2022-11-23T02:18:34.1284340Z T=std::tuple 2022-11-23T02:18:34.1284407Z ] 2022-11-23T02:18:34.1284774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1284841Z with 2022-11-23T02:18:34.1284903Z [ 2022-11-23T02:18:34.1285015Z T=std::tuple 2022-11-23T02:18:34.1285077Z ] 2022-11-23T02:18:34.1285464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1285533Z with 2022-11-23T02:18:34.1285594Z [ 2022-11-23T02:18:34.1285708Z T=std::tuple 2022-11-23T02:18:34.1285769Z ] 2022-11-23T02:18:34.1286128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1286519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1286861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1286927Z with 2022-11-23T02:18:34.1286991Z [ 2022-11-23T02:18:34.1287105Z T=std::tuple 2022-11-23T02:18:34.1287166Z ] 2022-11-23T02:18:34.1287895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1287972Z with 2022-11-23T02:18:34.1288035Z [ 2022-11-23T02:18:34.1288179Z T=std::vector> 2022-11-23T02:18:34.1288243Z ] 2022-11-23T02:18:34.1288575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1288643Z with 2022-11-23T02:18:34.1288707Z [ 2022-11-23T02:18:34.1288846Z T=std::vector> 2022-11-23T02:18:34.1288909Z ] 2022-11-23T02:18:34.1289279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1289349Z with 2022-11-23T02:18:34.1289412Z [ 2022-11-23T02:18:34.1289549Z T=std::vector> 2022-11-23T02:18:34.1289611Z ] 2022-11-23T02:18:34.1290001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1290066Z with 2022-11-23T02:18:34.1290115Z [ 2022-11-23T02:18:34.1290252Z T=std::vector> 2022-11-23T02:18:34.1290315Z ] 2022-11-23T02:18:34.1290690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1291152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1291502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1291568Z with 2022-11-23T02:18:34.1291632Z [ 2022-11-23T02:18:34.1291768Z T=std::vector> 2022-11-23T02:18:34.1291830Z ] 2022-11-23T02:18:34.1292343Z [3/3] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" jit_extension.o jit_extension2.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:jit_extension.pyd 2022-11-23T02:18:34.1292500Z Creating library jit_extension.lib and object jit_extension.exp 2022-11-23T02:18:34.1292613Z Loading extension module jit_extension... 2022-11-23T02:18:34.1292682Z ok (14.336s) 2022-11-23T02:18:34.1292861Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-11-23T02:18:34.1293037Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-11-23T02:18:34.1293214Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-11-23T02:18:34.1293546Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.1293825Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension... 2022-11-23T02:18:34.1294399Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension\build.ninja... 2022-11-23T02:18:34.1294550Z Building extension module lenient_flag_handling_extension... 2022-11-23T02:18:34.1294759Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.1295872Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g "-O0 -Wall" -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension\main.cpp /Fomain.o 2022-11-23T02:18:34.1296019Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.1296166Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.1296181Z 2022-11-23T02:18:34.1296322Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:18:34.1296463Z cl : Command line warning D9002 : ignoring unknown option '-O0' 2022-11-23T02:18:34.1296601Z cl : Command line warning D9002 : ignoring unknown option '-O ' 2022-11-23T02:18:34.1296773Z cl : Command line warning D9002 : ignoring unknown option '-O-' 2022-11-23T02:18:34.1296909Z cl : Command line warning D9002 : ignoring unknown option '-OW' 2022-11-23T02:18:34.1297046Z cl : Command line warning D9002 : ignoring unknown option '-Oa' 2022-11-23T02:18:34.1297182Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T02:18:34.1297316Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T02:18:34.1297639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.1297955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1298025Z with 2022-11-23T02:18:34.1298090Z [ 2022-11-23T02:18:34.1298174Z T=c10::SymInt 2022-11-23T02:18:34.1298239Z ] 2022-11-23T02:18:34.1298566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1298633Z with 2022-11-23T02:18:34.1298697Z [ 2022-11-23T02:18:34.1298777Z T=c10::SymInt 2022-11-23T02:18:34.1298841Z ] 2022-11-23T02:18:34.1299214Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1299266Z with 2022-11-23T02:18:34.1299331Z [ 2022-11-23T02:18:34.1299410Z T=c10::SymInt 2022-11-23T02:18:34.1299474Z ] 2022-11-23T02:18:34.1299864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1299934Z with 2022-11-23T02:18:34.1300000Z [ 2022-11-23T02:18:34.1300079Z T=c10::SymInt 2022-11-23T02:18:34.1300422Z ] 2022-11-23T02:18:34.1300765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1301095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1301447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1301517Z with 2022-11-23T02:18:34.1301581Z [ 2022-11-23T02:18:34.1301659Z T=c10::SymInt 2022-11-23T02:18:34.1301723Z ] 2022-11-23T02:18:34.1302022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.1302444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1302499Z with 2022-11-23T02:18:34.1302563Z [ 2022-11-23T02:18:34.1302653Z T=at::TensorBase 2022-11-23T02:18:34.1302717Z ] 2022-11-23T02:18:34.1303044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1303176Z with 2022-11-23T02:18:34.1303238Z [ 2022-11-23T02:18:34.1303326Z T=at::TensorBase 2022-11-23T02:18:34.1303387Z ] 2022-11-23T02:18:34.1303757Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1303826Z with 2022-11-23T02:18:34.1303888Z [ 2022-11-23T02:18:34.1303973Z T=at::TensorBase 2022-11-23T02:18:34.1304036Z ] 2022-11-23T02:18:34.1304425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1304476Z with 2022-11-23T02:18:34.1304540Z [ 2022-11-23T02:18:34.1304626Z T=at::TensorBase 2022-11-23T02:18:34.1304690Z ] 2022-11-23T02:18:34.1305025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1305363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1305711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1305779Z with 2022-11-23T02:18:34.1305842Z [ 2022-11-23T02:18:34.1305928Z T=at::TensorBase 2022-11-23T02:18:34.1305990Z ] 2022-11-23T02:18:34.1306300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1306367Z with 2022-11-23T02:18:34.1306429Z [ 2022-11-23T02:18:34.1306780Z T=at::Tensor 2022-11-23T02:18:34.1306849Z ] 2022-11-23T02:18:34.1307173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1307225Z with 2022-11-23T02:18:34.1307289Z [ 2022-11-23T02:18:34.1307370Z T=at::Tensor 2022-11-23T02:18:34.1307434Z ] 2022-11-23T02:18:34.1307802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1307872Z with 2022-11-23T02:18:34.1307936Z [ 2022-11-23T02:18:34.1308016Z T=at::Tensor 2022-11-23T02:18:34.1308080Z ] 2022-11-23T02:18:34.1308469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1308535Z with 2022-11-23T02:18:34.1308598Z [ 2022-11-23T02:18:34.1308677Z T=at::Tensor 2022-11-23T02:18:34.1308740Z ] 2022-11-23T02:18:34.1309071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1309398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1309796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1309847Z with 2022-11-23T02:18:34.1309912Z [ 2022-11-23T02:18:34.1309991Z T=at::Tensor 2022-11-23T02:18:34.1310053Z ] 2022-11-23T02:18:34.1310366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1310429Z with 2022-11-23T02:18:34.1310494Z [ 2022-11-23T02:18:34.1310580Z T=at::Generator 2022-11-23T02:18:34.1310642Z ] 2022-11-23T02:18:34.1310968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1311037Z with 2022-11-23T02:18:34.1311100Z [ 2022-11-23T02:18:34.1311183Z T=at::Generator 2022-11-23T02:18:34.1311246Z ] 2022-11-23T02:18:34.1311602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1311668Z with 2022-11-23T02:18:34.1311730Z [ 2022-11-23T02:18:34.1311811Z T=at::Generator 2022-11-23T02:18:34.1311873Z ] 2022-11-23T02:18:34.1312264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1312331Z with 2022-11-23T02:18:34.1312393Z [ 2022-11-23T02:18:34.1312475Z T=at::Generator 2022-11-23T02:18:34.1312537Z ] 2022-11-23T02:18:34.1313116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1313459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1313805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1313871Z with 2022-11-23T02:18:34.1313933Z [ 2022-11-23T02:18:34.1314015Z T=at::Generator 2022-11-23T02:18:34.1314079Z ] 2022-11-23T02:18:34.1314388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1314441Z with 2022-11-23T02:18:34.1314505Z [ 2022-11-23T02:18:34.1314589Z T=c10::Scalar 2022-11-23T02:18:34.1314653Z ] 2022-11-23T02:18:34.1314977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1315046Z with 2022-11-23T02:18:34.1315109Z [ 2022-11-23T02:18:34.1315188Z T=c10::Scalar 2022-11-23T02:18:34.1315251Z ] 2022-11-23T02:18:34.1315616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1315728Z with 2022-11-23T02:18:34.1315792Z [ 2022-11-23T02:18:34.1315869Z T=c10::Scalar 2022-11-23T02:18:34.1315929Z ] 2022-11-23T02:18:34.1316320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1316371Z with 2022-11-23T02:18:34.1316434Z [ 2022-11-23T02:18:34.1316512Z T=c10::Scalar 2022-11-23T02:18:34.1316574Z ] 2022-11-23T02:18:34.1316903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1317231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1317582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1317647Z with 2022-11-23T02:18:34.1317709Z [ 2022-11-23T02:18:34.1317788Z T=c10::Scalar 2022-11-23T02:18:34.1317850Z ] 2022-11-23T02:18:34.1318161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1318225Z with 2022-11-23T02:18:34.1318289Z [ 2022-11-23T02:18:34.1318366Z T=std::string 2022-11-23T02:18:34.1318427Z ] 2022-11-23T02:18:34.1318734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1318798Z with 2022-11-23T02:18:34.1318861Z [ 2022-11-23T02:18:34.1319202Z T=std::string 2022-11-23T02:18:34.1319271Z ] 2022-11-23T02:18:34.1319638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1319705Z with 2022-11-23T02:18:34.1319767Z [ 2022-11-23T02:18:34.1319846Z T=std::string 2022-11-23T02:18:34.1319908Z ] 2022-11-23T02:18:34.1320297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1320366Z with 2022-11-23T02:18:34.1320430Z [ 2022-11-23T02:18:34.1320509Z T=std::string 2022-11-23T02:18:34.1320572Z ] 2022-11-23T02:18:34.1320893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1321240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1321589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1321642Z with 2022-11-23T02:18:34.1321754Z [ 2022-11-23T02:18:34.1321837Z T=std::string 2022-11-23T02:18:34.1321899Z ] 2022-11-23T02:18:34.1322213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1322278Z with 2022-11-23T02:18:34.1322341Z [ 2022-11-23T02:18:34.1322435Z T=c10::QualifiedName 2022-11-23T02:18:34.1322496Z ] 2022-11-23T02:18:34.1322819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1322885Z with 2022-11-23T02:18:34.1322947Z [ 2022-11-23T02:18:34.1323039Z T=c10::QualifiedName 2022-11-23T02:18:34.1323102Z ] 2022-11-23T02:18:34.1323451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1323519Z with 2022-11-23T02:18:34.1323582Z [ 2022-11-23T02:18:34.1323675Z T=c10::QualifiedName 2022-11-23T02:18:34.1323740Z ] 2022-11-23T02:18:34.1324122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1324188Z with 2022-11-23T02:18:34.1324252Z [ 2022-11-23T02:18:34.1324341Z T=c10::QualifiedName 2022-11-23T02:18:34.1324402Z ] 2022-11-23T02:18:34.1324743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1325083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1325680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1325752Z with 2022-11-23T02:18:34.1325814Z [ 2022-11-23T02:18:34.1325906Z T=c10::QualifiedName 2022-11-23T02:18:34.1326063Z ] 2022-11-23T02:18:34.1326381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1326433Z with 2022-11-23T02:18:34.1326499Z [ 2022-11-23T02:18:34.1326635Z T=std::shared_ptr 2022-11-23T02:18:34.1326699Z ] 2022-11-23T02:18:34.1327069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1327138Z with 2022-11-23T02:18:34.1327200Z [ 2022-11-23T02:18:34.1327336Z T=std::shared_ptr 2022-11-23T02:18:34.1327398Z ] 2022-11-23T02:18:34.1327764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1327829Z with 2022-11-23T02:18:34.1327890Z [ 2022-11-23T02:18:34.1328022Z T=std::shared_ptr 2022-11-23T02:18:34.1328144Z ] 2022-11-23T02:18:34.1328537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1328603Z with 2022-11-23T02:18:34.1328651Z [ 2022-11-23T02:18:34.1328780Z T=std::shared_ptr 2022-11-23T02:18:34.1328842Z ] 2022-11-23T02:18:34.1329210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1329577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1329924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1329993Z with 2022-11-23T02:18:34.1330057Z [ 2022-11-23T02:18:34.1330191Z T=std::shared_ptr 2022-11-23T02:18:34.1330254Z ] 2022-11-23T02:18:34.1330565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1330630Z with 2022-11-23T02:18:34.1330691Z [ 2022-11-23T02:18:34.1330822Z T=std::weak_ptr 2022-11-23T02:18:34.1330883Z ] 2022-11-23T02:18:34.1331206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1331274Z with 2022-11-23T02:18:34.1331335Z [ 2022-11-23T02:18:34.1331449Z T=std::weak_ptr 2022-11-23T02:18:34.1331769Z ] 2022-11-23T02:18:34.1332195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1332264Z with 2022-11-23T02:18:34.1332328Z [ 2022-11-23T02:18:34.1332457Z T=std::weak_ptr 2022-11-23T02:18:34.1332521Z ] 2022-11-23T02:18:34.1332954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1333025Z with 2022-11-23T02:18:34.1333087Z [ 2022-11-23T02:18:34.1333215Z T=std::weak_ptr 2022-11-23T02:18:34.1333279Z ] 2022-11-23T02:18:34.1333651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1334011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1334348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1334471Z with 2022-11-23T02:18:34.1334532Z [ 2022-11-23T02:18:34.1334660Z T=std::weak_ptr 2022-11-23T02:18:34.1334721Z ] 2022-11-23T02:18:34.1335021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1335091Z with 2022-11-23T02:18:34.1335155Z [ 2022-11-23T02:18:34.1335313Z T=std::vector> 2022-11-23T02:18:34.1335376Z ] 2022-11-23T02:18:34.1335702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1335768Z with 2022-11-23T02:18:34.1335832Z [ 2022-11-23T02:18:34.1335989Z T=std::vector> 2022-11-23T02:18:34.1336053Z ] 2022-11-23T02:18:34.1336420Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1336487Z with 2022-11-23T02:18:34.1336550Z [ 2022-11-23T02:18:34.1336709Z T=std::vector> 2022-11-23T02:18:34.1336771Z ] 2022-11-23T02:18:34.1337161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1337227Z with 2022-11-23T02:18:34.1337275Z [ 2022-11-23T02:18:34.1337432Z T=std::vector> 2022-11-23T02:18:34.1337497Z ] 2022-11-23T02:18:34.1338176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1338574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1338965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1339035Z with 2022-11-23T02:18:34.1339098Z [ 2022-11-23T02:18:34.1339258Z T=std::vector> 2022-11-23T02:18:34.1339326Z ] 2022-11-23T02:18:34.1339641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1339709Z with 2022-11-23T02:18:34.1339771Z [ 2022-11-23T02:18:34.1339891Z T=std::vector> 2022-11-23T02:18:34.1339954Z ] 2022-11-23T02:18:34.1340281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1340346Z with 2022-11-23T02:18:34.1340407Z [ 2022-11-23T02:18:34.1340514Z T=std::vector> 2022-11-23T02:18:34.1340577Z ] 2022-11-23T02:18:34.1340939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1341058Z with 2022-11-23T02:18:34.1341120Z [ 2022-11-23T02:18:34.1341245Z T=std::vector> 2022-11-23T02:18:34.1341308Z ] 2022-11-23T02:18:34.1341694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1341759Z with 2022-11-23T02:18:34.1341821Z [ 2022-11-23T02:18:34.1341940Z T=std::vector> 2022-11-23T02:18:34.1342002Z ] 2022-11-23T02:18:34.1342455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1342817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1343166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1343233Z with 2022-11-23T02:18:34.1343298Z [ 2022-11-23T02:18:34.1343418Z T=std::vector> 2022-11-23T02:18:34.1343480Z ] 2022-11-23T02:18:34.1343775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1343844Z with 2022-11-23T02:18:34.1343913Z [ 2022-11-23T02:18:34.1344083Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1344192Z ] 2022-11-23T02:18:34.1344882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1344958Z with 2022-11-23T02:18:34.1345020Z [ 2022-11-23T02:18:34.1345193Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1345255Z ] 2022-11-23T02:18:34.1345617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1345684Z with 2022-11-23T02:18:34.1345746Z [ 2022-11-23T02:18:34.1345912Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1345976Z ] 2022-11-23T02:18:34.1346366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1346433Z with 2022-11-23T02:18:34.1346494Z [ 2022-11-23T02:18:34.1346663Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1346713Z ] 2022-11-23T02:18:34.1347113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1347564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1347897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1348243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1348309Z with 2022-11-23T02:18:34.1348372Z [ 2022-11-23T02:18:34.1348542Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1348610Z ] 2022-11-23T02:18:34.1348919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1348987Z with 2022-11-23T02:18:34.1349049Z [ 2022-11-23T02:18:34.1349214Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1349276Z ] 2022-11-23T02:18:34.1349597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1349662Z with 2022-11-23T02:18:34.1349724Z [ 2022-11-23T02:18:34.1349887Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1349948Z ] 2022-11-23T02:18:34.1350364Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1350429Z with 2022-11-23T02:18:34.1350739Z [ 2022-11-23T02:18:34.1350948Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1351012Z ] 2022-11-23T02:18:34.1351404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1351472Z with 2022-11-23T02:18:34.1351533Z [ 2022-11-23T02:18:34.1351692Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1351751Z ] 2022-11-23T02:18:34.1352143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1352526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1352851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1353192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1353318Z with 2022-11-23T02:18:34.1353381Z [ 2022-11-23T02:18:34.1353542Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1353604Z ] 2022-11-23T02:18:34.1353918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1353984Z with 2022-11-23T02:18:34.1354047Z [ 2022-11-23T02:18:34.1354175Z T=std::vector> 2022-11-23T02:18:34.1354238Z ] 2022-11-23T02:18:34.1354552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1354618Z with 2022-11-23T02:18:34.1354679Z [ 2022-11-23T02:18:34.1354807Z T=std::vector> 2022-11-23T02:18:34.1354870Z ] 2022-11-23T02:18:34.1355236Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1355303Z with 2022-11-23T02:18:34.1355364Z [ 2022-11-23T02:18:34.1355488Z T=std::vector> 2022-11-23T02:18:34.1355550Z ] 2022-11-23T02:18:34.1355939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1356003Z with 2022-11-23T02:18:34.1356063Z [ 2022-11-23T02:18:34.1356229Z T=std::vector> 2022-11-23T02:18:34.1356295Z ] 2022-11-23T02:18:34.1356964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1357333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1357676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1357742Z with 2022-11-23T02:18:34.1357791Z [ 2022-11-23T02:18:34.1357916Z T=std::vector> 2022-11-23T02:18:34.1357982Z ] 2022-11-23T02:18:34.1358295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1358363Z with 2022-11-23T02:18:34.1358427Z [ 2022-11-23T02:18:34.1358588Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1358650Z ] 2022-11-23T02:18:34.1358973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1359040Z with 2022-11-23T02:18:34.1359102Z [ 2022-11-23T02:18:34.1359256Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1359317Z ] 2022-11-23T02:18:34.1359681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1360044Z with 2022-11-23T02:18:34.1360108Z [ 2022-11-23T02:18:34.1360265Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1360314Z ] 2022-11-23T02:18:34.1360707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1360773Z with 2022-11-23T02:18:34.1360835Z [ 2022-11-23T02:18:34.1360990Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1361052Z ] 2022-11-23T02:18:34.1361443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1361853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1362292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.1362640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1362712Z with 2022-11-23T02:18:34.1362818Z [ 2022-11-23T02:18:34.1362979Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1363041Z ] 2022-11-23T02:18:34.1363614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1363688Z with 2022-11-23T02:18:34.1363750Z [ 2022-11-23T02:18:34.1363904Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1363966Z ] 2022-11-23T02:18:34.1364291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1364356Z with 2022-11-23T02:18:34.1364404Z [ 2022-11-23T02:18:34.1364557Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1364622Z ] 2022-11-23T02:18:34.1364986Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1365053Z with 2022-11-23T02:18:34.1365115Z [ 2022-11-23T02:18:34.1365268Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1365329Z ] 2022-11-23T02:18:34.1365715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1365780Z with 2022-11-23T02:18:34.1365843Z [ 2022-11-23T02:18:34.1365995Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1366057Z ] 2022-11-23T02:18:34.1366499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1366903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1367294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.1367640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1367708Z with 2022-11-23T02:18:34.1367769Z [ 2022-11-23T02:18:34.1367924Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1367973Z ] 2022-11-23T02:18:34.1368331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1368400Z with 2022-11-23T02:18:34.1368463Z [ 2022-11-23T02:18:34.1368572Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1368634Z ] 2022-11-23T02:18:34.1368998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1369066Z with 2022-11-23T02:18:34.1369128Z [ 2022-11-23T02:18:34.1369236Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1369298Z ] 2022-11-23T02:18:34.1369934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1370006Z with 2022-11-23T02:18:34.1370068Z [ 2022-11-23T02:18:34.1370173Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1370221Z ] 2022-11-23T02:18:34.1370610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1370675Z with 2022-11-23T02:18:34.1370736Z [ 2022-11-23T02:18:34.1370840Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1370902Z ] 2022-11-23T02:18:34.1371260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1371593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1371658Z with 2022-11-23T02:18:34.1371721Z [ 2022-11-23T02:18:34.1371825Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1371886Z ] 2022-11-23T02:18:34.1372272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.1372616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1372737Z with 2022-11-23T02:18:34.1372799Z [ 2022-11-23T02:18:34.1372907Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1372968Z ] 2022-11-23T02:18:34.1373278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1373329Z with 2022-11-23T02:18:34.1373389Z [ 2022-11-23T02:18:34.1373581Z T=std::vector> 2022-11-23T02:18:34.1373644Z ] 2022-11-23T02:18:34.1373971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1374038Z with 2022-11-23T02:18:34.1374152Z [ 2022-11-23T02:18:34.1374349Z T=std::vector> 2022-11-23T02:18:34.1374411Z ] 2022-11-23T02:18:34.1374818Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1374885Z with 2022-11-23T02:18:34.1374947Z [ 2022-11-23T02:18:34.1375135Z T=std::vector> 2022-11-23T02:18:34.1375196Z ] 2022-11-23T02:18:34.1375587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1375654Z with 2022-11-23T02:18:34.1375715Z [ 2022-11-23T02:18:34.1376179Z T=std::vector> 2022-11-23T02:18:34.1376234Z ] 2022-11-23T02:18:34.1376660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1377082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1377441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1377496Z with 2022-11-23T02:18:34.1377559Z [ 2022-11-23T02:18:34.1377750Z T=std::vector> 2022-11-23T02:18:34.1377813Z ] 2022-11-23T02:18:34.1378120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1378184Z with 2022-11-23T02:18:34.1378249Z [ 2022-11-23T02:18:34.1378350Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1378411Z ] 2022-11-23T02:18:34.1378734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1378850Z with 2022-11-23T02:18:34.1378912Z [ 2022-11-23T02:18:34.1379009Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1379070Z ] 2022-11-23T02:18:34.1379438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1379503Z with 2022-11-23T02:18:34.1379551Z [ 2022-11-23T02:18:34.1379649Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1379710Z ] 2022-11-23T02:18:34.1380147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1380217Z with 2022-11-23T02:18:34.1380278Z [ 2022-11-23T02:18:34.1380377Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1380439Z ] 2022-11-23T02:18:34.1380831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1381191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1381535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1381603Z with 2022-11-23T02:18:34.1381667Z [ 2022-11-23T02:18:34.1381767Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1381827Z ] 2022-11-23T02:18:34.1382434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1382509Z with 2022-11-23T02:18:34.1382557Z [ 2022-11-23T02:18:34.1382639Z T=c10::IValue 2022-11-23T02:18:34.1382701Z ] 2022-11-23T02:18:34.1383023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1383089Z with 2022-11-23T02:18:34.1383151Z [ 2022-11-23T02:18:34.1383230Z T=c10::IValue 2022-11-23T02:18:34.1383292Z ] 2022-11-23T02:18:34.1383658Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1383726Z with 2022-11-23T02:18:34.1383790Z [ 2022-11-23T02:18:34.1383869Z T=c10::IValue 2022-11-23T02:18:34.1383933Z ] 2022-11-23T02:18:34.1384323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1384389Z with 2022-11-23T02:18:34.1384437Z [ 2022-11-23T02:18:34.1384516Z T=c10::IValue 2022-11-23T02:18:34.1384578Z ] 2022-11-23T02:18:34.1384908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1385295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1385644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1385709Z with 2022-11-23T02:18:34.1385773Z [ 2022-11-23T02:18:34.1385851Z T=c10::IValue 2022-11-23T02:18:34.1385913Z ] 2022-11-23T02:18:34.1386269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1386337Z with 2022-11-23T02:18:34.1386399Z [ 2022-11-23T02:18:34.1386484Z T=c10::AliasInfo 2022-11-23T02:18:34.1386548Z ] 2022-11-23T02:18:34.1386920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1386987Z with 2022-11-23T02:18:34.1387038Z [ 2022-11-23T02:18:34.1387122Z T=c10::AliasInfo 2022-11-23T02:18:34.1387185Z ] 2022-11-23T02:18:34.1387546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1387611Z with 2022-11-23T02:18:34.1387676Z [ 2022-11-23T02:18:34.1387758Z T=c10::AliasInfo 2022-11-23T02:18:34.1387821Z ] 2022-11-23T02:18:34.1388212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1388279Z with 2022-11-23T02:18:34.1388342Z [ 2022-11-23T02:18:34.1388424Z T=c10::AliasInfo 2022-11-23T02:18:34.1388566Z ] 2022-11-23T02:18:34.1388898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1389235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1389575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1389643Z with 2022-11-23T02:18:34.1389692Z [ 2022-11-23T02:18:34.1389775Z T=c10::AliasInfo 2022-11-23T02:18:34.1389837Z ] 2022-11-23T02:18:34.1390150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1390215Z with 2022-11-23T02:18:34.1390278Z [ 2022-11-23T02:18:34.1390414Z T=std::vector> 2022-11-23T02:18:34.1390475Z ] 2022-11-23T02:18:34.1390800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1390868Z with 2022-11-23T02:18:34.1390930Z [ 2022-11-23T02:18:34.1391064Z T=std::vector> 2022-11-23T02:18:34.1391174Z ] 2022-11-23T02:18:34.1391542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1391607Z with 2022-11-23T02:18:34.1391668Z [ 2022-11-23T02:18:34.1391789Z T=std::vector> 2022-11-23T02:18:34.1391851Z ] 2022-11-23T02:18:34.1392283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1392352Z with 2022-11-23T02:18:34.1392413Z [ 2022-11-23T02:18:34.1392544Z T=std::vector> 2022-11-23T02:18:34.1392609Z ] 2022-11-23T02:18:34.1393007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1393076Z with 2022-11-23T02:18:34.1393139Z [ 2022-11-23T02:18:34.1393219Z T=c10::SymInt 2022-11-23T02:18:34.1393279Z ] 2022-11-23T02:18:34.1393623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1393687Z with 2022-11-23T02:18:34.1393748Z [ 2022-11-23T02:18:34.1393823Z T=c10::SymInt 2022-11-23T02:18:34.1393871Z ] 2022-11-23T02:18:34.1394245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.1394735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.1395081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1395145Z with 2022-11-23T02:18:34.1395208Z [ 2022-11-23T02:18:34.1395342Z T=std::vector> 2022-11-23T02:18:34.1395406Z ] 2022-11-23T02:18:34.1395718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1395786Z with 2022-11-23T02:18:34.1395849Z [ 2022-11-23T02:18:34.1395991Z T=c10::either 2022-11-23T02:18:34.1396055Z ] 2022-11-23T02:18:34.1396380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1396445Z with 2022-11-23T02:18:34.1396507Z [ 2022-11-23T02:18:34.1396648Z T=c10::either 2022-11-23T02:18:34.1396709Z ] 2022-11-23T02:18:34.1397074Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1397169Z with 2022-11-23T02:18:34.1397230Z [ 2022-11-23T02:18:34.1397371Z T=c10::either 2022-11-23T02:18:34.1397433Z ] 2022-11-23T02:18:34.1397828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1397894Z with 2022-11-23T02:18:34.1397966Z [ 2022-11-23T02:18:34.1398150Z T=c10::either 2022-11-23T02:18:34.1398214Z ] 2022-11-23T02:18:34.1398588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1399034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1399382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1399449Z with 2022-11-23T02:18:34.1399514Z [ 2022-11-23T02:18:34.1399654Z T=c10::either 2022-11-23T02:18:34.1399717Z ] 2022-11-23T02:18:34.1400022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1400086Z with 2022-11-23T02:18:34.1400147Z [ 2022-11-23T02:18:34.1400228Z T=at::StepCallbacks 2022-11-23T02:18:34.1400290Z ] 2022-11-23T02:18:34.1400666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1400734Z with 2022-11-23T02:18:34.1400796Z [ 2022-11-23T02:18:34.1400888Z T=at::StepCallbacks 2022-11-23T02:18:34.1400950Z ] 2022-11-23T02:18:34.1401312Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1401377Z with 2022-11-23T02:18:34.1401438Z [ 2022-11-23T02:18:34.1401527Z T=at::StepCallbacks 2022-11-23T02:18:34.1401593Z ] 2022-11-23T02:18:34.1406136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1406366Z with 2022-11-23T02:18:34.1406469Z [ 2022-11-23T02:18:34.1406637Z T=at::StepCallbacks 2022-11-23T02:18:34.1406732Z ] 2022-11-23T02:18:34.1407272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1407811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1408283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1408536Z with 2022-11-23T02:18:34.1408602Z [ 2022-11-23T02:18:34.1408698Z T=at::StepCallbacks 2022-11-23T02:18:34.1408760Z ] 2022-11-23T02:18:34.1409078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1409145Z with 2022-11-23T02:18:34.1409208Z [ 2022-11-23T02:18:34.1409294Z T=c10::DimVector 2022-11-23T02:18:34.1409356Z ] 2022-11-23T02:18:34.1409689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1409754Z with 2022-11-23T02:18:34.1409815Z [ 2022-11-23T02:18:34.1409886Z T=c10::DimVector 2022-11-23T02:18:34.1409948Z ] 2022-11-23T02:18:34.1410319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1410392Z with 2022-11-23T02:18:34.1410454Z [ 2022-11-23T02:18:34.1410541Z T=c10::DimVector 2022-11-23T02:18:34.1410604Z ] 2022-11-23T02:18:34.1410998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1411064Z with 2022-11-23T02:18:34.1411125Z [ 2022-11-23T02:18:34.1411207Z T=c10::DimVector 2022-11-23T02:18:34.1411269Z ] 2022-11-23T02:18:34.1411674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1412087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1412498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1412567Z with 2022-11-23T02:18:34.1412630Z [ 2022-11-23T02:18:34.1412702Z T=c10::DimVector 2022-11-23T02:18:34.1412766Z ] 2022-11-23T02:18:34.1413078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1413149Z with 2022-11-23T02:18:34.1413211Z [ 2022-11-23T02:18:34.1413319Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1413381Z ] 2022-11-23T02:18:34.1413711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1413777Z with 2022-11-23T02:18:34.1413840Z [ 2022-11-23T02:18:34.1413942Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1414004Z ] 2022-11-23T02:18:34.1414376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1414440Z with 2022-11-23T02:18:34.1414551Z [ 2022-11-23T02:18:34.1414641Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1414705Z ] 2022-11-23T02:18:34.1415097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1415164Z with 2022-11-23T02:18:34.1415226Z [ 2022-11-23T02:18:34.1415330Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1415396Z ] 2022-11-23T02:18:34.1415750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1416117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1416465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1416531Z with 2022-11-23T02:18:34.1416594Z [ 2022-11-23T02:18:34.1416695Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1416757Z ] 2022-11-23T02:18:34.1417069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1417134Z with 2022-11-23T02:18:34.1417196Z [ 2022-11-23T02:18:34.1417342Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1417391Z ] 2022-11-23T02:18:34.1417721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1417850Z with 2022-11-23T02:18:34.1417914Z [ 2022-11-23T02:18:34.1418108Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1418176Z ] 2022-11-23T02:18:34.1418599Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1418666Z with 2022-11-23T02:18:34.1418729Z [ 2022-11-23T02:18:34.1418871Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1418932Z ] 2022-11-23T02:18:34.1419328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1419395Z with 2022-11-23T02:18:34.1419456Z [ 2022-11-23T02:18:34.1419595Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1419659Z ] 2022-11-23T02:18:34.1420037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1420443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1420792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1420905Z with 2022-11-23T02:18:34.1420954Z [ 2022-11-23T02:18:34.1421097Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1421159Z ] 2022-11-23T02:18:34.1421473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1421538Z with 2022-11-23T02:18:34.1421604Z [ 2022-11-23T02:18:34.1421723Z T=std::tuple 2022-11-23T02:18:34.1421786Z ] 2022-11-23T02:18:34.1422114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1422289Z with 2022-11-23T02:18:34.1422361Z [ 2022-11-23T02:18:34.1422481Z T=std::tuple 2022-11-23T02:18:34.1422543Z ] 2022-11-23T02:18:34.1422916Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1422983Z with 2022-11-23T02:18:34.1423030Z [ 2022-11-23T02:18:34.1423146Z T=std::tuple 2022-11-23T02:18:34.1423209Z ] 2022-11-23T02:18:34.1423600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1423666Z with 2022-11-23T02:18:34.1423730Z [ 2022-11-23T02:18:34.1423910Z T=std::tuple 2022-11-23T02:18:34.1423978Z ] 2022-11-23T02:18:34.1424391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1424822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1425170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1425238Z with 2022-11-23T02:18:34.1425299Z [ 2022-11-23T02:18:34.1425417Z T=std::tuple 2022-11-23T02:18:34.1425485Z ] 2022-11-23T02:18:34.1425794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1425860Z with 2022-11-23T02:18:34.1425924Z [ 2022-11-23T02:18:34.1426008Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1426071Z ] 2022-11-23T02:18:34.1426395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1426462Z with 2022-11-23T02:18:34.1426523Z [ 2022-11-23T02:18:34.1426618Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1426685Z ] 2022-11-23T02:18:34.1427053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1427168Z with 2022-11-23T02:18:34.1427229Z [ 2022-11-23T02:18:34.1427324Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1427386Z ] 2022-11-23T02:18:34.1427780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1427845Z with 2022-11-23T02:18:34.1427907Z [ 2022-11-23T02:18:34.1428001Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1428049Z ] 2022-11-23T02:18:34.1428398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1428762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1429108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1429175Z with 2022-11-23T02:18:34.1429236Z [ 2022-11-23T02:18:34.1429331Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1429393Z ] 2022-11-23T02:18:34.1429705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1429772Z with 2022-11-23T02:18:34.1429932Z [ 2022-11-23T02:18:34.1430050Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1430118Z ] 2022-11-23T02:18:34.1430480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1430608Z with 2022-11-23T02:18:34.1430672Z [ 2022-11-23T02:18:34.1430791Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1430841Z ] 2022-11-23T02:18:34.1431210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1431277Z with 2022-11-23T02:18:34.1431339Z [ 2022-11-23T02:18:34.1431454Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1431516Z ] 2022-11-23T02:18:34.1431904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1431977Z with 2022-11-23T02:18:34.1432042Z [ 2022-11-23T02:18:34.1432153Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1432216Z ] 2022-11-23T02:18:34.1432576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1432939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1433290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1433403Z with 2022-11-23T02:18:34.1433466Z [ 2022-11-23T02:18:34.1433583Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1433647Z ] 2022-11-23T02:18:34.1433959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1434011Z with 2022-11-23T02:18:34.1434073Z [ 2022-11-23T02:18:34.1434185Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1434249Z ] 2022-11-23T02:18:34.1434571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1434640Z with 2022-11-23T02:18:34.1434702Z [ 2022-11-23T02:18:34.1434816Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1434878Z ] 2022-11-23T02:18:34.1435247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1435313Z with 2022-11-23T02:18:34.1435375Z [ 2022-11-23T02:18:34.1435485Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1435547Z ] 2022-11-23T02:18:34.1436008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1436075Z with 2022-11-23T02:18:34.1436123Z [ 2022-11-23T02:18:34.1436238Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1436300Z ] 2022-11-23T02:18:34.1436755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1437122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1437465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1437533Z with 2022-11-23T02:18:34.1437595Z [ 2022-11-23T02:18:34.1437709Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1437776Z ] 2022-11-23T02:18:34.1438088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1438153Z with 2022-11-23T02:18:34.1438217Z [ 2022-11-23T02:18:34.1438310Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1438372Z ] 2022-11-23T02:18:34.1438695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1438763Z with 2022-11-23T02:18:34.1438811Z [ 2022-11-23T02:18:34.1438903Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1438968Z ] 2022-11-23T02:18:34.1439335Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1439443Z with 2022-11-23T02:18:34.1439504Z [ 2022-11-23T02:18:34.1439596Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1439658Z ] 2022-11-23T02:18:34.1440053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1440119Z with 2022-11-23T02:18:34.1440180Z [ 2022-11-23T02:18:34.1440270Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1440331Z ] 2022-11-23T02:18:34.1440674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1441023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1441367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1441432Z with 2022-11-23T02:18:34.1441496Z [ 2022-11-23T02:18:34.1441573Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1441635Z ] 2022-11-23T02:18:34.1442008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1442076Z with 2022-11-23T02:18:34.1442138Z [ 2022-11-23T02:18:34.1442234Z T=at::ThreadLocalState 2022-11-23T02:18:34.1442299Z ] 2022-11-23T02:18:34.1442676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1442744Z with 2022-11-23T02:18:34.1442854Z [ 2022-11-23T02:18:34.1442951Z T=at::ThreadLocalState 2022-11-23T02:18:34.1443011Z ] 2022-11-23T02:18:34.1443372Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1443438Z with 2022-11-23T02:18:34.1443500Z [ 2022-11-23T02:18:34.1443580Z T=at::ThreadLocalState 2022-11-23T02:18:34.1443643Z ] 2022-11-23T02:18:34.1444031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1444103Z with 2022-11-23T02:18:34.1444166Z [ 2022-11-23T02:18:34.1444261Z T=at::ThreadLocalState 2022-11-23T02:18:34.1444326Z ] 2022-11-23T02:18:34.1444673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1445040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1445384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1445494Z with 2022-11-23T02:18:34.1445557Z [ 2022-11-23T02:18:34.1445653Z T=at::ThreadLocalState 2022-11-23T02:18:34.1445714Z ] 2022-11-23T02:18:34.1446028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1446095Z with 2022-11-23T02:18:34.1446156Z [ 2022-11-23T02:18:34.1446257Z T=std::shared_ptr 2022-11-23T02:18:34.1446318Z ] 2022-11-23T02:18:34.1446644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1446711Z with 2022-11-23T02:18:34.1446773Z [ 2022-11-23T02:18:34.1446888Z T=std::shared_ptr 2022-11-23T02:18:34.1446954Z ] 2022-11-23T02:18:34.1447323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1447389Z with 2022-11-23T02:18:34.1447451Z [ 2022-11-23T02:18:34.1447564Z T=std::shared_ptr 2022-11-23T02:18:34.1447627Z ] 2022-11-23T02:18:34.1448078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1448149Z with 2022-11-23T02:18:34.1448211Z [ 2022-11-23T02:18:34.1448324Z T=std::shared_ptr 2022-11-23T02:18:34.1448373Z ] 2022-11-23T02:18:34.1448775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1449169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1449548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.1449896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1449965Z with 2022-11-23T02:18:34.1450030Z [ 2022-11-23T02:18:34.1450146Z T=std::shared_ptr 2022-11-23T02:18:34.1450210Z ] 2022-11-23T02:18:34.1450522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1450588Z with 2022-11-23T02:18:34.1450650Z [ 2022-11-23T02:18:34.1450751Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1450814Z ] 2022-11-23T02:18:34.1451136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1451202Z with 2022-11-23T02:18:34.1451263Z [ 2022-11-23T02:18:34.1451362Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1451472Z ] 2022-11-23T02:18:34.1451823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1451890Z with 2022-11-23T02:18:34.1451953Z [ 2022-11-23T02:18:34.1452051Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1452114Z ] 2022-11-23T02:18:34.1452504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1452571Z with 2022-11-23T02:18:34.1452632Z [ 2022-11-23T02:18:34.1452730Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1452791Z ] 2022-11-23T02:18:34.1453140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1453487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1453921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.1454271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1454337Z with 2022-11-23T02:18:34.1454447Z [ 2022-11-23T02:18:34.1454559Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1454622Z ] 2022-11-23T02:18:34.1454981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1455037Z with 2022-11-23T02:18:34.1455098Z [ 2022-11-23T02:18:34.1455191Z T=torch::jit::Method 2022-11-23T02:18:34.1455252Z ] 2022-11-23T02:18:34.1455576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1455642Z with 2022-11-23T02:18:34.1455704Z [ 2022-11-23T02:18:34.1455793Z T=torch::jit::Method 2022-11-23T02:18:34.1455856Z ] 2022-11-23T02:18:34.1456217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1456285Z with 2022-11-23T02:18:34.1456345Z [ 2022-11-23T02:18:34.1456436Z T=torch::jit::Method 2022-11-23T02:18:34.1456499Z ] 2022-11-23T02:18:34.1456884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1456948Z with 2022-11-23T02:18:34.1456997Z [ 2022-11-23T02:18:34.1457084Z T=torch::jit::Method 2022-11-23T02:18:34.1457148Z ] 2022-11-23T02:18:34.1457478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1457865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1458217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1458282Z with 2022-11-23T02:18:34.1458347Z [ 2022-11-23T02:18:34.1458436Z T=torch::jit::Method 2022-11-23T02:18:34.1458498Z ] 2022-11-23T02:18:34.1458804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1458868Z with 2022-11-23T02:18:34.1458930Z [ 2022-11-23T02:18:34.1459072Z T=std::vector> 2022-11-23T02:18:34.1459134Z ] 2022-11-23T02:18:34.1459463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1459529Z with 2022-11-23T02:18:34.1459577Z [ 2022-11-23T02:18:34.1459713Z T=std::vector> 2022-11-23T02:18:34.1459834Z ] 2022-11-23T02:18:34.1460200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1460265Z with 2022-11-23T02:18:34.1460326Z [ 2022-11-23T02:18:34.1460516Z T=std::vector> 2022-11-23T02:18:34.1460583Z ] 2022-11-23T02:18:34.1461019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1461088Z with 2022-11-23T02:18:34.1461150Z [ 2022-11-23T02:18:34.1461283Z T=std::vector> 2022-11-23T02:18:34.1461345Z ] 2022-11-23T02:18:34.1461719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1462099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1462526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1462597Z with 2022-11-23T02:18:34.1462659Z [ 2022-11-23T02:18:34.1462793Z T=std::vector> 2022-11-23T02:18:34.1462842Z ] 2022-11-23T02:18:34.1463149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1463214Z with 2022-11-23T02:18:34.1463276Z [ 2022-11-23T02:18:34.1463445Z T=std::function 2022-11-23T02:18:34.1463508Z ] 2022-11-23T02:18:34.1463828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1464418Z with 2022-11-23T02:18:34.1464479Z [ 2022-11-23T02:18:34.1464653Z T=std::function 2022-11-23T02:18:34.1464716Z ] 2022-11-23T02:18:34.1465085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1465150Z with 2022-11-23T02:18:34.1465212Z [ 2022-11-23T02:18:34.1465375Z T=std::function 2022-11-23T02:18:34.1465437Z ] 2022-11-23T02:18:34.1465896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1465965Z with 2022-11-23T02:18:34.1466013Z [ 2022-11-23T02:18:34.1466181Z T=std::function 2022-11-23T02:18:34.1466245Z ] 2022-11-23T02:18:34.1466701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1467120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1467471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1467592Z with 2022-11-23T02:18:34.1467657Z [ 2022-11-23T02:18:34.1467826Z T=std::function 2022-11-23T02:18:34.1467893Z ] 2022-11-23T02:18:34.1468207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1468272Z with 2022-11-23T02:18:34.1468334Z [ 2022-11-23T02:18:34.1468525Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1468588Z ] 2022-11-23T02:18:34.1468910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1468978Z with 2022-11-23T02:18:34.1469040Z [ 2022-11-23T02:18:34.1469228Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1469277Z ] 2022-11-23T02:18:34.1469648Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1469714Z with 2022-11-23T02:18:34.1469777Z [ 2022-11-23T02:18:34.1469969Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1470032Z ] 2022-11-23T02:18:34.1470427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1470540Z with 2022-11-23T02:18:34.1470608Z [ 2022-11-23T02:18:34.1470798Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1470860Z ] 2022-11-23T02:18:34.1471284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1471798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1472147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1472214Z with 2022-11-23T02:18:34.1472279Z [ 2022-11-23T02:18:34.1472524Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1472589Z ] 2022-11-23T02:18:34.1472901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1472966Z with 2022-11-23T02:18:34.1473029Z [ 2022-11-23T02:18:34.1473145Z T=std::vector> 2022-11-23T02:18:34.1473208Z ] 2022-11-23T02:18:34.1473533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1473603Z with 2022-11-23T02:18:34.1473669Z [ 2022-11-23T02:18:34.1473801Z T=std::vector> 2022-11-23T02:18:34.1473864Z ] 2022-11-23T02:18:34.1474279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1474347Z with 2022-11-23T02:18:34.1474409Z [ 2022-11-23T02:18:34.1474535Z T=std::vector> 2022-11-23T02:18:34.1474598Z ] 2022-11-23T02:18:34.1474988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1475055Z with 2022-11-23T02:18:34.1475116Z [ 2022-11-23T02:18:34.1475243Z T=std::vector> 2022-11-23T02:18:34.1475292Z ] 2022-11-23T02:18:34.1475646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1475711Z with 2022-11-23T02:18:34.1475774Z [ 2022-11-23T02:18:34.1475846Z T=double 2022-11-23T02:18:34.1475907Z ] 2022-11-23T02:18:34.1476307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1476373Z with 2022-11-23T02:18:34.1476481Z [ 2022-11-23T02:18:34.1476553Z T=double 2022-11-23T02:18:34.1476617Z ] 2022-11-23T02:18:34.1476965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1477030Z with 2022-11-23T02:18:34.1477091Z [ 2022-11-23T02:18:34.1477217Z T=std::vector> 2022-11-23T02:18:34.1477266Z ] 2022-11-23T02:18:34.1477575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1477641Z with 2022-11-23T02:18:34.1477764Z [ 2022-11-23T02:18:34.1477880Z T=std::tuple 2022-11-23T02:18:34.1477943Z ] 2022-11-23T02:18:34.1478268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1478370Z with 2022-11-23T02:18:34.1478447Z [ 2022-11-23T02:18:34.1478564Z T=std::tuple 2022-11-23T02:18:34.1478627Z ] 2022-11-23T02:18:34.1478994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1479060Z with 2022-11-23T02:18:34.1479129Z [ 2022-11-23T02:18:34.1479240Z T=std::tuple 2022-11-23T02:18:34.1479288Z ] 2022-11-23T02:18:34.1479675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1479742Z with 2022-11-23T02:18:34.1479804Z [ 2022-11-23T02:18:34.1479916Z T=std::tuple 2022-11-23T02:18:34.1480027Z ] 2022-11-23T02:18:34.1480385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1480774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1481121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1481191Z with 2022-11-23T02:18:34.1481254Z [ 2022-11-23T02:18:34.1481364Z T=std::tuple 2022-11-23T02:18:34.1481427Z ] 2022-11-23T02:18:34.1481737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1481805Z with 2022-11-23T02:18:34.1481867Z [ 2022-11-23T02:18:34.1482004Z T=std::vector> 2022-11-23T02:18:34.1482066Z ] 2022-11-23T02:18:34.1482390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1482441Z with 2022-11-23T02:18:34.1482503Z [ 2022-11-23T02:18:34.1482685Z T=std::vector> 2022-11-23T02:18:34.1482748Z ] 2022-11-23T02:18:34.1483114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1483180Z with 2022-11-23T02:18:34.1483243Z [ 2022-11-23T02:18:34.1483379Z T=std::vector> 2022-11-23T02:18:34.1483441Z ] 2022-11-23T02:18:34.1483895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1483961Z with 2022-11-23T02:18:34.1484023Z [ 2022-11-23T02:18:34.1484157Z T=std::vector> 2022-11-23T02:18:34.1484224Z ] 2022-11-23T02:18:34.1484651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1485054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1485396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1485462Z with 2022-11-23T02:18:34.1485524Z [ 2022-11-23T02:18:34.1485645Z T=std::vector> 2022-11-23T02:18:34.1485709Z ] 2022-11-23T02:18:34.1486254Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:lenient_flag_handling_extension.pyd 2022-11-23T02:18:34.1486458Z Creating library lenient_flag_handling_extension.lib and object lenient_flag_handling_extension.exp 2022-11-23T02:18:34.1486602Z Loading extension module lenient_flag_handling_extension... 2022-11-23T02:18:34.1486671Z ok (13.555s) 2022-11-23T02:18:34.1486981Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.1487248Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension... 2022-11-23T02:18:34.1487523Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-11-23T02:18:34.1487656Z Building extension module reloaded_jit_extension... 2022-11-23T02:18:34.1487864Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.1488844Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:18:34.1489034Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.1489182Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.1489197Z 2022-11-23T02:18:34.1489516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.1489897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1489969Z with 2022-11-23T02:18:34.1490035Z [ 2022-11-23T02:18:34.1490118Z T=c10::SymInt 2022-11-23T02:18:34.1490182Z ] 2022-11-23T02:18:34.1490565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1490635Z with 2022-11-23T02:18:34.1490698Z [ 2022-11-23T02:18:34.1490782Z T=c10::SymInt 2022-11-23T02:18:34.1490844Z ] 2022-11-23T02:18:34.1491214Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1491279Z with 2022-11-23T02:18:34.1491327Z [ 2022-11-23T02:18:34.1491406Z T=c10::SymInt 2022-11-23T02:18:34.1491467Z ] 2022-11-23T02:18:34.1491857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1491925Z with 2022-11-23T02:18:34.1491987Z [ 2022-11-23T02:18:34.1492065Z T=c10::SymInt 2022-11-23T02:18:34.1492126Z ] 2022-11-23T02:18:34.1492856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1493201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1493548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1493614Z with 2022-11-23T02:18:34.1493681Z [ 2022-11-23T02:18:34.1493762Z T=c10::SymInt 2022-11-23T02:18:34.1493826Z ] 2022-11-23T02:18:34.1494123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.1494433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1494485Z with 2022-11-23T02:18:34.1494548Z [ 2022-11-23T02:18:34.1494634Z T=at::TensorBase 2022-11-23T02:18:34.1494697Z ] 2022-11-23T02:18:34.1495017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1495086Z with 2022-11-23T02:18:34.1495200Z [ 2022-11-23T02:18:34.1495286Z T=at::TensorBase 2022-11-23T02:18:34.1495349Z ] 2022-11-23T02:18:34.1495789Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1495857Z with 2022-11-23T02:18:34.1495920Z [ 2022-11-23T02:18:34.1496003Z T=at::TensorBase 2022-11-23T02:18:34.1496067Z ] 2022-11-23T02:18:34.1496510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1496577Z with 2022-11-23T02:18:34.1496625Z [ 2022-11-23T02:18:34.1496708Z T=at::TensorBase 2022-11-23T02:18:34.1496774Z ] 2022-11-23T02:18:34.1497107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1497446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1497791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1497857Z with 2022-11-23T02:18:34.1497925Z [ 2022-11-23T02:18:34.1498011Z T=at::TensorBase 2022-11-23T02:18:34.1498074Z ] 2022-11-23T02:18:34.1498383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1498450Z with 2022-11-23T02:18:34.1498512Z [ 2022-11-23T02:18:34.1498592Z T=at::Tensor 2022-11-23T02:18:34.1498654Z ] 2022-11-23T02:18:34.1499028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1499082Z with 2022-11-23T02:18:34.1499143Z [ 2022-11-23T02:18:34.1499226Z T=at::Tensor 2022-11-23T02:18:34.1499289Z ] 2022-11-23T02:18:34.1499657Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1499724Z with 2022-11-23T02:18:34.1499788Z [ 2022-11-23T02:18:34.1499867Z T=at::Tensor 2022-11-23T02:18:34.1499928Z ] 2022-11-23T02:18:34.1500320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1500386Z with 2022-11-23T02:18:34.1500447Z [ 2022-11-23T02:18:34.1500525Z T=at::Tensor 2022-11-23T02:18:34.1500586Z ] 2022-11-23T02:18:34.1500915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1501243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1501627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1501759Z with 2022-11-23T02:18:34.1501814Z [ 2022-11-23T02:18:34.1501895Z T=at::Tensor 2022-11-23T02:18:34.1501959Z ] 2022-11-23T02:18:34.1502390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1502472Z with 2022-11-23T02:18:34.1502534Z [ 2022-11-23T02:18:34.1502620Z T=at::Generator 2022-11-23T02:18:34.1502682Z ] 2022-11-23T02:18:34.1503003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1503073Z with 2022-11-23T02:18:34.1503136Z [ 2022-11-23T02:18:34.1503218Z T=at::Generator 2022-11-23T02:18:34.1503280Z ] 2022-11-23T02:18:34.1503654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1503706Z with 2022-11-23T02:18:34.1503769Z [ 2022-11-23T02:18:34.1503850Z T=at::Generator 2022-11-23T02:18:34.1503913Z ] 2022-11-23T02:18:34.1504303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1504370Z with 2022-11-23T02:18:34.1504434Z [ 2022-11-23T02:18:34.1504515Z T=at::Generator 2022-11-23T02:18:34.1504577Z ] 2022-11-23T02:18:34.1504968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1505307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1505652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1505718Z with 2022-11-23T02:18:34.1505781Z [ 2022-11-23T02:18:34.1505865Z T=at::Generator 2022-11-23T02:18:34.1505926Z ] 2022-11-23T02:18:34.1506237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1506290Z with 2022-11-23T02:18:34.1506352Z [ 2022-11-23T02:18:34.1506433Z T=c10::Scalar 2022-11-23T02:18:34.1506495Z ] 2022-11-23T02:18:34.1506816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1506882Z with 2022-11-23T02:18:34.1506942Z [ 2022-11-23T02:18:34.1507021Z T=c10::Scalar 2022-11-23T02:18:34.1507083Z ] 2022-11-23T02:18:34.1507449Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1507562Z with 2022-11-23T02:18:34.1507624Z [ 2022-11-23T02:18:34.1507731Z T=c10::Scalar 2022-11-23T02:18:34.1507816Z ] 2022-11-23T02:18:34.1508214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1508265Z with 2022-11-23T02:18:34.1508326Z [ 2022-11-23T02:18:34.1508454Z T=c10::Scalar 2022-11-23T02:18:34.1508519Z ] 2022-11-23T02:18:34.1508848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1509179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1509536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1509605Z with 2022-11-23T02:18:34.1509670Z [ 2022-11-23T02:18:34.1509751Z T=c10::Scalar 2022-11-23T02:18:34.1509813Z ] 2022-11-23T02:18:34.1510121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1510184Z with 2022-11-23T02:18:34.1510246Z [ 2022-11-23T02:18:34.1510324Z T=std::string 2022-11-23T02:18:34.1510386Z ] 2022-11-23T02:18:34.1510708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1510763Z with 2022-11-23T02:18:34.1510825Z [ 2022-11-23T02:18:34.1510904Z T=std::string 2022-11-23T02:18:34.1511014Z ] 2022-11-23T02:18:34.1511386Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1511451Z with 2022-11-23T02:18:34.1511519Z [ 2022-11-23T02:18:34.1511596Z T=std::string 2022-11-23T02:18:34.1511658Z ] 2022-11-23T02:18:34.1512045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1512113Z with 2022-11-23T02:18:34.1512174Z [ 2022-11-23T02:18:34.1512255Z T=std::string 2022-11-23T02:18:34.1512315Z ] 2022-11-23T02:18:34.1512647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1512979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1513322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1513374Z with 2022-11-23T02:18:34.1513438Z [ 2022-11-23T02:18:34.1513519Z T=std::string 2022-11-23T02:18:34.1513625Z ] 2022-11-23T02:18:34.1513993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1514064Z with 2022-11-23T02:18:34.1514130Z [ 2022-11-23T02:18:34.1514224Z T=c10::QualifiedName 2022-11-23T02:18:34.1514286Z ] 2022-11-23T02:18:34.1514658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1514728Z with 2022-11-23T02:18:34.1514790Z [ 2022-11-23T02:18:34.1514880Z T=c10::QualifiedName 2022-11-23T02:18:34.1514942Z ] 2022-11-23T02:18:34.1515308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1515363Z with 2022-11-23T02:18:34.1515425Z [ 2022-11-23T02:18:34.1515515Z T=c10::QualifiedName 2022-11-23T02:18:34.1515580Z ] 2022-11-23T02:18:34.1515970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1516036Z with 2022-11-23T02:18:34.1516098Z [ 2022-11-23T02:18:34.1516191Z T=c10::QualifiedName 2022-11-23T02:18:34.1516253Z ] 2022-11-23T02:18:34.1516595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1516938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1517338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1517406Z with 2022-11-23T02:18:34.1517469Z [ 2022-11-23T02:18:34.1517564Z T=c10::QualifiedName 2022-11-23T02:18:34.1517627Z ] 2022-11-23T02:18:34.1517934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1517986Z with 2022-11-23T02:18:34.1518049Z [ 2022-11-23T02:18:34.1518186Z T=std::shared_ptr 2022-11-23T02:18:34.1518256Z ] 2022-11-23T02:18:34.1518581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1518650Z with 2022-11-23T02:18:34.1518713Z [ 2022-11-23T02:18:34.1518847Z T=std::shared_ptr 2022-11-23T02:18:34.1518911Z ] 2022-11-23T02:18:34.1519280Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1519347Z with 2022-11-23T02:18:34.1519409Z [ 2022-11-23T02:18:34.1519539Z T=std::shared_ptr 2022-11-23T02:18:34.1519601Z ] 2022-11-23T02:18:34.1520095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1520161Z with 2022-11-23T02:18:34.1520210Z [ 2022-11-23T02:18:34.1520342Z T=std::shared_ptr 2022-11-23T02:18:34.1520407Z ] 2022-11-23T02:18:34.1520828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1521197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1521536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1521608Z with 2022-11-23T02:18:34.1521670Z [ 2022-11-23T02:18:34.1521803Z T=std::shared_ptr 2022-11-23T02:18:34.1521867Z ] 2022-11-23T02:18:34.1522177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1522243Z with 2022-11-23T02:18:34.1522305Z [ 2022-11-23T02:18:34.1522434Z T=std::weak_ptr 2022-11-23T02:18:34.1522497Z ] 2022-11-23T02:18:34.1522820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1522887Z with 2022-11-23T02:18:34.1522948Z [ 2022-11-23T02:18:34.1523069Z T=std::weak_ptr 2022-11-23T02:18:34.1523132Z ] 2022-11-23T02:18:34.1523548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1523616Z with 2022-11-23T02:18:34.1523680Z [ 2022-11-23T02:18:34.1523807Z T=std::weak_ptr 2022-11-23T02:18:34.1523870Z ] 2022-11-23T02:18:34.1524259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1524326Z with 2022-11-23T02:18:34.1524389Z [ 2022-11-23T02:18:34.1524517Z T=std::weak_ptr 2022-11-23T02:18:34.1524580Z ] 2022-11-23T02:18:34.1524954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1525313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1525652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1525718Z with 2022-11-23T02:18:34.1525824Z [ 2022-11-23T02:18:34.1526017Z T=std::weak_ptr 2022-11-23T02:18:34.1526081Z ] 2022-11-23T02:18:34.1526377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1526443Z with 2022-11-23T02:18:34.1526504Z [ 2022-11-23T02:18:34.1526716Z T=std::vector> 2022-11-23T02:18:34.1526782Z ] 2022-11-23T02:18:34.1527103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1527169Z with 2022-11-23T02:18:34.1527230Z [ 2022-11-23T02:18:34.1527386Z T=std::vector> 2022-11-23T02:18:34.1527452Z ] 2022-11-23T02:18:34.1527822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1527888Z with 2022-11-23T02:18:34.1527950Z [ 2022-11-23T02:18:34.1528106Z T=std::vector> 2022-11-23T02:18:34.1528170Z ] 2022-11-23T02:18:34.1528558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1528623Z with 2022-11-23T02:18:34.1528671Z [ 2022-11-23T02:18:34.1528825Z T=std::vector> 2022-11-23T02:18:34.1528890Z ] 2022-11-23T02:18:34.1529316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1529702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1530057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1530126Z with 2022-11-23T02:18:34.1530188Z [ 2022-11-23T02:18:34.1530344Z T=std::vector> 2022-11-23T02:18:34.1530410Z ] 2022-11-23T02:18:34.1530718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1530783Z with 2022-11-23T02:18:34.1530846Z [ 2022-11-23T02:18:34.1530968Z T=std::vector> 2022-11-23T02:18:34.1531031Z ] 2022-11-23T02:18:34.1531360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1531426Z with 2022-11-23T02:18:34.1531487Z [ 2022-11-23T02:18:34.1531606Z T=std::vector> 2022-11-23T02:18:34.1531655Z ] 2022-11-23T02:18:34.1532079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1532211Z with 2022-11-23T02:18:34.1532273Z [ 2022-11-23T02:18:34.1532399Z T=std::vector> 2022-11-23T02:18:34.1532462Z ] 2022-11-23T02:18:34.1532912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1532981Z with 2022-11-23T02:18:34.1533043Z [ 2022-11-23T02:18:34.1533162Z T=std::vector> 2022-11-23T02:18:34.1533224Z ] 2022-11-23T02:18:34.1533583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1533938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1534286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1534352Z with 2022-11-23T02:18:34.1534413Z [ 2022-11-23T02:18:34.1534531Z T=std::vector> 2022-11-23T02:18:34.1534593Z ] 2022-11-23T02:18:34.1534884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1534952Z with 2022-11-23T02:18:34.1535014Z [ 2022-11-23T02:18:34.1535184Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1535250Z ] 2022-11-23T02:18:34.1535622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1535689Z with 2022-11-23T02:18:34.1535754Z [ 2022-11-23T02:18:34.1535923Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1535986Z ] 2022-11-23T02:18:34.1536352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1536417Z with 2022-11-23T02:18:34.1536482Z [ 2022-11-23T02:18:34.1536647Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1536711Z ] 2022-11-23T02:18:34.1537105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1537171Z with 2022-11-23T02:18:34.1537234Z [ 2022-11-23T02:18:34.1537383Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1537445Z ] 2022-11-23T02:18:34.1537844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1538339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1538724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1539070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1539136Z with 2022-11-23T02:18:34.1539199Z [ 2022-11-23T02:18:34.1539369Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1539430Z ] 2022-11-23T02:18:34.1539740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1539805Z with 2022-11-23T02:18:34.1539872Z [ 2022-11-23T02:18:34.1540035Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1540098Z ] 2022-11-23T02:18:34.1540417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1540482Z with 2022-11-23T02:18:34.1540544Z [ 2022-11-23T02:18:34.1540703Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1540765Z ] 2022-11-23T02:18:34.1541129Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1541196Z with 2022-11-23T02:18:34.1541244Z [ 2022-11-23T02:18:34.1541457Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1541521Z ] 2022-11-23T02:18:34.1541913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1541978Z with 2022-11-23T02:18:34.1542042Z [ 2022-11-23T02:18:34.1542305Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1542370Z ] 2022-11-23T02:18:34.1542764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1543155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1543480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1543820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1543887Z with 2022-11-23T02:18:34.1544051Z [ 2022-11-23T02:18:34.1544213Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1544276Z ] 2022-11-23T02:18:34.1544646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1544715Z with 2022-11-23T02:18:34.1544777Z [ 2022-11-23T02:18:34.1544910Z T=std::vector> 2022-11-23T02:18:34.1544958Z ] 2022-11-23T02:18:34.1545286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1545350Z with 2022-11-23T02:18:34.1545412Z [ 2022-11-23T02:18:34.1545538Z T=std::vector> 2022-11-23T02:18:34.1545604Z ] 2022-11-23T02:18:34.1545978Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1546045Z with 2022-11-23T02:18:34.1546108Z [ 2022-11-23T02:18:34.1546233Z T=std::vector> 2022-11-23T02:18:34.1546295Z ] 2022-11-23T02:18:34.1546686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1546751Z with 2022-11-23T02:18:34.1546814Z [ 2022-11-23T02:18:34.1546940Z T=std::vector> 2022-11-23T02:18:34.1546990Z ] 2022-11-23T02:18:34.1559445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1560100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1560472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1560553Z with 2022-11-23T02:18:34.1560629Z [ 2022-11-23T02:18:34.1560773Z T=std::vector> 2022-11-23T02:18:34.1560849Z ] 2022-11-23T02:18:34.1561177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1561257Z with 2022-11-23T02:18:34.1561325Z [ 2022-11-23T02:18:34.1561493Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1561561Z ] 2022-11-23T02:18:34.1561898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1561969Z with 2022-11-23T02:18:34.1562100Z [ 2022-11-23T02:18:34.1562265Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1562331Z ] 2022-11-23T02:18:34.1562765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1562906Z with 2022-11-23T02:18:34.1562973Z [ 2022-11-23T02:18:34.1563136Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1563205Z ] 2022-11-23T02:18:34.1563609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1563683Z with 2022-11-23T02:18:34.1563750Z [ 2022-11-23T02:18:34.1563911Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1563977Z ] 2022-11-23T02:18:34.1564378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1564791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1565191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.1565547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1565620Z with 2022-11-23T02:18:34.1565687Z [ 2022-11-23T02:18:34.1565848Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1565917Z ] 2022-11-23T02:18:34.1566237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1566360Z with 2022-11-23T02:18:34.1566431Z [ 2022-11-23T02:18:34.1566587Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1566641Z ] 2022-11-23T02:18:34.1566975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1567047Z with 2022-11-23T02:18:34.1567115Z [ 2022-11-23T02:18:34.1567279Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1567347Z ] 2022-11-23T02:18:34.1567729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1567805Z with 2022-11-23T02:18:34.1567872Z [ 2022-11-23T02:18:34.1568093Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1568163Z ] 2022-11-23T02:18:34.1568559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1568674Z with 2022-11-23T02:18:34.1568754Z [ 2022-11-23T02:18:34.1568914Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1568981Z ] 2022-11-23T02:18:34.1569380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1569844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1570249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.1570601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1570674Z with 2022-11-23T02:18:34.1570726Z [ 2022-11-23T02:18:34.1570887Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1570959Z ] 2022-11-23T02:18:34.1571283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1571355Z with 2022-11-23T02:18:34.1571422Z [ 2022-11-23T02:18:34.1571536Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1571604Z ] 2022-11-23T02:18:34.1571936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1572009Z with 2022-11-23T02:18:34.1572074Z [ 2022-11-23T02:18:34.1572188Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1572257Z ] 2022-11-23T02:18:34.1572629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1572750Z with 2022-11-23T02:18:34.1572805Z [ 2022-11-23T02:18:34.1572916Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1572985Z ] 2022-11-23T02:18:34.1573384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1573456Z with 2022-11-23T02:18:34.1573523Z [ 2022-11-23T02:18:34.1573637Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1573704Z ] 2022-11-23T02:18:34.1574128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1574476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1574548Z with 2022-11-23T02:18:34.1574615Z [ 2022-11-23T02:18:34.1574781Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1574848Z ] 2022-11-23T02:18:34.1575236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.1575595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1576190Z with 2022-11-23T02:18:34.1576258Z [ 2022-11-23T02:18:34.1576358Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1576425Z ] 2022-11-23T02:18:34.1576748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1576822Z with 2022-11-23T02:18:34.1576891Z [ 2022-11-23T02:18:34.1577091Z T=std::vector> 2022-11-23T02:18:34.1577159Z ] 2022-11-23T02:18:34.1577497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1577575Z with 2022-11-23T02:18:34.1577646Z [ 2022-11-23T02:18:34.1577847Z T=std::vector> 2022-11-23T02:18:34.1577914Z ] 2022-11-23T02:18:34.1578288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1578359Z with 2022-11-23T02:18:34.1578427Z [ 2022-11-23T02:18:34.1578624Z T=std::vector> 2022-11-23T02:18:34.1578691Z ] 2022-11-23T02:18:34.1579090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1579149Z with 2022-11-23T02:18:34.1579216Z [ 2022-11-23T02:18:34.1579412Z T=std::vector> 2022-11-23T02:18:34.1579485Z ] 2022-11-23T02:18:34.1579963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1580458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1580879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1580959Z with 2022-11-23T02:18:34.1581028Z [ 2022-11-23T02:18:34.1581228Z T=std::vector> 2022-11-23T02:18:34.1581296Z ] 2022-11-23T02:18:34.1581614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1581688Z with 2022-11-23T02:18:34.1581756Z [ 2022-11-23T02:18:34.1581864Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1581931Z ] 2022-11-23T02:18:34.1582356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1582492Z with 2022-11-23T02:18:34.1582559Z [ 2022-11-23T02:18:34.1582674Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1582726Z ] 2022-11-23T02:18:34.1583110Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1583181Z with 2022-11-23T02:18:34.1583250Z [ 2022-11-23T02:18:34.1583357Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1583423Z ] 2022-11-23T02:18:34.1583817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1583888Z with 2022-11-23T02:18:34.1583956Z [ 2022-11-23T02:18:34.1584065Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1584134Z ] 2022-11-23T02:18:34.1584503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1584870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1585218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1585289Z with 2022-11-23T02:18:34.1629197Z [ 2022-11-23T02:18:34.1629428Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1629496Z ] 2022-11-23T02:18:34.1629811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1629872Z with 2022-11-23T02:18:34.1630052Z [ 2022-11-23T02:18:34.1630130Z T=c10::IValue 2022-11-23T02:18:34.1630187Z ] 2022-11-23T02:18:34.1630507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1630568Z with 2022-11-23T02:18:34.1630624Z [ 2022-11-23T02:18:34.1630698Z T=c10::IValue 2022-11-23T02:18:34.1630752Z ] 2022-11-23T02:18:34.1631114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1631175Z with 2022-11-23T02:18:34.1631231Z [ 2022-11-23T02:18:34.1631302Z T=c10::IValue 2022-11-23T02:18:34.1631350Z ] 2022-11-23T02:18:34.1631735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1631798Z with 2022-11-23T02:18:34.1631855Z [ 2022-11-23T02:18:34.1631927Z T=c10::IValue 2022-11-23T02:18:34.1631981Z ] 2022-11-23T02:18:34.1632306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1632629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1633037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1633098Z with 2022-11-23T02:18:34.1633152Z [ 2022-11-23T02:18:34.1633227Z T=c10::IValue 2022-11-23T02:18:34.1633282Z ] 2022-11-23T02:18:34.1633580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1633639Z with 2022-11-23T02:18:34.1633694Z [ 2022-11-23T02:18:34.1633772Z T=c10::AliasInfo 2022-11-23T02:18:34.1633820Z ] 2022-11-23T02:18:34.1634134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1634194Z with 2022-11-23T02:18:34.1634249Z [ 2022-11-23T02:18:34.1634327Z T=c10::AliasInfo 2022-11-23T02:18:34.1634441Z ] 2022-11-23T02:18:34.1634800Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1634858Z with 2022-11-23T02:18:34.1634911Z [ 2022-11-23T02:18:34.1634983Z T=c10::AliasInfo 2022-11-23T02:18:34.1635093Z ] 2022-11-23T02:18:34.1635481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1635541Z with 2022-11-23T02:18:34.1635596Z [ 2022-11-23T02:18:34.1635669Z T=c10::AliasInfo 2022-11-23T02:18:34.1635718Z ] 2022-11-23T02:18:34.1636097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1636430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1636768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1636833Z with 2022-11-23T02:18:34.1636894Z [ 2022-11-23T02:18:34.1636969Z T=c10::AliasInfo 2022-11-23T02:18:34.1637024Z ] 2022-11-23T02:18:34.1637331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1637390Z with 2022-11-23T02:18:34.1637446Z [ 2022-11-23T02:18:34.1637577Z T=std::vector> 2022-11-23T02:18:34.1637634Z ] 2022-11-23T02:18:34.1637949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1638007Z with 2022-11-23T02:18:34.1638060Z [ 2022-11-23T02:18:34.1638185Z T=std::vector> 2022-11-23T02:18:34.1638240Z ] 2022-11-23T02:18:34.1638641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1638694Z with 2022-11-23T02:18:34.1638750Z [ 2022-11-23T02:18:34.1638877Z T=std::vector> 2022-11-23T02:18:34.1638933Z ] 2022-11-23T02:18:34.1639313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1639375Z with 2022-11-23T02:18:34.1639430Z [ 2022-11-23T02:18:34.1639558Z T=std::vector> 2022-11-23T02:18:34.1639612Z ] 2022-11-23T02:18:34.1639958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1640019Z with 2022-11-23T02:18:34.1640075Z [ 2022-11-23T02:18:34.1640150Z T=c10::SymInt 2022-11-23T02:18:34.1640208Z ] 2022-11-23T02:18:34.1640612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1640672Z with 2022-11-23T02:18:34.1640720Z [ 2022-11-23T02:18:34.1640793Z T=c10::SymInt 2022-11-23T02:18:34.1640849Z ] 2022-11-23T02:18:34.1641276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.1641757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.1642099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1642161Z with 2022-11-23T02:18:34.1642218Z [ 2022-11-23T02:18:34.1642349Z T=std::vector> 2022-11-23T02:18:34.1642408Z ] 2022-11-23T02:18:34.1642712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1642773Z with 2022-11-23T02:18:34.1642832Z [ 2022-11-23T02:18:34.1642971Z T=c10::either 2022-11-23T02:18:34.1643029Z ] 2022-11-23T02:18:34.1643351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1643412Z with 2022-11-23T02:18:34.1643470Z [ 2022-11-23T02:18:34.1643597Z T=c10::either 2022-11-23T02:18:34.1643655Z ] 2022-11-23T02:18:34.1644017Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1644081Z with 2022-11-23T02:18:34.1644187Z [ 2022-11-23T02:18:34.1644320Z T=c10::either 2022-11-23T02:18:34.1644378Z ] 2022-11-23T02:18:34.1644767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1644829Z with 2022-11-23T02:18:34.1644887Z [ 2022-11-23T02:18:34.1645021Z T=c10::either 2022-11-23T02:18:34.1645077Z ] 2022-11-23T02:18:34.1645449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1645848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1646192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1646255Z with 2022-11-23T02:18:34.1646313Z [ 2022-11-23T02:18:34.1646507Z T=c10::either 2022-11-23T02:18:34.1646565Z ] 2022-11-23T02:18:34.1646868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1646919Z with 2022-11-23T02:18:34.1646977Z [ 2022-11-23T02:18:34.1647120Z T=at::StepCallbacks 2022-11-23T02:18:34.1647182Z ] 2022-11-23T02:18:34.1647503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1648048Z with 2022-11-23T02:18:34.1648113Z [ 2022-11-23T02:18:34.1648204Z T=at::StepCallbacks 2022-11-23T02:18:34.1648265Z ] 2022-11-23T02:18:34.1648626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1648690Z with 2022-11-23T02:18:34.1648748Z [ 2022-11-23T02:18:34.1648835Z T=at::StepCallbacks 2022-11-23T02:18:34.1648891Z ] 2022-11-23T02:18:34.1649275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1649330Z with 2022-11-23T02:18:34.1649388Z [ 2022-11-23T02:18:34.1649473Z T=at::StepCallbacks 2022-11-23T02:18:34.1649533Z ] 2022-11-23T02:18:34.1649871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1650221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1650558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1650674Z with 2022-11-23T02:18:34.1650738Z [ 2022-11-23T02:18:34.1803114Z T=at::StepCallbacks 2022-11-23T02:18:34.1803270Z ] 2022-11-23T02:18:34.1803616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1803682Z with 2022-11-23T02:18:34.1803731Z [ 2022-11-23T02:18:34.1803820Z T=c10::DimVector 2022-11-23T02:18:34.1803888Z ] 2022-11-23T02:18:34.1804277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1804347Z with 2022-11-23T02:18:34.1804410Z [ 2022-11-23T02:18:34.1804495Z T=c10::DimVector 2022-11-23T02:18:34.1804561Z ] 2022-11-23T02:18:34.1804927Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1804998Z with 2022-11-23T02:18:34.1805061Z [ 2022-11-23T02:18:34.1805142Z T=c10::DimVector 2022-11-23T02:18:34.1805204Z ] 2022-11-23T02:18:34.1805596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1805665Z with 2022-11-23T02:18:34.1805714Z [ 2022-11-23T02:18:34.1805800Z T=c10::DimVector 2022-11-23T02:18:34.1805863Z ] 2022-11-23T02:18:34.1806195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1806679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1807026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1807092Z with 2022-11-23T02:18:34.1807155Z [ 2022-11-23T02:18:34.1807237Z T=c10::DimVector 2022-11-23T02:18:34.1807299Z ] 2022-11-23T02:18:34.1807610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1807681Z with 2022-11-23T02:18:34.1807744Z [ 2022-11-23T02:18:34.1807848Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1807910Z ] 2022-11-23T02:18:34.1808232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1808299Z with 2022-11-23T02:18:34.1808349Z [ 2022-11-23T02:18:34.1808455Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1808518Z ] 2022-11-23T02:18:34.1808882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1808947Z with 2022-11-23T02:18:34.1809010Z [ 2022-11-23T02:18:34.1809112Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1809229Z ] 2022-11-23T02:18:34.1809623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1809691Z with 2022-11-23T02:18:34.1809753Z [ 2022-11-23T02:18:34.1809854Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1809917Z ] 2022-11-23T02:18:34.1810270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1810640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1810987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1811054Z with 2022-11-23T02:18:34.1811121Z [ 2022-11-23T02:18:34.1811209Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1811272Z ] 2022-11-23T02:18:34.1811581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1811648Z with 2022-11-23T02:18:34.1811711Z [ 2022-11-23T02:18:34.1811856Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1811922Z ] 2022-11-23T02:18:34.1812244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1812313Z with 2022-11-23T02:18:34.1812375Z [ 2022-11-23T02:18:34.1812519Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1812581Z ] 2022-11-23T02:18:34.1812997Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1813065Z with 2022-11-23T02:18:34.1813131Z [ 2022-11-23T02:18:34.1813278Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1813328Z ] 2022-11-23T02:18:34.1813717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1813784Z with 2022-11-23T02:18:34.1813846Z [ 2022-11-23T02:18:34.1813986Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1814047Z ] 2022-11-23T02:18:34.1814429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1814832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1815177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1815289Z with 2022-11-23T02:18:34.1815353Z [ 2022-11-23T02:18:34.1815497Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1815558Z ] 2022-11-23T02:18:34.1815869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1815935Z with 2022-11-23T02:18:34.1815997Z [ 2022-11-23T02:18:34.1816117Z T=std::tuple 2022-11-23T02:18:34.1816180Z ] 2022-11-23T02:18:34.1816490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1816560Z with 2022-11-23T02:18:34.1816625Z [ 2022-11-23T02:18:34.1816743Z T=std::tuple 2022-11-23T02:18:34.1816807Z ] 2022-11-23T02:18:34.1817172Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1817238Z with 2022-11-23T02:18:34.1817301Z [ 2022-11-23T02:18:34.1817418Z T=std::tuple 2022-11-23T02:18:34.1817480Z ] 2022-11-23T02:18:34.1817869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1817939Z with 2022-11-23T02:18:34.1818001Z [ 2022-11-23T02:18:34.1818118Z T=std::tuple 2022-11-23T02:18:34.1818183Z ] 2022-11-23T02:18:34.1818537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1818954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1819302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1819370Z with 2022-11-23T02:18:34.1819419Z [ 2022-11-23T02:18:34.1819540Z T=std::tuple 2022-11-23T02:18:34.1819606Z ] 2022-11-23T02:18:34.1819916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1819987Z with 2022-11-23T02:18:34.1820049Z [ 2022-11-23T02:18:34.1820147Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1820211Z ] 2022-11-23T02:18:34.1820534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1820600Z with 2022-11-23T02:18:34.1820663Z [ 2022-11-23T02:18:34.1820759Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1820821Z ] 2022-11-23T02:18:34.1821188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1821303Z with 2022-11-23T02:18:34.1821351Z [ 2022-11-23T02:18:34.1821445Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1821507Z ] 2022-11-23T02:18:34.1821901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1821968Z with 2022-11-23T02:18:34.1822034Z [ 2022-11-23T02:18:34.1822128Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1822281Z ] 2022-11-23T02:18:34.1822639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1823002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1823350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1823418Z with 2022-11-23T02:18:34.1823481Z [ 2022-11-23T02:18:34.1823577Z T=torch::jit::SourceRange 2022-11-23T02:18:34.1823642Z ] 2022-11-23T02:18:34.1823957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1824025Z with 2022-11-23T02:18:34.1824086Z [ 2022-11-23T02:18:34.1824189Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1824254Z ] 2022-11-23T02:18:34.1824580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1824647Z with 2022-11-23T02:18:34.1824762Z [ 2022-11-23T02:18:34.1824882Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1824944Z ] 2022-11-23T02:18:34.1825311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1825377Z with 2022-11-23T02:18:34.1825439Z [ 2022-11-23T02:18:34.1825552Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1825614Z ] 2022-11-23T02:18:34.1826002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1826070Z with 2022-11-23T02:18:34.1826133Z [ 2022-11-23T02:18:34.1826247Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1826295Z ] 2022-11-23T02:18:34.1826657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1827018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1827359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1827471Z with 2022-11-23T02:18:34.1827533Z [ 2022-11-23T02:18:34.1827649Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.1827714Z ] 2022-11-23T02:18:34.1828024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1828090Z with 2022-11-23T02:18:34.1828152Z [ 2022-11-23T02:18:34.1828268Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1828330Z ] 2022-11-23T02:18:34.1828651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1828719Z with 2022-11-23T02:18:34.1828782Z [ 2022-11-23T02:18:34.1828898Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1828946Z ] 2022-11-23T02:18:34.1829310Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1829377Z with 2022-11-23T02:18:34.1829442Z [ 2022-11-23T02:18:34.1829553Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1829616Z ] 2022-11-23T02:18:34.1830006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1830073Z with 2022-11-23T02:18:34.1830135Z [ 2022-11-23T02:18:34.1830247Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1830312Z ] 2022-11-23T02:18:34.1830666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1831073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1831414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1831483Z with 2022-11-23T02:18:34.1831547Z [ 2022-11-23T02:18:34.1831661Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.1831727Z ] 2022-11-23T02:18:34.1832034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1832087Z with 2022-11-23T02:18:34.1832151Z [ 2022-11-23T02:18:34.1832246Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1832308Z ] 2022-11-23T02:18:34.1832628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1832697Z with 2022-11-23T02:18:34.1832759Z [ 2022-11-23T02:18:34.1832853Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1832915Z ] 2022-11-23T02:18:34.1833277Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1833387Z with 2022-11-23T02:18:34.1833451Z [ 2022-11-23T02:18:34.1833546Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1833608Z ] 2022-11-23T02:18:34.1834000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1834051Z with 2022-11-23T02:18:34.1834114Z [ 2022-11-23T02:18:34.1834203Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1834266Z ] 2022-11-23T02:18:34.1834606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1834956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1835305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1835371Z with 2022-11-23T02:18:34.1835433Z [ 2022-11-23T02:18:34.1835525Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.1835588Z ] 2022-11-23T02:18:34.1835897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1835964Z with 2022-11-23T02:18:34.1836027Z [ 2022-11-23T02:18:34.1836125Z T=at::ThreadLocalState 2022-11-23T02:18:34.1836187Z ] 2022-11-23T02:18:34.1836507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1836561Z with 2022-11-23T02:18:34.1836623Z [ 2022-11-23T02:18:34.1836764Z T=at::ThreadLocalState 2022-11-23T02:18:34.1836831Z ] 2022-11-23T02:18:34.1837195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1837261Z with 2022-11-23T02:18:34.1837323Z [ 2022-11-23T02:18:34.1837418Z T=at::ThreadLocalState 2022-11-23T02:18:34.1837481Z ] 2022-11-23T02:18:34.1837873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1837940Z with 2022-11-23T02:18:34.1838004Z [ 2022-11-23T02:18:34.1838099Z T=at::ThreadLocalState 2022-11-23T02:18:34.1838160Z ] 2022-11-23T02:18:34.1838510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1838875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1839222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1839333Z with 2022-11-23T02:18:34.1839382Z [ 2022-11-23T02:18:34.1839480Z T=at::ThreadLocalState 2022-11-23T02:18:34.1839543Z ] 2022-11-23T02:18:34.1839855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1839922Z with 2022-11-23T02:18:34.1839984Z [ 2022-11-23T02:18:34.1840100Z T=std::shared_ptr 2022-11-23T02:18:34.1840163Z ] 2022-11-23T02:18:34.1840486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1840553Z with 2022-11-23T02:18:34.1840616Z [ 2022-11-23T02:18:34.1840730Z T=std::shared_ptr 2022-11-23T02:18:34.1840792Z ] 2022-11-23T02:18:34.1841161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1841235Z with 2022-11-23T02:18:34.1841287Z [ 2022-11-23T02:18:34.1841402Z T=std::shared_ptr 2022-11-23T02:18:34.1841465Z ] 2022-11-23T02:18:34.1841854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1841921Z with 2022-11-23T02:18:34.1841984Z [ 2022-11-23T02:18:34.1842096Z T=std::shared_ptr 2022-11-23T02:18:34.1842158Z ] 2022-11-23T02:18:34.1842513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1842909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1843291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.1843639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1843705Z with 2022-11-23T02:18:34.1843772Z [ 2022-11-23T02:18:34.1843889Z T=std::shared_ptr 2022-11-23T02:18:34.1843951Z ] 2022-11-23T02:18:34.1844262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1844328Z with 2022-11-23T02:18:34.1844390Z [ 2022-11-23T02:18:34.1844492Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1844541Z ] 2022-11-23T02:18:34.1844859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1844927Z with 2022-11-23T02:18:34.1844989Z [ 2022-11-23T02:18:34.1845090Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1845153Z ] 2022-11-23T02:18:34.1845517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1845624Z with 2022-11-23T02:18:34.1845694Z [ 2022-11-23T02:18:34.1845797Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1845858Z ] 2022-11-23T02:18:34.1846248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1846313Z with 2022-11-23T02:18:34.1846378Z [ 2022-11-23T02:18:34.1846477Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1846539Z ] 2022-11-23T02:18:34.1846894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1847240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1847611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.1847956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1848023Z with 2022-11-23T02:18:34.1848087Z [ 2022-11-23T02:18:34.1848187Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.1848252Z ] 2022-11-23T02:18:34.1848561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1848613Z with 2022-11-23T02:18:34.1848723Z [ 2022-11-23T02:18:34.1848817Z T=torch::jit::Method 2022-11-23T02:18:34.1848881Z ] 2022-11-23T02:18:34.1849205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1849271Z with 2022-11-23T02:18:34.1849333Z [ 2022-11-23T02:18:34.1849423Z T=torch::jit::Method 2022-11-23T02:18:34.1849485Z ] 2022-11-23T02:18:34.1849845Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1849913Z with 2022-11-23T02:18:34.1849974Z [ 2022-11-23T02:18:34.1850063Z T=torch::jit::Method 2022-11-23T02:18:34.1850125Z ] 2022-11-23T02:18:34.1850512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1850563Z with 2022-11-23T02:18:34.1850626Z [ 2022-11-23T02:18:34.1850715Z T=torch::jit::Method 2022-11-23T02:18:34.1850777Z ] 2022-11-23T02:18:34.1851119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1851459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1851859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1851929Z with 2022-11-23T02:18:34.1851992Z [ 2022-11-23T02:18:34.1852082Z T=torch::jit::Method 2022-11-23T02:18:34.1852145Z ] 2022-11-23T02:18:34.1852450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1852516Z with 2022-11-23T02:18:34.1852579Z [ 2022-11-23T02:18:34.1852719Z T=std::vector> 2022-11-23T02:18:34.1852784Z ] 2022-11-23T02:18:34.1853108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1853162Z with 2022-11-23T02:18:34.1853223Z [ 2022-11-23T02:18:34.1853361Z T=std::vector> 2022-11-23T02:18:34.1853423Z ] 2022-11-23T02:18:34.1853790Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1853856Z with 2022-11-23T02:18:34.1853919Z [ 2022-11-23T02:18:34.1854058Z T=std::vector> 2022-11-23T02:18:34.1854121Z ] 2022-11-23T02:18:34.1854510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1854576Z with 2022-11-23T02:18:34.1854681Z [ 2022-11-23T02:18:34.1854818Z T=std::vector> 2022-11-23T02:18:34.1854881Z ] 2022-11-23T02:18:34.1855257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1855632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1855978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1856044Z with 2022-11-23T02:18:34.1856112Z [ 2022-11-23T02:18:34.1856248Z T=std::vector> 2022-11-23T02:18:34.1856296Z ] 2022-11-23T02:18:34.1856605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1856671Z with 2022-11-23T02:18:34.1856735Z [ 2022-11-23T02:18:34.1856904Z T=std::function 2022-11-23T02:18:34.1856967Z ] 2022-11-23T02:18:34.1857290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1857404Z with 2022-11-23T02:18:34.1857466Z [ 2022-11-23T02:18:34.1857637Z T=std::function 2022-11-23T02:18:34.1857700Z ] 2022-11-23T02:18:34.1858065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1858131Z with 2022-11-23T02:18:34.1858193Z [ 2022-11-23T02:18:34.1858357Z T=std::function 2022-11-23T02:18:34.1858420Z ] 2022-11-23T02:18:34.1858812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1858867Z with 2022-11-23T02:18:34.1858929Z [ 2022-11-23T02:18:34.1859097Z T=std::function 2022-11-23T02:18:34.1859161Z ] 2022-11-23T02:18:34.1859560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1859982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1860324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1860392Z with 2022-11-23T02:18:34.1860456Z [ 2022-11-23T02:18:34.1860669Z T=std::function 2022-11-23T02:18:34.1860734Z ] 2022-11-23T02:18:34.1861051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1861117Z with 2022-11-23T02:18:34.1861179Z [ 2022-11-23T02:18:34.1861373Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1861436Z ] 2022-11-23T02:18:34.1861760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1861830Z with 2022-11-23T02:18:34.1861892Z [ 2022-11-23T02:18:34.1862079Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1862130Z ] 2022-11-23T02:18:34.1862611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1862680Z with 2022-11-23T02:18:34.1862742Z [ 2022-11-23T02:18:34.1862935Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1862998Z ] 2022-11-23T02:18:34.1863389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1863518Z with 2022-11-23T02:18:34.1863583Z [ 2022-11-23T02:18:34.1863772Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1863837Z ] 2022-11-23T02:18:34.1864266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1864719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1865070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1865138Z with 2022-11-23T02:18:34.1865201Z [ 2022-11-23T02:18:34.1865394Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.1865458Z ] 2022-11-23T02:18:34.1865771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1865836Z with 2022-11-23T02:18:34.1865884Z [ 2022-11-23T02:18:34.1866014Z T=std::vector> 2022-11-23T02:18:34.1866078Z ] 2022-11-23T02:18:34.1866402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1866471Z with 2022-11-23T02:18:34.1866534Z [ 2022-11-23T02:18:34.1866662Z T=std::vector> 2022-11-23T02:18:34.1866724Z ] 2022-11-23T02:18:34.1867133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1867202Z with 2022-11-23T02:18:34.1867265Z [ 2022-11-23T02:18:34.1867393Z T=std::vector> 2022-11-23T02:18:34.1867457Z ] 2022-11-23T02:18:34.1867846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1867916Z with 2022-11-23T02:18:34.1867977Z [ 2022-11-23T02:18:34.1868091Z T=std::vector> 2022-11-23T02:18:34.1868153Z ] 2022-11-23T02:18:34.1868507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1868574Z with 2022-11-23T02:18:34.1868636Z [ 2022-11-23T02:18:34.1868708Z T=double 2022-11-23T02:18:34.1868771Z ] 2022-11-23T02:18:34.1869162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1869228Z with 2022-11-23T02:18:34.1869292Z [ 2022-11-23T02:18:34.1869363Z T=double 2022-11-23T02:18:34.1870126Z ] 2022-11-23T02:18:34.1870473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1870541Z with 2022-11-23T02:18:34.1870604Z [ 2022-11-23T02:18:34.1870718Z T=std::vector> 2022-11-23T02:18:34.1870783Z ] 2022-11-23T02:18:34.1871095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1871160Z with 2022-11-23T02:18:34.1871222Z [ 2022-11-23T02:18:34.1871338Z T=std::tuple 2022-11-23T02:18:34.1871398Z ] 2022-11-23T02:18:34.1871720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1871789Z with 2022-11-23T02:18:34.1871853Z [ 2022-11-23T02:18:34.1871965Z T=std::tuple 2022-11-23T02:18:34.1872028Z ] 2022-11-23T02:18:34.1872395Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1872461Z with 2022-11-23T02:18:34.1872523Z [ 2022-11-23T02:18:34.1872632Z T=std::tuple 2022-11-23T02:18:34.1872681Z ] 2022-11-23T02:18:34.1873073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1873142Z with 2022-11-23T02:18:34.1873203Z [ 2022-11-23T02:18:34.1873315Z T=std::tuple 2022-11-23T02:18:34.1873381Z ] 2022-11-23T02:18:34.1873789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1874179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1874520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1874590Z with 2022-11-23T02:18:34.1874652Z [ 2022-11-23T02:18:34.1874765Z T=std::tuple 2022-11-23T02:18:34.1874828Z ] 2022-11-23T02:18:34.1875137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1875203Z with 2022-11-23T02:18:34.1875265Z [ 2022-11-23T02:18:34.1875402Z T=std::vector> 2022-11-23T02:18:34.1875466Z ] 2022-11-23T02:18:34.1875776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1875842Z with 2022-11-23T02:18:34.1875905Z [ 2022-11-23T02:18:34.1876042Z T=std::vector> 2022-11-23T02:18:34.1876149Z ] 2022-11-23T02:18:34.1876519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1876588Z with 2022-11-23T02:18:34.1876651Z [ 2022-11-23T02:18:34.1876785Z T=std::vector> 2022-11-23T02:18:34.1876847Z ] 2022-11-23T02:18:34.1877234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1877301Z with 2022-11-23T02:18:34.1877362Z [ 2022-11-23T02:18:34.1877497Z T=std::vector> 2022-11-23T02:18:34.1877561Z ] 2022-11-23T02:18:34.1877938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1878340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1878686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1878751Z with 2022-11-23T02:18:34.1878813Z [ 2022-11-23T02:18:34.1878934Z T=std::vector> 2022-11-23T02:18:34.1878999Z ] 2022-11-23T02:18:34.1879533Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension.pyd 2022-11-23T02:18:34.1879717Z Creating library reloaded_jit_extension.lib and object reloaded_jit_extension.exp 2022-11-23T02:18:34.1879844Z Loading extension module reloaded_jit_extension... 2022-11-23T02:18:34.1880088Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.1880344Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-11-23T02:18:34.1880615Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-11-23T02:18:34.1880755Z Building extension module reloaded_jit_extension_v1... 2022-11-23T02:18:34.1880965Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.1881938Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v1 -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:18:34.1882134Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.1882280Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.1882296Z 2022-11-23T02:18:34.1882612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.1882932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1883002Z with 2022-11-23T02:18:34.1883066Z [ 2022-11-23T02:18:34.1883147Z T=c10::SymInt 2022-11-23T02:18:34.1883210Z ] 2022-11-23T02:18:34.1883532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1883602Z with 2022-11-23T02:18:34.1883664Z [ 2022-11-23T02:18:34.1883742Z T=c10::SymInt 2022-11-23T02:18:34.1883804Z ] 2022-11-23T02:18:34.1884173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1884240Z with 2022-11-23T02:18:34.1884288Z [ 2022-11-23T02:18:34.1884368Z T=c10::SymInt 2022-11-23T02:18:34.1884431Z ] 2022-11-23T02:18:34.1884826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1884894Z with 2022-11-23T02:18:34.1884958Z [ 2022-11-23T02:18:34.1885038Z T=c10::SymInt 2022-11-23T02:18:34.1885100Z ] 2022-11-23T02:18:34.1885479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1885808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1886156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1886222Z with 2022-11-23T02:18:34.1886285Z [ 2022-11-23T02:18:34.1886364Z T=c10::SymInt 2022-11-23T02:18:34.1886426Z ] 2022-11-23T02:18:34.1886720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.1887032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1887098Z with 2022-11-23T02:18:34.1887147Z [ 2022-11-23T02:18:34.1887233Z T=at::TensorBase 2022-11-23T02:18:34.1887296Z ] 2022-11-23T02:18:34.1887620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1887685Z with 2022-11-23T02:18:34.1887747Z [ 2022-11-23T02:18:34.1887831Z T=at::TensorBase 2022-11-23T02:18:34.1887894Z ] 2022-11-23T02:18:34.1888263Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1888380Z with 2022-11-23T02:18:34.1888442Z [ 2022-11-23T02:18:34.1888530Z T=at::TensorBase 2022-11-23T02:18:34.1888593Z ] 2022-11-23T02:18:34.1888984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1889050Z with 2022-11-23T02:18:34.1889097Z [ 2022-11-23T02:18:34.1889181Z T=at::TensorBase 2022-11-23T02:18:34.1889243Z ] 2022-11-23T02:18:34.1889574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1889910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1890260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1890326Z with 2022-11-23T02:18:34.1890388Z [ 2022-11-23T02:18:34.1890472Z T=at::TensorBase 2022-11-23T02:18:34.1890534Z ] 2022-11-23T02:18:34.1890844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1890910Z with 2022-11-23T02:18:34.1890976Z [ 2022-11-23T02:18:34.1891055Z T=at::Tensor 2022-11-23T02:18:34.1891117Z ] 2022-11-23T02:18:34.1891489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1891542Z with 2022-11-23T02:18:34.1891604Z [ 2022-11-23T02:18:34.1891683Z T=at::Tensor 2022-11-23T02:18:34.1891745Z ] 2022-11-23T02:18:34.1892111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1892177Z with 2022-11-23T02:18:34.1892240Z [ 2022-11-23T02:18:34.1892319Z T=at::Tensor 2022-11-23T02:18:34.1892380Z ] 2022-11-23T02:18:34.1892764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1892832Z with 2022-11-23T02:18:34.1892894Z [ 2022-11-23T02:18:34.1892974Z T=at::Tensor 2022-11-23T02:18:34.1893037Z ] 2022-11-23T02:18:34.1893366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1893692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1894034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1894145Z with 2022-11-23T02:18:34.1894193Z [ 2022-11-23T02:18:34.1894273Z T=at::Tensor 2022-11-23T02:18:34.1894335Z ] 2022-11-23T02:18:34.1894648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1894714Z with 2022-11-23T02:18:34.1894778Z [ 2022-11-23T02:18:34.1894862Z T=at::Generator 2022-11-23T02:18:34.1894924Z ] 2022-11-23T02:18:34.1895251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1895315Z with 2022-11-23T02:18:34.1895377Z [ 2022-11-23T02:18:34.1895460Z T=at::Generator 2022-11-23T02:18:34.1895524Z ] 2022-11-23T02:18:34.1895884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1895937Z with 2022-11-23T02:18:34.1896000Z [ 2022-11-23T02:18:34.1896081Z T=at::Generator 2022-11-23T02:18:34.1896143Z ] 2022-11-23T02:18:34.1896529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1896597Z with 2022-11-23T02:18:34.1896659Z [ 2022-11-23T02:18:34.1896739Z T=at::Generator 2022-11-23T02:18:34.1896801Z ] 2022-11-23T02:18:34.1897131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1897872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1898230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1898296Z with 2022-11-23T02:18:34.1898358Z [ 2022-11-23T02:18:34.1898442Z T=at::Generator 2022-11-23T02:18:34.1898505Z ] 2022-11-23T02:18:34.1898812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1898867Z with 2022-11-23T02:18:34.1898930Z [ 2022-11-23T02:18:34.1899010Z T=c10::Scalar 2022-11-23T02:18:34.1899072Z ] 2022-11-23T02:18:34.1899395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1899462Z with 2022-11-23T02:18:34.1899524Z [ 2022-11-23T02:18:34.1899603Z T=c10::Scalar 2022-11-23T02:18:34.1899666Z ] 2022-11-23T02:18:34.1900033Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1900098Z with 2022-11-23T02:18:34.1900160Z [ 2022-11-23T02:18:34.1900237Z T=c10::Scalar 2022-11-23T02:18:34.1900349Z ] 2022-11-23T02:18:34.1900741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1900810Z with 2022-11-23T02:18:34.1900858Z [ 2022-11-23T02:18:34.1900935Z T=c10::Scalar 2022-11-23T02:18:34.1900998Z ] 2022-11-23T02:18:34.1901325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1901651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1901994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1902063Z with 2022-11-23T02:18:34.1902129Z [ 2022-11-23T02:18:34.1902311Z T=c10::Scalar 2022-11-23T02:18:34.1902380Z ] 2022-11-23T02:18:34.1902691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1902758Z with 2022-11-23T02:18:34.1902821Z [ 2022-11-23T02:18:34.1902898Z T=std::string 2022-11-23T02:18:34.1902959Z ] 2022-11-23T02:18:34.1903277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1903329Z with 2022-11-23T02:18:34.1903394Z [ 2022-11-23T02:18:34.1903475Z T=std::string 2022-11-23T02:18:34.1903540Z ] 2022-11-23T02:18:34.1903961Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1904029Z with 2022-11-23T02:18:34.1904091Z [ 2022-11-23T02:18:34.1904172Z T=std::string 2022-11-23T02:18:34.1904233Z ] 2022-11-23T02:18:34.1904707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1904774Z with 2022-11-23T02:18:34.1904835Z [ 2022-11-23T02:18:34.1904914Z T=std::string 2022-11-23T02:18:34.1904975Z ] 2022-11-23T02:18:34.1905353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1905753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1906208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1906261Z with 2022-11-23T02:18:34.1906323Z [ 2022-11-23T02:18:34.1906404Z T=std::string 2022-11-23T02:18:34.1906467Z ] 2022-11-23T02:18:34.1906822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1906961Z with 2022-11-23T02:18:34.1907023Z [ 2022-11-23T02:18:34.1907116Z T=c10::QualifiedName 2022-11-23T02:18:34.1907236Z ] 2022-11-23T02:18:34.1907594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1907660Z with 2022-11-23T02:18:34.1907723Z [ 2022-11-23T02:18:34.1907814Z T=c10::QualifiedName 2022-11-23T02:18:34.1907876Z ] 2022-11-23T02:18:34.1908238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1908291Z with 2022-11-23T02:18:34.1908354Z [ 2022-11-23T02:18:34.1908444Z T=c10::QualifiedName 2022-11-23T02:18:34.1908506Z ] 2022-11-23T02:18:34.1908895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1908960Z with 2022-11-23T02:18:34.1909024Z [ 2022-11-23T02:18:34.1909114Z T=c10::QualifiedName 2022-11-23T02:18:34.1909176Z ] 2022-11-23T02:18:34.1909521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1909860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1910207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1910352Z with 2022-11-23T02:18:34.1910417Z [ 2022-11-23T02:18:34.1910508Z T=c10::QualifiedName 2022-11-23T02:18:34.1910570Z ] 2022-11-23T02:18:34.1910876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1910942Z with 2022-11-23T02:18:34.1910990Z [ 2022-11-23T02:18:34.1911124Z T=std::shared_ptr 2022-11-23T02:18:34.1911186Z ] 2022-11-23T02:18:34.1911509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1911579Z with 2022-11-23T02:18:34.1911640Z [ 2022-11-23T02:18:34.1911774Z T=std::shared_ptr 2022-11-23T02:18:34.1911839Z ] 2022-11-23T02:18:34.1912207Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1912272Z with 2022-11-23T02:18:34.1912338Z [ 2022-11-23T02:18:34.1912469Z T=std::shared_ptr 2022-11-23T02:18:34.1912532Z ] 2022-11-23T02:18:34.1912925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1913050Z with 2022-11-23T02:18:34.1913099Z [ 2022-11-23T02:18:34.1913228Z T=std::shared_ptr 2022-11-23T02:18:34.1913290Z ] 2022-11-23T02:18:34.1913658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1914019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1914362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1914433Z with 2022-11-23T02:18:34.1914494Z [ 2022-11-23T02:18:34.1914629Z T=std::shared_ptr 2022-11-23T02:18:34.1914692Z ] 2022-11-23T02:18:34.1915005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1915071Z with 2022-11-23T02:18:34.1915133Z [ 2022-11-23T02:18:34.1915264Z T=std::weak_ptr 2022-11-23T02:18:34.1915328Z ] 2022-11-23T02:18:34.1915650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1915715Z with 2022-11-23T02:18:34.1915777Z [ 2022-11-23T02:18:34.1915905Z T=std::weak_ptr 2022-11-23T02:18:34.1915955Z ] 2022-11-23T02:18:34.1916362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1916429Z with 2022-11-23T02:18:34.1916491Z [ 2022-11-23T02:18:34.1916621Z T=std::weak_ptr 2022-11-23T02:18:34.1916686Z ] 2022-11-23T02:18:34.1917075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1917141Z with 2022-11-23T02:18:34.1917203Z [ 2022-11-23T02:18:34.1917331Z T=std::weak_ptr 2022-11-23T02:18:34.1917396Z ] 2022-11-23T02:18:34.1917765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1918124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1918466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1918532Z with 2022-11-23T02:18:34.1918594Z [ 2022-11-23T02:18:34.1918724Z T=std::weak_ptr 2022-11-23T02:18:34.1918787Z ] 2022-11-23T02:18:34.1919086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1919199Z with 2022-11-23T02:18:34.1919262Z [ 2022-11-23T02:18:34.1919425Z T=std::vector> 2022-11-23T02:18:34.1919492Z ] 2022-11-23T02:18:34.1919819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1919887Z with 2022-11-23T02:18:34.1919955Z [ 2022-11-23T02:18:34.1920115Z T=std::vector> 2022-11-23T02:18:34.1920177Z ] 2022-11-23T02:18:34.1920537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1920606Z with 2022-11-23T02:18:34.1920668Z [ 2022-11-23T02:18:34.1920824Z T=std::vector> 2022-11-23T02:18:34.1920885Z ] 2022-11-23T02:18:34.1921275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1921342Z with 2022-11-23T02:18:34.1921389Z [ 2022-11-23T02:18:34.1921542Z T=std::vector> 2022-11-23T02:18:34.1921605Z ] 2022-11-23T02:18:34.1921984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1922418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1922766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1922833Z with 2022-11-23T02:18:34.1922897Z [ 2022-11-23T02:18:34.1923055Z T=std::vector> 2022-11-23T02:18:34.1923117Z ] 2022-11-23T02:18:34.1923427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1923496Z with 2022-11-23T02:18:34.1923558Z [ 2022-11-23T02:18:34.1923680Z T=std::vector> 2022-11-23T02:18:34.1923745Z ] 2022-11-23T02:18:34.1924075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1924141Z with 2022-11-23T02:18:34.1924203Z [ 2022-11-23T02:18:34.1924324Z T=std::vector> 2022-11-23T02:18:34.1924373Z ] 2022-11-23T02:18:34.1924736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1924802Z with 2022-11-23T02:18:34.1924914Z [ 2022-11-23T02:18:34.1925036Z T=std::vector> 2022-11-23T02:18:34.1925100Z ] 2022-11-23T02:18:34.1925492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1925558Z with 2022-11-23T02:18:34.1925620Z [ 2022-11-23T02:18:34.1925740Z T=std::vector> 2022-11-23T02:18:34.1925803Z ] 2022-11-23T02:18:34.1926163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1926517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1926869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1926936Z with 2022-11-23T02:18:34.1926998Z [ 2022-11-23T02:18:34.1927118Z T=std::vector> 2022-11-23T02:18:34.1927182Z ] 2022-11-23T02:18:34.1927476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1927542Z with 2022-11-23T02:18:34.1927605Z [ 2022-11-23T02:18:34.1927778Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1927842Z ] 2022-11-23T02:18:34.1928166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1928231Z with 2022-11-23T02:18:34.1928338Z [ 2022-11-23T02:18:34.1928512Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1928574Z ] 2022-11-23T02:18:34.1928940Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1929006Z with 2022-11-23T02:18:34.1929068Z [ 2022-11-23T02:18:34.1929236Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1929298Z ] 2022-11-23T02:18:34.1929687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1929755Z with 2022-11-23T02:18:34.1929817Z [ 2022-11-23T02:18:34.1929972Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1930034Z ] 2022-11-23T02:18:34.1930433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1930825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1931217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1931565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1931632Z with 2022-11-23T02:18:34.1931696Z [ 2022-11-23T02:18:34.1931866Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1931928Z ] 2022-11-23T02:18:34.1932318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1932395Z with 2022-11-23T02:18:34.1932457Z [ 2022-11-23T02:18:34.1932621Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1932683Z ] 2022-11-23T02:18:34.1933009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1933075Z with 2022-11-23T02:18:34.1933138Z [ 2022-11-23T02:18:34.1933299Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1933362Z ] 2022-11-23T02:18:34.1933729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1933796Z with 2022-11-23T02:18:34.1933844Z [ 2022-11-23T02:18:34.1934005Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1934067Z ] 2022-11-23T02:18:34.1934517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1934585Z with 2022-11-23T02:18:34.1934648Z [ 2022-11-23T02:18:34.1934808Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1934870Z ] 2022-11-23T02:18:34.1935258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.1935648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.1935973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.1936313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1936380Z with 2022-11-23T02:18:34.1936442Z [ 2022-11-23T02:18:34.1936601Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.1936664Z ] 2022-11-23T02:18:34.1937026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1937092Z with 2022-11-23T02:18:34.1937156Z [ 2022-11-23T02:18:34.1937285Z T=std::vector> 2022-11-23T02:18:34.1937333Z ] 2022-11-23T02:18:34.1937657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1937724Z with 2022-11-23T02:18:34.1937788Z [ 2022-11-23T02:18:34.1937914Z T=std::vector> 2022-11-23T02:18:34.1937976Z ] 2022-11-23T02:18:34.1938344Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1938417Z with 2022-11-23T02:18:34.1938480Z [ 2022-11-23T02:18:34.1938604Z T=std::vector> 2022-11-23T02:18:34.1938669Z ] 2022-11-23T02:18:34.1939055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1939121Z with 2022-11-23T02:18:34.1939183Z [ 2022-11-23T02:18:34.1939309Z T=std::vector> 2022-11-23T02:18:34.1939372Z ] 2022-11-23T02:18:34.1939726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1940137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1940483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1940550Z with 2022-11-23T02:18:34.1940599Z [ 2022-11-23T02:18:34.1940724Z T=std::vector> 2022-11-23T02:18:34.1940788Z ] 2022-11-23T02:18:34.1941098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1941167Z with 2022-11-23T02:18:34.1941229Z [ 2022-11-23T02:18:34.1941387Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1941450Z ] 2022-11-23T02:18:34.1941774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1941840Z with 2022-11-23T02:18:34.1941904Z [ 2022-11-23T02:18:34.1942059Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1942122Z ] 2022-11-23T02:18:34.1942570Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1942637Z with 2022-11-23T02:18:34.1942684Z [ 2022-11-23T02:18:34.1942888Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1942952Z ] 2022-11-23T02:18:34.1943340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1943407Z with 2022-11-23T02:18:34.1943469Z [ 2022-11-23T02:18:34.1943622Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1943684Z ] 2022-11-23T02:18:34.1944072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1944474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1944868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.1945214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1945281Z with 2022-11-23T02:18:34.1945344Z [ 2022-11-23T02:18:34.1945495Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.1945557Z ] 2022-11-23T02:18:34.1945864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1945932Z with 2022-11-23T02:18:34.1945993Z [ 2022-11-23T02:18:34.1946147Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1946256Z ] 2022-11-23T02:18:34.1946566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1946633Z with 2022-11-23T02:18:34.1946698Z [ 2022-11-23T02:18:34.1946852Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1946920Z ] 2022-11-23T02:18:34.1947281Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1947354Z with 2022-11-23T02:18:34.1947418Z [ 2022-11-23T02:18:34.1947568Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1947631Z ] 2022-11-23T02:18:34.1948020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1948087Z with 2022-11-23T02:18:34.1948149Z [ 2022-11-23T02:18:34.1948304Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1948366Z ] 2022-11-23T02:18:34.1948753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1949205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1949602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.1949948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1950015Z with 2022-11-23T02:18:34.1950077Z [ 2022-11-23T02:18:34.1950217Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.1950282Z ] 2022-11-23T02:18:34.1950588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1950653Z with 2022-11-23T02:18:34.1950718Z [ 2022-11-23T02:18:34.1950826Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1950895Z ] 2022-11-23T02:18:34.1951217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1951284Z with 2022-11-23T02:18:34.1951348Z [ 2022-11-23T02:18:34.1951453Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1951515Z ] 2022-11-23T02:18:34.1951881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1951949Z with 2022-11-23T02:18:34.1952012Z [ 2022-11-23T02:18:34.1952115Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1952163Z ] 2022-11-23T02:18:34.1952602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1952671Z with 2022-11-23T02:18:34.1952733Z [ 2022-11-23T02:18:34.1952838Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1952901Z ] 2022-11-23T02:18:34.1953256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1953591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1953657Z with 2022-11-23T02:18:34.1953720Z [ 2022-11-23T02:18:34.1953824Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1953886Z ] 2022-11-23T02:18:34.1954269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.1954614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1954735Z with 2022-11-23T02:18:34.1954821Z [ 2022-11-23T02:18:34.1954986Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.1955035Z ] 2022-11-23T02:18:34.1955347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1955414Z with 2022-11-23T02:18:34.1955476Z [ 2022-11-23T02:18:34.1955669Z T=std::vector> 2022-11-23T02:18:34.1955732Z ] 2022-11-23T02:18:34.1956060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1956126Z with 2022-11-23T02:18:34.1956188Z [ 2022-11-23T02:18:34.1956379Z T=std::vector> 2022-11-23T02:18:34.1956444Z ] 2022-11-23T02:18:34.1956811Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1956878Z with 2022-11-23T02:18:34.1956941Z [ 2022-11-23T02:18:34.1957130Z T=std::vector> 2022-11-23T02:18:34.1957193Z ] 2022-11-23T02:18:34.1957587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1957654Z with 2022-11-23T02:18:34.1957717Z [ 2022-11-23T02:18:34.1957890Z T=std::vector> 2022-11-23T02:18:34.1957954Z ] 2022-11-23T02:18:34.1958413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1958833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1959183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1959251Z with 2022-11-23T02:18:34.1959316Z [ 2022-11-23T02:18:34.1959505Z T=std::vector> 2022-11-23T02:18:34.1959571Z ] 2022-11-23T02:18:34.1959882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1959948Z with 2022-11-23T02:18:34.1960013Z [ 2022-11-23T02:18:34.1960113Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1960178Z ] 2022-11-23T02:18:34.1960498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1960564Z with 2022-11-23T02:18:34.1960626Z [ 2022-11-23T02:18:34.1960724Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1960829Z ] 2022-11-23T02:18:34.1961179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1961247Z with 2022-11-23T02:18:34.1961310Z [ 2022-11-23T02:18:34.1961406Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1961470Z ] 2022-11-23T02:18:34.1961857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1961927Z with 2022-11-23T02:18:34.1961990Z [ 2022-11-23T02:18:34.1962086Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1962147Z ] 2022-11-23T02:18:34.1962496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1962854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1963194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1963260Z with 2022-11-23T02:18:34.1963322Z [ 2022-11-23T02:18:34.1963420Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.1963483Z ] 2022-11-23T02:18:34.1963795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1963863Z with 2022-11-23T02:18:34.1963911Z [ 2022-11-23T02:18:34.1963992Z T=c10::IValue 2022-11-23T02:18:34.1964055Z ] 2022-11-23T02:18:34.1964427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1964495Z with 2022-11-23T02:18:34.1964558Z [ 2022-11-23T02:18:34.1964637Z T=c10::IValue 2022-11-23T02:18:34.1964699Z ] 2022-11-23T02:18:34.1965062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1965127Z with 2022-11-23T02:18:34.1965190Z [ 2022-11-23T02:18:34.1965270Z T=c10::IValue 2022-11-23T02:18:34.1965332Z ] 2022-11-23T02:18:34.1965723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1965789Z with 2022-11-23T02:18:34.1965837Z [ 2022-11-23T02:18:34.1965914Z T=c10::IValue 2022-11-23T02:18:34.1965977Z ] 2022-11-23T02:18:34.1966307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1966638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1966980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1967454Z with 2022-11-23T02:18:34.1967516Z [ 2022-11-23T02:18:34.1967601Z T=c10::IValue 2022-11-23T02:18:34.1967664Z ] 2022-11-23T02:18:34.1967971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1968036Z with 2022-11-23T02:18:34.1968098Z [ 2022-11-23T02:18:34.1968181Z T=c10::AliasInfo 2022-11-23T02:18:34.1968244Z ] 2022-11-23T02:18:34.1968571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1968624Z with 2022-11-23T02:18:34.1968686Z [ 2022-11-23T02:18:34.1968769Z T=c10::AliasInfo 2022-11-23T02:18:34.1968831Z ] 2022-11-23T02:18:34.1969202Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1969269Z with 2022-11-23T02:18:34.1969332Z [ 2022-11-23T02:18:34.1969415Z T=c10::AliasInfo 2022-11-23T02:18:34.1969477Z ] 2022-11-23T02:18:34.1969865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1969931Z with 2022-11-23T02:18:34.1969994Z [ 2022-11-23T02:18:34.1970078Z T=c10::AliasInfo 2022-11-23T02:18:34.1970140Z ] 2022-11-23T02:18:34.1970469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1970869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1971214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1971280Z with 2022-11-23T02:18:34.1971328Z [ 2022-11-23T02:18:34.1971411Z T=c10::AliasInfo 2022-11-23T02:18:34.1971473Z ] 2022-11-23T02:18:34.1971787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1971855Z with 2022-11-23T02:18:34.1971918Z [ 2022-11-23T02:18:34.1972060Z T=std::vector> 2022-11-23T02:18:34.1972124Z ] 2022-11-23T02:18:34.1972449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1972514Z with 2022-11-23T02:18:34.1972575Z [ 2022-11-23T02:18:34.1972710Z T=std::vector> 2022-11-23T02:18:34.1972773Z ] 2022-11-23T02:18:34.1973135Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1973246Z with 2022-11-23T02:18:34.1973294Z [ 2022-11-23T02:18:34.1973430Z T=std::vector> 2022-11-23T02:18:34.1973492Z ] 2022-11-23T02:18:34.1973884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1973950Z with 2022-11-23T02:18:34.1974015Z [ 2022-11-23T02:18:34.1974149Z T=std::vector> 2022-11-23T02:18:34.1974212Z ] 2022-11-23T02:18:34.1974565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.1974633Z with 2022-11-23T02:18:34.1974696Z [ 2022-11-23T02:18:34.1974777Z T=c10::SymInt 2022-11-23T02:18:34.1974839Z ] 2022-11-23T02:18:34.1975186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.1975252Z with 2022-11-23T02:18:34.1975314Z [ 2022-11-23T02:18:34.1975379Z T=c10::SymInt 2022-11-23T02:18:34.1975442Z ] 2022-11-23T02:18:34.1975816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.1976248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.1976641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1976709Z with 2022-11-23T02:18:34.1976772Z [ 2022-11-23T02:18:34.1976907Z T=std::vector> 2022-11-23T02:18:34.1976970Z ] 2022-11-23T02:18:34.1977280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1977346Z with 2022-11-23T02:18:34.1977408Z [ 2022-11-23T02:18:34.1977550Z T=c10::either 2022-11-23T02:18:34.1977615Z ] 2022-11-23T02:18:34.1977940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1978008Z with 2022-11-23T02:18:34.1978070Z [ 2022-11-23T02:18:34.1978210Z T=c10::either 2022-11-23T02:18:34.1978258Z ] 2022-11-23T02:18:34.1978623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1978689Z with 2022-11-23T02:18:34.1978752Z [ 2022-11-23T02:18:34.1978892Z T=c10::either 2022-11-23T02:18:34.1978955Z ] 2022-11-23T02:18:34.1979388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1979454Z with 2022-11-23T02:18:34.1979519Z [ 2022-11-23T02:18:34.1979659Z T=c10::either 2022-11-23T02:18:34.1979722Z ] 2022-11-23T02:18:34.1980097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.1980594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.1980940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1981006Z with 2022-11-23T02:18:34.1981070Z [ 2022-11-23T02:18:34.1981209Z T=c10::either 2022-11-23T02:18:34.1981271Z ] 2022-11-23T02:18:34.1981576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1981642Z with 2022-11-23T02:18:34.1981689Z [ 2022-11-23T02:18:34.1981782Z T=at::StepCallbacks 2022-11-23T02:18:34.1981844Z ] 2022-11-23T02:18:34.1982254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1982325Z with 2022-11-23T02:18:34.1982387Z [ 2022-11-23T02:18:34.1982480Z T=at::StepCallbacks 2022-11-23T02:18:34.1982543Z ] 2022-11-23T02:18:34.1982964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1983031Z with 2022-11-23T02:18:34.1983092Z [ 2022-11-23T02:18:34.1983182Z T=at::StepCallbacks 2022-11-23T02:18:34.1983243Z ] 2022-11-23T02:18:34.1983628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1983696Z with 2022-11-23T02:18:34.1983743Z [ 2022-11-23T02:18:34.1983832Z T=at::StepCallbacks 2022-11-23T02:18:34.1983894Z ] 2022-11-23T02:18:34.1984239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1984592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1984933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1985000Z with 2022-11-23T02:18:34.1985125Z [ 2022-11-23T02:18:34.1985218Z T=at::StepCallbacks 2022-11-23T02:18:34.1985330Z ] 2022-11-23T02:18:34.1985637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1985705Z with 2022-11-23T02:18:34.1985766Z [ 2022-11-23T02:18:34.1985849Z T=c10::DimVector 2022-11-23T02:18:34.1985912Z ] 2022-11-23T02:18:34.1986236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1986301Z with 2022-11-23T02:18:34.1986349Z [ 2022-11-23T02:18:34.1986432Z T=c10::DimVector 2022-11-23T02:18:34.1986494Z ] 2022-11-23T02:18:34.1986861Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1986931Z with 2022-11-23T02:18:34.1986997Z [ 2022-11-23T02:18:34.1987083Z T=c10::DimVector 2022-11-23T02:18:34.1987144Z ] 2022-11-23T02:18:34.1987538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1987603Z with 2022-11-23T02:18:34.1987664Z [ 2022-11-23T02:18:34.1987745Z T=c10::DimVector 2022-11-23T02:18:34.1987806Z ] 2022-11-23T02:18:34.1988136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1988471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1988868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1988936Z with 2022-11-23T02:18:34.1988999Z [ 2022-11-23T02:18:34.1989069Z T=c10::DimVector 2022-11-23T02:18:34.1989131Z ] 2022-11-23T02:18:34.1989440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1989507Z with 2022-11-23T02:18:34.1989569Z [ 2022-11-23T02:18:34.1989674Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1989737Z ] 2022-11-23T02:18:34.1990058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1990125Z with 2022-11-23T02:18:34.1990193Z [ 2022-11-23T02:18:34.1990296Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1990358Z ] 2022-11-23T02:18:34.1990721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1990786Z with 2022-11-23T02:18:34.1990848Z [ 2022-11-23T02:18:34.1990937Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1991000Z ] 2022-11-23T02:18:34.1991387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1991501Z with 2022-11-23T02:18:34.1991563Z [ 2022-11-23T02:18:34.1991666Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1991731Z ] 2022-11-23T02:18:34.1992084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1992452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1992802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1992871Z with 2022-11-23T02:18:34.1992936Z [ 2022-11-23T02:18:34.1993038Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.1993100Z ] 2022-11-23T02:18:34.1993407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1993472Z with 2022-11-23T02:18:34.1993535Z [ 2022-11-23T02:18:34.1993666Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1993729Z ] 2022-11-23T02:18:34.1994055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.1994121Z with 2022-11-23T02:18:34.1994183Z [ 2022-11-23T02:18:34.1994329Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1994392Z ] 2022-11-23T02:18:34.1995364Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.1995492Z with 2022-11-23T02:18:34.1995588Z [ 2022-11-23T02:18:34.1995813Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1995916Z ] 2022-11-23T02:18:34.1996570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.1996673Z with 2022-11-23T02:18:34.1996768Z [ 2022-11-23T02:18:34.1996994Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1997089Z ] 2022-11-23T02:18:34.1997697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.1998300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.1998808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1998894Z with 2022-11-23T02:18:34.1998984Z [ 2022-11-23T02:18:34.1999189Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.1999393Z ] 2022-11-23T02:18:34.1999833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.1999937Z with 2022-11-23T02:18:34.2000042Z [ 2022-11-23T02:18:34.2000501Z T=std::tuple 2022-11-23T02:18:34.2000624Z ] 2022-11-23T02:18:34.2000979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2001047Z with 2022-11-23T02:18:34.2001114Z [ 2022-11-23T02:18:34.2001292Z T=std::tuple 2022-11-23T02:18:34.2001383Z ] 2022-11-23T02:18:34.2001916Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2002014Z with 2022-11-23T02:18:34.2002093Z [ 2022-11-23T02:18:34.2002265Z T=std::tuple 2022-11-23T02:18:34.2002353Z ] 2022-11-23T02:18:34.2002767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2002834Z with 2022-11-23T02:18:34.2002896Z [ 2022-11-23T02:18:34.2003015Z T=std::tuple 2022-11-23T02:18:34.2003077Z ] 2022-11-23T02:18:34.2003440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2003930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2004281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2004348Z with 2022-11-23T02:18:34.2004411Z [ 2022-11-23T02:18:34.2004530Z T=std::tuple 2022-11-23T02:18:34.2004593Z ] 2022-11-23T02:18:34.2004907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2004976Z with 2022-11-23T02:18:34.2005039Z [ 2022-11-23T02:18:34.2005124Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2005187Z ] 2022-11-23T02:18:34.2005514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2005581Z with 2022-11-23T02:18:34.2005647Z [ 2022-11-23T02:18:34.2005742Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2005809Z ] 2022-11-23T02:18:34.2006242Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2006309Z with 2022-11-23T02:18:34.2006372Z [ 2022-11-23T02:18:34.2006468Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2006594Z ] 2022-11-23T02:18:34.2006989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2007053Z with 2022-11-23T02:18:34.2007115Z [ 2022-11-23T02:18:34.2007244Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2007311Z ] 2022-11-23T02:18:34.2007658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2008022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2008370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2008436Z with 2022-11-23T02:18:34.2008502Z [ 2022-11-23T02:18:34.2008598Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2008662Z ] 2022-11-23T02:18:34.2008975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2009041Z with 2022-11-23T02:18:34.2009103Z [ 2022-11-23T02:18:34.2009221Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2009283Z ] 2022-11-23T02:18:34.2009609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2009677Z with 2022-11-23T02:18:34.2009738Z [ 2022-11-23T02:18:34.2009903Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2009968Z ] 2022-11-23T02:18:34.2010386Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2010452Z with 2022-11-23T02:18:34.2010515Z [ 2022-11-23T02:18:34.2010629Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2010693Z ] 2022-11-23T02:18:34.2011083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2011151Z with 2022-11-23T02:18:34.2011214Z [ 2022-11-23T02:18:34.2011327Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2011388Z ] 2022-11-23T02:18:34.2011747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2012147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2012506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2012573Z with 2022-11-23T02:18:34.2012635Z [ 2022-11-23T02:18:34.2012801Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2012864Z ] 2022-11-23T02:18:34.2013167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2013233Z with 2022-11-23T02:18:34.2013298Z [ 2022-11-23T02:18:34.2013412Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2013475Z ] 2022-11-23T02:18:34.2013797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2013864Z with 2022-11-23T02:18:34.2013926Z [ 2022-11-23T02:18:34.2014039Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2014101Z ] 2022-11-23T02:18:34.2014468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2014538Z with 2022-11-23T02:18:34.2014599Z [ 2022-11-23T02:18:34.2014713Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2014775Z ] 2022-11-23T02:18:34.2015155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2015221Z with 2022-11-23T02:18:34.2015283Z [ 2022-11-23T02:18:34.2015392Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2015454Z ] 2022-11-23T02:18:34.2015810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2016213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2016557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2016623Z with 2022-11-23T02:18:34.2016685Z [ 2022-11-23T02:18:34.2016798Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2016860Z ] 2022-11-23T02:18:34.2017175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2017241Z with 2022-11-23T02:18:34.2017305Z [ 2022-11-23T02:18:34.2017398Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2017462Z ] 2022-11-23T02:18:34.2017787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2017839Z with 2022-11-23T02:18:34.2017900Z [ 2022-11-23T02:18:34.2017992Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2018054Z ] 2022-11-23T02:18:34.2018421Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2018488Z with 2022-11-23T02:18:34.2018550Z [ 2022-11-23T02:18:34.2018642Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2018750Z ] 2022-11-23T02:18:34.2019138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2019206Z with 2022-11-23T02:18:34.2019268Z [ 2022-11-23T02:18:34.2030180Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2030315Z ] 2022-11-23T02:18:34.2030716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2031130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2031487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2031554Z with 2022-11-23T02:18:34.2031607Z [ 2022-11-23T02:18:34.2031700Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2031754Z ] 2022-11-23T02:18:34.2032058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2032114Z with 2022-11-23T02:18:34.2032165Z [ 2022-11-23T02:18:34.2032253Z T=at::ThreadLocalState 2022-11-23T02:18:34.2032305Z ] 2022-11-23T02:18:34.2032621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2032680Z with 2022-11-23T02:18:34.2032741Z [ 2022-11-23T02:18:34.2032838Z T=at::ThreadLocalState 2022-11-23T02:18:34.2032887Z ] 2022-11-23T02:18:34.2033402Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2033473Z with 2022-11-23T02:18:34.2033538Z [ 2022-11-23T02:18:34.2033634Z T=at::ThreadLocalState 2022-11-23T02:18:34.2033697Z ] 2022-11-23T02:18:34.2034095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2034164Z with 2022-11-23T02:18:34.2034227Z [ 2022-11-23T02:18:34.2034326Z T=at::ThreadLocalState 2022-11-23T02:18:34.2034391Z ] 2022-11-23T02:18:34.2034744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2035113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2035458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2035528Z with 2022-11-23T02:18:34.2035592Z [ 2022-11-23T02:18:34.2035689Z T=at::ThreadLocalState 2022-11-23T02:18:34.2035752Z ] 2022-11-23T02:18:34.2036140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2036193Z with 2022-11-23T02:18:34.2036257Z [ 2022-11-23T02:18:34.2036377Z T=std::shared_ptr 2022-11-23T02:18:34.2036441Z ] 2022-11-23T02:18:34.2036767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2036835Z with 2022-11-23T02:18:34.2036898Z [ 2022-11-23T02:18:34.2037016Z T=std::shared_ptr 2022-11-23T02:18:34.2037078Z ] 2022-11-23T02:18:34.2037447Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2037518Z with 2022-11-23T02:18:34.2037582Z [ 2022-11-23T02:18:34.2037696Z T=std::shared_ptr 2022-11-23T02:18:34.2037758Z ] 2022-11-23T02:18:34.2038149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2038216Z with 2022-11-23T02:18:34.2038265Z [ 2022-11-23T02:18:34.2038379Z T=std::shared_ptr 2022-11-23T02:18:34.2038443Z ] 2022-11-23T02:18:34.2038800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2039152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2039576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.2039925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2039994Z with 2022-11-23T02:18:34.2040058Z [ 2022-11-23T02:18:34.2040174Z T=std::shared_ptr 2022-11-23T02:18:34.2040238Z ] 2022-11-23T02:18:34.2040607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2040683Z with 2022-11-23T02:18:34.2040749Z [ 2022-11-23T02:18:34.2040854Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2040917Z ] 2022-11-23T02:18:34.2041240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2041306Z with 2022-11-23T02:18:34.2041354Z [ 2022-11-23T02:18:34.2041455Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2041519Z ] 2022-11-23T02:18:34.2041883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2042001Z with 2022-11-23T02:18:34.2042064Z [ 2022-11-23T02:18:34.2042164Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2042284Z ] 2022-11-23T02:18:34.2042680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2042748Z with 2022-11-23T02:18:34.2042812Z [ 2022-11-23T02:18:34.2042912Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2042975Z ] 2022-11-23T02:18:34.2043327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2043668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2044046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.2044389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2044457Z with 2022-11-23T02:18:34.2044524Z [ 2022-11-23T02:18:34.2044624Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2044673Z ] 2022-11-23T02:18:34.2044986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2045055Z with 2022-11-23T02:18:34.2045119Z [ 2022-11-23T02:18:34.2045211Z T=torch::jit::Method 2022-11-23T02:18:34.2045275Z ] 2022-11-23T02:18:34.2045648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2045718Z with 2022-11-23T02:18:34.2045780Z [ 2022-11-23T02:18:34.2045871Z T=torch::jit::Method 2022-11-23T02:18:34.2045934Z ] 2022-11-23T02:18:34.2046297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2046364Z with 2022-11-23T02:18:34.2046427Z [ 2022-11-23T02:18:34.2046520Z T=torch::jit::Method 2022-11-23T02:18:34.2046568Z ] 2022-11-23T02:18:34.2046956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2047024Z with 2022-11-23T02:18:34.2047090Z [ 2022-11-23T02:18:34.2047179Z T=torch::jit::Method 2022-11-23T02:18:34.2047244Z ] 2022-11-23T02:18:34.2047581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2047921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2048316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2048384Z with 2022-11-23T02:18:34.2048451Z [ 2022-11-23T02:18:34.2048540Z T=torch::jit::Method 2022-11-23T02:18:34.2048604Z ] 2022-11-23T02:18:34.2048913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2048979Z with 2022-11-23T02:18:34.2049042Z [ 2022-11-23T02:18:34.2049243Z T=std::vector> 2022-11-23T02:18:34.2049295Z ] 2022-11-23T02:18:34.2049624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2049695Z with 2022-11-23T02:18:34.2049758Z [ 2022-11-23T02:18:34.2049895Z T=std::vector> 2022-11-23T02:18:34.2049965Z ] 2022-11-23T02:18:34.2050331Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2050398Z with 2022-11-23T02:18:34.2050463Z [ 2022-11-23T02:18:34.2050651Z T=std::vector> 2022-11-23T02:18:34.2050716Z ] 2022-11-23T02:18:34.2051107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2051176Z with 2022-11-23T02:18:34.2051240Z [ 2022-11-23T02:18:34.2051384Z T=std::vector> 2022-11-23T02:18:34.2051448Z ] 2022-11-23T02:18:34.2051874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2052252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2052596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2052666Z with 2022-11-23T02:18:34.2052714Z [ 2022-11-23T02:18:34.2052852Z T=std::vector> 2022-11-23T02:18:34.2052916Z ] 2022-11-23T02:18:34.2053229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2053295Z with 2022-11-23T02:18:34.2053363Z [ 2022-11-23T02:18:34.2053530Z T=std::function 2022-11-23T02:18:34.2053594Z ] 2022-11-23T02:18:34.2053921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2053987Z with 2022-11-23T02:18:34.2054094Z [ 2022-11-23T02:18:34.2054264Z T=std::function 2022-11-23T02:18:34.2054328Z ] 2022-11-23T02:18:34.2054699Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2054766Z with 2022-11-23T02:18:34.2054829Z [ 2022-11-23T02:18:34.2054978Z T=std::function 2022-11-23T02:18:34.2055040Z ] 2022-11-23T02:18:34.2055430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2055497Z with 2022-11-23T02:18:34.2055562Z [ 2022-11-23T02:18:34.2055728Z T=std::function 2022-11-23T02:18:34.2055794Z ] 2022-11-23T02:18:34.2056195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2056613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2056960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2057030Z with 2022-11-23T02:18:34.2057093Z [ 2022-11-23T02:18:34.2057260Z T=std::function 2022-11-23T02:18:34.2057324Z ] 2022-11-23T02:18:34.2057686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2057754Z with 2022-11-23T02:18:34.2057821Z [ 2022-11-23T02:18:34.2058014Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2058079Z ] 2022-11-23T02:18:34.2058407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2058474Z with 2022-11-23T02:18:34.2058522Z [ 2022-11-23T02:18:34.2058715Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2058783Z ] 2022-11-23T02:18:34.2059149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2059217Z with 2022-11-23T02:18:34.2059281Z [ 2022-11-23T02:18:34.2059473Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2059536Z ] 2022-11-23T02:18:34.2059929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2059996Z with 2022-11-23T02:18:34.2060059Z [ 2022-11-23T02:18:34.2060296Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2060360Z ] 2022-11-23T02:18:34.2060786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2061249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2061596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2061666Z with 2022-11-23T02:18:34.2061730Z [ 2022-11-23T02:18:34.2061920Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2061984Z ] 2022-11-23T02:18:34.2062389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2062460Z with 2022-11-23T02:18:34.2062525Z [ 2022-11-23T02:18:34.2062654Z T=std::vector> 2022-11-23T02:18:34.2062717Z ] 2022-11-23T02:18:34.2063103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2063172Z with 2022-11-23T02:18:34.2063237Z [ 2022-11-23T02:18:34.2063366Z T=std::vector> 2022-11-23T02:18:34.2063433Z ] 2022-11-23T02:18:34.2063857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2063925Z with 2022-11-23T02:18:34.2063989Z [ 2022-11-23T02:18:34.2064117Z T=std::vector> 2022-11-23T02:18:34.2064181Z ] 2022-11-23T02:18:34.2064573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2064639Z with 2022-11-23T02:18:34.2064688Z [ 2022-11-23T02:18:34.2064816Z T=std::vector> 2022-11-23T02:18:34.2064881Z ] 2022-11-23T02:18:34.2065235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2065302Z with 2022-11-23T02:18:34.2065367Z [ 2022-11-23T02:18:34.2065440Z T=double 2022-11-23T02:18:34.2065504Z ] 2022-11-23T02:18:34.2065900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2065966Z with 2022-11-23T02:18:34.2066030Z [ 2022-11-23T02:18:34.2066102Z T=double 2022-11-23T02:18:34.2066165Z ] 2022-11-23T02:18:34.2066509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2066626Z with 2022-11-23T02:18:34.2066675Z [ 2022-11-23T02:18:34.2066803Z T=std::vector> 2022-11-23T02:18:34.2066867Z ] 2022-11-23T02:18:34.2067177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2067244Z with 2022-11-23T02:18:34.2067309Z [ 2022-11-23T02:18:34.2067423Z T=std::tuple 2022-11-23T02:18:34.2067487Z ] 2022-11-23T02:18:34.2067809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2067877Z with 2022-11-23T02:18:34.2067943Z [ 2022-11-23T02:18:34.2068057Z T=std::tuple 2022-11-23T02:18:34.2068119Z ] 2022-11-23T02:18:34.2068484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2068551Z with 2022-11-23T02:18:34.2068600Z [ 2022-11-23T02:18:34.2068712Z T=std::tuple 2022-11-23T02:18:34.2068775Z ] 2022-11-23T02:18:34.2069165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2069236Z with 2022-11-23T02:18:34.2069303Z [ 2022-11-23T02:18:34.2069415Z T=std::tuple 2022-11-23T02:18:34.2069480Z ] 2022-11-23T02:18:34.2069878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2070335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2070684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2070751Z with 2022-11-23T02:18:34.2070813Z [ 2022-11-23T02:18:34.2070926Z T=std::tuple 2022-11-23T02:18:34.2070990Z ] 2022-11-23T02:18:34.2071296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2071362Z with 2022-11-23T02:18:34.2071428Z [ 2022-11-23T02:18:34.2071552Z T=std::vector> 2022-11-23T02:18:34.2071615Z ] 2022-11-23T02:18:34.2071938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2072004Z with 2022-11-23T02:18:34.2072067Z [ 2022-11-23T02:18:34.2072205Z T=std::vector> 2022-11-23T02:18:34.2072269Z ] 2022-11-23T02:18:34.2072633Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2072753Z with 2022-11-23T02:18:34.2072817Z [ 2022-11-23T02:18:34.2072956Z T=std::vector> 2022-11-23T02:18:34.2073020Z ] 2022-11-23T02:18:34.2073407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2073474Z with 2022-11-23T02:18:34.2073537Z [ 2022-11-23T02:18:34.2073672Z T=std::vector> 2022-11-23T02:18:34.2073734Z ] 2022-11-23T02:18:34.2074091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2074495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2074858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2074910Z with 2022-11-23T02:18:34.2074974Z [ 2022-11-23T02:18:34.2075111Z T=std::vector> 2022-11-23T02:18:34.2075175Z ] 2022-11-23T02:18:34.2075669Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension_v1.pyd 2022-11-23T02:18:34.2075905Z Creating library reloaded_jit_extension_v1.lib and object reloaded_jit_extension_v1.exp 2022-11-23T02:18:34.2076044Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T02:18:34.2076287Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.2076497Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-11-23T02:18:34.2076631Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T02:18:34.2076869Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.2077123Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-11-23T02:18:34.2077403Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-11-23T02:18:34.2077539Z Building extension module reloaded_jit_extension_v2... 2022-11-23T02:18:34.2077748Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.2078728Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v2 -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:18:34.2079373Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.2079524Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.2079536Z 2022-11-23T02:18:34.2079852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.2080172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2080240Z with 2022-11-23T02:18:34.2080305Z [ 2022-11-23T02:18:34.2080388Z T=c10::SymInt 2022-11-23T02:18:34.2080452Z ] 2022-11-23T02:18:34.2080783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2080850Z with 2022-11-23T02:18:34.2080900Z [ 2022-11-23T02:18:34.2080981Z T=c10::SymInt 2022-11-23T02:18:34.2081047Z ] 2022-11-23T02:18:34.2081416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2081484Z with 2022-11-23T02:18:34.2081550Z [ 2022-11-23T02:18:34.2081632Z T=c10::SymInt 2022-11-23T02:18:34.2081695Z ] 2022-11-23T02:18:34.2082088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2082158Z with 2022-11-23T02:18:34.2082221Z [ 2022-11-23T02:18:34.2082300Z T=c10::SymInt 2022-11-23T02:18:34.2082363Z ] 2022-11-23T02:18:34.2082747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2083075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2083423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2083490Z with 2022-11-23T02:18:34.2083556Z [ 2022-11-23T02:18:34.2083622Z T=c10::SymInt 2022-11-23T02:18:34.2083686Z ] 2022-11-23T02:18:34.2083985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.2084369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2084439Z with 2022-11-23T02:18:34.2084502Z [ 2022-11-23T02:18:34.2084590Z T=at::TensorBase 2022-11-23T02:18:34.2084653Z ] 2022-11-23T02:18:34.2084977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2085044Z with 2022-11-23T02:18:34.2085159Z [ 2022-11-23T02:18:34.2085245Z T=at::TensorBase 2022-11-23T02:18:34.2085308Z ] 2022-11-23T02:18:34.2085679Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2085746Z with 2022-11-23T02:18:34.2085795Z [ 2022-11-23T02:18:34.2085879Z T=at::TensorBase 2022-11-23T02:18:34.2085942Z ] 2022-11-23T02:18:34.2086334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2086404Z with 2022-11-23T02:18:34.2086470Z [ 2022-11-23T02:18:34.2086554Z T=at::TensorBase 2022-11-23T02:18:34.2086621Z ] 2022-11-23T02:18:34.2086953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2087295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2087638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2087706Z with 2022-11-23T02:18:34.2087770Z [ 2022-11-23T02:18:34.2087856Z T=at::TensorBase 2022-11-23T02:18:34.2087918Z ] 2022-11-23T02:18:34.2088224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2088294Z with 2022-11-23T02:18:34.2088343Z [ 2022-11-23T02:18:34.2088424Z T=at::Tensor 2022-11-23T02:18:34.2088487Z ] 2022-11-23T02:18:34.2088864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2088932Z with 2022-11-23T02:18:34.2088996Z [ 2022-11-23T02:18:34.2089076Z T=at::Tensor 2022-11-23T02:18:34.2089139Z ] 2022-11-23T02:18:34.2089503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2089570Z with 2022-11-23T02:18:34.2089636Z [ 2022-11-23T02:18:34.2089715Z T=at::Tensor 2022-11-23T02:18:34.2089777Z ] 2022-11-23T02:18:34.2090164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2090230Z with 2022-11-23T02:18:34.2090277Z [ 2022-11-23T02:18:34.2090356Z T=at::Tensor 2022-11-23T02:18:34.2090419Z ] 2022-11-23T02:18:34.2090750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2091083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2091474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2091543Z with 2022-11-23T02:18:34.2091609Z [ 2022-11-23T02:18:34.2091690Z T=at::Tensor 2022-11-23T02:18:34.2091755Z ] 2022-11-23T02:18:34.2092063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2092129Z with 2022-11-23T02:18:34.2092192Z [ 2022-11-23T02:18:34.2092276Z T=at::Generator 2022-11-23T02:18:34.2092339Z ] 2022-11-23T02:18:34.2092661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2092729Z with 2022-11-23T02:18:34.2092778Z [ 2022-11-23T02:18:34.2092859Z T=at::Generator 2022-11-23T02:18:34.2092922Z ] 2022-11-23T02:18:34.2093293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2093363Z with 2022-11-23T02:18:34.2093494Z [ 2022-11-23T02:18:34.2093579Z T=at::Generator 2022-11-23T02:18:34.2093644Z ] 2022-11-23T02:18:34.2094039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2094106Z with 2022-11-23T02:18:34.2094170Z [ 2022-11-23T02:18:34.2094252Z T=at::Generator 2022-11-23T02:18:34.2094314Z ] 2022-11-23T02:18:34.2094694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2095034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2095379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2095448Z with 2022-11-23T02:18:34.2095496Z [ 2022-11-23T02:18:34.2095581Z T=at::Generator 2022-11-23T02:18:34.2095644Z ] 2022-11-23T02:18:34.2095954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2096020Z with 2022-11-23T02:18:34.2096086Z [ 2022-11-23T02:18:34.2096169Z T=c10::Scalar 2022-11-23T02:18:34.2096232Z ] 2022-11-23T02:18:34.2096555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2096623Z with 2022-11-23T02:18:34.2096686Z [ 2022-11-23T02:18:34.2096767Z T=c10::Scalar 2022-11-23T02:18:34.2096830Z ] 2022-11-23T02:18:34.2097191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2097303Z with 2022-11-23T02:18:34.2097352Z [ 2022-11-23T02:18:34.2097430Z T=c10::Scalar 2022-11-23T02:18:34.2097493Z ] 2022-11-23T02:18:34.2097883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2097949Z with 2022-11-23T02:18:34.2098015Z [ 2022-11-23T02:18:34.2098098Z T=c10::Scalar 2022-11-23T02:18:34.2098163Z ] 2022-11-23T02:18:34.2098494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2098824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2099172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2099241Z with 2022-11-23T02:18:34.2099305Z [ 2022-11-23T02:18:34.2099385Z T=c10::Scalar 2022-11-23T02:18:34.2099448Z ] 2022-11-23T02:18:34.2099758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2099825Z with 2022-11-23T02:18:34.2099873Z [ 2022-11-23T02:18:34.2099953Z T=std::string 2022-11-23T02:18:34.2100018Z ] 2022-11-23T02:18:34.2100346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2100415Z with 2022-11-23T02:18:34.2100480Z [ 2022-11-23T02:18:34.2100563Z T=std::string 2022-11-23T02:18:34.2100676Z ] 2022-11-23T02:18:34.2101043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2101109Z with 2022-11-23T02:18:34.2101172Z [ 2022-11-23T02:18:34.2101251Z T=std::string 2022-11-23T02:18:34.2101313Z ] 2022-11-23T02:18:34.2101704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2101832Z with 2022-11-23T02:18:34.2101883Z [ 2022-11-23T02:18:34.2101962Z T=std::string 2022-11-23T02:18:34.2102024Z ] 2022-11-23T02:18:34.2102456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2102788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2103134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2103200Z with 2022-11-23T02:18:34.2103264Z [ 2022-11-23T02:18:34.2103342Z T=std::string 2022-11-23T02:18:34.2103462Z ] 2022-11-23T02:18:34.2103770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2103837Z with 2022-11-23T02:18:34.2103901Z [ 2022-11-23T02:18:34.2103994Z T=c10::QualifiedName 2022-11-23T02:18:34.2104056Z ] 2022-11-23T02:18:34.2104380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2104445Z with 2022-11-23T02:18:34.2104493Z [ 2022-11-23T02:18:34.2104584Z T=c10::QualifiedName 2022-11-23T02:18:34.2104648Z ] 2022-11-23T02:18:34.2105014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2105082Z with 2022-11-23T02:18:34.2105144Z [ 2022-11-23T02:18:34.2105234Z T=c10::QualifiedName 2022-11-23T02:18:34.2105299Z ] 2022-11-23T02:18:34.2105685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2105751Z with 2022-11-23T02:18:34.2105813Z [ 2022-11-23T02:18:34.2105900Z T=c10::QualifiedName 2022-11-23T02:18:34.2105963Z ] 2022-11-23T02:18:34.2106304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2106648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2107387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2107462Z with 2022-11-23T02:18:34.2107511Z [ 2022-11-23T02:18:34.2107605Z T=c10::QualifiedName 2022-11-23T02:18:34.2107668Z ] 2022-11-23T02:18:34.2108056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2108124Z with 2022-11-23T02:18:34.2108187Z [ 2022-11-23T02:18:34.2108325Z T=std::shared_ptr 2022-11-23T02:18:34.2108390Z ] 2022-11-23T02:18:34.2108779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2108851Z with 2022-11-23T02:18:34.2108913Z [ 2022-11-23T02:18:34.2109049Z T=std::shared_ptr 2022-11-23T02:18:34.2109112Z ] 2022-11-23T02:18:34.2109532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2109601Z with 2022-11-23T02:18:34.2109661Z [ 2022-11-23T02:18:34.2109781Z T=std::shared_ptr 2022-11-23T02:18:34.2109844Z ] 2022-11-23T02:18:34.2110236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2110368Z with 2022-11-23T02:18:34.2110434Z [ 2022-11-23T02:18:34.2110570Z T=std::shared_ptr 2022-11-23T02:18:34.2110633Z ] 2022-11-23T02:18:34.2111002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2111369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2111712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2111782Z with 2022-11-23T02:18:34.2111846Z [ 2022-11-23T02:18:34.2111981Z T=std::shared_ptr 2022-11-23T02:18:34.2112045Z ] 2022-11-23T02:18:34.2112354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2112421Z with 2022-11-23T02:18:34.2112483Z [ 2022-11-23T02:18:34.2112614Z T=std::weak_ptr 2022-11-23T02:18:34.2112663Z ] 2022-11-23T02:18:34.2112982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2113050Z with 2022-11-23T02:18:34.2113113Z [ 2022-11-23T02:18:34.2113243Z T=std::weak_ptr 2022-11-23T02:18:34.2113308Z ] 2022-11-23T02:18:34.2113716Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2113784Z with 2022-11-23T02:18:34.2113846Z [ 2022-11-23T02:18:34.2113976Z T=std::weak_ptr 2022-11-23T02:18:34.2114038Z ] 2022-11-23T02:18:34.2114425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2114495Z with 2022-11-23T02:18:34.2114558Z [ 2022-11-23T02:18:34.2114687Z T=std::weak_ptr 2022-11-23T02:18:34.2114748Z ] 2022-11-23T02:18:34.2115118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2115479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2115822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2115888Z with 2022-11-23T02:18:34.2115988Z [ 2022-11-23T02:18:34.2116117Z T=std::weak_ptr 2022-11-23T02:18:34.2116179Z ] 2022-11-23T02:18:34.2116492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2116558Z with 2022-11-23T02:18:34.2116620Z [ 2022-11-23T02:18:34.2116778Z T=std::vector> 2022-11-23T02:18:34.2116842Z ] 2022-11-23T02:18:34.2117166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2117233Z with 2022-11-23T02:18:34.2117296Z [ 2022-11-23T02:18:34.2117454Z T=std::vector> 2022-11-23T02:18:34.2117518Z ] 2022-11-23T02:18:34.2117885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2117952Z with 2022-11-23T02:18:34.2118000Z [ 2022-11-23T02:18:34.2118156Z T=std::vector> 2022-11-23T02:18:34.2118219Z ] 2022-11-23T02:18:34.2118605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2118671Z with 2022-11-23T02:18:34.2118734Z [ 2022-11-23T02:18:34.2118885Z T=std::vector> 2022-11-23T02:18:34.2118949Z ] 2022-11-23T02:18:34.2119332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2119755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2120103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2120172Z with 2022-11-23T02:18:34.2120233Z [ 2022-11-23T02:18:34.2120386Z T=std::vector> 2022-11-23T02:18:34.2120450Z ] 2022-11-23T02:18:34.2120758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2120823Z with 2022-11-23T02:18:34.2120887Z [ 2022-11-23T02:18:34.2121009Z T=std::vector> 2022-11-23T02:18:34.2121057Z ] 2022-11-23T02:18:34.2121381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2121445Z with 2022-11-23T02:18:34.2121509Z [ 2022-11-23T02:18:34.2121628Z T=std::vector> 2022-11-23T02:18:34.2121695Z ] 2022-11-23T02:18:34.2122062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2122172Z with 2022-11-23T02:18:34.2122234Z [ 2022-11-23T02:18:34.2122356Z T=std::vector> 2022-11-23T02:18:34.2122420Z ] 2022-11-23T02:18:34.2122807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2122874Z with 2022-11-23T02:18:34.2122937Z [ 2022-11-23T02:18:34.2123055Z T=std::vector> 2022-11-23T02:18:34.2123117Z ] 2022-11-23T02:18:34.2123474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2123829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2124174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2124240Z with 2022-11-23T02:18:34.2124288Z [ 2022-11-23T02:18:34.2124407Z T=std::vector> 2022-11-23T02:18:34.2124469Z ] 2022-11-23T02:18:34.2124781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2124849Z with 2022-11-23T02:18:34.2124912Z [ 2022-11-23T02:18:34.2125083Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2125145Z ] 2022-11-23T02:18:34.2125510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2125577Z with 2022-11-23T02:18:34.2125639Z [ 2022-11-23T02:18:34.2125808Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2125871Z ] 2022-11-23T02:18:34.2126235Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2126301Z with 2022-11-23T02:18:34.2126364Z [ 2022-11-23T02:18:34.2126518Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2126653Z ] 2022-11-23T02:18:34.2127048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2127114Z with 2022-11-23T02:18:34.2127176Z [ 2022-11-23T02:18:34.2127346Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2127409Z ] 2022-11-23T02:18:34.2127807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.2128261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.2128601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.2128947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2129014Z with 2022-11-23T02:18:34.2129080Z [ 2022-11-23T02:18:34.2129249Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2129312Z ] 2022-11-23T02:18:34.2129623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2129688Z with 2022-11-23T02:18:34.2129751Z [ 2022-11-23T02:18:34.2129915Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2129979Z ] 2022-11-23T02:18:34.2130300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2130366Z with 2022-11-23T02:18:34.2130414Z [ 2022-11-23T02:18:34.2130577Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2130641Z ] 2022-11-23T02:18:34.2131006Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2131075Z with 2022-11-23T02:18:34.2131138Z [ 2022-11-23T02:18:34.2131343Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2131407Z ] 2022-11-23T02:18:34.2131797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2131864Z with 2022-11-23T02:18:34.2131926Z [ 2022-11-23T02:18:34.2132088Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2132150Z ] 2022-11-23T02:18:34.2132539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.2132926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.2133248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.2133587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2133654Z with 2022-11-23T02:18:34.2133762Z [ 2022-11-23T02:18:34.2133925Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2133987Z ] 2022-11-23T02:18:34.2134287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2134354Z with 2022-11-23T02:18:34.2134417Z [ 2022-11-23T02:18:34.2134545Z T=std::vector> 2022-11-23T02:18:34.2134607Z ] 2022-11-23T02:18:34.2134937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2135067Z with 2022-11-23T02:18:34.2135131Z [ 2022-11-23T02:18:34.2135260Z T=std::vector> 2022-11-23T02:18:34.2135324Z ] 2022-11-23T02:18:34.2135690Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2135756Z with 2022-11-23T02:18:34.2135818Z [ 2022-11-23T02:18:34.2135943Z T=std::vector> 2022-11-23T02:18:34.2136004Z ] 2022-11-23T02:18:34.2136397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2136463Z with 2022-11-23T02:18:34.2136511Z [ 2022-11-23T02:18:34.2136634Z T=std::vector> 2022-11-23T02:18:34.2136697Z ] 2022-11-23T02:18:34.2137060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2137474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2137818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2137885Z with 2022-11-23T02:18:34.2137951Z [ 2022-11-23T02:18:34.2138075Z T=std::vector> 2022-11-23T02:18:34.2138141Z ] 2022-11-23T02:18:34.2138449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2138519Z with 2022-11-23T02:18:34.2138581Z [ 2022-11-23T02:18:34.2138739Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2138802Z ] 2022-11-23T02:18:34.2139127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2139194Z with 2022-11-23T02:18:34.2139256Z [ 2022-11-23T02:18:34.2139397Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2139459Z ] 2022-11-23T02:18:34.2139822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2139933Z with 2022-11-23T02:18:34.2139997Z [ 2022-11-23T02:18:34.2140151Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2140217Z ] 2022-11-23T02:18:34.2140606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2140672Z with 2022-11-23T02:18:34.2140736Z [ 2022-11-23T02:18:34.2140889Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2140951Z ] 2022-11-23T02:18:34.2141339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2141746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2142139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.2142577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2142643Z with 2022-11-23T02:18:34.2142706Z [ 2022-11-23T02:18:34.2142861Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2142925Z ] 2022-11-23T02:18:34.2143235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2143339Z with 2022-11-23T02:18:34.2143403Z [ 2022-11-23T02:18:34.2143557Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2143620Z ] 2022-11-23T02:18:34.2144005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2144073Z with 2022-11-23T02:18:34.2144138Z [ 2022-11-23T02:18:34.2144293Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2144355Z ] 2022-11-23T02:18:34.2144717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2144790Z with 2022-11-23T02:18:34.2144852Z [ 2022-11-23T02:18:34.2145008Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2145071Z ] 2022-11-23T02:18:34.2145456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2145522Z with 2022-11-23T02:18:34.2145584Z [ 2022-11-23T02:18:34.2145721Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2145784Z ] 2022-11-23T02:18:34.2146170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2146625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2147015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.2147357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2147426Z with 2022-11-23T02:18:34.2147490Z [ 2022-11-23T02:18:34.2147642Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2147706Z ] 2022-11-23T02:18:34.2148015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2148082Z with 2022-11-23T02:18:34.2148145Z [ 2022-11-23T02:18:34.2148253Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2148316Z ] 2022-11-23T02:18:34.2148640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2148707Z with 2022-11-23T02:18:34.2148769Z [ 2022-11-23T02:18:34.2148874Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2148925Z ] 2022-11-23T02:18:34.2149291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2149397Z with 2022-11-23T02:18:34.2149462Z [ 2022-11-23T02:18:34.2149567Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2149631Z ] 2022-11-23T02:18:34.2150026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2150093Z with 2022-11-23T02:18:34.2150155Z [ 2022-11-23T02:18:34.2150260Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2150323Z ] 2022-11-23T02:18:34.2150675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2151011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2151134Z with 2022-11-23T02:18:34.2151203Z [ 2022-11-23T02:18:34.2151308Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2151371Z ] 2022-11-23T02:18:34.2151752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.2152096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2152200Z with 2022-11-23T02:18:34.2152263Z [ 2022-11-23T02:18:34.2152370Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2152432Z ] 2022-11-23T02:18:34.2152744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2152810Z with 2022-11-23T02:18:34.2152872Z [ 2022-11-23T02:18:34.2153068Z T=std::vector> 2022-11-23T02:18:34.2153132Z ] 2022-11-23T02:18:34.2153459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2153528Z with 2022-11-23T02:18:34.2153591Z [ 2022-11-23T02:18:34.2153785Z T=std::vector> 2022-11-23T02:18:34.2153848Z ] 2022-11-23T02:18:34.2154212Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2154278Z with 2022-11-23T02:18:34.2154326Z [ 2022-11-23T02:18:34.2154515Z T=std::vector> 2022-11-23T02:18:34.2154578Z ] 2022-11-23T02:18:34.2154972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2155039Z with 2022-11-23T02:18:34.2155101Z [ 2022-11-23T02:18:34.2155288Z T=std::vector> 2022-11-23T02:18:34.2155356Z ] 2022-11-23T02:18:34.2155818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2156244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2156589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2156658Z with 2022-11-23T02:18:34.2156724Z [ 2022-11-23T02:18:34.2156918Z T=std::vector> 2022-11-23T02:18:34.2156984Z ] 2022-11-23T02:18:34.2157294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2157360Z with 2022-11-23T02:18:34.2157423Z [ 2022-11-23T02:18:34.2157523Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2157586Z ] 2022-11-23T02:18:34.2157905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2158019Z with 2022-11-23T02:18:34.2158067Z [ 2022-11-23T02:18:34.2158166Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2158228Z ] 2022-11-23T02:18:34.2158593Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2158663Z with 2022-11-23T02:18:34.2158725Z [ 2022-11-23T02:18:34.2158823Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2158886Z ] 2022-11-23T02:18:34.2159277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2159343Z with 2022-11-23T02:18:34.2159404Z [ 2022-11-23T02:18:34.2159504Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2159567Z ] 2022-11-23T02:18:34.2159917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2160275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2160622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2160688Z with 2022-11-23T02:18:34.2160738Z [ 2022-11-23T02:18:34.2160835Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2160901Z ] 2022-11-23T02:18:34.2161207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2161272Z with 2022-11-23T02:18:34.2161376Z [ 2022-11-23T02:18:34.2161458Z T=c10::IValue 2022-11-23T02:18:34.2161521Z ] 2022-11-23T02:18:34.2161841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2161907Z with 2022-11-23T02:18:34.2161971Z [ 2022-11-23T02:18:34.2162050Z T=c10::IValue 2022-11-23T02:18:34.2162115Z ] 2022-11-23T02:18:34.2162478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2162546Z with 2022-11-23T02:18:34.2162595Z [ 2022-11-23T02:18:34.2162672Z T=c10::IValue 2022-11-23T02:18:34.2162734Z ] 2022-11-23T02:18:34.2163120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2163186Z with 2022-11-23T02:18:34.2163250Z [ 2022-11-23T02:18:34.2163331Z T=c10::IValue 2022-11-23T02:18:34.2163392Z ] 2022-11-23T02:18:34.2163721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2164057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2164450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2164517Z with 2022-11-23T02:18:34.2164578Z [ 2022-11-23T02:18:34.2164656Z T=c10::IValue 2022-11-23T02:18:34.2164719Z ] 2022-11-23T02:18:34.2165026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2165092Z with 2022-11-23T02:18:34.2165140Z [ 2022-11-23T02:18:34.2165224Z T=c10::AliasInfo 2022-11-23T02:18:34.2165287Z ] 2022-11-23T02:18:34.2165609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2165676Z with 2022-11-23T02:18:34.2165737Z [ 2022-11-23T02:18:34.2165826Z T=c10::AliasInfo 2022-11-23T02:18:34.2165889Z ] 2022-11-23T02:18:34.2166252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2166319Z with 2022-11-23T02:18:34.2166381Z [ 2022-11-23T02:18:34.2166462Z T=c10::AliasInfo 2022-11-23T02:18:34.2166523Z ] 2022-11-23T02:18:34.2166911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2166979Z with 2022-11-23T02:18:34.2167027Z [ 2022-11-23T02:18:34.2167108Z T=c10::AliasInfo 2022-11-23T02:18:34.2167170Z ] 2022-11-23T02:18:34.2167538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2167877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2168220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2168289Z with 2022-11-23T02:18:34.2168356Z [ 2022-11-23T02:18:34.2168439Z T=c10::AliasInfo 2022-11-23T02:18:34.2168501Z ] 2022-11-23T02:18:34.2168810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2168876Z with 2022-11-23T02:18:34.2168939Z [ 2022-11-23T02:18:34.2169076Z T=std::vector> 2022-11-23T02:18:34.2169138Z ] 2022-11-23T02:18:34.2169461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2169525Z with 2022-11-23T02:18:34.2169587Z [ 2022-11-23T02:18:34.2169707Z T=std::vector> 2022-11-23T02:18:34.2169770Z ] 2022-11-23T02:18:34.2170179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2170245Z with 2022-11-23T02:18:34.2170310Z [ 2022-11-23T02:18:34.2170446Z T=std::vector> 2022-11-23T02:18:34.2170510Z ] 2022-11-23T02:18:34.2170898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2170964Z with 2022-11-23T02:18:34.2171026Z [ 2022-11-23T02:18:34.2171157Z T=std::vector> 2022-11-23T02:18:34.2171221Z ] 2022-11-23T02:18:34.2171571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2171639Z with 2022-11-23T02:18:34.2171700Z [ 2022-11-23T02:18:34.2171785Z T=c10::SymInt 2022-11-23T02:18:34.2171834Z ] 2022-11-23T02:18:34.2172183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2172250Z with 2022-11-23T02:18:34.2172312Z [ 2022-11-23T02:18:34.2172391Z T=c10::SymInt 2022-11-23T02:18:34.2172456Z ] 2022-11-23T02:18:34.2172829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.2173310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.2173727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2173799Z with 2022-11-23T02:18:34.2173862Z [ 2022-11-23T02:18:34.2173997Z T=std::vector> 2022-11-23T02:18:34.2174060Z ] 2022-11-23T02:18:34.2174368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2174439Z with 2022-11-23T02:18:34.2174502Z [ 2022-11-23T02:18:34.2174647Z T=c10::either 2022-11-23T02:18:34.2174709Z ] 2022-11-23T02:18:34.2175024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2175090Z with 2022-11-23T02:18:34.2175153Z [ 2022-11-23T02:18:34.2175294Z T=c10::either 2022-11-23T02:18:34.2175356Z ] 2022-11-23T02:18:34.2175723Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2175789Z with 2022-11-23T02:18:34.2176288Z [ 2022-11-23T02:18:34.2176429Z T=c10::either 2022-11-23T02:18:34.2176491Z ] 2022-11-23T02:18:34.2176882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2176948Z with 2022-11-23T02:18:34.2177012Z [ 2022-11-23T02:18:34.2177153Z T=c10::either 2022-11-23T02:18:34.2177216Z ] 2022-11-23T02:18:34.2177591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2177995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2178342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2178408Z with 2022-11-23T02:18:34.2178470Z [ 2022-11-23T02:18:34.2178593Z T=c10::either 2022-11-23T02:18:34.2178656Z ] 2022-11-23T02:18:34.2178965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2179031Z with 2022-11-23T02:18:34.2179093Z [ 2022-11-23T02:18:34.2179190Z T=at::StepCallbacks 2022-11-23T02:18:34.2179257Z ] 2022-11-23T02:18:34.2179652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2179778Z with 2022-11-23T02:18:34.2179841Z [ 2022-11-23T02:18:34.2179934Z T=at::StepCallbacks 2022-11-23T02:18:34.2179995Z ] 2022-11-23T02:18:34.2180360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2180426Z with 2022-11-23T02:18:34.2180488Z [ 2022-11-23T02:18:34.2180564Z T=at::StepCallbacks 2022-11-23T02:18:34.2180626Z ] 2022-11-23T02:18:34.2181015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2181084Z with 2022-11-23T02:18:34.2181146Z [ 2022-11-23T02:18:34.2181236Z T=at::StepCallbacks 2022-11-23T02:18:34.2181300Z ] 2022-11-23T02:18:34.2181641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2181993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2182440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2182567Z with 2022-11-23T02:18:34.2182630Z [ 2022-11-23T02:18:34.2182722Z T=at::StepCallbacks 2022-11-23T02:18:34.2182784Z ] 2022-11-23T02:18:34.2183090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2183156Z with 2022-11-23T02:18:34.2183218Z [ 2022-11-23T02:18:34.2183287Z T=c10::DimVector 2022-11-23T02:18:34.2183351Z ] 2022-11-23T02:18:34.2183668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2183735Z with 2022-11-23T02:18:34.2183799Z [ 2022-11-23T02:18:34.2183882Z T=c10::DimVector 2022-11-23T02:18:34.2183946Z ] 2022-11-23T02:18:34.2184313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2184383Z with 2022-11-23T02:18:34.2184446Z [ 2022-11-23T02:18:34.2184530Z T=c10::DimVector 2022-11-23T02:18:34.2184592Z ] 2022-11-23T02:18:34.2184983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2185049Z with 2022-11-23T02:18:34.2185110Z [ 2022-11-23T02:18:34.2185177Z T=c10::DimVector 2022-11-23T02:18:34.2185239Z ] 2022-11-23T02:18:34.2185630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2186025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2186372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2186439Z with 2022-11-23T02:18:34.2186501Z [ 2022-11-23T02:18:34.2186584Z T=c10::DimVector 2022-11-23T02:18:34.2186645Z ] 2022-11-23T02:18:34.2186950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2187019Z with 2022-11-23T02:18:34.2187081Z [ 2022-11-23T02:18:34.2187186Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2187248Z ] 2022-11-23T02:18:34.2187569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2187635Z with 2022-11-23T02:18:34.2187697Z [ 2022-11-23T02:18:34.2187785Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2187848Z ] 2022-11-23T02:18:34.2188219Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2188285Z with 2022-11-23T02:18:34.2188347Z [ 2022-11-23T02:18:34.2188450Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2188562Z ] 2022-11-23T02:18:34.2188953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2189020Z with 2022-11-23T02:18:34.2189083Z [ 2022-11-23T02:18:34.2189184Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2189246Z ] 2022-11-23T02:18:34.2189593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2189961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2190304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2190370Z with 2022-11-23T02:18:34.2190436Z [ 2022-11-23T02:18:34.2190538Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2190587Z ] 2022-11-23T02:18:34.2190957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2191026Z with 2022-11-23T02:18:34.2191088Z [ 2022-11-23T02:18:34.2191234Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2191297Z ] 2022-11-23T02:18:34.2191617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2191686Z with 2022-11-23T02:18:34.2191749Z [ 2022-11-23T02:18:34.2191892Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2191954Z ] 2022-11-23T02:18:34.2192367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2192435Z with 2022-11-23T02:18:34.2192499Z [ 2022-11-23T02:18:34.2192640Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2192702Z ] 2022-11-23T02:18:34.2193077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2193145Z with 2022-11-23T02:18:34.2193207Z [ 2022-11-23T02:18:34.2193346Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2193409Z ] 2022-11-23T02:18:34.2193789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2194192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2194542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2194655Z with 2022-11-23T02:18:34.2194719Z [ 2022-11-23T02:18:34.2194861Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2194925Z ] 2022-11-23T02:18:34.2195239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2195306Z with 2022-11-23T02:18:34.2195368Z [ 2022-11-23T02:18:34.2195487Z T=std::tuple 2022-11-23T02:18:34.2195550Z ] 2022-11-23T02:18:34.2195877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2195947Z with 2022-11-23T02:18:34.2195995Z [ 2022-11-23T02:18:34.2196112Z T=std::tuple 2022-11-23T02:18:34.2196176Z ] 2022-11-23T02:18:34.2196545Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2196612Z with 2022-11-23T02:18:34.2196677Z [ 2022-11-23T02:18:34.2196794Z T=std::tuple 2022-11-23T02:18:34.2196856Z ] 2022-11-23T02:18:34.2197252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2197319Z with 2022-11-23T02:18:34.2197381Z [ 2022-11-23T02:18:34.2197497Z T=std::tuple 2022-11-23T02:18:34.2197559Z ] 2022-11-23T02:18:34.2197918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2198337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2198683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2198749Z with 2022-11-23T02:18:34.2198812Z [ 2022-11-23T02:18:34.2198929Z T=std::tuple 2022-11-23T02:18:34.2198978Z ] 2022-11-23T02:18:34.2199286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2199355Z with 2022-11-23T02:18:34.2199419Z [ 2022-11-23T02:18:34.2199519Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2199581Z ] 2022-11-23T02:18:34.2199904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2199971Z with 2022-11-23T02:18:34.2200032Z [ 2022-11-23T02:18:34.2200126Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2200188Z ] 2022-11-23T02:18:34.2200553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2200663Z with 2022-11-23T02:18:34.2200725Z [ 2022-11-23T02:18:34.2200822Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2200870Z ] 2022-11-23T02:18:34.2201258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2201325Z with 2022-11-23T02:18:34.2201387Z [ 2022-11-23T02:18:34.2201483Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2201549Z ] 2022-11-23T02:18:34.2201891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2202254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2202607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2202675Z with 2022-11-23T02:18:34.2202737Z [ 2022-11-23T02:18:34.2202833Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2202894Z ] 2022-11-23T02:18:34.2203201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2203329Z with 2022-11-23T02:18:34.2203394Z [ 2022-11-23T02:18:34.2203513Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2203564Z ] 2022-11-23T02:18:34.2203891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2203956Z with 2022-11-23T02:18:34.2204409Z [ 2022-11-23T02:18:34.2204536Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2204598Z ] 2022-11-23T02:18:34.2204966Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2205033Z with 2022-11-23T02:18:34.2205095Z [ 2022-11-23T02:18:34.2205210Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2205272Z ] 2022-11-23T02:18:34.2205662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2205731Z with 2022-11-23T02:18:34.2205793Z [ 2022-11-23T02:18:34.2205909Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2205971Z ] 2022-11-23T02:18:34.2206314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2206692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2207034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2207139Z with 2022-11-23T02:18:34.2207202Z [ 2022-11-23T02:18:34.2207321Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2207383Z ] 2022-11-23T02:18:34.2207702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2207768Z with 2022-11-23T02:18:34.2207831Z [ 2022-11-23T02:18:34.2207945Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2208007Z ] 2022-11-23T02:18:34.2208329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2208395Z with 2022-11-23T02:18:34.2208458Z [ 2022-11-23T02:18:34.2208572Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2208634Z ] 2022-11-23T02:18:34.2209062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2209125Z with 2022-11-23T02:18:34.2209188Z [ 2022-11-23T02:18:34.2209300Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2209361Z ] 2022-11-23T02:18:34.2209752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2209868Z with 2022-11-23T02:18:34.2209932Z [ 2022-11-23T02:18:34.2210044Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2210109Z ] 2022-11-23T02:18:34.2210465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2210882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2211285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2211352Z with 2022-11-23T02:18:34.2211415Z [ 2022-11-23T02:18:34.2211529Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2211593Z ] 2022-11-23T02:18:34.2211902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2211970Z with 2022-11-23T02:18:34.2212019Z [ 2022-11-23T02:18:34.2212115Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2212177Z ] 2022-11-23T02:18:34.2212506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2212573Z with 2022-11-23T02:18:34.2212637Z [ 2022-11-23T02:18:34.2212729Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2212791Z ] 2022-11-23T02:18:34.2213155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2213272Z with 2022-11-23T02:18:34.2213336Z [ 2022-11-23T02:18:34.2213427Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2213488Z ] 2022-11-23T02:18:34.2213881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2213946Z with 2022-11-23T02:18:34.2213995Z [ 2022-11-23T02:18:34.2214085Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2214148Z ] 2022-11-23T02:18:34.2214495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2214852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2215260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2215330Z with 2022-11-23T02:18:34.2215393Z [ 2022-11-23T02:18:34.2215485Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2215548Z ] 2022-11-23T02:18:34.2215916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2215983Z with 2022-11-23T02:18:34.2216045Z [ 2022-11-23T02:18:34.2216141Z T=at::ThreadLocalState 2022-11-23T02:18:34.2216203Z ] 2022-11-23T02:18:34.2216523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2216590Z with 2022-11-23T02:18:34.2216638Z [ 2022-11-23T02:18:34.2216783Z T=at::ThreadLocalState 2022-11-23T02:18:34.2216906Z ] 2022-11-23T02:18:34.2217272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2217337Z with 2022-11-23T02:18:34.2217399Z [ 2022-11-23T02:18:34.2217493Z T=at::ThreadLocalState 2022-11-23T02:18:34.2217555Z ] 2022-11-23T02:18:34.2217940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2218009Z with 2022-11-23T02:18:34.2218072Z [ 2022-11-23T02:18:34.2218165Z T=at::ThreadLocalState 2022-11-23T02:18:34.2218227Z ] 2022-11-23T02:18:34.2218575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2218937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2219280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2219396Z with 2022-11-23T02:18:34.2219459Z [ 2022-11-23T02:18:34.2219540Z T=at::ThreadLocalState 2022-11-23T02:18:34.2219603Z ] 2022-11-23T02:18:34.2219915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2219982Z with 2022-11-23T02:18:34.2220045Z [ 2022-11-23T02:18:34.2220163Z T=std::shared_ptr 2022-11-23T02:18:34.2220231Z ] 2022-11-23T02:18:34.2220554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2220620Z with 2022-11-23T02:18:34.2220682Z [ 2022-11-23T02:18:34.2220796Z T=std::shared_ptr 2022-11-23T02:18:34.2220858Z ] 2022-11-23T02:18:34.2221287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2221355Z with 2022-11-23T02:18:34.2221418Z [ 2022-11-23T02:18:34.2221532Z T=std::shared_ptr 2022-11-23T02:18:34.2221580Z ] 2022-11-23T02:18:34.2222026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2222095Z with 2022-11-23T02:18:34.2222263Z [ 2022-11-23T02:18:34.2222387Z T=std::shared_ptr 2022-11-23T02:18:34.2222449Z ] 2022-11-23T02:18:34.2222807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2223206Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2223589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.2223934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2224001Z with 2022-11-23T02:18:34.2224067Z [ 2022-11-23T02:18:34.2224182Z T=std::shared_ptr 2022-11-23T02:18:34.2224246Z ] 2022-11-23T02:18:34.2224553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2224620Z with 2022-11-23T02:18:34.2224682Z [ 2022-11-23T02:18:34.2224843Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2224907Z ] 2022-11-23T02:18:34.2225217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2225282Z with 2022-11-23T02:18:34.2225345Z [ 2022-11-23T02:18:34.2225445Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2225508Z ] 2022-11-23T02:18:34.2225873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2225994Z with 2022-11-23T02:18:34.2226056Z [ 2022-11-23T02:18:34.2226161Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2226224Z ] 2022-11-23T02:18:34.2226613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2226681Z with 2022-11-23T02:18:34.2226743Z [ 2022-11-23T02:18:34.2226841Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2226902Z ] 2022-11-23T02:18:34.2227314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2227661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2228089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.2228435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2228503Z with 2022-11-23T02:18:34.2228552Z [ 2022-11-23T02:18:34.2228651Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2228716Z ] 2022-11-23T02:18:34.2229031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2229098Z with 2022-11-23T02:18:34.2229211Z [ 2022-11-23T02:18:34.2229304Z T=torch::jit::Method 2022-11-23T02:18:34.2229367Z ] 2022-11-23T02:18:34.2229689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2229755Z with 2022-11-23T02:18:34.2229816Z [ 2022-11-23T02:18:34.2229906Z T=torch::jit::Method 2022-11-23T02:18:34.2229968Z ] 2022-11-23T02:18:34.2230329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2230397Z with 2022-11-23T02:18:34.2230446Z [ 2022-11-23T02:18:34.2230535Z T=torch::jit::Method 2022-11-23T02:18:34.2230598Z ] 2022-11-23T02:18:34.2230987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2231052Z with 2022-11-23T02:18:34.2231115Z [ 2022-11-23T02:18:34.2231204Z T=torch::jit::Method 2022-11-23T02:18:34.2231266Z ] 2022-11-23T02:18:34.2231606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2231948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2232344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2232411Z with 2022-11-23T02:18:34.2232474Z [ 2022-11-23T02:18:34.2232560Z T=torch::jit::Method 2022-11-23T02:18:34.2232622Z ] 2022-11-23T02:18:34.2232928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2232994Z with 2022-11-23T02:18:34.2233042Z [ 2022-11-23T02:18:34.2233220Z T=std::vector> 2022-11-23T02:18:34.2233305Z ] 2022-11-23T02:18:34.2233631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2233699Z with 2022-11-23T02:18:34.2233762Z [ 2022-11-23T02:18:34.2233900Z T=std::vector> 2022-11-23T02:18:34.2233963Z ] 2022-11-23T02:18:34.2234380Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2234448Z with 2022-11-23T02:18:34.2234510Z [ 2022-11-23T02:18:34.2234647Z T=std::vector> 2022-11-23T02:18:34.2234710Z ] 2022-11-23T02:18:34.2235103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2235172Z with 2022-11-23T02:18:34.2235282Z [ 2022-11-23T02:18:34.2235404Z T=std::vector> 2022-11-23T02:18:34.2235466Z ] 2022-11-23T02:18:34.2235841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2236221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2236564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2236631Z with 2022-11-23T02:18:34.2236695Z [ 2022-11-23T02:18:34.2236832Z T=std::vector> 2022-11-23T02:18:34.2236895Z ] 2022-11-23T02:18:34.2237203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2237269Z with 2022-11-23T02:18:34.2237332Z [ 2022-11-23T02:18:34.2237499Z T=std::function 2022-11-23T02:18:34.2237562Z ] 2022-11-23T02:18:34.2237926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2238054Z with 2022-11-23T02:18:34.2238115Z [ 2022-11-23T02:18:34.2238286Z T=std::function 2022-11-23T02:18:34.2238349Z ] 2022-11-23T02:18:34.2238710Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2238763Z with 2022-11-23T02:18:34.2238825Z [ 2022-11-23T02:18:34.2238989Z T=std::function 2022-11-23T02:18:34.2239050Z ] 2022-11-23T02:18:34.2239441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2239509Z with 2022-11-23T02:18:34.2239613Z [ 2022-11-23T02:18:34.2239792Z T=std::function 2022-11-23T02:18:34.2239855Z ] 2022-11-23T02:18:34.2240308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2240722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2241060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2241129Z with 2022-11-23T02:18:34.2241191Z [ 2022-11-23T02:18:34.2241409Z T=std::function 2022-11-23T02:18:34.2241474Z ] 2022-11-23T02:18:34.2241785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2241849Z with 2022-11-23T02:18:34.2241911Z [ 2022-11-23T02:18:34.2242103Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2242152Z ] 2022-11-23T02:18:34.2242475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2242544Z with 2022-11-23T02:18:34.2242606Z [ 2022-11-23T02:18:34.2242795Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2242862Z ] 2022-11-23T02:18:34.2243223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2243290Z with 2022-11-23T02:18:34.2243352Z [ 2022-11-23T02:18:34.2243542Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2243604Z ] 2022-11-23T02:18:34.2243997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2244109Z with 2022-11-23T02:18:34.2244172Z [ 2022-11-23T02:18:34.2244357Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2244422Z ] 2022-11-23T02:18:34.2244843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2245301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2245701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2245772Z with 2022-11-23T02:18:34.2245835Z [ 2022-11-23T02:18:34.2246012Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2246078Z ] 2022-11-23T02:18:34.2246449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2246520Z with 2022-11-23T02:18:34.2246584Z [ 2022-11-23T02:18:34.2246716Z T=std::vector> 2022-11-23T02:18:34.2246785Z ] 2022-11-23T02:18:34.2247169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2247239Z with 2022-11-23T02:18:34.2247300Z [ 2022-11-23T02:18:34.2247428Z T=std::vector> 2022-11-23T02:18:34.2247490Z ] 2022-11-23T02:18:34.2247902Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2247971Z with 2022-11-23T02:18:34.2248033Z [ 2022-11-23T02:18:34.2248160Z T=std::vector> 2022-11-23T02:18:34.2248209Z ] 2022-11-23T02:18:34.2248594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2248663Z with 2022-11-23T02:18:34.2248725Z [ 2022-11-23T02:18:34.2248851Z T=std::vector> 2022-11-23T02:18:34.2248913Z ] 2022-11-23T02:18:34.2249275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2249340Z with 2022-11-23T02:18:34.2249403Z [ 2022-11-23T02:18:34.2249475Z T=double 2022-11-23T02:18:34.2249539Z ] 2022-11-23T02:18:34.2249933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2249998Z with 2022-11-23T02:18:34.2250061Z [ 2022-11-23T02:18:34.2250131Z T=double 2022-11-23T02:18:34.2250227Z ] 2022-11-23T02:18:34.2250575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2250642Z with 2022-11-23T02:18:34.2250705Z [ 2022-11-23T02:18:34.2250829Z T=std::vector> 2022-11-23T02:18:34.2250894Z ] 2022-11-23T02:18:34.2251205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2251270Z with 2022-11-23T02:18:34.2251331Z [ 2022-11-23T02:18:34.2251443Z T=std::tuple 2022-11-23T02:18:34.2251504Z ] 2022-11-23T02:18:34.2251882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2251951Z with 2022-11-23T02:18:34.2252012Z [ 2022-11-23T02:18:34.2252124Z T=std::tuple 2022-11-23T02:18:34.2252174Z ] 2022-11-23T02:18:34.2252594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2252661Z with 2022-11-23T02:18:34.2252722Z [ 2022-11-23T02:18:34.2252833Z T=std::tuple 2022-11-23T02:18:34.2252896Z ] 2022-11-23T02:18:34.2253286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2253353Z with 2022-11-23T02:18:34.2253414Z [ 2022-11-23T02:18:34.2253524Z T=std::tuple 2022-11-23T02:18:34.2253586Z ] 2022-11-23T02:18:34.2253998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2254388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2254727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2254796Z with 2022-11-23T02:18:34.2254859Z [ 2022-11-23T02:18:34.2254971Z T=std::tuple 2022-11-23T02:18:34.2255033Z ] 2022-11-23T02:18:34.2255337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2255390Z with 2022-11-23T02:18:34.2255452Z [ 2022-11-23T02:18:34.2255588Z T=std::vector> 2022-11-23T02:18:34.2255650Z ] 2022-11-23T02:18:34.2255972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2256036Z with 2022-11-23T02:18:34.2256103Z [ 2022-11-23T02:18:34.2256238Z T=std::vector> 2022-11-23T02:18:34.2256345Z ] 2022-11-23T02:18:34.2256713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2256779Z with 2022-11-23T02:18:34.2256841Z [ 2022-11-23T02:18:34.2256977Z T=std::vector> 2022-11-23T02:18:34.2257039Z ] 2022-11-23T02:18:34.2257425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2257491Z with 2022-11-23T02:18:34.2257581Z [ 2022-11-23T02:18:34.2257732Z T=std::vector> 2022-11-23T02:18:34.2257797Z ] 2022-11-23T02:18:34.2258169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2258630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2258977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2259043Z with 2022-11-23T02:18:34.2259105Z [ 2022-11-23T02:18:34.2259244Z T=std::vector> 2022-11-23T02:18:34.2259311Z ] 2022-11-23T02:18:34.2259901Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension_v2.pyd 2022-11-23T02:18:34.2260087Z Creating library reloaded_jit_extension_v2.lib and object reloaded_jit_extension_v2.exp 2022-11-23T02:18:34.2260220Z Loading extension module reloaded_jit_extension_v2... 2022-11-23T02:18:34.2260289Z ok (41.247s) 2022-11-23T02:18:34.2260641Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.2260878Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-11-23T02:18:34.2261142Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\build.ninja... 2022-11-23T02:18:34.2261268Z Building extension module is_python_module_v1... 2022-11-23T02:18:34.2261477Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.2262524Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\main.cpp /Fomain.o 2022-11-23T02:18:34.2262725Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.2262870Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.2262890Z 2022-11-23T02:18:34.2263208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.2263526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2263654Z with 2022-11-23T02:18:34.2263720Z [ 2022-11-23T02:18:34.2263802Z T=c10::SymInt 2022-11-23T02:18:34.2263866Z ] 2022-11-23T02:18:34.2264233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2264319Z with 2022-11-23T02:18:34.2264369Z [ 2022-11-23T02:18:34.2264450Z T=c10::SymInt 2022-11-23T02:18:34.2264515Z ] 2022-11-23T02:18:34.2264885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2264952Z with 2022-11-23T02:18:34.2265015Z [ 2022-11-23T02:18:34.2265093Z T=c10::SymInt 2022-11-23T02:18:34.2265156Z ] 2022-11-23T02:18:34.2265543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2265610Z with 2022-11-23T02:18:34.2265673Z [ 2022-11-23T02:18:34.2265750Z T=c10::SymInt 2022-11-23T02:18:34.2265812Z ] 2022-11-23T02:18:34.2266198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2266527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2266872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2266938Z with 2022-11-23T02:18:34.2266987Z [ 2022-11-23T02:18:34.2267069Z T=c10::SymInt 2022-11-23T02:18:34.2267133Z ] 2022-11-23T02:18:34.2267431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.2267746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2267817Z with 2022-11-23T02:18:34.2267880Z [ 2022-11-23T02:18:34.2267967Z T=at::TensorBase 2022-11-23T02:18:34.2268028Z ] 2022-11-23T02:18:34.2268350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2268416Z with 2022-11-23T02:18:34.2268479Z [ 2022-11-23T02:18:34.2268615Z T=at::TensorBase 2022-11-23T02:18:34.2268676Z ] 2022-11-23T02:18:34.2269044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2269097Z with 2022-11-23T02:18:34.2269159Z [ 2022-11-23T02:18:34.2269244Z T=at::TensorBase 2022-11-23T02:18:34.2269306Z ] 2022-11-23T02:18:34.2269753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2269823Z with 2022-11-23T02:18:34.2269884Z [ 2022-11-23T02:18:34.2269968Z T=at::TensorBase 2022-11-23T02:18:34.2270030Z ] 2022-11-23T02:18:34.2270422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2270762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2271164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2271232Z with 2022-11-23T02:18:34.2271293Z [ 2022-11-23T02:18:34.2271377Z T=at::TensorBase 2022-11-23T02:18:34.2271438Z ] 2022-11-23T02:18:34.2271747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2271815Z with 2022-11-23T02:18:34.2271863Z [ 2022-11-23T02:18:34.2271942Z T=at::Tensor 2022-11-23T02:18:34.2272006Z ] 2022-11-23T02:18:34.2272379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2272447Z with 2022-11-23T02:18:34.2272510Z [ 2022-11-23T02:18:34.2272590Z T=at::Tensor 2022-11-23T02:18:34.2272651Z ] 2022-11-23T02:18:34.2273015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2273081Z with 2022-11-23T02:18:34.2273143Z [ 2022-11-23T02:18:34.2273222Z T=at::Tensor 2022-11-23T02:18:34.2273286Z ] 2022-11-23T02:18:34.2273679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2273745Z with 2022-11-23T02:18:34.2273793Z [ 2022-11-23T02:18:34.2273872Z T=at::Tensor 2022-11-23T02:18:34.2273934Z ] 2022-11-23T02:18:34.2274266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2274593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2274932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2275468Z with 2022-11-23T02:18:34.2275531Z [ 2022-11-23T02:18:34.2275656Z T=at::Tensor 2022-11-23T02:18:34.2275741Z ] 2022-11-23T02:18:34.2276056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2276121Z with 2022-11-23T02:18:34.2276184Z [ 2022-11-23T02:18:34.2276268Z T=at::Generator 2022-11-23T02:18:34.2276391Z ] 2022-11-23T02:18:34.2276779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2276836Z with 2022-11-23T02:18:34.2276898Z [ 2022-11-23T02:18:34.2276982Z T=at::Generator 2022-11-23T02:18:34.2277045Z ] 2022-11-23T02:18:34.2277413Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2277479Z with 2022-11-23T02:18:34.2277543Z [ 2022-11-23T02:18:34.2277626Z T=at::Generator 2022-11-23T02:18:34.2277687Z ] 2022-11-23T02:18:34.2278075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2278140Z with 2022-11-23T02:18:34.2278202Z [ 2022-11-23T02:18:34.2278284Z T=at::Generator 2022-11-23T02:18:34.2278348Z ] 2022-11-23T02:18:34.2278676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2279068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2279415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2279481Z with 2022-11-23T02:18:34.2279530Z [ 2022-11-23T02:18:34.2279613Z T=at::Generator 2022-11-23T02:18:34.2279676Z ] 2022-11-23T02:18:34.2279985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2280054Z with 2022-11-23T02:18:34.2280116Z [ 2022-11-23T02:18:34.2280197Z T=c10::Scalar 2022-11-23T02:18:34.2280262Z ] 2022-11-23T02:18:34.2280583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2280650Z with 2022-11-23T02:18:34.2280712Z [ 2022-11-23T02:18:34.2280790Z T=c10::Scalar 2022-11-23T02:18:34.2280854Z ] 2022-11-23T02:18:34.2281217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2281268Z with 2022-11-23T02:18:34.2281375Z [ 2022-11-23T02:18:34.2281453Z T=c10::Scalar 2022-11-23T02:18:34.2281516Z ] 2022-11-23T02:18:34.2281966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2282035Z with 2022-11-23T02:18:34.2282098Z [ 2022-11-23T02:18:34.2282175Z T=c10::Scalar 2022-11-23T02:18:34.2282238Z ] 2022-11-23T02:18:34.2282677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2283006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2283352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2283419Z with 2022-11-23T02:18:34.2283481Z [ 2022-11-23T02:18:34.2283558Z T=c10::Scalar 2022-11-23T02:18:34.2283620Z ] 2022-11-23T02:18:34.2283929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2283981Z with 2022-11-23T02:18:34.2284042Z [ 2022-11-23T02:18:34.2284120Z T=std::string 2022-11-23T02:18:34.2284182Z ] 2022-11-23T02:18:34.2284502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2284573Z with 2022-11-23T02:18:34.2284640Z [ 2022-11-23T02:18:34.2284718Z T=std::string 2022-11-23T02:18:34.2284779Z ] 2022-11-23T02:18:34.2285198Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2285265Z with 2022-11-23T02:18:34.2285327Z [ 2022-11-23T02:18:34.2285405Z T=std::string 2022-11-23T02:18:34.2285467Z ] 2022-11-23T02:18:34.2285851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2285904Z with 2022-11-23T02:18:34.2285968Z [ 2022-11-23T02:18:34.2286046Z T=std::string 2022-11-23T02:18:34.2286108Z ] 2022-11-23T02:18:34.2286440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2286765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2287113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2287179Z with 2022-11-23T02:18:34.2287242Z [ 2022-11-23T02:18:34.2287323Z T=std::string 2022-11-23T02:18:34.2287385Z ] 2022-11-23T02:18:34.2287792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2287860Z with 2022-11-23T02:18:34.2287923Z [ 2022-11-23T02:18:34.2288017Z T=c10::QualifiedName 2022-11-23T02:18:34.2288079Z ] 2022-11-23T02:18:34.2288452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2288506Z with 2022-11-23T02:18:34.2288569Z [ 2022-11-23T02:18:34.2288661Z T=c10::QualifiedName 2022-11-23T02:18:34.2288723Z ] 2022-11-23T02:18:34.2289087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2289160Z with 2022-11-23T02:18:34.2289222Z [ 2022-11-23T02:18:34.2289312Z T=c10::QualifiedName 2022-11-23T02:18:34.2289375Z ] 2022-11-23T02:18:34.2289760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2289826Z with 2022-11-23T02:18:34.2289889Z [ 2022-11-23T02:18:34.2289977Z T=c10::QualifiedName 2022-11-23T02:18:34.2290039Z ] 2022-11-23T02:18:34.2290374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2290710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2291106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2291175Z with 2022-11-23T02:18:34.2291224Z [ 2022-11-23T02:18:34.2291316Z T=c10::QualifiedName 2022-11-23T02:18:34.2291380Z ] 2022-11-23T02:18:34.2291693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2291762Z with 2022-11-23T02:18:34.2291828Z [ 2022-11-23T02:18:34.2291963Z T=std::shared_ptr 2022-11-23T02:18:34.2292027Z ] 2022-11-23T02:18:34.2292354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2292420Z with 2022-11-23T02:18:34.2292484Z [ 2022-11-23T02:18:34.2292616Z T=std::shared_ptr 2022-11-23T02:18:34.2297940Z ] 2022-11-23T02:18:34.2298360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2298433Z with 2022-11-23T02:18:34.2298483Z [ 2022-11-23T02:18:34.2298677Z T=std::shared_ptr 2022-11-23T02:18:34.2298753Z ] 2022-11-23T02:18:34.2299163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2299337Z with 2022-11-23T02:18:34.2299401Z [ 2022-11-23T02:18:34.2299541Z T=std::shared_ptr 2022-11-23T02:18:34.2299605Z ] 2022-11-23T02:18:34.2300046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2300464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2300809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2300879Z with 2022-11-23T02:18:34.2300945Z [ 2022-11-23T02:18:34.2301080Z T=std::shared_ptr 2022-11-23T02:18:34.2301145Z ] 2022-11-23T02:18:34.2301459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2301524Z with 2022-11-23T02:18:34.2301586Z [ 2022-11-23T02:18:34.2301703Z T=std::weak_ptr 2022-11-23T02:18:34.2301768Z ] 2022-11-23T02:18:34.2302096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2302253Z with 2022-11-23T02:18:34.2302320Z [ 2022-11-23T02:18:34.2302450Z T=std::weak_ptr 2022-11-23T02:18:34.2302514Z ] 2022-11-23T02:18:34.2302945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2303016Z with 2022-11-23T02:18:34.2303079Z [ 2022-11-23T02:18:34.2303209Z T=std::weak_ptr 2022-11-23T02:18:34.2303272Z ] 2022-11-23T02:18:34.2303726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2303797Z with 2022-11-23T02:18:34.2303859Z [ 2022-11-23T02:18:34.2303994Z T=std::weak_ptr 2022-11-23T02:18:34.2304043Z ] 2022-11-23T02:18:34.2304416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2304781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2305123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2305189Z with 2022-11-23T02:18:34.2305253Z [ 2022-11-23T02:18:34.2305382Z T=std::weak_ptr 2022-11-23T02:18:34.2305501Z ] 2022-11-23T02:18:34.2305872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2305942Z with 2022-11-23T02:18:34.2306004Z [ 2022-11-23T02:18:34.2306163Z T=std::vector> 2022-11-23T02:18:34.2306225Z ] 2022-11-23T02:18:34.2306613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2306682Z with 2022-11-23T02:18:34.2306744Z [ 2022-11-23T02:18:34.2306902Z T=std::vector> 2022-11-23T02:18:34.2306965Z ] 2022-11-23T02:18:34.2307332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2307398Z with 2022-11-23T02:18:34.2307449Z [ 2022-11-23T02:18:34.2307606Z T=std::vector> 2022-11-23T02:18:34.2307670Z ] 2022-11-23T02:18:34.2308059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2308125Z with 2022-11-23T02:18:34.2308188Z [ 2022-11-23T02:18:34.2308342Z T=std::vector> 2022-11-23T02:18:34.2308405Z ] 2022-11-23T02:18:34.2308782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2309587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2309947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2310015Z with 2022-11-23T02:18:34.2310078Z [ 2022-11-23T02:18:34.2310238Z T=std::vector> 2022-11-23T02:18:34.2310301Z ] 2022-11-23T02:18:34.2310611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2310681Z with 2022-11-23T02:18:34.2310744Z [ 2022-11-23T02:18:34.2310871Z T=std::vector> 2022-11-23T02:18:34.2310921Z ] 2022-11-23T02:18:34.2311250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2311318Z with 2022-11-23T02:18:34.2311383Z [ 2022-11-23T02:18:34.2311505Z T=std::vector> 2022-11-23T02:18:34.2311569Z ] 2022-11-23T02:18:34.2311993Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2312117Z with 2022-11-23T02:18:34.2312180Z [ 2022-11-23T02:18:34.2312301Z T=std::vector> 2022-11-23T02:18:34.2312363Z ] 2022-11-23T02:18:34.2312818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2312890Z with 2022-11-23T02:18:34.2312952Z [ 2022-11-23T02:18:34.2313073Z T=std::vector> 2022-11-23T02:18:34.2313121Z ] 2022-11-23T02:18:34.2313481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2313836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2314183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2314306Z with 2022-11-23T02:18:34.2314371Z [ 2022-11-23T02:18:34.2314494Z T=std::vector> 2022-11-23T02:18:34.2314557Z ] 2022-11-23T02:18:34.2314865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2314931Z with 2022-11-23T02:18:34.2314995Z [ 2022-11-23T02:18:34.2315168Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2315231Z ] 2022-11-23T02:18:34.2315619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2315687Z with 2022-11-23T02:18:34.2315753Z [ 2022-11-23T02:18:34.2315924Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2315985Z ] 2022-11-23T02:18:34.2316345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2316410Z with 2022-11-23T02:18:34.2316458Z [ 2022-11-23T02:18:34.2316625Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2316689Z ] 2022-11-23T02:18:34.2317080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2317146Z with 2022-11-23T02:18:34.2317210Z [ 2022-11-23T02:18:34.2317377Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2317440Z ] 2022-11-23T02:18:34.2317899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.2318298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.2318746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.2319095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2319163Z with 2022-11-23T02:18:34.2319226Z [ 2022-11-23T02:18:34.2319395Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2319457Z ] 2022-11-23T02:18:34.2319766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2319837Z with 2022-11-23T02:18:34.2319902Z [ 2022-11-23T02:18:34.2320067Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2320133Z ] 2022-11-23T02:18:34.2320457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2320509Z with 2022-11-23T02:18:34.2320572Z [ 2022-11-23T02:18:34.2320735Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2320797Z ] 2022-11-23T02:18:34.2321165Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2321234Z with 2022-11-23T02:18:34.2321297Z [ 2022-11-23T02:18:34.2321456Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2321570Z ] 2022-11-23T02:18:34.2321965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2322031Z with 2022-11-23T02:18:34.2322092Z [ 2022-11-23T02:18:34.2322251Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2322312Z ] 2022-11-23T02:18:34.2322702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.2323087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.2323408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.2323749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2323872Z with 2022-11-23T02:18:34.2323937Z [ 2022-11-23T02:18:34.2324097Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2324192Z ] 2022-11-23T02:18:34.2324565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2324635Z with 2022-11-23T02:18:34.2324698Z [ 2022-11-23T02:18:34.2324825Z T=std::vector> 2022-11-23T02:18:34.2324887Z ] 2022-11-23T02:18:34.2325213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2325280Z with 2022-11-23T02:18:34.2325344Z [ 2022-11-23T02:18:34.2325471Z T=std::vector> 2022-11-23T02:18:34.2325533Z ] 2022-11-23T02:18:34.2325955Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2326023Z with 2022-11-23T02:18:34.2326087Z [ 2022-11-23T02:18:34.2326212Z T=std::vector> 2022-11-23T02:18:34.2326273Z ] 2022-11-23T02:18:34.2326649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2326715Z with 2022-11-23T02:18:34.2326777Z [ 2022-11-23T02:18:34.2326902Z T=std::vector> 2022-11-23T02:18:34.2326966Z ] 2022-11-23T02:18:34.2327324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2327734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2328084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2328152Z with 2022-11-23T02:18:34.2328215Z [ 2022-11-23T02:18:34.2328338Z T=std::vector> 2022-11-23T02:18:34.2328402Z ] 2022-11-23T02:18:34.2328713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2328781Z with 2022-11-23T02:18:34.2328843Z [ 2022-11-23T02:18:34.2329000Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2329064Z ] 2022-11-23T02:18:34.2329387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2329452Z with 2022-11-23T02:18:34.2329501Z [ 2022-11-23T02:18:34.2329654Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2329718Z ] 2022-11-23T02:18:34.2330147Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2330269Z with 2022-11-23T02:18:34.2330332Z [ 2022-11-23T02:18:34.2330543Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2330607Z ] 2022-11-23T02:18:34.2330998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2331065Z with 2022-11-23T02:18:34.2331128Z [ 2022-11-23T02:18:34.2331339Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2331404Z ] 2022-11-23T02:18:34.2331790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2332196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2332589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.2332933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2333001Z with 2022-11-23T02:18:34.2333063Z [ 2022-11-23T02:18:34.2333215Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2333277Z ] 2022-11-23T02:18:34.2333575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2333641Z with 2022-11-23T02:18:34.2333703Z [ 2022-11-23T02:18:34.2333908Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2333972Z ] 2022-11-23T02:18:34.2334297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2334365Z with 2022-11-23T02:18:34.2334428Z [ 2022-11-23T02:18:34.2334582Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2334644Z ] 2022-11-23T02:18:34.2335011Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2335079Z with 2022-11-23T02:18:34.2335142Z [ 2022-11-23T02:18:34.2335293Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2335355Z ] 2022-11-23T02:18:34.2335742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2335856Z with 2022-11-23T02:18:34.2335913Z [ 2022-11-23T02:18:34.2336067Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2336130Z ] 2022-11-23T02:18:34.2336574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2337034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2337481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.2337828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2337895Z with 2022-11-23T02:18:34.2337959Z [ 2022-11-23T02:18:34.2338117Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2338181Z ] 2022-11-23T02:18:34.2338496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2338562Z with 2022-11-23T02:18:34.2338625Z [ 2022-11-23T02:18:34.2338732Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2338795Z ] 2022-11-23T02:18:34.2339118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2339184Z with 2022-11-23T02:18:34.2339248Z [ 2022-11-23T02:18:34.2339339Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2339403Z ] 2022-11-23T02:18:34.2339768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2339837Z with 2022-11-23T02:18:34.2339900Z [ 2022-11-23T02:18:34.2340062Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2340127Z ] 2022-11-23T02:18:34.2340514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2340580Z with 2022-11-23T02:18:34.2340642Z [ 2022-11-23T02:18:34.2340746Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2340812Z ] 2022-11-23T02:18:34.2341166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2341505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2341572Z with 2022-11-23T02:18:34.2341634Z [ 2022-11-23T02:18:34.2341739Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2341789Z ] 2022-11-23T02:18:34.2342334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.2342745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2342869Z with 2022-11-23T02:18:34.2342934Z [ 2022-11-23T02:18:34.2343041Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2343104Z ] 2022-11-23T02:18:34.2343417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2343484Z with 2022-11-23T02:18:34.2343547Z [ 2022-11-23T02:18:34.2343739Z T=std::vector> 2022-11-23T02:18:34.2343802Z ] 2022-11-23T02:18:34.2344132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2344198Z with 2022-11-23T02:18:34.2344263Z [ 2022-11-23T02:18:34.2344460Z T=std::vector> 2022-11-23T02:18:34.2344524Z ] 2022-11-23T02:18:34.2344887Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2344954Z with 2022-11-23T02:18:34.2345002Z [ 2022-11-23T02:18:34.2345193Z T=std::vector> 2022-11-23T02:18:34.2345255Z ] 2022-11-23T02:18:34.2345645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2345711Z with 2022-11-23T02:18:34.2345776Z [ 2022-11-23T02:18:34.2345959Z T=std::vector> 2022-11-23T02:18:34.2346022Z ] 2022-11-23T02:18:34.2346487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2346910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2347257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2347326Z with 2022-11-23T02:18:34.2347389Z [ 2022-11-23T02:18:34.2347579Z T=std::vector> 2022-11-23T02:18:34.2347644Z ] 2022-11-23T02:18:34.2348017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2348086Z with 2022-11-23T02:18:34.2348151Z [ 2022-11-23T02:18:34.2348252Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2348314Z ] 2022-11-23T02:18:34.2348685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2348755Z with 2022-11-23T02:18:34.2348866Z [ 2022-11-23T02:18:34.2348966Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2349028Z ] 2022-11-23T02:18:34.2349394Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2349460Z with 2022-11-23T02:18:34.2349523Z [ 2022-11-23T02:18:34.2349671Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2349741Z ] 2022-11-23T02:18:34.2350130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2350196Z with 2022-11-23T02:18:34.2350257Z [ 2022-11-23T02:18:34.2350355Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2350421Z ] 2022-11-23T02:18:34.2350769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2351125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2351467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2351533Z with 2022-11-23T02:18:34.2351581Z [ 2022-11-23T02:18:34.2351679Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2351741Z ] 2022-11-23T02:18:34.2352052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2352120Z with 2022-11-23T02:18:34.2352182Z [ 2022-11-23T02:18:34.2352312Z T=c10::IValue 2022-11-23T02:18:34.2352377Z ] 2022-11-23T02:18:34.2352698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2352764Z with 2022-11-23T02:18:34.2352826Z [ 2022-11-23T02:18:34.2352905Z T=c10::IValue 2022-11-23T02:18:34.2352969Z ] 2022-11-23T02:18:34.2353333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2353388Z with 2022-11-23T02:18:34.2353449Z [ 2022-11-23T02:18:34.2353527Z T=c10::IValue 2022-11-23T02:18:34.2353589Z ] 2022-11-23T02:18:34.2354044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2354112Z with 2022-11-23T02:18:34.2354175Z [ 2022-11-23T02:18:34.2354253Z T=c10::IValue 2022-11-23T02:18:34.2354317Z ] 2022-11-23T02:18:34.2354697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2355028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2355427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2355494Z with 2022-11-23T02:18:34.2355556Z [ 2022-11-23T02:18:34.2355635Z T=c10::IValue 2022-11-23T02:18:34.2355697Z ] 2022-11-23T02:18:34.2356003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2356055Z with 2022-11-23T02:18:34.2356117Z [ 2022-11-23T02:18:34.2356201Z T=c10::AliasInfo 2022-11-23T02:18:34.2356264Z ] 2022-11-23T02:18:34.2356589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2356658Z with 2022-11-23T02:18:34.2356721Z [ 2022-11-23T02:18:34.2356804Z T=c10::AliasInfo 2022-11-23T02:18:34.2356866Z ] 2022-11-23T02:18:34.2357231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2357297Z with 2022-11-23T02:18:34.2357360Z [ 2022-11-23T02:18:34.2357488Z T=c10::AliasInfo 2022-11-23T02:18:34.2357559Z ] 2022-11-23T02:18:34.2357953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2358021Z with 2022-11-23T02:18:34.2358069Z [ 2022-11-23T02:18:34.2358151Z T=c10::AliasInfo 2022-11-23T02:18:34.2358213Z ] 2022-11-23T02:18:34.2358600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2358941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2359285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2359351Z with 2022-11-23T02:18:34.2359414Z [ 2022-11-23T02:18:34.2359497Z T=c10::AliasInfo 2022-11-23T02:18:34.2359562Z ] 2022-11-23T02:18:34.2359875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2360003Z with 2022-11-23T02:18:34.2360072Z [ 2022-11-23T02:18:34.2360211Z T=std::vector> 2022-11-23T02:18:34.2360274Z ] 2022-11-23T02:18:34.2360657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2360727Z with 2022-11-23T02:18:34.2360775Z [ 2022-11-23T02:18:34.2360910Z T=std::vector> 2022-11-23T02:18:34.2360972Z ] 2022-11-23T02:18:34.2361339Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2361460Z with 2022-11-23T02:18:34.2361523Z [ 2022-11-23T02:18:34.2361660Z T=std::vector> 2022-11-23T02:18:34.2361723Z ] 2022-11-23T02:18:34.2362113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2362180Z with 2022-11-23T02:18:34.2362242Z [ 2022-11-23T02:18:34.2362374Z T=std::vector> 2022-11-23T02:18:34.2362437Z ] 2022-11-23T02:18:34.2362786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2362854Z with 2022-11-23T02:18:34.2362916Z [ 2022-11-23T02:18:34.2362982Z T=c10::SymInt 2022-11-23T02:18:34.2363050Z ] 2022-11-23T02:18:34.2363399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2363466Z with 2022-11-23T02:18:34.2363530Z [ 2022-11-23T02:18:34.2363607Z T=c10::SymInt 2022-11-23T02:18:34.2363673Z ] 2022-11-23T02:18:34.2364109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.2364547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.2364940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2365010Z with 2022-11-23T02:18:34.2365073Z [ 2022-11-23T02:18:34.2365210Z T=std::vector> 2022-11-23T02:18:34.2365274Z ] 2022-11-23T02:18:34.2365586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2365651Z with 2022-11-23T02:18:34.2365716Z [ 2022-11-23T02:18:34.2365858Z T=c10::either 2022-11-23T02:18:34.2365952Z ] 2022-11-23T02:18:34.2366306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2366373Z with 2022-11-23T02:18:34.2366435Z [ 2022-11-23T02:18:34.2366635Z T=c10::either 2022-11-23T02:18:34.2366699Z ] 2022-11-23T02:18:34.2367064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2367130Z with 2022-11-23T02:18:34.2367193Z [ 2022-11-23T02:18:34.2367330Z T=c10::either 2022-11-23T02:18:34.2367444Z ] 2022-11-23T02:18:34.2367840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2367907Z with 2022-11-23T02:18:34.2367969Z [ 2022-11-23T02:18:34.2368108Z T=c10::either 2022-11-23T02:18:34.2368170Z ] 2022-11-23T02:18:34.2368546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2368946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2369293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2369360Z with 2022-11-23T02:18:34.2369409Z [ 2022-11-23T02:18:34.2369549Z T=c10::either 2022-11-23T02:18:34.2369612Z ] 2022-11-23T02:18:34.2369920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2369987Z with 2022-11-23T02:18:34.2370052Z [ 2022-11-23T02:18:34.2370147Z T=at::StepCallbacks 2022-11-23T02:18:34.2370210Z ] 2022-11-23T02:18:34.2370540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2370609Z with 2022-11-23T02:18:34.2370672Z [ 2022-11-23T02:18:34.2370812Z T=at::StepCallbacks 2022-11-23T02:18:34.2370877Z ] 2022-11-23T02:18:34.2371243Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2371308Z with 2022-11-23T02:18:34.2371357Z [ 2022-11-23T02:18:34.2371448Z T=at::StepCallbacks 2022-11-23T02:18:34.2371510Z ] 2022-11-23T02:18:34.2371931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2372017Z with 2022-11-23T02:18:34.2372080Z [ 2022-11-23T02:18:34.2372172Z T=at::StepCallbacks 2022-11-23T02:18:34.2372234Z ] 2022-11-23T02:18:34.2372625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2372981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2373323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2373437Z with 2022-11-23T02:18:34.2373499Z [ 2022-11-23T02:18:34.2373589Z T=at::StepCallbacks 2022-11-23T02:18:34.2373651Z ] 2022-11-23T02:18:34.2373957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2374022Z with 2022-11-23T02:18:34.2374072Z [ 2022-11-23T02:18:34.2374157Z T=c10::DimVector 2022-11-23T02:18:34.2374221Z ] 2022-11-23T02:18:34.2374546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2374614Z with 2022-11-23T02:18:34.2374676Z [ 2022-11-23T02:18:34.2374758Z T=c10::DimVector 2022-11-23T02:18:34.2374822Z ] 2022-11-23T02:18:34.2375188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2375257Z with 2022-11-23T02:18:34.2375319Z [ 2022-11-23T02:18:34.2375402Z T=c10::DimVector 2022-11-23T02:18:34.2375465Z ] 2022-11-23T02:18:34.2375857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2375921Z with 2022-11-23T02:18:34.2375984Z [ 2022-11-23T02:18:34.2376051Z T=c10::DimVector 2022-11-23T02:18:34.2376114Z ] 2022-11-23T02:18:34.2376444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2376784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2377175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2377243Z with 2022-11-23T02:18:34.2377307Z [ 2022-11-23T02:18:34.2377390Z T=c10::DimVector 2022-11-23T02:18:34.2377453Z ] 2022-11-23T02:18:34.2377760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2377826Z with 2022-11-23T02:18:34.2377890Z [ 2022-11-23T02:18:34.2378052Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2378116Z ] 2022-11-23T02:18:34.2378438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2378503Z with 2022-11-23T02:18:34.2378599Z [ 2022-11-23T02:18:34.2378714Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2378777Z ] 2022-11-23T02:18:34.2379140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2379207Z with 2022-11-23T02:18:34.2379270Z [ 2022-11-23T02:18:34.2379372Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2379434Z ] 2022-11-23T02:18:34.2380351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2380438Z with 2022-11-23T02:18:34.2380503Z [ 2022-11-23T02:18:34.2380606Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2380669Z ] 2022-11-23T02:18:34.2381017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2381384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2381728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2381797Z with 2022-11-23T02:18:34.2381862Z [ 2022-11-23T02:18:34.2381954Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2382016Z ] 2022-11-23T02:18:34.2382414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2382482Z with 2022-11-23T02:18:34.2382544Z [ 2022-11-23T02:18:34.2382690Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2382752Z ] 2022-11-23T02:18:34.2383078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2383146Z with 2022-11-23T02:18:34.2383207Z [ 2022-11-23T02:18:34.2383350Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2383412Z ] 2022-11-23T02:18:34.2383848Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2383964Z with 2022-11-23T02:18:34.2384036Z [ 2022-11-23T02:18:34.2384180Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2384228Z ] 2022-11-23T02:18:34.2384667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2384739Z with 2022-11-23T02:18:34.2384801Z [ 2022-11-23T02:18:34.2384938Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2385001Z ] 2022-11-23T02:18:34.2385385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2385790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2386136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2386202Z with 2022-11-23T02:18:34.2386313Z [ 2022-11-23T02:18:34.2386457Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2386520Z ] 2022-11-23T02:18:34.2386832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2386900Z with 2022-11-23T02:18:34.2386962Z [ 2022-11-23T02:18:34.2387082Z T=std::tuple 2022-11-23T02:18:34.2387146Z ] 2022-11-23T02:18:34.2387532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2387587Z with 2022-11-23T02:18:34.2387648Z [ 2022-11-23T02:18:34.2387765Z T=std::tuple 2022-11-23T02:18:34.2387827Z ] 2022-11-23T02:18:34.2388195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2388262Z with 2022-11-23T02:18:34.2388325Z [ 2022-11-23T02:18:34.2388444Z T=std::tuple 2022-11-23T02:18:34.2388507Z ] 2022-11-23T02:18:34.2388898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2388962Z with 2022-11-23T02:18:34.2389023Z [ 2022-11-23T02:18:34.2389142Z T=std::tuple 2022-11-23T02:18:34.2389203Z ] 2022-11-23T02:18:34.2389562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2390055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2390402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2390468Z with 2022-11-23T02:18:34.2390531Z [ 2022-11-23T02:18:34.2390690Z T=std::tuple 2022-11-23T02:18:34.2390755Z ] 2022-11-23T02:18:34.2391063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2391132Z with 2022-11-23T02:18:34.2391194Z [ 2022-11-23T02:18:34.2391292Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2391354Z ] 2022-11-23T02:18:34.2391679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2391746Z with 2022-11-23T02:18:34.2391809Z [ 2022-11-23T02:18:34.2391904Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2391966Z ] 2022-11-23T02:18:34.2392330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2392394Z with 2022-11-23T02:18:34.2392504Z [ 2022-11-23T02:18:34.2392587Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2392649Z ] 2022-11-23T02:18:34.2393040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2393107Z with 2022-11-23T02:18:34.2393170Z [ 2022-11-23T02:18:34.2393264Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2393328Z ] 2022-11-23T02:18:34.2393676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2394038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2394385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2394452Z with 2022-11-23T02:18:34.2394515Z [ 2022-11-23T02:18:34.2394609Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2394670Z ] 2022-11-23T02:18:34.2394983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2395049Z with 2022-11-23T02:18:34.2395112Z [ 2022-11-23T02:18:34.2395274Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2395339Z ] 2022-11-23T02:18:34.2395666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2395734Z with 2022-11-23T02:18:34.2395795Z [ 2022-11-23T02:18:34.2396014Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2396082Z ] 2022-11-23T02:18:34.2396451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2396514Z with 2022-11-23T02:18:34.2396576Z [ 2022-11-23T02:18:34.2396746Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2396809Z ] 2022-11-23T02:18:34.2397200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2397268Z with 2022-11-23T02:18:34.2397329Z [ 2022-11-23T02:18:34.2397446Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2397494Z ] 2022-11-23T02:18:34.2397859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2398221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2398565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2398682Z with 2022-11-23T02:18:34.2398744Z [ 2022-11-23T02:18:34.2398860Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2398923Z ] 2022-11-23T02:18:34.2399239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2399305Z with 2022-11-23T02:18:34.2399367Z [ 2022-11-23T02:18:34.2399480Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2399543Z ] 2022-11-23T02:18:34.2399866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2399931Z with 2022-11-23T02:18:34.2399994Z [ 2022-11-23T02:18:34.2400106Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2400171Z ] 2022-11-23T02:18:34.2400523Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2400590Z with 2022-11-23T02:18:34.2400653Z [ 2022-11-23T02:18:34.2400764Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2400827Z ] 2022-11-23T02:18:34.2401219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2401285Z with 2022-11-23T02:18:34.2401354Z [ 2022-11-23T02:18:34.2401464Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2401526Z ] 2022-11-23T02:18:34.2401877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2402350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2402695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2402762Z with 2022-11-23T02:18:34.2402825Z [ 2022-11-23T02:18:34.2402997Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2403061Z ] 2022-11-23T02:18:34.2403370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2403425Z with 2022-11-23T02:18:34.2403488Z [ 2022-11-23T02:18:34.2403582Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2403644Z ] 2022-11-23T02:18:34.2403977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2404044Z with 2022-11-23T02:18:34.2404108Z [ 2022-11-23T02:18:34.2404198Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2404260Z ] 2022-11-23T02:18:34.2404627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2404694Z with 2022-11-23T02:18:34.2404804Z [ 2022-11-23T02:18:34.2404897Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2404957Z ] 2022-11-23T02:18:34.2405347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2405412Z with 2022-11-23T02:18:34.2405460Z [ 2022-11-23T02:18:34.2405547Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2405610Z ] 2022-11-23T02:18:34.2405952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2406300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2406645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2406713Z with 2022-11-23T02:18:34.2406780Z [ 2022-11-23T02:18:34.2406871Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2406932Z ] 2022-11-23T02:18:34.2407240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2407306Z with 2022-11-23T02:18:34.2407369Z [ 2022-11-23T02:18:34.2407466Z T=at::ThreadLocalState 2022-11-23T02:18:34.2407527Z ] 2022-11-23T02:18:34.2407850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2407919Z with 2022-11-23T02:18:34.2407967Z [ 2022-11-23T02:18:34.2408061Z T=at::ThreadLocalState 2022-11-23T02:18:34.2408123Z ] 2022-11-23T02:18:34.2409039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2409119Z with 2022-11-23T02:18:34.2409182Z [ 2022-11-23T02:18:34.2409279Z T=at::ThreadLocalState 2022-11-23T02:18:34.2409342Z ] 2022-11-23T02:18:34.2409731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2409799Z with 2022-11-23T02:18:34.2409861Z [ 2022-11-23T02:18:34.2409957Z T=at::ThreadLocalState 2022-11-23T02:18:34.2410019Z ] 2022-11-23T02:18:34.2410364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2410786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2411136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2411202Z with 2022-11-23T02:18:34.2411252Z [ 2022-11-23T02:18:34.2411411Z T=at::ThreadLocalState 2022-11-23T02:18:34.2411476Z ] 2022-11-23T02:18:34.2411790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2411857Z with 2022-11-23T02:18:34.2411921Z [ 2022-11-23T02:18:34.2412038Z T=std::shared_ptr 2022-11-23T02:18:34.2412101Z ] 2022-11-23T02:18:34.2412425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2412492Z with 2022-11-23T02:18:34.2412555Z [ 2022-11-23T02:18:34.2412670Z T=std::shared_ptr 2022-11-23T02:18:34.2412732Z ] 2022-11-23T02:18:34.2413095Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2413164Z with 2022-11-23T02:18:34.2413226Z [ 2022-11-23T02:18:34.2413328Z T=std::shared_ptr 2022-11-23T02:18:34.2413391Z ] 2022-11-23T02:18:34.2413782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2413848Z with 2022-11-23T02:18:34.2413912Z [ 2022-11-23T02:18:34.2414023Z T=std::shared_ptr 2022-11-23T02:18:34.2414085Z ] 2022-11-23T02:18:34.2414503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2414948Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2415331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.2415676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2415743Z with 2022-11-23T02:18:34.2415808Z [ 2022-11-23T02:18:34.2415921Z T=std::shared_ptr 2022-11-23T02:18:34.2415985Z ] 2022-11-23T02:18:34.2416293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2416361Z with 2022-11-23T02:18:34.2416424Z [ 2022-11-23T02:18:34.2416526Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2416575Z ] 2022-11-23T02:18:34.2416892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2416959Z with 2022-11-23T02:18:34.2417021Z [ 2022-11-23T02:18:34.2417122Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2417184Z ] 2022-11-23T02:18:34.2417548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2417721Z with 2022-11-23T02:18:34.2417786Z [ 2022-11-23T02:18:34.2417888Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2417953Z ] 2022-11-23T02:18:34.2418341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2418407Z with 2022-11-23T02:18:34.2418469Z [ 2022-11-23T02:18:34.2418568Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2418617Z ] 2022-11-23T02:18:34.2418966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2419308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2419684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.2420030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2420097Z with 2022-11-23T02:18:34.2420160Z [ 2022-11-23T02:18:34.2420317Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2420382Z ] 2022-11-23T02:18:34.2420694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2420762Z with 2022-11-23T02:18:34.2420824Z [ 2022-11-23T02:18:34.2421020Z T=torch::jit::Method 2022-11-23T02:18:34.2421085Z ] 2022-11-23T02:18:34.2421408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2421474Z with 2022-11-23T02:18:34.2421540Z [ 2022-11-23T02:18:34.2421629Z T=torch::jit::Method 2022-11-23T02:18:34.2421691Z ] 2022-11-23T02:18:34.2422036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2422105Z with 2022-11-23T02:18:34.2422251Z [ 2022-11-23T02:18:34.2422343Z T=torch::jit::Method 2022-11-23T02:18:34.2422405Z ] 2022-11-23T02:18:34.2422795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2422862Z with 2022-11-23T02:18:34.2422923Z [ 2022-11-23T02:18:34.2423011Z T=torch::jit::Method 2022-11-23T02:18:34.2423073Z ] 2022-11-23T02:18:34.2423411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2423755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2424156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2424222Z with 2022-11-23T02:18:34.2424285Z [ 2022-11-23T02:18:34.2424374Z T=torch::jit::Method 2022-11-23T02:18:34.2424436Z ] 2022-11-23T02:18:34.2424742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2424793Z with 2022-11-23T02:18:34.2424856Z [ 2022-11-23T02:18:34.2424997Z T=std::vector> 2022-11-23T02:18:34.2425061Z ] 2022-11-23T02:18:34.2425388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2425454Z with 2022-11-23T02:18:34.2425516Z [ 2022-11-23T02:18:34.2425653Z T=std::vector> 2022-11-23T02:18:34.2425716Z ] 2022-11-23T02:18:34.2426083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2426149Z with 2022-11-23T02:18:34.2426213Z [ 2022-11-23T02:18:34.2426405Z T=std::vector> 2022-11-23T02:18:34.2426470Z ] 2022-11-23T02:18:34.2426862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2426986Z with 2022-11-23T02:18:34.2427037Z [ 2022-11-23T02:18:34.2427223Z T=std::vector> 2022-11-23T02:18:34.2427288Z ] 2022-11-23T02:18:34.2427663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2428043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2428384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2428453Z with 2022-11-23T02:18:34.2428516Z [ 2022-11-23T02:18:34.2428654Z T=std::vector> 2022-11-23T02:18:34.2428716Z ] 2022-11-23T02:18:34.2429025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2429091Z with 2022-11-23T02:18:34.2429153Z [ 2022-11-23T02:18:34.2429319Z T=std::function 2022-11-23T02:18:34.2429381Z ] 2022-11-23T02:18:34.2429704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2429817Z with 2022-11-23T02:18:34.2429879Z [ 2022-11-23T02:18:34.2430044Z T=std::function 2022-11-23T02:18:34.2430151Z ] 2022-11-23T02:18:34.2430522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2430587Z with 2022-11-23T02:18:34.2430649Z [ 2022-11-23T02:18:34.2430816Z T=std::function 2022-11-23T02:18:34.2430879Z ] 2022-11-23T02:18:34.2431270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2431338Z with 2022-11-23T02:18:34.2431402Z [ 2022-11-23T02:18:34.2431568Z T=std::function 2022-11-23T02:18:34.2431630Z ] 2022-11-23T02:18:34.2432030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2432507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2432851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2432978Z with 2022-11-23T02:18:34.2433043Z [ 2022-11-23T02:18:34.2433258Z T=std::function 2022-11-23T02:18:34.2433323Z ] 2022-11-23T02:18:34.2433629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2433694Z with 2022-11-23T02:18:34.2433756Z [ 2022-11-23T02:18:34.2433935Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2433997Z ] 2022-11-23T02:18:34.2434321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2434390Z with 2022-11-23T02:18:34.2434452Z [ 2022-11-23T02:18:34.2434641Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2434707Z ] 2022-11-23T02:18:34.2435076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2435143Z with 2022-11-23T02:18:34.2435205Z [ 2022-11-23T02:18:34.2435397Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2435459Z ] 2022-11-23T02:18:34.2435852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2435966Z with 2022-11-23T02:18:34.2436028Z [ 2022-11-23T02:18:34.2436215Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2436278Z ] 2022-11-23T02:18:34.2441705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2442561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2443050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2443133Z with 2022-11-23T02:18:34.2443185Z [ 2022-11-23T02:18:34.2443388Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2443458Z ] 2022-11-23T02:18:34.2443786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2443855Z with 2022-11-23T02:18:34.2443922Z [ 2022-11-23T02:18:34.2444056Z T=std::vector> 2022-11-23T02:18:34.2444119Z ] 2022-11-23T02:18:34.2444452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2444522Z with 2022-11-23T02:18:34.2444588Z [ 2022-11-23T02:18:34.2444717Z T=std::vector> 2022-11-23T02:18:34.2444843Z ] 2022-11-23T02:18:34.2445409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2445531Z with 2022-11-23T02:18:34.2445596Z [ 2022-11-23T02:18:34.2445713Z T=std::vector> 2022-11-23T02:18:34.2445776Z ] 2022-11-23T02:18:34.2446179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2446248Z with 2022-11-23T02:18:34.2446311Z [ 2022-11-23T02:18:34.2446446Z T=std::vector> 2022-11-23T02:18:34.2446509Z ] 2022-11-23T02:18:34.2446868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2446934Z with 2022-11-23T02:18:34.2446997Z [ 2022-11-23T02:18:34.2447089Z T=double 2022-11-23T02:18:34.2447183Z ] 2022-11-23T02:18:34.2448118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2448403Z with 2022-11-23T02:18:34.2448475Z [ 2022-11-23T02:18:34.2448545Z T=double 2022-11-23T02:18:34.2448611Z ] 2022-11-23T02:18:34.2449024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2449267Z with 2022-11-23T02:18:34.2449332Z [ 2022-11-23T02:18:34.2449478Z T=std::vector> 2022-11-23T02:18:34.2449542Z ] 2022-11-23T02:18:34.2449873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2449941Z with 2022-11-23T02:18:34.2450006Z [ 2022-11-23T02:18:34.2450124Z T=std::tuple 2022-11-23T02:18:34.2450188Z ] 2022-11-23T02:18:34.2450525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2450596Z with 2022-11-23T02:18:34.2450658Z [ 2022-11-23T02:18:34.2450760Z T=std::tuple 2022-11-23T02:18:34.2450823Z ] 2022-11-23T02:18:34.2451254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2451325Z with 2022-11-23T02:18:34.2451387Z [ 2022-11-23T02:18:34.2451505Z T=std::tuple 2022-11-23T02:18:34.2451570Z ] 2022-11-23T02:18:34.2452007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2452082Z with 2022-11-23T02:18:34.2452146Z [ 2022-11-23T02:18:34.2452259Z T=std::tuple 2022-11-23T02:18:34.2452322Z ] 2022-11-23T02:18:34.2452767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2453213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2453563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2453631Z with 2022-11-23T02:18:34.2453695Z [ 2022-11-23T02:18:34.2453811Z T=std::tuple 2022-11-23T02:18:34.2453874Z ] 2022-11-23T02:18:34.2454170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2454240Z with 2022-11-23T02:18:34.2454305Z [ 2022-11-23T02:18:34.2454447Z T=std::vector> 2022-11-23T02:18:34.2454512Z ] 2022-11-23T02:18:34.2454845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2454913Z with 2022-11-23T02:18:34.2454976Z [ 2022-11-23T02:18:34.2455114Z T=std::vector> 2022-11-23T02:18:34.2455176Z ] 2022-11-23T02:18:34.2455611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2455678Z with 2022-11-23T02:18:34.2455743Z [ 2022-11-23T02:18:34.2455878Z T=std::vector> 2022-11-23T02:18:34.2455943Z ] 2022-11-23T02:18:34.2456334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2456404Z with 2022-11-23T02:18:34.2456453Z [ 2022-11-23T02:18:34.2456587Z T=std::vector> 2022-11-23T02:18:34.2456650Z ] 2022-11-23T02:18:34.2457029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2457479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2457871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2457942Z with 2022-11-23T02:18:34.2458006Z [ 2022-11-23T02:18:34.2458144Z T=std::vector> 2022-11-23T02:18:34.2458207Z ] 2022-11-23T02:18:34.2458578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2458650Z with 2022-11-23T02:18:34.2458713Z [ 2022-11-23T02:18:34.2458865Z T=torch::jit::Operator 2022-11-23T02:18:34.2458930Z ] 2022-11-23T02:18:34.2459262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2459334Z with 2022-11-23T02:18:34.2459398Z [ 2022-11-23T02:18:34.2459479Z T=torch::jit::Operator 2022-11-23T02:18:34.2459542Z ] 2022-11-23T02:18:34.2459911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2459982Z with 2022-11-23T02:18:34.2460044Z [ 2022-11-23T02:18:34.2460136Z T=torch::jit::Operator 2022-11-23T02:18:34.2460201Z ] 2022-11-23T02:18:34.2460595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2460664Z with 2022-11-23T02:18:34.2460726Z [ 2022-11-23T02:18:34.2460819Z T=torch::jit::Operator 2022-11-23T02:18:34.2460881Z ] 2022-11-23T02:18:34.2461227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2461592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2461998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2462067Z with 2022-11-23T02:18:34.2462131Z [ 2022-11-23T02:18:34.2462308Z T=torch::jit::Operator 2022-11-23T02:18:34.2462374Z ] 2022-11-23T02:18:34.2462686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2462753Z with 2022-11-23T02:18:34.2462815Z [ 2022-11-23T02:18:34.2462910Z T=torch::jit::NamedValue 2022-11-23T02:18:34.2462975Z ] 2022-11-23T02:18:34.2463397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2463472Z with 2022-11-23T02:18:34.2463534Z [ 2022-11-23T02:18:34.2463633Z T=torch::jit::NamedValue 2022-11-23T02:18:34.2463696Z ] 2022-11-23T02:18:34.2464103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2464173Z with 2022-11-23T02:18:34.2464236Z [ 2022-11-23T02:18:34.2464318Z T=torch::jit::NamedValue 2022-11-23T02:18:34.2464380Z ] 2022-11-23T02:18:34.2464772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2464845Z with 2022-11-23T02:18:34.2464909Z [ 2022-11-23T02:18:34.2465003Z T=torch::jit::NamedValue 2022-11-23T02:18:34.2465065Z ] 2022-11-23T02:18:34.2465475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2465848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2466194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2466266Z with 2022-11-23T02:18:34.2466330Z [ 2022-11-23T02:18:34.2466425Z T=torch::jit::NamedValue 2022-11-23T02:18:34.2466490Z ] 2022-11-23T02:18:34.2466982Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:is_python_module_v1.pyd 2022-11-23T02:18:34.2467147Z Creating library is_python_module_v1.lib and object is_python_module_v1.exp 2022-11-23T02:18:34.2467270Z Loading extension module is_python_module_v1... 2022-11-23T02:18:34.2467340Z ok (14.423s) 2022-11-23T02:18:34.2467686Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:18:34.2468007Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type... 2022-11-23T02:18:34.2468279Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type\build.ninja... 2022-11-23T02:18:34.2468408Z Building extension module test_set_default_type... 2022-11-23T02:18:34.2468605Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:18:34.2469635Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type\main.cpp /Fomain.o 2022-11-23T02:18:34.2469790Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:18:34.2469940Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:18:34.2469987Z 2022-11-23T02:18:34.2470308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:18:34.2470636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2470704Z with 2022-11-23T02:18:34.2470755Z [ 2022-11-23T02:18:34.2470842Z T=c10::SymInt 2022-11-23T02:18:34.2470906Z ] 2022-11-23T02:18:34.2471275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2471410Z with 2022-11-23T02:18:34.2471475Z [ 2022-11-23T02:18:34.2471558Z T=c10::SymInt 2022-11-23T02:18:34.2471622Z ] 2022-11-23T02:18:34.2471993Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2472060Z with 2022-11-23T02:18:34.2472123Z [ 2022-11-23T02:18:34.2472200Z T=c10::SymInt 2022-11-23T02:18:34.2472263Z ] 2022-11-23T02:18:34.2472655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2472726Z with 2022-11-23T02:18:34.2472774Z [ 2022-11-23T02:18:34.2472854Z T=c10::SymInt 2022-11-23T02:18:34.2472916Z ] 2022-11-23T02:18:34.2473251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2473583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2473931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2474049Z with 2022-11-23T02:18:34.2474112Z [ 2022-11-23T02:18:34.2474192Z T=c10::SymInt 2022-11-23T02:18:34.2474254Z ] 2022-11-23T02:18:34.2474552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:18:34.2474860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2474927Z with 2022-11-23T02:18:34.2474990Z [ 2022-11-23T02:18:34.2475078Z T=at::TensorBase 2022-11-23T02:18:34.2475141Z ] 2022-11-23T02:18:34.2475504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2475575Z with 2022-11-23T02:18:34.2475623Z [ 2022-11-23T02:18:34.2475709Z T=at::TensorBase 2022-11-23T02:18:34.2475773Z ] 2022-11-23T02:18:34.2476189Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2476257Z with 2022-11-23T02:18:34.2476322Z [ 2022-11-23T02:18:34.2476406Z T=at::TensorBase 2022-11-23T02:18:34.2476468Z ] 2022-11-23T02:18:34.2476863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2476929Z with 2022-11-23T02:18:34.2476996Z [ 2022-11-23T02:18:34.2477080Z T=at::TensorBase 2022-11-23T02:18:34.2477142Z ] 2022-11-23T02:18:34.2477527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2477871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2478214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2478281Z with 2022-11-23T02:18:34.2478330Z [ 2022-11-23T02:18:34.2478415Z T=at::TensorBase 2022-11-23T02:18:34.2478478Z ] 2022-11-23T02:18:34.2478788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2478853Z with 2022-11-23T02:18:34.2478919Z [ 2022-11-23T02:18:34.2479000Z T=at::Tensor 2022-11-23T02:18:34.2479063Z ] 2022-11-23T02:18:34.2479381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2479449Z with 2022-11-23T02:18:34.2479511Z [ 2022-11-23T02:18:34.2479590Z T=at::Tensor 2022-11-23T02:18:34.2479652Z ] 2022-11-23T02:18:34.2480016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2480133Z with 2022-11-23T02:18:34.2480182Z [ 2022-11-23T02:18:34.2480260Z T=at::Tensor 2022-11-23T02:18:34.2480322Z ] 2022-11-23T02:18:34.2480713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2480779Z with 2022-11-23T02:18:34.2480845Z [ 2022-11-23T02:18:34.2480922Z T=at::Tensor 2022-11-23T02:18:34.2480984Z ] 2022-11-23T02:18:34.2481319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2481691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2482081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2482151Z with 2022-11-23T02:18:34.2482213Z [ 2022-11-23T02:18:34.2482294Z T=at::Tensor 2022-11-23T02:18:34.2482355Z ] 2022-11-23T02:18:34.2482667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2482733Z with 2022-11-23T02:18:34.2482826Z [ 2022-11-23T02:18:34.2482913Z T=at::Generator 2022-11-23T02:18:34.2482976Z ] 2022-11-23T02:18:34.2483304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2483373Z with 2022-11-23T02:18:34.2483436Z [ 2022-11-23T02:18:34.2483518Z T=at::Generator 2022-11-23T02:18:34.2483634Z ] 2022-11-23T02:18:34.2484001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2484067Z with 2022-11-23T02:18:34.2484132Z [ 2022-11-23T02:18:34.2484215Z T=at::Generator 2022-11-23T02:18:34.2484277Z ] 2022-11-23T02:18:34.2484671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2484740Z with 2022-11-23T02:18:34.2484788Z [ 2022-11-23T02:18:34.2484870Z T=at::Generator 2022-11-23T02:18:34.2484932Z ] 2022-11-23T02:18:34.2485266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2485599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2485952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2486022Z with 2022-11-23T02:18:34.2486084Z [ 2022-11-23T02:18:34.2486689Z T=at::Generator 2022-11-23T02:18:34.2486759Z ] 2022-11-23T02:18:34.2487074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2487144Z with 2022-11-23T02:18:34.2487206Z [ 2022-11-23T02:18:34.2487286Z T=c10::Scalar 2022-11-23T02:18:34.2487357Z ] 2022-11-23T02:18:34.2487737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2487790Z with 2022-11-23T02:18:34.2487853Z [ 2022-11-23T02:18:34.2487934Z T=c10::Scalar 2022-11-23T02:18:34.2487998Z ] 2022-11-23T02:18:34.2488407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2488482Z with 2022-11-23T02:18:34.2488544Z [ 2022-11-23T02:18:34.2488623Z T=c10::Scalar 2022-11-23T02:18:34.2488685Z ] 2022-11-23T02:18:34.2489075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2489190Z with 2022-11-23T02:18:34.2489254Z [ 2022-11-23T02:18:34.2489332Z T=c10::Scalar 2022-11-23T02:18:34.2489394Z ] 2022-11-23T02:18:34.2489727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2490055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2490469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2490537Z with 2022-11-23T02:18:34.2490586Z [ 2022-11-23T02:18:34.2490666Z T=c10::Scalar 2022-11-23T02:18:34.2490730Z ] 2022-11-23T02:18:34.2491044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2491110Z with 2022-11-23T02:18:34.2491172Z [ 2022-11-23T02:18:34.2491250Z T=std::string 2022-11-23T02:18:34.2491312Z ] 2022-11-23T02:18:34.2491640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2491707Z with 2022-11-23T02:18:34.2491770Z [ 2022-11-23T02:18:34.2491851Z T=std::string 2022-11-23T02:18:34.2491914Z ] 2022-11-23T02:18:34.2492282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2492334Z with 2022-11-23T02:18:34.2492396Z [ 2022-11-23T02:18:34.2492481Z T=std::string 2022-11-23T02:18:34.2492543Z ] 2022-11-23T02:18:34.2492930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2493047Z with 2022-11-23T02:18:34.2493109Z [ 2022-11-23T02:18:34.2493189Z T=std::string 2022-11-23T02:18:34.2493252Z ] 2022-11-23T02:18:34.2493629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2493962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2494346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2494417Z with 2022-11-23T02:18:34.2494480Z [ 2022-11-23T02:18:34.2494562Z T=std::string 2022-11-23T02:18:34.2494624Z ] 2022-11-23T02:18:34.2494937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2495004Z with 2022-11-23T02:18:34.2495052Z [ 2022-11-23T02:18:34.2495150Z T=c10::QualifiedName 2022-11-23T02:18:34.2495255Z ] 2022-11-23T02:18:34.2495578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2495644Z with 2022-11-23T02:18:34.2495706Z [ 2022-11-23T02:18:34.2495797Z T=c10::QualifiedName 2022-11-23T02:18:34.2495858Z ] 2022-11-23T02:18:34.2496226Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2496293Z with 2022-11-23T02:18:34.2496355Z [ 2022-11-23T02:18:34.2496501Z T=c10::QualifiedName 2022-11-23T02:18:34.2496564Z ] 2022-11-23T02:18:34.2496955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2497021Z with 2022-11-23T02:18:34.2497069Z [ 2022-11-23T02:18:34.2497160Z T=c10::QualifiedName 2022-11-23T02:18:34.2497222Z ] 2022-11-23T02:18:34.2497568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2497912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2498259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2498325Z with 2022-11-23T02:18:34.2498388Z [ 2022-11-23T02:18:34.2498479Z T=c10::QualifiedName 2022-11-23T02:18:34.2498541Z ] 2022-11-23T02:18:34.2498851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2498918Z with 2022-11-23T02:18:34.2499032Z [ 2022-11-23T02:18:34.2499170Z T=std::shared_ptr 2022-11-23T02:18:34.2499236Z ] 2022-11-23T02:18:34.2499605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2499674Z with 2022-11-23T02:18:34.2499723Z [ 2022-11-23T02:18:34.2499858Z T=std::shared_ptr 2022-11-23T02:18:34.2499921Z ] 2022-11-23T02:18:34.2500327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2500395Z with 2022-11-23T02:18:34.2500458Z [ 2022-11-23T02:18:34.2500592Z T=std::shared_ptr 2022-11-23T02:18:34.2500656Z ] 2022-11-23T02:18:34.2501050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2501117Z with 2022-11-23T02:18:34.2501180Z [ 2022-11-23T02:18:34.2501311Z T=std::shared_ptr 2022-11-23T02:18:34.2501373Z ] 2022-11-23T02:18:34.2501742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2502107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2502574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2502699Z with 2022-11-23T02:18:34.2502765Z [ 2022-11-23T02:18:34.2502898Z T=std::shared_ptr 2022-11-23T02:18:34.2502947Z ] 2022-11-23T02:18:34.2503255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2503321Z with 2022-11-23T02:18:34.2503384Z [ 2022-11-23T02:18:34.2503514Z T=std::weak_ptr 2022-11-23T02:18:34.2503577Z ] 2022-11-23T02:18:34.2503899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2503970Z with 2022-11-23T02:18:34.2504033Z [ 2022-11-23T02:18:34.2504160Z T=std::weak_ptr 2022-11-23T02:18:34.2504225Z ] 2022-11-23T02:18:34.2504591Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2504657Z with 2022-11-23T02:18:34.2504720Z [ 2022-11-23T02:18:34.2504847Z T=std::weak_ptr 2022-11-23T02:18:34.2504897Z ] 2022-11-23T02:18:34.2505282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2505442Z with 2022-11-23T02:18:34.2505509Z [ 2022-11-23T02:18:34.2505639Z T=std::weak_ptr 2022-11-23T02:18:34.2505702Z ] 2022-11-23T02:18:34.2506115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2506478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2506822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2506892Z with 2022-11-23T02:18:34.2506955Z [ 2022-11-23T02:18:34.2507085Z T=std::weak_ptr 2022-11-23T02:18:34.2507148Z ] 2022-11-23T02:18:34.2507464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2507532Z with 2022-11-23T02:18:34.2507597Z [ 2022-11-23T02:18:34.2507756Z T=std::vector> 2022-11-23T02:18:34.2507820Z ] 2022-11-23T02:18:34.2508145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2508198Z with 2022-11-23T02:18:34.2508260Z [ 2022-11-23T02:18:34.2508421Z T=std::vector> 2022-11-23T02:18:34.2508486Z ] 2022-11-23T02:18:34.2508903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2508977Z with 2022-11-23T02:18:34.2509040Z [ 2022-11-23T02:18:34.2509197Z T=std::vector> 2022-11-23T02:18:34.2509261Z ] 2022-11-23T02:18:34.2509656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2509722Z with 2022-11-23T02:18:34.2509784Z [ 2022-11-23T02:18:34.2509936Z T=std::vector> 2022-11-23T02:18:34.2510001Z ] 2022-11-23T02:18:34.2510395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2510783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2511126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2511194Z with 2022-11-23T02:18:34.2511257Z [ 2022-11-23T02:18:34.2511506Z T=std::vector> 2022-11-23T02:18:34.2511558Z ] 2022-11-23T02:18:34.2511871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2511939Z with 2022-11-23T02:18:34.2512041Z [ 2022-11-23T02:18:34.2512167Z T=std::vector> 2022-11-23T02:18:34.2512230Z ] 2022-11-23T02:18:34.2512558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2512624Z with 2022-11-23T02:18:34.2512687Z [ 2022-11-23T02:18:34.2512808Z T=std::vector> 2022-11-23T02:18:34.2512869Z ] 2022-11-23T02:18:34.2513237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2513305Z with 2022-11-23T02:18:34.2513368Z [ 2022-11-23T02:18:34.2513491Z T=std::vector> 2022-11-23T02:18:34.2513540Z ] 2022-11-23T02:18:34.2513930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2513996Z with 2022-11-23T02:18:34.2514059Z [ 2022-11-23T02:18:34.2514176Z T=std::vector> 2022-11-23T02:18:34.2514240Z ] 2022-11-23T02:18:34.2514603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2515396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2515749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2515818Z with 2022-11-23T02:18:34.2515883Z [ 2022-11-23T02:18:34.2516004Z T=std::vector> 2022-11-23T02:18:34.2516067Z ] 2022-11-23T02:18:34.2516380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2516449Z with 2022-11-23T02:18:34.2516511Z [ 2022-11-23T02:18:34.2516683Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2516745Z ] 2022-11-23T02:18:34.2517075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2517140Z with 2022-11-23T02:18:34.2517189Z [ 2022-11-23T02:18:34.2517404Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2517473Z ] 2022-11-23T02:18:34.2517839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2517958Z with 2022-11-23T02:18:34.2518065Z [ 2022-11-23T02:18:34.2518236Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2518299Z ] 2022-11-23T02:18:34.2518696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2518762Z with 2022-11-23T02:18:34.2518824Z [ 2022-11-23T02:18:34.2518993Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2519055Z ] 2022-11-23T02:18:34.2519457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.2519859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.2520196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.2520542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2520609Z with 2022-11-23T02:18:34.2520671Z [ 2022-11-23T02:18:34.2520841Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2520907Z ] 2022-11-23T02:18:34.2521252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2521324Z with 2022-11-23T02:18:34.2521387Z [ 2022-11-23T02:18:34.2521553Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2521617Z ] 2022-11-23T02:18:34.2521941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2522008Z with 2022-11-23T02:18:34.2522071Z [ 2022-11-23T02:18:34.2522234Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2522297Z ] 2022-11-23T02:18:34.2522666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2522734Z with 2022-11-23T02:18:34.2522797Z [ 2022-11-23T02:18:34.2522955Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2523017Z ] 2022-11-23T02:18:34.2523450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2523519Z with 2022-11-23T02:18:34.2523581Z [ 2022-11-23T02:18:34.2523728Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2523791Z ] 2022-11-23T02:18:34.2524274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:18:34.2524663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:18:34.2524988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:18:34.2525328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2525402Z with 2022-11-23T02:18:34.2525466Z [ 2022-11-23T02:18:34.2525628Z T=std::vector,std::allocator>> 2022-11-23T02:18:34.2525691Z ] 2022-11-23T02:18:34.2526009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2526076Z with 2022-11-23T02:18:34.2526139Z [ 2022-11-23T02:18:34.2526267Z T=std::vector> 2022-11-23T02:18:34.2526331Z ] 2022-11-23T02:18:34.2526658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2526724Z with 2022-11-23T02:18:34.2526786Z [ 2022-11-23T02:18:34.2526914Z T=std::vector> 2022-11-23T02:18:34.2526976Z ] 2022-11-23T02:18:34.2527374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2527442Z with 2022-11-23T02:18:34.2527505Z [ 2022-11-23T02:18:34.2527631Z T=std::vector> 2022-11-23T02:18:34.2527695Z ] 2022-11-23T02:18:34.2528090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2528160Z with 2022-11-23T02:18:34.2528222Z [ 2022-11-23T02:18:34.2528346Z T=std::vector> 2022-11-23T02:18:34.2528410Z ] 2022-11-23T02:18:34.2528768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2529129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2529519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2529591Z with 2022-11-23T02:18:34.2529655Z [ 2022-11-23T02:18:34.2529780Z T=std::vector> 2022-11-23T02:18:34.2529891Z ] 2022-11-23T02:18:34.2530245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2530314Z with 2022-11-23T02:18:34.2530364Z [ 2022-11-23T02:18:34.2530520Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2530585Z ] 2022-11-23T02:18:34.2530914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2530980Z with 2022-11-23T02:18:34.2531044Z [ 2022-11-23T02:18:34.2531198Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2531261Z ] 2022-11-23T02:18:34.2531628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2531699Z with 2022-11-23T02:18:34.2531761Z [ 2022-11-23T02:18:34.2531916Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2531979Z ] 2022-11-23T02:18:34.2532369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2532435Z with 2022-11-23T02:18:34.2532497Z [ 2022-11-23T02:18:34.2532652Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2532702Z ] 2022-11-23T02:18:34.2533093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2533552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2533948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:18:34.2534292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2534361Z with 2022-11-23T02:18:34.2534426Z [ 2022-11-23T02:18:34.2534581Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:18:34.2534644Z ] 2022-11-23T02:18:34.2534960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2535026Z with 2022-11-23T02:18:34.2535089Z [ 2022-11-23T02:18:34.2535242Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2535306Z ] 2022-11-23T02:18:34.2535673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2535741Z with 2022-11-23T02:18:34.2535802Z [ 2022-11-23T02:18:34.2535953Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2536062Z ] 2022-11-23T02:18:34.2536470Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2536540Z with 2022-11-23T02:18:34.2536589Z [ 2022-11-23T02:18:34.2536740Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2536803Z ] 2022-11-23T02:18:34.2537195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2537263Z with 2022-11-23T02:18:34.2537330Z [ 2022-11-23T02:18:34.2537482Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2537547Z ] 2022-11-23T02:18:34.2537935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2538340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2538734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:18:34.2539083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2539153Z with 2022-11-23T02:18:34.2539217Z [ 2022-11-23T02:18:34.2539370Z T=c10::impl::InlineStreamGuard 2022-11-23T02:18:34.2539433Z ] 2022-11-23T02:18:34.2539792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2539865Z with 2022-11-23T02:18:34.2539928Z [ 2022-11-23T02:18:34.2540037Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2540086Z ] 2022-11-23T02:18:34.2540414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2540481Z with 2022-11-23T02:18:34.2540544Z [ 2022-11-23T02:18:34.2540653Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2540719Z ] 2022-11-23T02:18:34.2541089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2541155Z with 2022-11-23T02:18:34.2541218Z [ 2022-11-23T02:18:34.2541324Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2541385Z ] 2022-11-23T02:18:34.2541783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2541886Z with 2022-11-23T02:18:34.2541947Z [ 2022-11-23T02:18:34.2542052Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2542233Z ] 2022-11-23T02:18:34.2542637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2542975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2543042Z with 2022-11-23T02:18:34.2543104Z [ 2022-11-23T02:18:34.2543209Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2543272Z ] 2022-11-23T02:18:34.2543665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:18:34.2544011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2544081Z with 2022-11-23T02:18:34.2544145Z [ 2022-11-23T02:18:34.2544252Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:18:34.2544316Z ] 2022-11-23T02:18:34.2544627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2544692Z with 2022-11-23T02:18:34.2544753Z [ 2022-11-23T02:18:34.2544950Z T=std::vector> 2022-11-23T02:18:34.2545014Z ] 2022-11-23T02:18:34.2545342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2545397Z with 2022-11-23T02:18:34.2545458Z [ 2022-11-23T02:18:34.2545653Z T=std::vector> 2022-11-23T02:18:34.2545769Z ] 2022-11-23T02:18:34.2546140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2546207Z with 2022-11-23T02:18:34.2546271Z [ 2022-11-23T02:18:34.2546459Z T=std::vector> 2022-11-23T02:18:34.2546523Z ] 2022-11-23T02:18:34.2546915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2546983Z with 2022-11-23T02:18:34.2547045Z [ 2022-11-23T02:18:34.2547235Z T=std::vector> 2022-11-23T02:18:34.2547297Z ] 2022-11-23T02:18:34.2547719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2548187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2548584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2548651Z with 2022-11-23T02:18:34.2548753Z [ 2022-11-23T02:18:34.2548954Z T=std::vector> 2022-11-23T02:18:34.2549016Z ] 2022-11-23T02:18:34.2549326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2549377Z with 2022-11-23T02:18:34.2549441Z [ 2022-11-23T02:18:34.2549541Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2549604Z ] 2022-11-23T02:18:34.2549929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2549998Z with 2022-11-23T02:18:34.2550065Z [ 2022-11-23T02:18:34.2550167Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2550230Z ] 2022-11-23T02:18:34.2550597Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2550664Z with 2022-11-23T02:18:34.2550726Z [ 2022-11-23T02:18:34.2550826Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2550888Z ] 2022-11-23T02:18:34.2551274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2551342Z with 2022-11-23T02:18:34.2551390Z [ 2022-11-23T02:18:34.2551488Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2551550Z ] 2022-11-23T02:18:34.2551953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2552312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2552660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2552727Z with 2022-11-23T02:18:34.2552789Z [ 2022-11-23T02:18:34.2552890Z T=torch::autograd::ViewInfo 2022-11-23T02:18:34.2552952Z ] 2022-11-23T02:18:34.2553259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2553325Z with 2022-11-23T02:18:34.2553387Z [ 2022-11-23T02:18:34.2553468Z T=c10::IValue 2022-11-23T02:18:34.2553531Z ] 2022-11-23T02:18:34.2553854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2553920Z with 2022-11-23T02:18:34.2553968Z [ 2022-11-23T02:18:34.2554048Z T=c10::IValue 2022-11-23T02:18:34.2554110Z ] 2022-11-23T02:18:34.2554520Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2554638Z with 2022-11-23T02:18:34.2554701Z [ 2022-11-23T02:18:34.2554787Z T=c10::IValue 2022-11-23T02:18:34.2554853Z ] 2022-11-23T02:18:34.2555282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2555349Z with 2022-11-23T02:18:34.2555413Z [ 2022-11-23T02:18:34.2555492Z T=c10::IValue 2022-11-23T02:18:34.2555555Z ] 2022-11-23T02:18:34.2555887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2556222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2556569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2556637Z with 2022-11-23T02:18:34.2556686Z [ 2022-11-23T02:18:34.2556766Z T=c10::IValue 2022-11-23T02:18:34.2556829Z ] 2022-11-23T02:18:34.2557139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2557206Z with 2022-11-23T02:18:34.2557270Z [ 2022-11-23T02:18:34.2557353Z T=c10::AliasInfo 2022-11-23T02:18:34.2557418Z ] 2022-11-23T02:18:34.2557743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2557860Z with 2022-11-23T02:18:34.2557925Z [ 2022-11-23T02:18:34.2558008Z T=c10::AliasInfo 2022-11-23T02:18:34.2558071Z ] 2022-11-23T02:18:34.2558431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2558496Z with 2022-11-23T02:18:34.2558545Z [ 2022-11-23T02:18:34.2558627Z T=c10::AliasInfo 2022-11-23T02:18:34.2558689Z ] 2022-11-23T02:18:34.2559078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2559147Z with 2022-11-23T02:18:34.2559209Z [ 2022-11-23T02:18:34.2559290Z T=c10::AliasInfo 2022-11-23T02:18:34.2559354Z ] 2022-11-23T02:18:34.2559684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2560022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2560367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2560527Z with 2022-11-23T02:18:34.2560590Z [ 2022-11-23T02:18:34.2560673Z T=c10::AliasInfo 2022-11-23T02:18:34.2560736Z ] 2022-11-23T02:18:34.2561049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2561156Z with 2022-11-23T02:18:34.2561207Z [ 2022-11-23T02:18:34.2561346Z T=std::vector> 2022-11-23T02:18:34.2561410Z ] 2022-11-23T02:18:34.2561736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2561807Z with 2022-11-23T02:18:34.2561869Z [ 2022-11-23T02:18:34.2562004Z T=std::vector> 2022-11-23T02:18:34.2562068Z ] 2022-11-23T02:18:34.2562440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2562509Z with 2022-11-23T02:18:34.2562571Z [ 2022-11-23T02:18:34.2562707Z T=std::vector> 2022-11-23T02:18:34.2562769Z ] 2022-11-23T02:18:34.2563159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2563224Z with 2022-11-23T02:18:34.2563286Z [ 2022-11-23T02:18:34.2563405Z T=std::vector> 2022-11-23T02:18:34.2563469Z ] 2022-11-23T02:18:34.2563828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2563950Z with 2022-11-23T02:18:34.2564015Z [ 2022-11-23T02:18:34.2564097Z T=c10::SymInt 2022-11-23T02:18:34.2564163Z ] 2022-11-23T02:18:34.2564509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2564577Z with 2022-11-23T02:18:34.2564639Z [ 2022-11-23T02:18:34.2564718Z T=c10::SymInt 2022-11-23T02:18:34.2564782Z ] 2022-11-23T02:18:34.2565158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:18:34.2565599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:18:34.2565942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2566009Z with 2022-11-23T02:18:34.2566074Z [ 2022-11-23T02:18:34.2566209Z T=std::vector> 2022-11-23T02:18:34.2566258Z ] 2022-11-23T02:18:34.2566566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2566681Z with 2022-11-23T02:18:34.2566744Z [ 2022-11-23T02:18:34.2566888Z T=c10::either 2022-11-23T02:18:34.2566955Z ] 2022-11-23T02:18:34.2567281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2567347Z with 2022-11-23T02:18:34.2567410Z [ 2022-11-23T02:18:34.2567550Z T=c10::either 2022-11-23T02:18:34.2567615Z ] 2022-11-23T02:18:34.2567979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2568047Z with 2022-11-23T02:18:34.2568109Z [ 2022-11-23T02:18:34.2568249Z T=c10::either 2022-11-23T02:18:34.2568313Z ] 2022-11-23T02:18:34.2568706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2568758Z with 2022-11-23T02:18:34.2568820Z [ 2022-11-23T02:18:34.2568961Z T=c10::either 2022-11-23T02:18:34.2569025Z ] 2022-11-23T02:18:34.2569401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2569812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2570211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2570282Z with 2022-11-23T02:18:34.2570346Z [ 2022-11-23T02:18:34.2570488Z T=c10::either 2022-11-23T02:18:34.2570551Z ] 2022-11-23T02:18:34.2570862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2570930Z with 2022-11-23T02:18:34.2570995Z [ 2022-11-23T02:18:34.2571087Z T=at::StepCallbacks 2022-11-23T02:18:34.2571148Z ] 2022-11-23T02:18:34.2571475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2576725Z with 2022-11-23T02:18:34.2576826Z [ 2022-11-23T02:18:34.2576942Z T=at::StepCallbacks 2022-11-23T02:18:34.2577010Z ] 2022-11-23T02:18:34.2577399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2577469Z with 2022-11-23T02:18:34.2577533Z [ 2022-11-23T02:18:34.2577630Z T=at::StepCallbacks 2022-11-23T02:18:34.2577694Z ] 2022-11-23T02:18:34.2578216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2578284Z with 2022-11-23T02:18:34.2578351Z [ 2022-11-23T02:18:34.2578445Z T=at::StepCallbacks 2022-11-23T02:18:34.2578508Z ] 2022-11-23T02:18:34.2578857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2579214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2579561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2579632Z with 2022-11-23T02:18:34.2579696Z [ 2022-11-23T02:18:34.2579774Z T=at::StepCallbacks 2022-11-23T02:18:34.2579840Z ] 2022-11-23T02:18:34.2580153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2580222Z with 2022-11-23T02:18:34.2580287Z [ 2022-11-23T02:18:34.2580374Z T=c10::DimVector 2022-11-23T02:18:34.2580440Z ] 2022-11-23T02:18:34.2580767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2580835Z with 2022-11-23T02:18:34.2580901Z [ 2022-11-23T02:18:34.2580990Z T=c10::DimVector 2022-11-23T02:18:34.2581054Z ] 2022-11-23T02:18:34.2581483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2581554Z with 2022-11-23T02:18:34.2581617Z [ 2022-11-23T02:18:34.2581684Z T=c10::DimVector 2022-11-23T02:18:34.2581749Z ] 2022-11-23T02:18:34.2582142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2582305Z with 2022-11-23T02:18:34.2582371Z [ 2022-11-23T02:18:34.2582453Z T=c10::DimVector 2022-11-23T02:18:34.2582517Z ] 2022-11-23T02:18:34.2582853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2583192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2583543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2583611Z with 2022-11-23T02:18:34.2583675Z [ 2022-11-23T02:18:34.2583758Z T=c10::DimVector 2022-11-23T02:18:34.2583822Z ] 2022-11-23T02:18:34.2584134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2584265Z with 2022-11-23T02:18:34.2584329Z [ 2022-11-23T02:18:34.2584419Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2584483Z ] 2022-11-23T02:18:34.2584810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2584878Z with 2022-11-23T02:18:34.2584944Z [ 2022-11-23T02:18:34.2585050Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2585115Z ] 2022-11-23T02:18:34.2585484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2585550Z with 2022-11-23T02:18:34.2585616Z [ 2022-11-23T02:18:34.2585719Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2585782Z ] 2022-11-23T02:18:34.2586176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2586243Z with 2022-11-23T02:18:34.2586306Z [ 2022-11-23T02:18:34.2586395Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2586459Z ] 2022-11-23T02:18:34.2586810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2587180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2587576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2587647Z with 2022-11-23T02:18:34.2587712Z [ 2022-11-23T02:18:34.2587819Z T=c10::impl::AnnotatedSchema 2022-11-23T02:18:34.2587886Z ] 2022-11-23T02:18:34.2588254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2588322Z with 2022-11-23T02:18:34.2588388Z [ 2022-11-23T02:18:34.2588536Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2588599Z ] 2022-11-23T02:18:34.2588972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2589044Z with 2022-11-23T02:18:34.2589108Z [ 2022-11-23T02:18:34.2589255Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2589305Z ] 2022-11-23T02:18:34.2589674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2589741Z with 2022-11-23T02:18:34.2589805Z [ 2022-11-23T02:18:34.2589948Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2590013Z ] 2022-11-23T02:18:34.2590408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2590941Z with 2022-11-23T02:18:34.2591005Z [ 2022-11-23T02:18:34.2591152Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2591219Z ] 2022-11-23T02:18:34.2591605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2592013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2592365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2592436Z with 2022-11-23T02:18:34.2592502Z [ 2022-11-23T02:18:34.2592648Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:18:34.2592715Z ] 2022-11-23T02:18:34.2593033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2593087Z with 2022-11-23T02:18:34.2593151Z [ 2022-11-23T02:18:34.2593271Z T=std::tuple 2022-11-23T02:18:34.2593336Z ] 2022-11-23T02:18:34.2593663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2593732Z with 2022-11-23T02:18:34.2593799Z [ 2022-11-23T02:18:34.2593919Z T=std::tuple 2022-11-23T02:18:34.2593984Z ] 2022-11-23T02:18:34.2594404Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2594474Z with 2022-11-23T02:18:34.2594538Z [ 2022-11-23T02:18:34.2594658Z T=std::tuple 2022-11-23T02:18:34.2594720Z ] 2022-11-23T02:18:34.2595114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2595182Z with 2022-11-23T02:18:34.2595232Z [ 2022-11-23T02:18:34.2595354Z T=std::tuple 2022-11-23T02:18:34.2595418Z ] 2022-11-23T02:18:34.2595781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2596160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2596504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2596573Z with 2022-11-23T02:18:34.2596638Z [ 2022-11-23T02:18:34.2596759Z T=std::tuple 2022-11-23T02:18:34.2596874Z ] 2022-11-23T02:18:34.2597188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2597257Z with 2022-11-23T02:18:34.2597323Z [ 2022-11-23T02:18:34.2597423Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2597487Z ] 2022-11-23T02:18:34.2597813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2597880Z with 2022-11-23T02:18:34.2597943Z [ 2022-11-23T02:18:34.2598025Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2598089Z ] 2022-11-23T02:18:34.2598454Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2598526Z with 2022-11-23T02:18:34.2598590Z [ 2022-11-23T02:18:34.2598688Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2598753Z ] 2022-11-23T02:18:34.2599144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2599211Z with 2022-11-23T02:18:34.2599273Z [ 2022-11-23T02:18:34.2599369Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2599433Z ] 2022-11-23T02:18:34.2599781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2600146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2600538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2600608Z with 2022-11-23T02:18:34.2600673Z [ 2022-11-23T02:18:34.2600769Z T=torch::jit::SourceRange 2022-11-23T02:18:34.2600818Z ] 2022-11-23T02:18:34.2601128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2601195Z with 2022-11-23T02:18:34.2601260Z [ 2022-11-23T02:18:34.2601382Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2601446Z ] 2022-11-23T02:18:34.2601779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2601849Z with 2022-11-23T02:18:34.2601913Z [ 2022-11-23T02:18:34.2602033Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2602101Z ] 2022-11-23T02:18:34.2602469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2602538Z with 2022-11-23T02:18:34.2602601Z [ 2022-11-23T02:18:34.2602717Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2602764Z ] 2022-11-23T02:18:34.2603157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2603277Z with 2022-11-23T02:18:34.2603343Z [ 2022-11-23T02:18:34.2603461Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2603525Z ] 2022-11-23T02:18:34.2603884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2604251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2604595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2604666Z with 2022-11-23T02:18:34.2604730Z [ 2022-11-23T02:18:34.2604849Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:18:34.2604914Z ] 2022-11-23T02:18:34.2605228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2605296Z with 2022-11-23T02:18:34.2605363Z [ 2022-11-23T02:18:34.2605479Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2605541Z ] 2022-11-23T02:18:34.2605850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2605920Z with 2022-11-23T02:18:34.2605983Z [ 2022-11-23T02:18:34.2606098Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2606160Z ] 2022-11-23T02:18:34.2606570Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2606639Z with 2022-11-23T02:18:34.2606703Z [ 2022-11-23T02:18:34.2606818Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2606883Z ] 2022-11-23T02:18:34.2607275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2607342Z with 2022-11-23T02:18:34.2607405Z [ 2022-11-23T02:18:34.2607518Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2607582Z ] 2022-11-23T02:18:34.2607937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2608300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2608642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2608710Z with 2022-11-23T02:18:34.2608759Z [ 2022-11-23T02:18:34.2608874Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:18:34.2608988Z ] 2022-11-23T02:18:34.2609304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2609372Z with 2022-11-23T02:18:34.2609437Z [ 2022-11-23T02:18:34.2609533Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2609598Z ] 2022-11-23T02:18:34.2609921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2609989Z with 2022-11-23T02:18:34.2610055Z [ 2022-11-23T02:18:34.2610152Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2610215Z ] 2022-11-23T02:18:34.2610580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2610651Z with 2022-11-23T02:18:34.2610699Z [ 2022-11-23T02:18:34.2610791Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2610855Z ] 2022-11-23T02:18:34.2611248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2611317Z with 2022-11-23T02:18:34.2611383Z [ 2022-11-23T02:18:34.2611477Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2611541Z ] 2022-11-23T02:18:34.2611879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2612231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2612621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2612690Z with 2022-11-23T02:18:34.2612756Z [ 2022-11-23T02:18:34.2612848Z T=torch::jit::ScopePtr 2022-11-23T02:18:34.2612910Z ] 2022-11-23T02:18:34.2613216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2613281Z with 2022-11-23T02:18:34.2613331Z [ 2022-11-23T02:18:34.2613429Z T=at::ThreadLocalState 2022-11-23T02:18:34.2613496Z ] 2022-11-23T02:18:34.2613820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2613887Z with 2022-11-23T02:18:34.2613953Z [ 2022-11-23T02:18:34.2614049Z T=at::ThreadLocalState 2022-11-23T02:18:34.2614113Z ] 2022-11-23T02:18:34.2614481Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2614550Z with 2022-11-23T02:18:34.2614613Z [ 2022-11-23T02:18:34.2614715Z T=at::ThreadLocalState 2022-11-23T02:18:34.2614778Z ] 2022-11-23T02:18:34.2615167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2615284Z with 2022-11-23T02:18:34.2615333Z [ 2022-11-23T02:18:34.2615430Z T=at::ThreadLocalState 2022-11-23T02:18:34.2615495Z ] 2022-11-23T02:18:34.2615845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2616213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2616559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2616630Z with 2022-11-23T02:18:34.2616693Z [ 2022-11-23T02:18:34.2616792Z T=at::ThreadLocalState 2022-11-23T02:18:34.2616857Z ] 2022-11-23T02:18:34.2617170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2617240Z with 2022-11-23T02:18:34.2617301Z [ 2022-11-23T02:18:34.2617418Z T=std::shared_ptr 2022-11-23T02:18:34.2617483Z ] 2022-11-23T02:18:34.2617807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2617874Z with 2022-11-23T02:18:34.2617923Z [ 2022-11-23T02:18:34.2618039Z T=std::shared_ptr 2022-11-23T02:18:34.2618105Z ] 2022-11-23T02:18:34.2618847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2618925Z with 2022-11-23T02:18:34.2618988Z [ 2022-11-23T02:18:34.2619106Z T=std::shared_ptr 2022-11-23T02:18:34.2619169Z ] 2022-11-23T02:18:34.2619703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2619773Z with 2022-11-23T02:18:34.2619837Z [ 2022-11-23T02:18:34.2619956Z T=std::shared_ptr 2022-11-23T02:18:34.2620027Z ] 2022-11-23T02:18:34.2620427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2620783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2621164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:18:34.2621513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2621647Z with 2022-11-23T02:18:34.2621711Z [ 2022-11-23T02:18:34.2621829Z T=std::shared_ptr 2022-11-23T02:18:34.2621876Z ] 2022-11-23T02:18:34.2622276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2622348Z with 2022-11-23T02:18:34.2622411Z [ 2022-11-23T02:18:34.2622520Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2622584Z ] 2022-11-23T02:18:34.2622907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2622974Z with 2022-11-23T02:18:34.2623038Z [ 2022-11-23T02:18:34.2623141Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2623206Z ] 2022-11-23T02:18:34.2623570Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2623640Z with 2022-11-23T02:18:34.2623704Z [ 2022-11-23T02:18:34.2623805Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2623855Z ] 2022-11-23T02:18:34.2624243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2624311Z with 2022-11-23T02:18:34.2624374Z [ 2022-11-23T02:18:34.2624475Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2624543Z ] 2022-11-23T02:18:34.2624894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2625298Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2625671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:18:34.2626025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2626095Z with 2022-11-23T02:18:34.2626162Z [ 2022-11-23T02:18:34.2626267Z T=torch::jit::GraphExecutor 2022-11-23T02:18:34.2626332Z ] 2022-11-23T02:18:34.2626642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2626709Z with 2022-11-23T02:18:34.2626774Z [ 2022-11-23T02:18:34.2626865Z T=torch::jit::Method 2022-11-23T02:18:34.2626929Z ] 2022-11-23T02:18:34.2627256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2627309Z with 2022-11-23T02:18:34.2627373Z [ 2022-11-23T02:18:34.2627465Z T=torch::jit::Method 2022-11-23T02:18:34.2627530Z ] 2022-11-23T02:18:34.2627893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2628012Z with 2022-11-23T02:18:34.2628075Z [ 2022-11-23T02:18:34.2628169Z T=torch::jit::Method 2022-11-23T02:18:34.2628232Z ] 2022-11-23T02:18:34.2628631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2628701Z with 2022-11-23T02:18:34.2628765Z [ 2022-11-23T02:18:34.2628856Z T=torch::jit::Method 2022-11-23T02:18:34.2628924Z ] 2022-11-23T02:18:34.2629263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2629609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2629959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2630027Z with 2022-11-23T02:18:34.2630075Z [ 2022-11-23T02:18:34.2630167Z T=torch::jit::Method 2022-11-23T02:18:34.2630230Z ] 2022-11-23T02:18:34.2630542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2630609Z with 2022-11-23T02:18:34.2630675Z [ 2022-11-23T02:18:34.2630821Z T=std::vector> 2022-11-23T02:18:34.2630884Z ] 2022-11-23T02:18:34.2631267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2631336Z with 2022-11-23T02:18:34.2631399Z [ 2022-11-23T02:18:34.2631539Z T=std::vector> 2022-11-23T02:18:34.2631601Z ] 2022-11-23T02:18:34.2631967Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2632034Z with 2022-11-23T02:18:34.2632084Z [ 2022-11-23T02:18:34.2632225Z T=std::vector> 2022-11-23T02:18:34.2632294Z ] 2022-11-23T02:18:34.2632688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2632756Z with 2022-11-23T02:18:34.2632820Z [ 2022-11-23T02:18:34.2632956Z T=std::vector> 2022-11-23T02:18:34.2633020Z ] 2022-11-23T02:18:34.2633393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2633774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2634220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2634290Z with 2022-11-23T02:18:34.2634355Z [ 2022-11-23T02:18:34.2634494Z T=std::vector> 2022-11-23T02:18:34.2634558Z ] 2022-11-23T02:18:34.2634865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2634932Z with 2022-11-23T02:18:34.2634996Z [ 2022-11-23T02:18:34.2635163Z T=std::function 2022-11-23T02:18:34.2635214Z ] 2022-11-23T02:18:34.2635538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2635605Z with 2022-11-23T02:18:34.2635669Z [ 2022-11-23T02:18:34.2635838Z T=std::function 2022-11-23T02:18:34.2635906Z ] 2022-11-23T02:18:34.2636271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2636340Z with 2022-11-23T02:18:34.2636404Z [ 2022-11-23T02:18:34.2636570Z T=std::function 2022-11-23T02:18:34.2636634Z ] 2022-11-23T02:18:34.2637028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2637097Z with 2022-11-23T02:18:34.2637160Z [ 2022-11-23T02:18:34.2637380Z T=std::function 2022-11-23T02:18:34.2637448Z ] 2022-11-23T02:18:34.2637849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2638270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2638618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2638690Z with 2022-11-23T02:18:34.2638755Z [ 2022-11-23T02:18:34.2638908Z T=std::function 2022-11-23T02:18:34.2638973Z ] 2022-11-23T02:18:34.2639289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2639357Z with 2022-11-23T02:18:34.2639421Z [ 2022-11-23T02:18:34.2639617Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2639681Z ] 2022-11-23T02:18:34.2640004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2640124Z with 2022-11-23T02:18:34.2640188Z [ 2022-11-23T02:18:34.2640383Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2640447Z ] 2022-11-23T02:18:34.2640814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2640882Z with 2022-11-23T02:18:34.2640947Z [ 2022-11-23T02:18:34.2641139Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2641203Z ] 2022-11-23T02:18:34.2641581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2641652Z with 2022-11-23T02:18:34.2641716Z [ 2022-11-23T02:18:34.2641906Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2641970Z ] 2022-11-23T02:18:34.2642396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:18:34.2642857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:18:34.2643204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2643271Z with 2022-11-23T02:18:34.2643379Z [ 2022-11-23T02:18:34.2643574Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:18:34.2643639Z ] 2022-11-23T02:18:34.2643954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2644022Z with 2022-11-23T02:18:34.2644085Z [ 2022-11-23T02:18:34.2644215Z T=std::vector> 2022-11-23T02:18:34.2644280Z ] 2022-11-23T02:18:34.2644606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2644675Z with 2022-11-23T02:18:34.2644739Z [ 2022-11-23T02:18:34.2644855Z T=std::vector> 2022-11-23T02:18:34.2644923Z ] 2022-11-23T02:18:34.2645288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2645358Z with 2022-11-23T02:18:34.2645424Z [ 2022-11-23T02:18:34.2645554Z T=std::vector> 2022-11-23T02:18:34.2645615Z ] 2022-11-23T02:18:34.2646007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2646120Z with 2022-11-23T02:18:34.2646183Z [ 2022-11-23T02:18:34.2646311Z T=std::vector> 2022-11-23T02:18:34.2646374Z ] 2022-11-23T02:18:34.2646731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2646797Z with 2022-11-23T02:18:34.2646859Z [ 2022-11-23T02:18:34.2646931Z T=double 2022-11-23T02:18:34.2646980Z ] 2022-11-23T02:18:34.2647375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2647443Z with 2022-11-23T02:18:34.2647508Z [ 2022-11-23T02:18:34.2647580Z T=double 2022-11-23T02:18:34.2647642Z ] 2022-11-23T02:18:34.2647993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2648059Z with 2022-11-23T02:18:34.2648124Z [ 2022-11-23T02:18:34.2648250Z T=std::vector> 2022-11-23T02:18:34.2648313Z ] 2022-11-23T02:18:34.2648623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2648688Z with 2022-11-23T02:18:34.2648750Z [ 2022-11-23T02:18:34.2648863Z T=std::tuple 2022-11-23T02:18:34.2648912Z ] 2022-11-23T02:18:34.2649237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2649304Z with 2022-11-23T02:18:34.2649382Z [ 2022-11-23T02:18:34.2649613Z T=std::tuple 2022-11-23T02:18:34.2649681Z ] 2022-11-23T02:18:34.2650052Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2650119Z with 2022-11-23T02:18:34.2650182Z [ 2022-11-23T02:18:34.2650292Z T=std::tuple 2022-11-23T02:18:34.2650356Z ] 2022-11-23T02:18:34.2650796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2650866Z with 2022-11-23T02:18:34.2650928Z [ 2022-11-23T02:18:34.2651040Z T=std::tuple 2022-11-23T02:18:34.2651104Z ] 2022-11-23T02:18:34.2651446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:18:34.2651850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:18:34.2652224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2652337Z with 2022-11-23T02:18:34.2652401Z [ 2022-11-23T02:18:34.2652514Z T=std::tuple 2022-11-23T02:18:34.2652578Z ] 2022-11-23T02:18:34.2652887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2652953Z with 2022-11-23T02:18:34.2653016Z [ 2022-11-23T02:18:34.2653153Z T=std::vector> 2022-11-23T02:18:34.2653216Z ] 2022-11-23T02:18:34.2653538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:18:34.2653604Z with 2022-11-23T02:18:34.2653668Z [ 2022-11-23T02:18:34.2653804Z T=std::vector> 2022-11-23T02:18:34.2653867Z ] 2022-11-23T02:18:34.2654234Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:18:34.2654298Z with 2022-11-23T02:18:34.2654352Z [ 2022-11-23T02:18:34.2654487Z T=std::vector> 2022-11-23T02:18:34.2654549Z ] 2022-11-23T02:18:34.2654939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:18:34.2655005Z with 2022-11-23T02:18:34.2655071Z [ 2022-11-23T02:18:34.2655207Z T=std::vector> 2022-11-23T02:18:34.2655270Z ] 2022-11-23T02:18:34.2655695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:18:34.2656101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:18:34.2656444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:18:34.2656510Z with 2022-11-23T02:18:34.2656574Z [ 2022-11-23T02:18:34.2656709Z T=std::vector> 2022-11-23T02:18:34.2656775Z ] 2022-11-23T02:18:34.2657266Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:test_set_default_type.pyd 2022-11-23T02:18:34.2657439Z Creating library test_set_default_type.lib and object test_set_default_type.exp 2022-11-23T02:18:34.2657565Z Loading extension module test_set_default_type... 2022-11-23T02:18:34.2657634Z ok (13.394s) 2022-11-23T02:18:34.2657982Z test_warning (__main__.TestCppExtensionJIT) ... [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:18:34.2658267Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:18:34.2658597Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:18:34.2658872Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:18:34.2659169Z UserWarning: Error with torch.DoubleTensor (Triggered internally at C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\warn_mod\main.cpp:12.) 2022-11-23T02:18:34.2659240Z ok (27.160s) 2022-11-23T02:18:34.2659364Z Not wiping extensions build folder because Windows 2022-11-23T02:18:34.2659376Z 2022-11-23T02:18:34.2659532Z ---------------------------------------------------------------------- 2022-11-23T02:18:34.2659617Z Ran 23 tests in 216.125s 2022-11-23T02:18:34.2659626Z 2022-11-23T02:18:34.2659698Z OK (skipped=7) 2022-11-23T02:18:34.2659704Z 2022-11-23T02:18:34.2659799Z Generating XML reports... 2022-11-23T02:18:34.2660064Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20221123021457.xml 2022-11-23T02:18:34.2660073Z 2022-11-23T02:18:34.2660420Z ##[endgroup] 2022-11-23T02:18:34.2660699Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_mcvaw69a) 2022-11-23T02:18:34.2660705Z 2022-11-23T02:18:34.2660820Z Running test_modules ... [2022-11-23 02:18:33.976449] 2022-11-23T02:18:34.2661101Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:33.977102] 2022-11-23T02:21:15.0780303Z 2022-11-23T02:21:15.0780985Z Expand the folded group to see the log file of test_modules 2022-11-23T02:21:15.0784544Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_iruhmq_j) 2022-11-23T02:21:15.0792002Z 2022-11-23T02:21:15.0792236Z Running tests... 2022-11-23T02:21:15.0792553Z ---------------------------------------------------------------------- 2022-11-23T02:21:15.0795203Z Test results will be stored in test-reports\python-unittest\test_modules 2022-11-23T02:21:15.0795635Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0795994Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0796366Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0796715Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0797079Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0797493Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0797897Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.0798335Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:21:15.0798776Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0799225Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0799673Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.0800218Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.0800802Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.0801556Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0802134Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:21:15.0802716Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0803277Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0803887Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:21:15.0804457Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0805004Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:21:15.0805561Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0806090Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0806605Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0807142Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0807653Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0808172Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0808642Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0809160Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0809705Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0810374Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0811515Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0812074Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0812637Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0813222Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0813793Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0814351Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0814935Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0815545Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0816087Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0816551Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0816979Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0817500Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0817925Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.0818353Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.0818783Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.0819193Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0819564Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0819960Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.014s) 2022-11-23T02:21:15.0820370Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0820769Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0821170Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0821569Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0821978Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0822363Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0822770Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0823186Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0823616Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0824098Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0824504Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.0824902Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0825277Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T02:21:15.0825676Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0826082Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0826493Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0826899Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0827313Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0827731Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0828148Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0828533Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0828937Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0829393Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:21:15.0829793Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0830198Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.0830627Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0831218Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:21:15.0831643Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0832083Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0832518Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0832956Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0833371Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0833769Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0834202Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0834657Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0835094Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.0835559Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.0835989Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0836455Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0836851Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:21:15.0837245Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0837643Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:21:15.0838053Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0838449Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:21:15.0838871Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0839286Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0839720Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0840115Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0840510Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0840943Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.0841384Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0841899Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.0842383Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.005s) 2022-11-23T02:21:15.0842863Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0843343Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.0843783Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.0844192Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:21:15.0844608Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0844988Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.0845388Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0845907Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0846295Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0846722Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0847105Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0847499Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0847874Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0848273Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0848716Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0849113Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0849501Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0849891Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0850270Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0850614Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0850974Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.0851340Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0851694Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0852052Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0852402Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0852726Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0853097Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0853871Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:21:15.0855225Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:21:15.0855471Z ok (0.005s) 2022-11-23T02:21:15.0855783Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0856179Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0856569Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0856967Z test_factory_kwargs_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0857341Z test_factory_kwargs_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0857727Z test_factory_kwargs_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0858130Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0858509Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0858900Z test_factory_kwargs_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0859306Z test_factory_kwargs_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0859694Z test_factory_kwargs_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0860061Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0860435Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0860824Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0861210Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0861578Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0861983Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0862329Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.0862700Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0863062Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0863422Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0863787Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-11-23T02:21:15.0864155Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-11-23T02:21:15.0864523Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-11-23T02:21:15.0864877Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-11-23T02:21:15.0865257Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0865640Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0866012Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0866383Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.0866738Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0867095Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0867430Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0867852Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0868218Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-11-23T02:21:15.0868589Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.086s) 2022-11-23T02:21:15.0868956Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-11-23T02:21:15.0869329Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.195s) 2022-11-23T02:21:15.0869986Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0870588Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0870957Z ok (0.011s) 2022-11-23T02:21:15.0871250Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.0871631Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0871997Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0872363Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.0872706Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.0873098Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0873497Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0873890Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0874288Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0874742Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0875139Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.0875495Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0875864Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0876254Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.108s) 2022-11-23T02:21:15.0876679Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.102s) 2022-11-23T02:21:15.0877095Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.105s) 2022-11-23T02:21:15.0877525Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.100s) 2022-11-23T02:21:15.0877913Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-11-23T02:21:15.0878253Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0878605Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0878960Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0879316Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-11-23T02:21:15.0879686Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-11-23T02:21:15.0880059Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-11-23T02:21:15.0880488Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-11-23T02:21:15.0880822Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0881177Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0881530Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0881887Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0882277Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-11-23T02:21:15.0882704Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-11-23T02:21:15.0883137Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.077s) 2022-11-23T02:21:15.0883560Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-11-23T02:21:15.0883999Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.060s) 2022-11-23T02:21:15.0884440Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-11-23T02:21:15.0884845Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.202s) 2022-11-23T02:21:15.0885217Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.194s) 2022-11-23T02:21:15.0885598Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0885981Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0886342Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0886721Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0887090Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0887484Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0887851Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0888226Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0888578Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0888953Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0889328Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0889695Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0890070Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0890448Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0890805Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0891125Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0891460Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.0891797Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0892133Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0892471Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0892803Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0893165Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0894126Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T02:21:15.0894927Z warnings.warn( 2022-11-23T02:21:15.0895103Z ok (0.000s) 2022-11-23T02:21:15.0895416Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.713s) 2022-11-23T02:21:15.0895812Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0896192Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0896557Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0896931Z test_forward_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0897329Z test_forward_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-11-23T02:21:15.0897703Z test_forward_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0898073Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0898436Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0898803Z test_forward_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0899196Z test_forward_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-11-23T02:21:15.0899589Z test_forward_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0900014Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0900368Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0900740Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0901112Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.0901463Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0901795Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.0902136Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0902464Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.0902810Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0903151Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0903497Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.083s) 2022-11-23T02:21:15.0903848Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-11-23T02:21:15.0904200Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-11-23T02:21:15.0904534Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-11-23T02:21:15.0904893Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0905260Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0905670Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0906016Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.0906356Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0906697Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.0907021Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0907365Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0907717Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.151s) 2022-11-23T02:21:15.0908070Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.156s) 2022-11-23T02:21:15.0908416Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.157s) 2022-11-23T02:21:15.0908769Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.145s) 2022-11-23T02:21:15.0909103Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0909448Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0909791Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0910131Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0910464Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0910896Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0911271Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.0911632Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T02:21:15.0912013Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0912392Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0913358Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0913747Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0914103Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0914423Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.0914800Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.211s) 2022-11-23T02:21:15.0915205Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.216s) 2022-11-23T02:21:15.0915611Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.193s) 2022-11-23T02:21:15.0916017Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.227s) 2022-11-23T02:21:15.0916385Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.0916726Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.0917042Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0917376Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.0917719Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.133s) 2022-11-23T02:21:15.0918069Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-11-23T02:21:15.0918421Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.117s) 2022-11-23T02:21:15.0918772Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.106s) 2022-11-23T02:21:15.0919168Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0919479Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0919814Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0920152Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0920528Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.135s) 2022-11-23T02:21:15.0920928Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.139s) 2022-11-23T02:21:15.0921345Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.106s) 2022-11-23T02:21:15.0921751Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.109s) 2022-11-23T02:21:15.0922177Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-11-23T02:21:15.0922605Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.095s) 2022-11-23T02:21:15.0922996Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.217s) 2022-11-23T02:21:15.0923352Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.238s) 2022-11-23T02:21:15.0923713Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.0924088Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0924425Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0924781Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0925148Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.0925521Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.0925890Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0926289Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-11-23T02:21:15.0926622Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.0926932Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-11-23T02:21:15.0927256Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.0927597Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0927957Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0928314Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0928676Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T02:21:15.0929000Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0929339Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.0929678Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.0930014Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.803s) 2022-11-23T02:21:15.0930356Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.783s) 2022-11-23T02:21:15.0930710Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0931037Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0931367Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-11-23T02:21:15.0931697Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-11-23T02:21:15.0932093Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.277s) 2022-11-23T02:21:15.0932440Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.233s) 2022-11-23T02:21:15.0933069Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0933677Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0934231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0934740Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0935292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0935816Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0936356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0936877Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0937144Z ok (0.020s) 2022-11-23T02:21:15.0937687Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0938280Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0938879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0939389Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0939937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0940461Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0941037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0941560Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0941821Z ok (0.022s) 2022-11-23T02:21:15.0942365Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0942958Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0943507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0944014Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0944609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0945130Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0945665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0946185Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0946443Z ok (0.020s) 2022-11-23T02:21:15.0946996Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0947753Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0948425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0948936Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0949199Z ok (0.010s) 2022-11-23T02:21:15.0949755Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0950356Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0950986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0951582Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0951846Z ok (0.010s) 2022-11-23T02:21:15.0952400Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0952985Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0953532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0954110Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0954425Z ok (0.023s) 2022-11-23T02:21:15.0954700Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.0955070Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.419s) 2022-11-23T02:21:15.0955463Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.406s) 2022-11-23T02:21:15.0955805Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0956138Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.0956475Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.002s) 2022-11-23T02:21:15.0956819Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.944s) 2022-11-23T02:21:15.0957209Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0957537Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0957883Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.150s) 2022-11-23T02:21:15.0958293Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.610s) 2022-11-23T02:21:15.0958715Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.564s) 2022-11-23T02:21:15.0959098Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (2.501s) 2022-11-23T02:21:15.0959469Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.0959915Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0960337Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.0960691Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.0961071Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-11-23T02:21:15.0961447Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.0961822Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.0962185Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.099s) 2022-11-23T02:21:15.0962529Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.046s) 2022-11-23T02:21:15.0962867Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-11-23T02:21:15.0963183Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-11-23T02:21:15.0963534Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.0963909Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-11-23T02:21:15.0964274Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-11-23T02:21:15.0964699Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-11-23T02:21:15.0965053Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.0965376Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.0965775Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.105s) 2022-11-23T02:21:15.0966125Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.383s) 2022-11-23T02:21:15.0966539Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.360s) 2022-11-23T02:21:15.0966902Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-11-23T02:21:15.0982866Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-11-23T02:21:15.0983410Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.135s) 2022-11-23T02:21:15.0983778Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.619s) 2022-11-23T02:21:15.0984154Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.677s) 2022-11-23T02:21:15.0984881Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0985559Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0986121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0986817Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0987365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0987901Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0988453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0988960Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0989231Z ok (0.050s) 2022-11-23T02:21:15.0989784Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0990395Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0991096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0991682Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0992227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0992758Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0993385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0993886Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0994152Z ok (0.050s) 2022-11-23T02:21:15.0994704Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0995305Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0995853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0996387Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0996986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0997570Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0998117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.0998617Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.0998935Z ok (0.067s) 2022-11-23T02:21:15.0999505Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1000129Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1000678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1001199Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1001465Z ok (0.026s) 2022-11-23T02:21:15.1002032Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1002622Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1003231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1003810Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1004073Z ok (0.032s) 2022-11-23T02:21:15.1004641Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1005251Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1005854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1006377Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1006638Z ok (0.045s) 2022-11-23T02:21:15.1006892Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-11-23T02:21:15.1007278Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.476s) 2022-11-23T02:21:15.1007695Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.454s) 2022-11-23T02:21:15.1008074Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-11-23T02:21:15.1008425Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-11-23T02:21:15.1008785Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.793s) 2022-11-23T02:21:15.1009188Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (6.072s) 2022-11-23T02:21:15.1009544Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1009946Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1010330Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (9.917s) 2022-11-23T02:21:15.1010753Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.647s) 2022-11-23T02:21:15.1011187Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.073s) 2022-11-23T02:21:15.1011584Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (25.770s) 2022-11-23T02:21:15.1012020Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1012452Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1012882Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1013311Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1013721Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1014121Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1014521Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1014909Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1015370Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1015819Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1016221Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1016611Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1016997Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1017384Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1017751Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1018130Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1018508Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1018938Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1019893Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T02:21:15.1020684Z warnings.warn( 2022-11-23T02:21:15.1020885Z ok (0.003s) 2022-11-23T02:21:15.1021278Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-11-23T02:21:15.1021772Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1022178Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1022592Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1023011Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1023450Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-11-23T02:21:15.1023891Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1024368Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1024778Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1025178Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1025617Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-11-23T02:21:15.1026054Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1026472Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1026882Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1027358Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1027782Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1028237Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1028595Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1028981Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1029376Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1029763Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1030148Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1030523Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1030988Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1031432Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1031845Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1032249Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1032646Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1033042Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1033487Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1033891Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1034318Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1034703Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1035084Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-11-23T02:21:15.1035748Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:21:15.1036367Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:21:15.1036684Z ok (0.004s) 2022-11-23T02:21:15.1036993Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1037375Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1037772Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1038162Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1038552Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1038967Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1039457Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1039890Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1040378Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1040788Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1041211Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1041619Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1042002Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1042408Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-11-23T02:21:15.1042833Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1043239Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1043661Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1044040Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1044426Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1044802Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1045183Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1045612Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1045995Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1046415Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1046803Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1047225Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.038s) 2022-11-23T02:21:15.1047671Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-11-23T02:21:15.1048103Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-11-23T02:21:15.1048540Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1049007Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.119s) 2022-11-23T02:21:15.1049386Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.103s) 2022-11-23T02:21:15.1049787Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1050183Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.1050575Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1050967Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1051364Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1051808Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1052231Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1052620Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1053013Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1053402Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1053785Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1054168Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1054551Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1054915Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1055300Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:21:15.1055693Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:21:15.1056114Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1056468Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1056813Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1057155Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.1057503Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-11-23T02:21:15.1057950Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-11-23T02:21:15.1058397Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1058817Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-11-23T02:21:15.1059228Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1059608Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1059992Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1060377Z test_memory_format_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-11-23T02:21:15.1060800Z test_memory_format_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.014s) 2022-11-23T02:21:15.1061222Z test_memory_format_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-11-23T02:21:15.1061691Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-11-23T02:21:15.1062105Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-11-23T02:21:15.1062524Z test_memory_format_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-11-23T02:21:15.1062948Z test_memory_format_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-11-23T02:21:15.1063353Z test_memory_format_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-11-23T02:21:15.1063821Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-11-23T02:21:15.1064238Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.016s) 2022-11-23T02:21:15.1064684Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1065074Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1065439Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1065784Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1066143Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:21:15.1066530Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:21:15.1066905Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.1067260Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1067622Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-11-23T02:21:15.1067989Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-11-23T02:21:15.1068390Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-11-23T02:21:15.1068790Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-11-23T02:21:15.1069185Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:21:15.1069595Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:21:15.1070037Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1070452Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1070921Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.013s) 2022-11-23T02:21:15.1071300Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1071664Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1072017Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1072352Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.132s) 2022-11-23T02:21:15.1072718Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.132s) 2022-11-23T02:21:15.1073079Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.130s) 2022-11-23T02:21:15.1073445Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.134s) 2022-11-23T02:21:15.1073802Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1074161Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1075102Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.1075460Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.1075902Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-11-23T02:21:15.1076302Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-11-23T02:21:15.1076747Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1077140Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1077552Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.003s) 2022-11-23T02:21:15.1077959Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-11-23T02:21:15.1078387Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-11-23T02:21:15.1078800Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-11-23T02:21:15.1079199Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1079577Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1079984Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1080419Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1080849Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1081263Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1081670Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1082170Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-11-23T02:21:15.1082596Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1082946Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1083302Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.095s) 2022-11-23T02:21:15.1083660Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-11-23T02:21:15.1083997Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.091s) 2022-11-23T02:21:15.1084359Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.084s) 2022-11-23T02:21:15.1084709Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1085047Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1085394Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1085740Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1086121Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.005s) 2022-11-23T02:21:15.1086565Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:21:15.1087017Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.006s) 2022-11-23T02:21:15.1087480Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:21:15.1088040Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.010s) 2022-11-23T02:21:15.1088555Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1088978Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1089366Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-11-23T02:21:15.1089778Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1090233Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1090690Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1091147Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1091595Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1092007Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1092442Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1092877Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1093312Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1093755Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1094318Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1094826Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1095276Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1095728Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1096164Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1096579Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1096980Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1097392Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1097806Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1098214Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1098623Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1099024Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1099452Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1100006Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1100455Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1100957Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1101395Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1101834Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1102285Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.1102736Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1103181Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1103625Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.011s) 2022-11-23T02:21:15.1104051Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1104498Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1104950Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1105393Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1105833Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1106387Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1106891Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1107318Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1107712Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1108130Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1108559Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1108983Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1109400Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1109825Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.1110247Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1110676Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1111186Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:21:15.1111680Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1112189Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1112625Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1113103Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.012s) 2022-11-23T02:21:15.1113527Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1113938Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1114340Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1114766Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1115199Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1115632Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1116057Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1116484Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1116909Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1117337Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1117744Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1118273Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1118703Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1119183Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1119629Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.007s) 2022-11-23T02:21:15.1120094Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1120556Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1121011Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1121453Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1121909Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1122341Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1122755Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-11-23T02:21:15.1123208Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1123728Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1124274Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1124805Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:21:15.1125251Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:21:15.1125655Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1126071Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1126483Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.008s) 2022-11-23T02:21:15.1126907Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1127337Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1127762Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1128186Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1128584Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1128995Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1129415Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1129833Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1131005Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1131500Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1131983Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:21:15.1132476Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:21:15.1132968Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:21:15.1133457Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1133925Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:21:15.1134361Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:21:15.1134786Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:21:15.1135220Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.014s) 2022-11-23T02:21:15.1135636Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1136098Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1136532Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1136956Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1137338Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1137738Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-11-23T02:21:15.1138132Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1138746Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1139135Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1139523Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1139897Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1140291Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1140671Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-11-23T02:21:15.1141034Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-11-23T02:21:15.1141395Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-11-23T02:21:15.1141753Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T02:21:15.1142104Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-11-23T02:21:15.1142496Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T02:21:15.1142889Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.054s) 2022-11-23T02:21:15.1143638Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-11-23T02:21:15.1144021Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.028s) 2022-11-23T02:21:15.1144439Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-11-23T02:21:15.1144854Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.1145250Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-11-23T02:21:15.1145622Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-11-23T02:21:15.1146017Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.023s) 2022-11-23T02:21:15.1146437Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-11-23T02:21:15.1146853Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1147241Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.1147628Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1148016Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.042s) 2022-11-23T02:21:15.1148475Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.008s) 2022-11-23T02:21:15.1149001Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-11-23T02:21:15.1149395Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-11-23T02:21:15.1149784Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T02:21:15.1150170Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-11-23T02:21:15.1150563Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-11-23T02:21:15.1151022Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-11-23T02:21:15.1151363Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.1151725Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1152094Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1152454Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-11-23T02:21:15.1152814Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.1153179Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.408s) 2022-11-23T02:21:15.1153551Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.364s) 2022-11-23T02:21:15.1153908Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.414s) 2022-11-23T02:21:15.1154282Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.381s) 2022-11-23T02:21:15.1154719Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-11-23T02:21:15.1155157Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1155532Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1156248Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1156619Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1156958Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1157318Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-11-23T02:21:15.1157682Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-11-23T02:21:15.1158054Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.012s) 2022-11-23T02:21:15.1158431Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.078s) 2022-11-23T02:21:15.1158804Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.049s) 2022-11-23T02:21:15.1159176Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.029s) 2022-11-23T02:21:15.1159531Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-11-23T02:21:15.1159905Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T02:21:15.1160277Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-11-23T02:21:15.1160709Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-11-23T02:21:15.1161133Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.038s) 2022-11-23T02:21:15.1161562Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-11-23T02:21:15.1161948Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.1162343Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1162741Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1163143Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.1163542Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-11-23T02:21:15.1163941Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1164320Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.1164679Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-11-23T02:21:15.1165054Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.910s) 2022-11-23T02:21:15.1165470Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.919s) 2022-11-23T02:21:15.1165892Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.942s) 2022-11-23T02:21:15.1166310Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.822s) 2022-11-23T02:21:15.1166760Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-11-23T02:21:15.1167172Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-11-23T02:21:15.1167538Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-11-23T02:21:15.1167874Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1168564Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.517s) 2022-11-23T02:21:15.1168942Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.539s) 2022-11-23T02:21:15.1169317Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.595s) 2022-11-23T02:21:15.1169688Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.580s) 2022-11-23T02:21:15.1170049Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1170399Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-11-23T02:21:15.1170742Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.1171100Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1171495Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.443s) 2022-11-23T02:21:15.1171917Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.479s) 2022-11-23T02:21:15.1172350Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.332s) 2022-11-23T02:21:15.1172854Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.331s) 2022-11-23T02:21:15.1173353Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.320s) 2022-11-23T02:21:15.1173785Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.277s) 2022-11-23T02:21:15.1174249Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.667s) 2022-11-23T02:21:15.1174623Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.681s) 2022-11-23T02:21:15.1174997Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1175360Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1175720Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1176082Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1176413Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1176745Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1177091Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1177454Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1177810Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1178168Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1178519Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1178919Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1179318Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1179687Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1180027Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1180359Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1181010Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1181326Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1181642Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1181960Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1182273Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1182581Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-11-23T02:21:15.1182916Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1183300Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.003s) 2022-11-23T02:21:15.1183666Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1184025Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1184378Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1184789Z test_pickle_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1185171Z test_pickle_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.003s) 2022-11-23T02:21:15.1185603Z test_pickle_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1185944Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1186293Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1186706Z test_pickle_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1187084Z test_pickle_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.004s) 2022-11-23T02:21:15.1187463Z test_pickle_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1187818Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1188163Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-11-23T02:21:15.1188497Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-11-23T02:21:15.1188854Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1189188Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1189501Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1189828Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1190161Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1190475Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1190934Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1191270Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-11-23T02:21:15.1191604Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-11-23T02:21:15.1191940Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-11-23T02:21:15.1192332Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.090s) 2022-11-23T02:21:15.1192674Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1193010Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1193352Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1194009Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1194345Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1194666Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1194991Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1195305Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1195641Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.152s) 2022-11-23T02:21:15.1195977Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.160s) 2022-11-23T02:21:15.1196318Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.152s) 2022-11-23T02:21:15.1196656Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.148s) 2022-11-23T02:21:15.1196989Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1197323Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1197707Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1198086Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1198419Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-11-23T02:21:15.1198755Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1199101Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1199524Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1199874Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1200246Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1200604Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1200971Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1201313Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1201635Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1201989Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.228s) 2022-11-23T02:21:15.1202360Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.242s) 2022-11-23T02:21:15.1202748Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.219s) 2022-11-23T02:21:15.1203131Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.215s) 2022-11-23T02:21:15.1203542Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-11-23T02:21:15.1203868Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-11-23T02:21:15.1204244Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1204549Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1204877Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.116s) 2022-11-23T02:21:15.1205211Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.114s) 2022-11-23T02:21:15.1205547Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.112s) 2022-11-23T02:21:15.1205887Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.119s) 2022-11-23T02:21:15.1206211Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-11-23T02:21:15.1206857Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1207168Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1207492Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-11-23T02:21:15.1207848Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.176s) 2022-11-23T02:21:15.1208236Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.129s) 2022-11-23T02:21:15.1208635Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.123s) 2022-11-23T02:21:15.1209048Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.119s) 2022-11-23T02:21:15.1209507Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.108s) 2022-11-23T02:21:15.1209924Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.108s) 2022-11-23T02:21:15.1210344Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.450s) 2022-11-23T02:21:15.1210681Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.260s) 2022-11-23T02:21:15.1211029Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1211390Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1211748Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1212090Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1212481Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1212809Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1213153Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1213503Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1213858Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1214214Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1214545Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1214894Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1215247Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1215663Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1215999Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1216379Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-11-23T02:21:15.1216680Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1216994Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1217306Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1217614Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1217916Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1218222Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1218538Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1218895Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1219574Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1219932Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1220277Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1220628Z test_repr_nn_ConvTranspose2d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1220981Z test_repr_nn_ConvTranspose2d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1221319Z test_repr_nn_ConvTranspose2d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1221730Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1222077Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1222478Z test_repr_nn_ConvTranspose3d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1222834Z test_repr_nn_ConvTranspose3d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1223184Z test_repr_nn_ConvTranspose3d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1223510Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1223855Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1224200Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1224555Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1224882Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1225252Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1225573Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1225888Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1226214Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1226532Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1226854Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1227178Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-11-23T02:21:15.1227564Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-11-23T02:21:15.1227882Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1228276Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1228628Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1228964Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1229293Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-11-23T02:21:15.1229611Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1229913Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1230228Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1230552Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1230962Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1231295Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.034s) 2022-11-23T02:21:15.1231634Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-11-23T02:21:15.1231962Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-11-23T02:21:15.1232627Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1232968Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1233297Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1233682Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-11-23T02:21:15.1233833Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1233985Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1234212Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1234386Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1234557Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1234731Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-11-23T02:21:15.1234903Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1235053Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1235202Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1235347Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-11-23T02:21:15.1235531Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-11-23T02:21:15.1235713Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-11-23T02:21:15.1235957Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1236138Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1236292Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1236441Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1236584Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1236731Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1236884Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-11-23T02:21:15.1237039Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-11-23T02:21:15.1237196Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-11-23T02:21:15.1237351Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-11-23T02:21:15.1237495Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1237641Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1237787Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-11-23T02:21:15.1237920Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-11-23T02:21:15.1238103Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-11-23T02:21:15.1238286Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-11-23T02:21:15.1238483Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-11-23T02:21:15.1238672Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-11-23T02:21:15.1238869Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-11-23T02:21:15.1239066Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-11-23T02:21:15.1239269Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-11-23T02:21:15.1239426Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-11-23T02:21:15.1239437Z 2022-11-23T02:21:15.1239654Z ---------------------------------------------------------------------- 2022-11-23T02:21:15.1239741Z Ran 972 tests in 156.890s 2022-11-23T02:21:15.1239748Z 2022-11-23T02:21:15.1239853Z OK (skipped=226, expected failures=31) 2022-11-23T02:21:15.1239859Z 2022-11-23T02:21:15.1239950Z Generating XML reports... 2022-11-23T02:21:15.1240241Z Generated XML report: test-reports\python-unittest\test_modules\TEST-TestModuleCPU-20221123021837.xml 2022-11-23T02:21:15.1240251Z 2022-11-23T02:21:15.1240630Z ##[endgroup] 2022-11-23T02:21:15.1240881Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_iruhmq_j) 2022-11-23T02:21:15.1240887Z 2022-11-23T02:21:15.1241007Z Running test_sparse_csr ... [2022-11-23 02:21:15.079010] 2022-11-23T02:21:15.1241297Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:21:15.079010] 2022-11-23T02:22:20.5842736Z 2022-11-23T02:22:20.5843353Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T02:22:20.5844129Z ##[group]PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_sgnvpl_0) 2022-11-23T02:22:20.5893590Z 2022-11-23T02:22:20.5893862Z Running tests... 2022-11-23T02:22:20.5894264Z ---------------------------------------------------------------------- 2022-11-23T02:22:20.5897391Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-11-23T02:22:20.5898458Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2402: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:22:20.5899321Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-11-23T02:22:20.5899613Z ok (0.061s) 2022-11-23T02:22:20.5899883Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-11-23T02:22:20.5900411Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.5900919Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5901468Z test_addmm_all_sparse_csr_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5902192Z test_addmm_all_sparse_csr_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5903017Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5903749Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5904409Z test_addmm_all_sparse_csr_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5905162Z test_addmm_all_sparse_csr_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5905773Z test_addmm_dense_result_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.5906687Z test_addmm_dense_result_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5907380Z test_addmm_dense_result_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5908013Z test_addmm_dense_result_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5908649Z test_addmm_dense_result_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5909285Z test_addmm_dense_result_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5909949Z test_addmm_dense_result_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5910591Z test_addmm_dense_result_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.007s) 2022-11-23T02:22:20.5911195Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5911788Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5912420Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5913111Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5913909Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5914544Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5915188Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5915808Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5916435Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5917092Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5917756Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5918397Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5919027Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5919674Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5920406Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5921083Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5921751Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.5922489Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5923197Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5923883Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5924483Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5925162Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5925916Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5926686Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.5927358Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5928060Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5928707Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5944094Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5945462Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5945993Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5946591Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5947071Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5947674Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5948335Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5948970Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5949606Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5950203Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5950892Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5951571Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5952189Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5952912Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.5953551Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5954178Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5954805Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5955424Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.012s) 2022-11-23T02:22:20.5956023Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5956673Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5957361Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5958005Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5958630Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5959269Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5959984Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5960620Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5961258Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5961893Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5962479Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5963088Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5963761Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5964442Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5965065Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5965682Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5966325Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.5966952Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5967566Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5968273Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5968874Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.013s) 2022-11-23T02:22:20.5969504Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5970178Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5970840Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5971477Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5972094Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5972729Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5973348Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5973984Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5974586Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5975287Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5975920Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5976529Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:22:20.5977165Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5977904Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5978514Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5979144Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.5979769Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5980396Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5981013Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5981635Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.013s) 2022-11-23T02:22:20.5982307Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5982953Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5983659Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5984237Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5984886Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5985498Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5986120Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5986749Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5987343Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5987966Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5988568Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5989125Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5989663Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.5990138Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5990608Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5991078Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.5991555Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5992008Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5992473Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5992946Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.5993419Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5993885Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5994350Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.5994767Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-11-23T02:22:20.5995208Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.5995621Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.5996059Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: MKL Sparse is not available (0.000s) 2022-11-23T02:22:20.5996478Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.5996865Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.5997343Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.5997953Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.010s) 2022-11-23T02:22:20.5998552Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.5999099Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6001856Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6002405Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6002924Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.012s) 2022-11-23T02:22:20.6003560Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6004093Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6004634Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6005158Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6005628Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6006035Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6006435Z test_autograd_sparse_csr_unary_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6006897Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6007424Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6007955Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6008459Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6008907Z test_autograd_sparse_csr_unary_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6009374Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6009971Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.003s) 2022-11-23T02:22:20.6010506Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6011034Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.006s) 2022-11-23T02:22:20.6011575Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6012121Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6013039Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\FunctionsManual.cpp:4849.) 2022-11-23T02:22:20.6013851Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:22:20.6014130Z ok (0.000s) 2022-11-23T02:22:20.6014408Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6014790Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6015243Z test_autograd_sparse_csr_unary_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6015647Z test_autograd_sparse_csr_unary_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6016043Z test_autograd_sparse_csr_unary_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6016434Z test_autograd_sparse_csr_unary_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6016897Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6017512Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6018044Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6018575Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.003s) 2022-11-23T02:22:20.6019110Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6019649Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.004s) 2022-11-23T02:22:20.6020174Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6020699Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6021227Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6021815Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.000s) 2022-11-23T02:22:20.6022340Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.011s) 2022-11-23T02:22:20.6022851Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6023378Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6023905Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6024442Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6024968Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-11-23T02:22:20.6025431Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-11-23T02:22:20.6025832Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-11-23T02:22:20.6026225Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-11-23T02:22:20.6026612Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-11-23T02:22:20.6027103Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6027619Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6028122Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6028615Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6029180Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.009s) 2022-11-23T02:22:20.6029693Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.007s) 2022-11-23T02:22:20.6030247Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.009s) 2022-11-23T02:22:20.6030746Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.007s) 2022-11-23T02:22:20.6031248Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6031734Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6032229Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6032727Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6033281Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6033790Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6034287Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6034781Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6035290Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.014s) 2022-11-23T02:22:20.6035798Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6036303Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6036780Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6037286Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6037788Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6038339Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6038838Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6039336Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6039842Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6040343Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.013s) 2022-11-23T02:22:20.6040833Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6041335Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6041822Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6042319Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6042812Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6043313Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6043821Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6044362Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6044859Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6045357Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6045859Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6046335Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6046827Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.007s) 2022-11-23T02:22:20.6047329Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6047830Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6048328Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6048823Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6049371Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6049874Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6050370Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6050863Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6051344Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6051851Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6052353Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6052848Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6053349Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6053862Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6054360Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6054851Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6055396Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6055903Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6056382Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6056875Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6057463Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6058041Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6058539Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6059032Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6059553Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6060087Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6060678Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6061200Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6061710Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6062244Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.013s) 2022-11-23T02:22:20.6062763Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6063282Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6063812Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6064338Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6064863Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6065378Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6065901Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6066427Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6066979Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6067498Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6068018Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6068545Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6069069Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.013s) 2022-11-23T02:22:20.6069585Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6070109Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6070636Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6071157Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6071719Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6072240Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6072743Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6073264Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6073775Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.005s) 2022-11-23T02:22:20.6074293Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6074821Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.006s) 2022-11-23T02:22:20.6075342Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T02:22:20.6075856Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.010s) 2022-11-23T02:22:20.6076300Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-11-23T02:22:20.6076683Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-11-23T02:22:20.6077046Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-11-23T02:22:20.6077422Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.010s) 2022-11-23T02:22:20.6077861Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6078265Z This test performs a smoke test for covered conversion and verifies ... ok (0.681s) 2022-11-23T02:22:20.6078661Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6079051Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T02:22:20.6079444Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6079815Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-11-23T02:22:20.6080207Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6080599Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T02:22:20.6080981Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6081367Z This test performs a smoke test for covered conversion and verifies ... ok (0.011s) 2022-11-23T02:22:20.6081751Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6082136Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T02:22:20.6082505Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6082884Z This test performs a smoke test for covered conversion and verifies ... ok (0.005s) 2022-11-23T02:22:20.6083268Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6083711Z This test performs a smoke test for covered conversion and verifies ... ok (0.005s) 2022-11-23T02:22:20.6084096Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6084478Z This test performs a smoke test for covered conversion and verifies ... ok (0.006s) 2022-11-23T02:22:20.6084861Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6085222Z This test performs a smoke test for covered conversion and verifies ... ok (0.005s) 2022-11-23T02:22:20.6085704Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6086096Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-11-23T02:22:20.6086531Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6086914Z This test performs a smoke test for covered conversion and verifies ... ok (0.005s) 2022-11-23T02:22:20.6087300Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6087669Z This test performs a smoke test for covered conversion and verifies ... ok (0.006s) 2022-11-23T02:22:20.6088058Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6088448Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-11-23T02:22:20.6088831Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6089212Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T02:22:20.6089597Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6089973Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-11-23T02:22:20.6090313Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6090662Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6091073Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6091437Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6091790Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6092139Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6092469Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6092817Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6093162Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6093509Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6093855Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6094201Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6094601Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6094979Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6095329Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6095681Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6096038Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6096390Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6096801Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6097131Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6097577Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6097921Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6098260Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6098605Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6098946Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6099288Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6099606Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6099995Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6100433Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6100871Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6101289Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:22:20.6101998Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:22:20.6102602Z warnings.warn(message, UserWarning) 2022-11-23T02:22:20.6102802Z ok (0.002s) 2022-11-23T02:22:20.6103056Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6103406Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6103851Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6104230Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6104604Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-11-23T02:22:20.6104971Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T02:22:20.6105335Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6105703Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-11-23T02:22:20.6106078Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6106448Z This test tests conversion from dense to/from CSR and CSC ... ok (0.210s) 2022-11-23T02:22:20.6106824Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6107192Z This test tests conversion from dense to/from CSR and CSC ... ok (0.006s) 2022-11-23T02:22:20.6107576Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6107927Z This test tests conversion from dense to/from CSR and CSC ... ok (0.026s) 2022-11-23T02:22:20.6108294Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6108654Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6109024Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6109387Z This test tests conversion from dense to/from CSR and CSC ... ok (0.197s) 2022-11-23T02:22:20.6109807Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6110149Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6110527Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6110898Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-11-23T02:22:20.6111261Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6111614Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6111980Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6112339Z This test tests conversion from dense to/from CSR and CSC ... ok (0.079s) 2022-11-23T02:22:20.6112686Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6113053Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6113433Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6113799Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-11-23T02:22:20.6114161Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6114518Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6114869Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6115233Z This test tests conversion from dense to/from CSR and CSC ... ok (0.069s) 2022-11-23T02:22:20.6115599Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6115962Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6116336Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6116746Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-11-23T02:22:20.6117101Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6117464Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6117837Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6118210Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6118573Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6118934Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6119297Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6119640Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6120009Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6120364Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6120705Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6121055Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6121405Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6121752Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6122079Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6122470Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T02:22:20.6122809Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6123149Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6123481Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6123808Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6124122Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6124499Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:22:20.6124891Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.006s) 2022-11-23T02:22:20.6125295Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6125662Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.118s) 2022-11-23T02:22:20.6125969Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.093s) 2022-11-23T02:22:20.6126709Z test_resize_as_sparse_compressed_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:22:20.6127409Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:22:20.6127630Z ok (0.023s) 2022-11-23T02:22:20.6127932Z test_resize_as_sparse_compressed_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-11-23T02:22:20.6128329Z test_resize_as_sparse_compressed_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-11-23T02:22:20.6128729Z test_resize_as_sparse_compressed_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6129125Z test_resize_as_sparse_compressed_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-11-23T02:22:20.6129583Z test_resize_as_sparse_compressed_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-11-23T02:22:20.6129965Z test_resize_as_sparse_compressed_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-11-23T02:22:20.6130365Z test_resize_as_sparse_compressed_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-11-23T02:22:20.6130723Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6131042Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6131364Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6131693Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6132023Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6132324Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6132645Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6132956Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6133265Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6133572Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6133877Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6134165Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6134489Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6134824Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6135213Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6135558Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6135897Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6136212Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6136548Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6136874Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6137202Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6137626Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6137952Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6138260Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6138626Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6139003Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6139374Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6139732Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6140081Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.133s) 2022-11-23T02:22:20.6140430Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.155s) 2022-11-23T02:22:20.6140754Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.151s) 2022-11-23T02:22:20.6141094Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.117s) 2022-11-23T02:22:20.6141475Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:22:20.6141885Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:22:20.6142349Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:22:20.6142750Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:22:20.6143139Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:22:20.6143555Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:22:20.6143961Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:22:20.6144369Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:22:20.6144751Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6145114Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6145479Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6145831Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6146194Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6146548Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6146894Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-11-23T02:22:20.6147241Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6147588Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6148532Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6148862Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6149226Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6149587Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6149944Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-11-23T02:22:20.6150300Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6150666Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6151006Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-11-23T02:22:20.6151358Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6151714Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6152063Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6152410Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6152759Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6153104Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6153431Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6153786Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6154140Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6154500Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6154894Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6155453Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6156101Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6156704Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6157247Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6157767Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6158289Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6158833Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6159358Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6159871Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6160386Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6160903Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6161349Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6161712Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6162065Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T02:22:20.6162393Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6162738Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6163084Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6163533Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6163881Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6164235Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-11-23T02:22:20.6164591Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6164929Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-11-23T02:22:20.6165291Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-11-23T02:22:20.6165665Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6166027Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6166382Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6166729Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6167060Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-11-23T02:22:20.6167410Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6167752Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6168101Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6168448Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6168795Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6169147Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-11-23T02:22:20.6169490Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6169852Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6170271Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6170634Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-11-23T02:22:20.6170979Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6171325Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6171675Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6171998Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-11-23T02:22:20.6172352Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6172702Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-11-23T02:22:20.6173058Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-11-23T02:22:20.6173413Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6173768Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6174113Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6174471Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6174827Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6175176Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6175519Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6175918Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6176262Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6176593Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-11-23T02:22:20.6176940Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6177426Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6177785Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-11-23T02:22:20.6178149Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6178515Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-11-23T02:22:20.6178853Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6179208Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6179560Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6179914Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6180259Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6180609Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6180953Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6181280Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-11-23T02:22:20.6181681Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6182123Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6182558Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6183044Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.003s) 2022-11-23T02:22:20.6183440Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6183797Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6184133Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6184484Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6184831Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6185176Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-11-23T02:22:20.6185523Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-11-23T02:22:20.6185856Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6186181Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6186524Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6186940Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6187313Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6187706Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6188046Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6188365Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6188763Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6189102Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6189441Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6189781Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6190120Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6190471Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6190805Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6191161Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6191526Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6191887Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6192238Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6192586Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6192915Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6193262Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6193609Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6193946Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6194285Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6194627Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6194974Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6195309Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6195714Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6196067Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6196414Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6196748Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6197083Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6197406Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6197744Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6198076Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6198410Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6198765Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6199138Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6199511Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6199870Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6200237Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6200600Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6200958Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6201358Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6201717Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6202064Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6202429Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6202796Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6203221Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6203700Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T02:22:20.6204181Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6204666Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6205142Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6205599Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6206071Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6206541Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6207008Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6207474Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6208480Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6208970Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6209390Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6209750Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6210132Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6210518Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6210898Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6211276Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6211640Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6212005Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6212347Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6212704Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6213074Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6213437Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6213859Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6214237Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6214626Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6214983Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6215355Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6215728Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6216096Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6216459Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6216823Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6217186Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6217639Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6218012Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6218387Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6218770Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6219144Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6219516Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6219859Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6220224Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6220641Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6221001Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6221359Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6221731Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6222103Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6222460Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6222847Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6223223Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6223597Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6223966Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6224322Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6224678Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6225017Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6225382Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6225749Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6226169Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6226537Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6226894Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6227251Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6227585Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6227938Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6228291Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6228665Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6229052Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6229446Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6229842Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6230220Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6230607Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6230986Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6231356Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6231729Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6232108Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6232484Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6232891Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T02:22:20.6233273Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6233653Z test_sparse_csr_unary_inplace_deg2rad_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6234026Z test_sparse_csr_unary_inplace_deg2rad_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6234395Z test_sparse_csr_unary_inplace_deg2rad_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6234766Z test_sparse_csr_unary_inplace_deg2rad_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6235137Z test_sparse_csr_unary_inplace_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6235493Z test_sparse_csr_unary_inplace_deg2rad_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6235859Z test_sparse_csr_unary_inplace_deg2rad_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6236228Z test_sparse_csr_unary_inplace_deg2rad_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6236589Z test_sparse_csr_unary_inplace_deg2rad_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6236950Z test_sparse_csr_unary_inplace_deg2rad_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6237309Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6237653Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6238010Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6238415Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6238765Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6239115Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6239467Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6239821Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6240162Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6240525Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6240889Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6241256Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6241623Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6241990Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6242348Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6242688Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6243047Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6243408Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6243768Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6244133Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6244494Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6244895Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6245257Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6245616Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6245966Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6246314Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6246665Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6247022Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6247379Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6247742Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6248102Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6248456Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6248804Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6249151Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6249502Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6249843Z test_sparse_csr_unary_inplace_frac_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6250259Z test_sparse_csr_unary_inplace_frac_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6250629Z test_sparse_csr_unary_inplace_frac_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6250986Z test_sparse_csr_unary_inplace_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6251403Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6251868Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6252334Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6252794Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6253266Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6253736Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6254193Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6254656Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6255112Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6255566Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6256023Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6256523Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6256966Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6257524Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6257991Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6258456Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6258931Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T02:22:20.6259396Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6259853Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6260311Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6260770Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6261209Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6261658Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6262175Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6262629Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6263095Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6263566Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6264036Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6264509Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6264960Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6265421Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6265886Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6266347Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T02:22:20.6266812Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6267271Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6267740Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6268255Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T02:22:20.6268725Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6269179Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6269640Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6270163Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6270674Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T02:22:20.6271182Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6271691Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.005s) 2022-11-23T02:22:20.6272201Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6272655Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6273030Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6273447Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6273898Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6274305Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6274712Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6275111Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6275502Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6275865Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6276264Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6276679Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6277090Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6277504Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6277909Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6278309Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6278663Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6279062Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6279459Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6279855Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6280255Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6280651Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6281169Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6281684Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6282217Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6282756Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6283287Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6283814Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6284341Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6284859Z test_sparse_csr_unary_inplace_nn_functional_relu_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6285357Z test_sparse_csr_unary_inplace_positive_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6303417Z test_sparse_csr_unary_inplace_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:22:20.6303911Z test_sparse_csr_unary_inplace_positive_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6304567Z test_sparse_csr_unary_inplace_positive_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6305046Z test_sparse_csr_unary_inplace_positive_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T02:22:20.6305512Z test_sparse_csr_unary_inplace_positive_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6305973Z test_sparse_csr_unary_inplace_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6306425Z test_sparse_csr_unary_inplace_positive_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:22:20.6306875Z test_sparse_csr_unary_inplace_positive_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T02:22:20.6307332Z test_sparse_csr_unary_inplace_positive_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6307799Z test_sparse_csr_unary_inplace_positive_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6308259Z test_sparse_csr_unary_inplace_positive_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6308677Z test_sparse_csr_unary_inplace_rad2deg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6309043Z test_sparse_csr_unary_inplace_rad2deg_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6309412Z test_sparse_csr_unary_inplace_rad2deg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6309787Z test_sparse_csr_unary_inplace_rad2deg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6310152Z test_sparse_csr_unary_inplace_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6310564Z test_sparse_csr_unary_inplace_rad2deg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6310926Z test_sparse_csr_unary_inplace_rad2deg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6311281Z test_sparse_csr_unary_inplace_rad2deg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6311638Z test_sparse_csr_unary_inplace_rad2deg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6311997Z test_sparse_csr_unary_inplace_rad2deg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6312358Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6312713Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6313062Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6313427Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6313767Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6314123Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6314464Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6314808Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6315147Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6315501Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6315903Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6316260Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6316627Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6316984Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6317338Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6317673Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6318021Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6318369Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6318717Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6319063Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6319416Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6319767Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6320111Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6320460Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6320811Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6321164Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6321506Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6321854Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6322184Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6322574Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6322923Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6323330Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6323800Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6324264Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6324728Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6325189Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6325626Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6326088Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6326537Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6326991Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6327491Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:22:20.6327893Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6328246Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6328602Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6328956Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6329310Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6329660Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6330006Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6330353Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6330700Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6331046Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6331383Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6331733Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6332078Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6332436Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6332797Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6333156Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6333511Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6333899Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6334254Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6334595Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6334933Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6335283Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6335646Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6335994Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6336361Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6336733Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6337103Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6337602Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6337959Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6338312Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6338645Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6338994Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6339404Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6339758Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6340117Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6340488Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6340862Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6341217Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6341576Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6341927Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6342282Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6342635Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6342990Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6343333Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6343693Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6344049Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6344414Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6344786Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6345140Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6345493Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6345825Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6346207Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6346555Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6346908Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6347258Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6347624Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6347996Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6348360Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6348722Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6349082Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6349433Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6349782Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6350124Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6350478Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6351211Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:22:20.6351905Z return self.op(*args, **kwargs) 2022-11-23T02:22:20.6352102Z ok (0.006s) 2022-11-23T02:22:20.6352377Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6352734Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6353073Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6353419Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6353768Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6354111Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6354449Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6354783Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6355115Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6355443Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6355795Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6356147Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6356504Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6356866Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6357223Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6357562Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6357912Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6358313Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6358662Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6359009Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6359356Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6359704Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6360038Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6360383Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6360737Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6361095Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6361450Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6361802Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6362152Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6362481Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6362827Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6363171Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6363514Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6364473Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6364826Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6365170Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6365536Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6365895Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6366245Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6366596Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6366943Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6367291Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6367623Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6367972Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6368325Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6368675Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6369028Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6369385Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6369725Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6370076Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6370426Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6370764Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6371162Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6371511Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6371856Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6372191Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6372538Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6372897Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6373263Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6373619Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6373971Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6374317Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6374649Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6374992Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6375337Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6375499Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6375665Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6375880Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6376046Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6376209Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6376374Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6376531Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6376692Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6376854Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6377037Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6377211Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6377493Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6377677Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6377854Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6378031Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6378211Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6378388Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6378562Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6378737Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6378914Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6379140Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6379313Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6379486Z test_sparse_csr_unary_out_deg2rad_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6379654Z test_sparse_csr_unary_out_deg2rad_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6379830Z test_sparse_csr_unary_out_deg2rad_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380002Z test_sparse_csr_unary_out_deg2rad_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380170Z test_sparse_csr_unary_out_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380339Z test_sparse_csr_unary_out_deg2rad_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380505Z test_sparse_csr_unary_out_deg2rad_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380673Z test_sparse_csr_unary_out_deg2rad_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380841Z test_sparse_csr_unary_out_deg2rad_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6380994Z test_sparse_csr_unary_out_deg2rad_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6381160Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6381322Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6381486Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6381694Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6381854Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6382014Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6382164Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6382323Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6382482Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6382652Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6382815Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6382984Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6383154Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6383318Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6383478Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6383640Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6383801Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6383966Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6384117Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6384279Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6384443Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6384609Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6384775Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6384981Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6385140Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6385307Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6385471Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6385638Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6385801Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6385964Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6386127Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6386290Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6386449Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6386611Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6386772Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6386938Z test_sparse_csr_unary_out_frac_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6387102Z test_sparse_csr_unary_out_frac_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6387253Z test_sparse_csr_unary_out_frac_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6387466Z test_sparse_csr_unary_out_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6387677Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:22:20.6387885Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6388097Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:22:20.6388309Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6388512Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6388716Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:22:20.6388921Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6389128Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6389328Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6389600Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6389800Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6390000Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.012s) 2022-11-23T02:22:20.6390204Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6390460Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6390710Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6390921Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6391128Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6391332Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6391536Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6391736Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6391935Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:22:20.6392135Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6392328Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6392528Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:22:20.6392716Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6392891Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6393062Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6393278Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6393450Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6393625Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6393793Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6393959Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6394123Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6394286Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6394451Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6394625Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6394794Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6394965Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6395134Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6395304Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6395470Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6395633Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6395795Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6395959Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6396110Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6396273Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6396921Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6397098Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6397264Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6397428Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6397593Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6397755Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6397921Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6398082Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6398252Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6398421Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6398587Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6398753Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6398916Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6399074Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6399237Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6399446Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6399603Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6399746Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6399907Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6400068Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6400295Z test_sparse_csr_unary_out_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6400519Z test_sparse_csr_unary_out_nn_functional_relu_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6400732Z test_sparse_csr_unary_out_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6400955Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6401169Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6401379Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:22:20.6401595Z test_sparse_csr_unary_out_nn_functional_relu_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:22:20.6401815Z test_sparse_csr_unary_out_nn_functional_relu_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:22:20.6402028Z test_sparse_csr_unary_out_positive_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6402248Z test_sparse_csr_unary_out_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6402504Z test_sparse_csr_unary_out_positive_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:22:20.6402721Z test_sparse_csr_unary_out_positive_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6402931Z test_sparse_csr_unary_out_positive_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6403141Z test_sparse_csr_unary_out_positive_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6403350Z test_sparse_csr_unary_out_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6403555Z test_sparse_csr_unary_out_positive_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T02:22:20.6403766Z test_sparse_csr_unary_out_positive_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6403977Z test_sparse_csr_unary_out_positive_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6404186Z test_sparse_csr_unary_out_positive_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6404390Z test_sparse_csr_unary_out_positive_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:22:20.6404564Z test_sparse_csr_unary_out_rad2deg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6404734Z test_sparse_csr_unary_out_rad2deg_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6404906Z test_sparse_csr_unary_out_rad2deg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6405108Z test_sparse_csr_unary_out_rad2deg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6405276Z test_sparse_csr_unary_out_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6405446Z test_sparse_csr_unary_out_rad2deg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6405614Z test_sparse_csr_unary_out_rad2deg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6405779Z test_sparse_csr_unary_out_rad2deg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6405946Z test_sparse_csr_unary_out_rad2deg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6406111Z test_sparse_csr_unary_out_rad2deg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6406280Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6406443Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6406608Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6406773Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6406935Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6407098Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6407263Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6407426Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6407592Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6407752Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6407925Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6408093Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6408299Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6408450Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6408609Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6408772Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6408937Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6409095Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6409254Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6409419Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6409578Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6409746Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6409902Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6410067Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6410227Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6410389Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6410552Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6410713Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6410915Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6411075Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6411238Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6411409Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6411562Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6411731Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6411899Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6412068Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6412234Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6412401Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6412567Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6412731Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6412896Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6413058Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6413220Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6413389Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6413553Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6413718Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6413882Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6414083Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6414240Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6414398Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6414558Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6414702Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6414868Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6415025Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6415199Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6415372Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6415537Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6415701Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6415865Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6416027Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6416184Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6416342Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6416547Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6416713Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6416875Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6417047Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6417313Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6417483Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6417646Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6417807Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6417951Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6418110Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6418271Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6418433Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6418596Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6418758Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6418929Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6419095Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6419258Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6419420Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6419579Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6419733Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6419933Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6420093Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6420246Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6420411Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6420565Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6420734Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6420904Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6421055Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6421224Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-11-23T02:22:20.6421387Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6421546Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6421709Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6421865Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6422026Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6422194Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6422408Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6422574Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6422737Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6422899Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6423059Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6423220Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6423380Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6423591Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6423796Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6423999Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6424199Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T02:22:20.6424375Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6424526Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.003s) 2022-11-23T02:22:20.6424701Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6424862Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.003s) 2022-11-23T02:22:20.6425032Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6425195Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.018s) 2022-11-23T02:22:20.6425372Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-11-23T02:22:20.6425576Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.017s) 2022-11-23T02:22:20.6425803Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6426028Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6426245Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6426461Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.004s) 2022-11-23T02:22:20.6426604Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6426743Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6426889Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6427036Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-11-23T02:22:20.6427173Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6427307Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-11-23T02:22:20.6427438Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-11-23T02:22:20.6427574Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-11-23T02:22:20.6427694Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-11-23T02:22:20.6427828Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-11-23T02:22:20.6427963Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6428099Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6428307Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.955s) 2022-11-23T02:22:20.6428469Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.877s) 2022-11-23T02:22:20.6428640Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.966s) 2022-11-23T02:22:20.6428807Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.955s) 2022-11-23T02:22:20.6428973Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.988s) 2022-11-23T02:22:20.6429131Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.946s) 2022-11-23T02:22:20.6429286Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.960s) 2022-11-23T02:22:20.6429446Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.883s) 2022-11-23T02:22:20.6429607Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.919s) 2022-11-23T02:22:20.6429768Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.862s) 2022-11-23T02:22:20.6429926Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.865s) 2022-11-23T02:22:20.6430088Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.872s) 2022-11-23T02:22:20.6430252Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.962s) 2022-11-23T02:22:20.6430395Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.907s) 2022-11-23T02:22:20.6430564Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.988s) 2022-11-23T02:22:20.6430729Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.030s) 2022-11-23T02:22:20.6430889Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.985s) 2022-11-23T02:22:20.6431046Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.945s) 2022-11-23T02:22:20.6431211Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.955s) 2022-11-23T02:22:20.6431368Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.900s) 2022-11-23T02:22:20.6431566Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.897s) 2022-11-23T02:22:20.6431725Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.899s) 2022-11-23T02:22:20.6431885Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.936s) 2022-11-23T02:22:20.6432040Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.898s) 2022-11-23T02:22:20.6432206Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.399s) 2022-11-23T02:22:20.6432364Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.372s) 2022-11-23T02:22:20.6432536Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.408s) 2022-11-23T02:22:20.6432706Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.447s) 2022-11-23T02:22:20.6432869Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.397s) 2022-11-23T02:22:20.6433029Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.417s) 2022-11-23T02:22:20.6433183Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.393s) 2022-11-23T02:22:20.6433325Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.395s) 2022-11-23T02:22:20.6433482Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.377s) 2022-11-23T02:22:20.6433639Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.368s) 2022-11-23T02:22:20.6433797Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.373s) 2022-11-23T02:22:20.6433951Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.380s) 2022-11-23T02:22:20.6434156Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.416s) 2022-11-23T02:22:20.6434315Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.427s) 2022-11-23T02:22:20.6434486Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.426s) 2022-11-23T02:22:20.6434654Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.476s) 2022-11-23T02:22:20.6434815Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.417s) 2022-11-23T02:22:20.6434974Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.414s) 2022-11-23T02:22:20.6435128Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.431s) 2022-11-23T02:22:20.6435282Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.410s) 2022-11-23T02:22:20.6435438Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.389s) 2022-11-23T02:22:20.6435597Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.385s) 2022-11-23T02:22:20.6435754Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.391s) 2022-11-23T02:22:20.6435909Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.390s) 2022-11-23T02:22:20.6436100Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6436282Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6436475Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6436665Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6436854Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6437036Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6437224Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6437450Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6437629Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6437803Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6437979Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6438160Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6438351Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6438540Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T02:22:20.6438736Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-11-23T02:22:20.6438930Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6439115Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6439304Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6439492Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6439678Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6439859Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6440086Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6440270Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6440439Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6440624Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6440806Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6440997Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6441185Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6441372Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6441555Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6441742Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6441922Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6442096Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6442274Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6442450Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6442636Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6442811Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6443004Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6443242Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6443430Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6443618Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6443803Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6443980Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6444158Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6444341Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6444507Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6444694Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6444877Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6445069Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6445256Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6445441Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6445625Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6445853Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6446037Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6446213Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6446394Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6446577Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T02:22:20.6446766Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6446945Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6447138Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6447333Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6447519Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6447708Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6447893Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6448072Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6448247Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6448418Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6448602Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6448789Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6449017Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6449199Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6449380Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6449554Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6449729Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6449910Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6450084Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6450288Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6450487Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6450691Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6450897Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6451099Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6451297Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6451497Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6451741Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6451937Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6452130Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6452321Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6452515Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6452704Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6452886Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6453076Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6453267Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6453459Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6453649Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6453835Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6454021Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6454207Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6454394Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6454583Z test_zero_to_zero_correspondence_unary_deg2rad_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6454808Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6454992Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6455178Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6455356Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6455537Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6455717Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6455893Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6456074Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6456257Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6456446Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6456631Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6456819Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6456996Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6457180Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6457474Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6457718Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6457908Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6458092Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6458279Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6458461Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6458650Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6458835Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6459022Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6459201Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6459379Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6459557Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6459738Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6459926Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6460114Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6460301Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6460487Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6460665Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6460890Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6461074Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6461240Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6461427Z test_zero_to_zero_correspondence_unary_frac_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6461614Z test_zero_to_zero_correspondence_unary_frac_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6461795Z test_zero_to_zero_correspondence_unary_frac_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6461975Z test_zero_to_zero_correspondence_unary_frac_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6462172Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6462353Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6462547Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6462737Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6462929Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6463113Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6463294Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6463983Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6464169Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6464348Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6464525Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6464707Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6464891Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6465081Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6465267Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6465466Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6465657Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6465832Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6466017Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6466198Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6466382Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6466560Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6466737Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6466918Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6467139Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6467337Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6467527Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6467719Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6467915Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6468106Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6468296Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6468487Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6468675Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6468863Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6469047Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6469238Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6469427Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6469668Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6469860Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6470042Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6470228Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6470414Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6470603Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6470789Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6470976Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6471163Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6471349Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6471535Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6471724Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6471908Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6472093Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6472271Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6472454Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6472635Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6472860Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6473052Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6473239Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6473425Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6473610Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6473791Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6473976Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6474144Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6474322Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6474496Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6474674Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6474856Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6475061Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6475268Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6475506Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6475714Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6475914Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6476111Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6476314Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6476514Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6476709Z test_zero_to_zero_correspondence_unary_positive_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6476908Z test_zero_to_zero_correspondence_unary_positive_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6477104Z test_zero_to_zero_correspondence_unary_positive_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6477299Z test_zero_to_zero_correspondence_unary_positive_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6477492Z test_zero_to_zero_correspondence_unary_positive_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6477682Z test_zero_to_zero_correspondence_unary_positive_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6477873Z test_zero_to_zero_correspondence_unary_positive_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6478062Z test_zero_to_zero_correspondence_unary_positive_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6478252Z test_zero_to_zero_correspondence_unary_positive_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6478439Z test_zero_to_zero_correspondence_unary_positive_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6478657Z test_zero_to_zero_correspondence_unary_positive_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6478849Z test_zero_to_zero_correspondence_unary_positive_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6479041Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6479228Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6479419Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6479609Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6479804Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6479991Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-11-23T02:22:20.6480179Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6480362Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6480547Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6480735Z test_zero_to_zero_correspondence_unary_rad2deg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6480924Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6481110Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6481334Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6481520Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6481701Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6481878Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6482059Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6482244Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6482429Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6482609Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6482788Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6482977Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T02:22:20.6483159Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6483340Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6483520Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6483696Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6483879Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6484063Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-11-23T02:22:20.6484243Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6484463Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6484647Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6484835Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6485014Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6485199Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6485377Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-11-23T02:22:20.6485564Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6485749Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6485931Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-11-23T02:22:20.6486106Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6486284Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6486460Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6486649Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6486821Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6487051Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6487242Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6487433Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6487618Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6487803Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6487990Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6488176Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6488365Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6488552Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6488732Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6488922Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6489108Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6489293Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6489473Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6489655Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6489830Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6490005Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6490619Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6490885Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6491075Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6491254Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6491480Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6491674Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6491858Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6492045Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6492230Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6492408Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6492582Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6492760Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6492942Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-11-23T02:22:20.6493128Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6493306Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6493551Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6493741Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6493926Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6494104Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6494286Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6494462Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6494636Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6494816Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6494997Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6495183Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6495349Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6495538Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6495723Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6495909Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6496089Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6496270Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6496444Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6496660Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6496842Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6497023Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-11-23T02:22:20.6497211Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6497491Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6497682Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6497872Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6498056Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6498241Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6498421Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6498598Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6498778Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6498957Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6499133Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6499370Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6499545Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-11-23T02:22:20.6499731Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-11-23T02:22:20.6499919Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6500097Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-11-23T02:22:20.6500274Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6500456Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6500646Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-11-23T02:22:20.6500802Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.535s) 2022-11-23T02:22:20.6500980Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6501154Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6501332Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6501507Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6501680Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6501847Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6502010Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6502181Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6502346Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6502557Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6502725Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6502877Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6503050Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.6503217Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6503394Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6503570Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6503743Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6503910Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6504076Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6504246Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6504408Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.6504574Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6504740Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6504905Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6505081Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6505290Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6505466Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6505642Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6505813Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6505980Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6506130Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6506296Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6506459Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6506624Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6506793Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6506957Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6507133Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6507300Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6507479Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6507651Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6507822Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6507989Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6508154Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6508324Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6508487Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6508689Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6508858Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6509022Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6509198Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6509391Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6509582Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6509774Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6509960Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6510146Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6510331Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6510514Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6510694Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6510875Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6511057Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6511238Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6511475Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6511663Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6511859Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6512051Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6512237Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6512425Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6512611Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6512796Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6512981Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6513153Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6513338Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6513518Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6513704Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6513886Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6514077Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6514267Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6514459Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6514693Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6514880Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6515063Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6515245Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6515426Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6515605Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6515798Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6515982Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6516176Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6516369Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6516556Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6516744Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6516927Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6517098Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6517281Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6517510Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6517691Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6517881Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6518066Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6518258Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6518448Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6518635Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6518820Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6519005Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6519186Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6519370Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6519552Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6519733Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6519924Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6520107Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6520305Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6520499Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6520688Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6520916Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6521090Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6521275Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6521458Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6521641Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6521823Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6522013Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6522203Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6522392Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6522575Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6522755Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6522936Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6523117Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6523296Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6523547Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6523745Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6523955Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6524159Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6524362Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6524563Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6524762Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6524963Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6525146Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6525344Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6525535Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6525731Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6525926Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6526126Z test_consistency_SparseBSC_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6526315Z test_consistency_SparseBSC_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6526512Z test_consistency_SparseBSC_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6526704Z test_consistency_SparseBSC_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6526928Z test_consistency_SparseBSC_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6527120Z test_consistency_SparseBSC_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6527310Z test_consistency_SparseBSC_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6527496Z test_consistency_SparseBSC_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6527684Z test_consistency_SparseBSC_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6527869Z test_consistency_SparseBSC_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6528057Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6528242Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6528432Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6528616Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6528798Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6528977Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6529140Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6529322Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6529504Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6529741Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6529927Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6530120Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6530310Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6530494Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6530681Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6530865Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6531050Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6531236Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6531425Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6531609Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6531795Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6531981Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6532164Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6532348Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6532530Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6532717Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6532898Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6533119Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6533309Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6533495Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6533677Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6533858Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6534045Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6534228Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6534413Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6534601Z test_consistency_SparseBSC_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6534794Z test_consistency_SparseBSC_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6534981Z test_consistency_SparseBSC_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6535167Z test_consistency_SparseBSC_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6535357Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6535541Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6535779Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6535970Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6536160Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6536347Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6536533Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6536721Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6536902Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6537071Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6537371Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6537565Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6537746Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6537937Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6538120Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6538312Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6538503Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6538691Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6538880Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6539066Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6539309Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6539493Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6539678Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6539859Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6540041Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6540237Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6540426Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6540618Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6540807Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6540992Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6541167Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6541351Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6541541Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6541728Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6541960Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6542159Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6542351Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6542544Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6542732Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6542919Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6543106Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6543289Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6543479Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6543666Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6543857Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6544045Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6544230Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6544417Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6544602Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6544785Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6544970Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6545140Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6545362Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6545546Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6545833Z test_consistency_SparseBSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6546110Z test_consistency_SparseBSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6546389Z test_consistency_SparseBSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6546669Z test_consistency_SparseBSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:22:20.6546943Z test_consistency_SparseBSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6547208Z test_consistency_SparseBSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6547480Z test_consistency_SparseBSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:22:20.6547757Z test_consistency_SparseBSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6548074Z test_consistency_SparseBSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6548354Z test_consistency_SparseBSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.013s) 2022-11-23T02:22:20.6548631Z test_consistency_SparseBSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6548904Z test_consistency_SparseBSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6549177Z test_consistency_SparseBSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6549449Z test_consistency_SparseBSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6549710Z test_consistency_SparseBSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6549983Z test_consistency_SparseBSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6550255Z test_consistency_SparseBSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6550527Z test_consistency_SparseBSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6550805Z test_consistency_SparseBSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6551117Z test_consistency_SparseBSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6551398Z test_consistency_SparseBSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6551678Z test_consistency_SparseBSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6551951Z test_consistency_SparseBSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6552228Z test_consistency_SparseBSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6552500Z test_consistency_SparseBSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6552770Z test_consistency_SparseBSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6553029Z test_consistency_SparseBSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6553297Z test_consistency_SparseBSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-11-23T02:22:20.6553612Z test_consistency_SparseBSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6553883Z test_consistency_SparseBSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:22:20.6554167Z test_consistency_SparseBSC_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6554442Z test_consistency_SparseBSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6554727Z test_consistency_SparseBSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.011s) 2022-11-23T02:22:20.6555007Z test_consistency_SparseBSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6555284Z test_consistency_SparseBSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6555561Z test_consistency_SparseBSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6555832Z test_consistency_SparseBSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6556104Z test_consistency_SparseBSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6556368Z test_consistency_SparseBSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6556683Z test_consistency_SparseBSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6556959Z test_consistency_SparseBSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6557229Z test_consistency_SparseBSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6557500Z test_consistency_SparseBSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6557778Z test_consistency_SparseBSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6558057Z test_consistency_SparseBSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6558327Z test_consistency_SparseBSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6558597Z test_consistency_SparseBSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:22:20.6558858Z test_consistency_SparseBSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6559127Z test_consistency_SparseBSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6559846Z test_consistency_SparseBSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:22:20.6560107Z test_consistency_SparseBSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6560376Z test_consistency_SparseBSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6560642Z test_consistency_SparseBSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:22:20.6560830Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6561027Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6561217Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6561394Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6561579Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6561765Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6561954Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6562137Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6562319Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6562497Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6562682Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6562911Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6563123Z test_consistency_SparseBSC_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6563329Z test_consistency_SparseBSC_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6563539Z test_consistency_SparseBSC_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6563741Z test_consistency_SparseBSC_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6563942Z test_consistency_SparseBSC_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6564142Z test_consistency_SparseBSC_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6564347Z test_consistency_SparseBSC_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6564545Z test_consistency_SparseBSC_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6564741Z test_consistency_SparseBSC_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6564940Z test_consistency_SparseBSC_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6565137Z test_consistency_SparseBSC_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6565335Z test_consistency_SparseBSC_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6565533Z test_consistency_SparseBSC_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6565756Z test_consistency_SparseBSC_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6565946Z test_consistency_SparseBSC_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6566138Z test_consistency_SparseBSC_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6566323Z test_consistency_SparseBSC_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6566506Z test_consistency_SparseBSC_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6566696Z test_consistency_SparseBSC_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6566888Z test_consistency_SparseBSC_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6567084Z test_consistency_SparseBSC_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6567274Z test_consistency_SparseBSC_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6567470Z test_consistency_SparseBSC_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6567664Z test_consistency_SparseBSC_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6567851Z test_consistency_SparseBSC_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6568039Z test_consistency_SparseBSC_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6568226Z test_consistency_SparseBSC_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6568415Z test_consistency_SparseBSC_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6568604Z test_consistency_SparseBSC_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6568789Z test_consistency_SparseBSC_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6569121Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.013s) 2022-11-23T02:22:20.6569402Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6569680Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6569954Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6570227Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6570489Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6570760Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6570953Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6571141Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6571328Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6571548Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6571733Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6571920Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6572106Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6572294Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6572481Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6572664Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6572856Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6573046Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6573236Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6573423Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6573607Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6573790Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6573973Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6574153Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6574334Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6574513Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6574693Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6574922Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6575102Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6575275Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6575464Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6575650Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6575834Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6576017Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6576203Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6576387Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6576569Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6576764Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6576954Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6577143Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6577417Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6577601Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6577836Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6578023Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6578211Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6578398Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6578586Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6578773Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6578953Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6579145Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6579319Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6579505Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6579690Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6579871Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6580051Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6580227Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6580407Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6580583Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6580772Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6580948Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6581182Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6581375Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6581560Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6581745Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6581929Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6582111Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6582297Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6582481Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6582660Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6582848Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6583018Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6583211Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6583401Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6583586Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6583818Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6584001Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6584185Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6584369Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6584550Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6584728Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6584914Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6585097Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6585291Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6585478Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6585669Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6585855Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6586038Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6586218Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6586400Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6586580Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6586756Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6586933Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6587494Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6587701Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6587892Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6588080Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6588267Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6588452Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6588632Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6588817Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6589003Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6589184Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6589462Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6589732Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6590008Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6590330Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6590600Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6590872Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:22:20.6591142Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6591408Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6591666Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:22:20.6592003Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:22:20.6592272Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.008s) 2022-11-23T02:22:20.6592583Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:22:20.6592779Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6592968Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6593157Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6593344Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6593578Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6593765Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6593936Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6594115Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6594305Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6594497Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6594685Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6594875Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6595064Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6595249Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6595433Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6595614Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6595797Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6595980Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6596162Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6596387Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6596581Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6596767Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6596964Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6597155Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6597343Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6597530Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6597718Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6597936Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6598124Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6598308Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6598538Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6598723Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6598910Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6599094Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6599286Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6599478Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6599712Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6599902Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6600084Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6600265Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6600447Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6600629Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6600809Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6601004Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6601187Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6601385Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6601576Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6601750Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6601936Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6602122Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6602305Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6602575Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6602787Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6602993Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6603203Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6603408Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6603623Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6603844Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6604111Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6604322Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6604568Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6604778Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6604982Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6605187Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6605392Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6605607Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6605810Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6606030Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6606208Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6606462Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6606672Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6606879Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6607084Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6607290Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6607493Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6607699Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6607912Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6608121Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6608330Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6608535Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6608737Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6608941Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6609144Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6609399Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6609624Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6609887Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6610124Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6610352Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6610620Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6610809Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6611032Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6611254Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6611471Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6611689Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6611906Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6612123Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6612338Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.6612557Z test_consistency_SparseBSR_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6612768Z test_consistency_SparseBSR_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6612985Z test_consistency_SparseBSR_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6613240Z test_consistency_SparseBSR_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6613449Z test_consistency_SparseBSR_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6613661Z test_consistency_SparseBSR_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6613869Z test_consistency_SparseBSR_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6614077Z test_consistency_SparseBSR_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6614287Z test_consistency_SparseBSR_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6614495Z test_consistency_SparseBSR_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6614706Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6614914Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6615124Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6615330Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6615497Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6615699Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6615946Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6616153Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6616398Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6616612Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6616870Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6617086Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6617388Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6617608Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6617819Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6618029Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6618240Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6618448Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6618661Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6618870Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6619078Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6619288Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6619493Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6619697Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6619869Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6620070Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6620323Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6620547Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6620756Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6620965Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6621167Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6621369Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6621583Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6621786Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6621989Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6622244Z test_consistency_SparseBSR_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6622459Z test_consistency_SparseBSR_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6622668Z test_consistency_SparseBSR_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6622931Z test_consistency_SparseBSR_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6623144Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6633515Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6633815Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6634027Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6634287Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6634483Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6634674Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6634913Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6635104Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6635299Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6635486Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6635674Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6635847Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6636043Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6636228Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6636426Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6636618Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6636809Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6636998Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6637337Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6637526Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6637713Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6637899Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6638084Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6638271Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6638472Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6638662Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6638860Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6639050Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6639238Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6639427Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6639618Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6639805Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6640037Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6640279Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6640480Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6640669Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6640900Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6641090Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6641276Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6641465Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6641654Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6641844Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6642033Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6642221Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6642409Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6642595Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6642782Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6642968Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6643157Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6643341Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6643574Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6643760Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6643941Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6644212Z test_consistency_SparseBSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6644492Z test_consistency_SparseBSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.013s) 2022-11-23T02:22:20.6644773Z test_consistency_SparseBSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6645047Z test_consistency_SparseBSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6645323Z test_consistency_SparseBSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6645595Z test_consistency_SparseBSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6645868Z test_consistency_SparseBSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6646234Z test_consistency_SparseBSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6646511Z test_consistency_SparseBSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6646829Z test_consistency_SparseBSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6647109Z test_consistency_SparseBSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6647382Z test_consistency_SparseBSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6647652Z test_consistency_SparseBSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6647926Z test_consistency_SparseBSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6648196Z test_consistency_SparseBSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:22:20.6648464Z test_consistency_SparseBSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6648734Z test_consistency_SparseBSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6649008Z test_consistency_SparseBSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.012s) 2022-11-23T02:22:20.6649331Z test_consistency_SparseBSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6649605Z test_consistency_SparseBSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6649886Z test_consistency_SparseBSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6650163Z test_consistency_SparseBSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6650440Z test_consistency_SparseBSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6650716Z test_consistency_SparseBSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6650982Z test_consistency_SparseBSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6651252Z test_consistency_SparseBSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6651521Z test_consistency_SparseBSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6651792Z test_consistency_SparseBSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6652111Z test_consistency_SparseBSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-11-23T02:22:20.6652425Z test_consistency_SparseBSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6652707Z test_consistency_SparseBSR_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:22:20.6653023Z test_consistency_SparseBSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6653308Z test_consistency_SparseBSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6653593Z test_consistency_SparseBSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.010s) 2022-11-23T02:22:20.6653870Z test_consistency_SparseBSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6654144Z test_consistency_SparseBSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6654414Z test_consistency_SparseBSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6654677Z test_consistency_SparseBSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6654951Z test_consistency_SparseBSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6655270Z test_consistency_SparseBSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6655545Z test_consistency_SparseBSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6655819Z test_consistency_SparseBSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6656089Z test_consistency_SparseBSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6656366Z test_consistency_SparseBSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6656646Z test_consistency_SparseBSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6656917Z test_consistency_SparseBSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6657181Z test_consistency_SparseBSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6657538Z test_consistency_SparseBSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:22:20.6657857Z test_consistency_SparseBSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.009s) 2022-11-23T02:22:20.6658170Z test_consistency_SparseBSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6658443Z test_consistency_SparseBSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6658714Z test_consistency_SparseBSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6659022Z test_consistency_SparseBSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6659223Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6659418Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6659613Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6659805Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6659993Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6660181Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6660353Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6660536Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6660723Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6660905Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6661135Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6661315Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6661528Z test_consistency_SparseBSR_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6661736Z test_consistency_SparseBSR_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6661943Z test_consistency_SparseBSR_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6662146Z test_consistency_SparseBSR_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6662351Z test_consistency_SparseBSR_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6662555Z test_consistency_SparseBSR_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6662761Z test_consistency_SparseBSR_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6662960Z test_consistency_SparseBSR_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6663159Z test_consistency_SparseBSR_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6663358Z test_consistency_SparseBSR_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6663555Z test_consistency_SparseBSR_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6663753Z test_consistency_SparseBSR_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6663990Z test_consistency_SparseBSR_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6664225Z test_consistency_SparseBSR_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6664418Z test_consistency_SparseBSR_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6664609Z test_consistency_SparseBSR_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6664826Z test_consistency_SparseBSR_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6665013Z test_consistency_SparseBSR_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6665203Z test_consistency_SparseBSR_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6665394Z test_consistency_SparseBSR_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6665590Z test_consistency_SparseBSR_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6665781Z test_consistency_SparseBSR_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6665975Z test_consistency_SparseBSR_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6666165Z test_consistency_SparseBSR_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6666349Z test_consistency_SparseBSR_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6666537Z test_consistency_SparseBSR_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6666725Z test_consistency_SparseBSR_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6666914Z test_consistency_SparseBSR_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6667103Z test_consistency_SparseBSR_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6667335Z test_consistency_SparseBSR_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6667615Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6667892Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6668172Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6668445Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6668722Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6668992Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6669252Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6669445Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6669634Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6670389Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6670578Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6670815Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6670990Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6671178Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6671367Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6671555Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6671740Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6671933Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6672124Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6672313Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6672499Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6672684Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6672870Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6673051Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6673231Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6673411Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6673593Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6673823Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6674013Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6674195Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6674384Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6674570Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6674757Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6674926Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6675112Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6675294Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6675477Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6675662Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6675858Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6676043Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6676285Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6676479Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6676714Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6676946Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6677140Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6677328Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6677514Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6677703Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6677893Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6678075Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6678269Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6678456Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6678646Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6678833Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6679002Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6679183Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6679363Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6679543Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6679723Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6679912Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6680137Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6680332Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6680524Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6680711Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6680899Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6681081Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6681266Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6681449Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6681630Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6681811Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6681998Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6682225Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6682421Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6682611Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6682879Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6683070Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6683254Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6683437Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6683617Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6683800Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6683979Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6684165Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6684354Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6684545Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6684735Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6684923Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6685108Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6685290Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6685470Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6685646Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6685828Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6686010Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6686242Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6686422Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6686615Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6686806Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6686994Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6687167Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6687350Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6687533Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6687716Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6687897Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6688082Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6688407Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6688676Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6688996Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6689324Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6689594Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6689864Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6690134Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6690400Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6690661Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:22:20.6690918Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6691185Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6691451Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:22:20.6691645Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6691836Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6692028Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6692259Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6692449Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6692635Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6692821Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6693001Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6693189Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6693381Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6693572Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6693748Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6693932Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6694160Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6694346Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6694527Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6694708Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6694939Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6695172Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6695354Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6695547Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6695732Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6695929Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6696120Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6696307Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6696495Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6696685Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6696872Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6697056Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6697339Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6697526Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6697696Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6697883Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6698064Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6698259Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6698860Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6699056Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6699243Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6699427Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6699610Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6699791Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6699971Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6700208Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6700403Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6700587Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6700823Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6701019Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6701206Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6701392Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6701576Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6701813Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6701996Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6702166Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6702345Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6702534Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6702718Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6702911Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6703103Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6703294Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6703483Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6703669Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6703852Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6704034Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6704214Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6704397Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6704587Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6704772Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6704968Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6705201Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6705390Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6705577Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6705762Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6705948Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6706120Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6706351Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6706533Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6706723Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6706957Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6707147Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6707330Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6707509Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6707691Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6707922Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6708104Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6708308Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6708506Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6708712Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6708917Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6709119Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6709319Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6709522Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6709721Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6709917Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6710111Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6710307Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6710489Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6710684Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6710880Z test_consistency_SparseCSC_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6711073Z test_consistency_SparseCSC_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6711311Z test_consistency_SparseCSC_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6711505Z test_consistency_SparseCSC_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6711698Z test_consistency_SparseCSC_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6711886Z test_consistency_SparseCSC_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6712079Z test_consistency_SparseCSC_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6712315Z test_consistency_SparseCSC_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6712506Z test_consistency_SparseCSC_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6712692Z test_consistency_SparseCSC_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6712882Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6713109Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6713296Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6713482Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6713664Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6713844Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6714021Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6714252Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6714416Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6714608Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6714793Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6714984Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6715170Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6715358Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6715546Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6715733Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6715920Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6716104Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6716294Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6716477Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6716665Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6716852Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6717037Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6717222Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6717405Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6717634Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6717816Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6718006Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6718190Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6718368Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6718588Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6718775Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6718955Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6719178Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6719361Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6719548Z test_consistency_SparseCSC_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6719737Z test_consistency_SparseCSC_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6719925Z test_consistency_SparseCSC_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6720112Z test_consistency_SparseCSC_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6720349Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6720530Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6720726Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6720917Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6721102Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6721288Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6721473Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6721659Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6721843Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6722025Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6722212Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6722384Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6722565Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6722754Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6722936Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6723129Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6723322Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6723511Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6723738Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6723926Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6724108Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6724289Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6724513Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6724700Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6724881Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6725081Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6725316Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6725512Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6725700Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6725885Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6726076Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6726259Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6726476Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6726660Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6726850Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6727046Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6727233Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6727421Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6727605Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6727792Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6727982Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6728168Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6728352Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6728537Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6728723Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6728914Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6729099Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6729286Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6729473Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6729658Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6729882Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6730066Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6730244Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6730412Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6730749Z test_consistency_SparseCSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6731031Z test_consistency_SparseCSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6731310Z test_consistency_SparseCSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.011s) 2022-11-23T02:22:20.6731627Z test_consistency_SparseCSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6731910Z test_consistency_SparseCSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6732182Z test_consistency_SparseCSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6732454Z test_consistency_SparseCSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6732778Z test_consistency_SparseCSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6733051Z test_consistency_SparseCSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6733332Z test_consistency_SparseCSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6733607Z test_consistency_SparseCSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6733879Z test_consistency_SparseCSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6734150Z test_consistency_SparseCSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-11-23T02:22:20.6734421Z test_consistency_SparseCSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-11-23T02:22:20.6734688Z test_consistency_SparseCSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T02:22:20.6734960Z test_consistency_SparseCSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6735229Z test_consistency_SparseCSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6735544Z test_consistency_SparseCSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6735823Z test_consistency_SparseCSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6736096Z test_consistency_SparseCSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6736375Z test_consistency_SparseCSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6736653Z test_consistency_SparseCSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6736973Z test_consistency_SparseCSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6737332Z test_consistency_SparseCSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6737643Z test_consistency_SparseCSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6737915Z test_consistency_SparseCSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6738186Z test_consistency_SparseCSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6738511Z test_consistency_SparseCSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T02:22:20.6738784Z test_consistency_SparseCSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6739052Z test_consistency_SparseCSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6739332Z test_consistency_SparseCSC_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.013s) 2022-11-23T02:22:20.6739607Z test_consistency_SparseCSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6739891Z test_consistency_SparseCSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6740175Z test_consistency_SparseCSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6740452Z test_consistency_SparseCSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6740729Z test_consistency_SparseCSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6741001Z test_consistency_SparseCSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6741268Z test_consistency_SparseCSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6741584Z test_consistency_SparseCSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6741859Z test_consistency_SparseCSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6742131Z test_consistency_SparseCSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6742405Z test_consistency_SparseCSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6742677Z test_consistency_SparseCSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6743002Z test_consistency_SparseCSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T02:22:20.6743280Z test_consistency_SparseCSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6743554Z test_consistency_SparseCSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6743867Z test_consistency_SparseCSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.010s) 2022-11-23T02:22:20.6744187Z test_consistency_SparseCSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6744456Z test_consistency_SparseCSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:22:20.6744716Z test_consistency_SparseCSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.012s) 2022-11-23T02:22:20.6744985Z test_consistency_SparseCSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6745253Z test_consistency_SparseCSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6745515Z test_consistency_SparseCSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6745708Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6745902Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6746095Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6746285Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6746471Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6746658Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6746832Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6747018Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6747201Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6747427Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6747612Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6747792Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6748002Z test_consistency_SparseCSC_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6748211Z test_consistency_SparseCSC_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6748418Z test_consistency_SparseCSC_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6748624Z test_consistency_SparseCSC_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6748825Z test_consistency_SparseCSC_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6749079Z test_consistency_SparseCSC_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6749285Z test_consistency_SparseCSC_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6749486Z test_consistency_SparseCSC_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6749729Z test_consistency_SparseCSC_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6749932Z test_consistency_SparseCSC_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6750129Z test_consistency_SparseCSC_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6750369Z test_consistency_SparseCSC_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6750566Z test_consistency_SparseCSC_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6750755Z test_consistency_SparseCSC_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6750941Z test_consistency_SparseCSC_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6751131Z test_consistency_SparseCSC_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6751301Z test_consistency_SparseCSC_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6751482Z test_consistency_SparseCSC_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6751672Z test_consistency_SparseCSC_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6751861Z test_consistency_SparseCSC_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6752056Z test_consistency_SparseCSC_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6752247Z test_consistency_SparseCSC_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6752444Z test_consistency_SparseCSC_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6752630Z test_consistency_SparseCSC_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6752814Z test_consistency_SparseCSC_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6753002Z test_consistency_SparseCSC_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6753194Z test_consistency_SparseCSC_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6753381Z test_consistency_SparseCSC_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6753615Z test_consistency_SparseCSC_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6753803Z test_consistency_SparseCSC_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6754080Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6754359Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6754637Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6754915Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:22:20.6755234Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6755506Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:22:20.6755815Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-11-23T02:22:20.6756008Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6756242Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6756432Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6756620Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6756808Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6756979Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6757166Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6757349Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6757537Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6757722Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6757916Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6758106Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6758293Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6758477Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6758661Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6758844Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6759027Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6759208Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6759389Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6759615Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6759797Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6759989Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6760170Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6760357Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6760544Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6760717Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6760901Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6761130Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6761319Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6761499Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6761730Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6761928Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6762114Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6762307Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6762544Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6762730Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6762922Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6763110Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6763295Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6763483Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6763665Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6763850Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6764033Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6764221Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6764410Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6764594Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6764765Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6764947Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6765128Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6765308Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6765490Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6765668Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6765899Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6766080Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6766276Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6766465Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6766650Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6766836Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6767025Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6767250Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6767434Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6767614Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6767839Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6768028Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6768211Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6768403Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6769376Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6769550Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6769741Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6769921Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6770103Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6770288Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6770469Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6770651Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6770842Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6771028Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6771221Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6771411Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6771598Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6771785Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6771963Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6772145Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6772321Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6772504Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6772739Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6772927Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6773160Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6773343Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6773532Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6773760Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6773949Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6774135Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6774320Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6774500Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6774684Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6774870Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6775069Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6775259Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6775458Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6775714Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6775912Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6776102Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6776287Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6776478Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6776666Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6776854Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6777043Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6777326Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6777510Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6777702Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6777889Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6778073Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6778257Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6778446Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6778630Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6778814Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6779092Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6779294Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6779485Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6779673Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6779902Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6780089Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6780275Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6780458Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6780640Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6780819Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6781000Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6781176Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6781368Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6781540Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6781737Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6781977Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6782167Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6782355Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6782542Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6782734Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6782915Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6783099Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6783282Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6783466Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6783653Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6783838Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6784030Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6784220Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6784404Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6784590Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6784772Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6784955Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6785179Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6785410Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6785579Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6785815Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6786002Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6786197Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6786387Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6786577Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6786764Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6786948Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6787132Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6787316Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6787498Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6787679Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6787866Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6788096Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6788286Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6788480Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6788667Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6788853Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6789036Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6789217Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6789400Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6789568Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6789749Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6789941Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6790122Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6790319Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6790510Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6790699Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6790886Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6791117Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6791303Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6791533Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6791754Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6791937Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6792125Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6792314Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6792503Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6792688Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6792870Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6793051Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6793234Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6793400Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6793604Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6793803Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6794010Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6794264Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6794469Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6794674Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6794874Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6795075Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6795270Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6795467Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6795660Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6795858Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6796058Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6796256Z test_consistency_SparseCSR_deg2rad_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6796446Z test_consistency_SparseCSR_deg2rad_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6796638Z test_consistency_SparseCSR_deg2rad_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6796826Z test_consistency_SparseCSR_deg2rad_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6797009Z test_consistency_SparseCSR_deg2rad_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6797242Z test_consistency_SparseCSR_deg2rad_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6797436Z test_consistency_SparseCSR_deg2rad_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6798077Z test_consistency_SparseCSR_deg2rad_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6798264Z test_consistency_SparseCSR_deg2rad_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6798454Z test_consistency_SparseCSR_deg2rad_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6798644Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6798826Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6799014Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6799199Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6799384Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6799567Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6799746Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6799925Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6800107Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6800297Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6800481Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6800674Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6800914Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6801102Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6801290Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6801476Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6801661Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6801845Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6802036Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6802205Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6802396Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6802581Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6802764Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6802947Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6803178Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6803366Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6803546Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6803777Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6803968Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6804157Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6804386Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6804569Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6804752Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6804933Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6805112Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6805299Z test_consistency_SparseCSR_frac_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6805487Z test_consistency_SparseCSR_frac_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6805675Z test_consistency_SparseCSR_frac_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6805865Z test_consistency_SparseCSR_frac_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6806043Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6806228Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6806424Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6806618Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6806805Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6807038Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6807224Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6807410Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6807592Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6807776Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6807959Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6808143Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6808321Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6808514Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6808694Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6808891Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6809130Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6809318Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6809504Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6809693Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6809916Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6810088Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.6810270Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6810501Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6810685Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6810882Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6811072Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6811267Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6811466Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6811660Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6811849Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6812034Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6812217Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6812404Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6812594Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6812792Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6812980Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6813223Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6813417Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6813609Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6813796Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6813980Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6814162Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6814336Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6814525Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6814714Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6814899Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6815130Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6815317Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6815503Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6815692Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6815922Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6816107Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6816291Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6816926Z test_consistency_SparseCSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\_ops.py:767: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:22:20.6817026Z new_values.scatter_reduce_( 2022-11-23T02:22:20.6817096Z ok (0.009s) 2022-11-23T02:22:20.6817393Z test_consistency_SparseCSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.6817594Z test_consistency_SparseCSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6817792Z test_consistency_SparseCSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.6818073Z test_consistency_SparseCSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6818344Z test_consistency_SparseCSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:22:20.6818618Z test_consistency_SparseCSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6818888Z test_consistency_SparseCSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6819155Z test_consistency_SparseCSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:22:20.6819407Z test_consistency_SparseCSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6819604Z test_consistency_SparseCSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.6819802Z test_consistency_SparseCSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.6819995Z test_consistency_SparseCSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.6820250Z test_consistency_SparseCSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T02:22:20.6820524Z test_consistency_SparseCSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T02:22:20.6820797Z test_consistency_SparseCSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-11-23T02:22:20.6821120Z test_consistency_SparseCSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-11-23T02:22:20.6821393Z test_consistency_SparseCSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6821591Z test_consistency_SparseCSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.6821913Z test_consistency_SparseCSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6822195Z test_consistency_SparseCSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:22:20.6822474Z test_consistency_SparseCSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6822718Z test_consistency_SparseCSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.6822916Z test_consistency_SparseCSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.6823108Z test_consistency_SparseCSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6823381Z test_consistency_SparseCSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:22:20.6823653Z test_consistency_SparseCSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6823926Z test_consistency_SparseCSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:22:20.6824198Z test_consistency_SparseCSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:22:20.6824473Z test_consistency_SparseCSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:22:20.6824672Z test_consistency_SparseCSR_masked_prod_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.6824867Z test_consistency_SparseCSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6825070Z test_consistency_SparseCSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6825317Z test_consistency_SparseCSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6825515Z test_consistency_SparseCSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.6825712Z test_consistency_SparseCSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6825907Z test_consistency_SparseCSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6826099Z test_consistency_SparseCSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6826287Z test_consistency_SparseCSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6826479Z test_consistency_SparseCSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6826670Z test_consistency_SparseCSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6826866Z test_consistency_SparseCSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.6827064Z test_consistency_SparseCSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6827307Z test_consistency_SparseCSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6827494Z test_consistency_SparseCSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6827688Z test_consistency_SparseCSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6827921Z test_consistency_SparseCSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.6828113Z test_consistency_SparseCSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.6828303Z test_consistency_SparseCSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6828492Z test_consistency_SparseCSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6828724Z test_consistency_SparseCSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6828913Z test_consistency_SparseCSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6829106Z test_consistency_SparseCSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6829294Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6829486Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6829675Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6829863Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6830051Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6830238Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6830423Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6830605Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6830786Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6830967Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6831148Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6831325Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6831572Z test_consistency_SparseCSR_nn_functional_relu_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6831781Z test_consistency_SparseCSR_nn_functional_relu_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6831987Z test_consistency_SparseCSR_nn_functional_relu_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6832188Z test_consistency_SparseCSR_nn_functional_relu_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6832390Z test_consistency_SparseCSR_nn_functional_relu_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6832588Z test_consistency_SparseCSR_nn_functional_relu_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6832790Z test_consistency_SparseCSR_nn_functional_relu_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6832997Z test_consistency_SparseCSR_nn_functional_relu_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6833244Z test_consistency_SparseCSR_positive_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6833448Z test_consistency_SparseCSR_positive_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6833647Z test_consistency_SparseCSR_positive_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6833890Z test_consistency_SparseCSR_positive_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6834087Z test_consistency_SparseCSR_positive_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6834281Z test_consistency_SparseCSR_positive_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6834468Z test_consistency_SparseCSR_positive_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6834661Z test_consistency_SparseCSR_positive_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6834845Z test_consistency_SparseCSR_positive_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6835084Z test_consistency_SparseCSR_positive_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6835275Z test_consistency_SparseCSR_positive_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6835465Z test_consistency_SparseCSR_positive_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6835658Z test_consistency_SparseCSR_rad2deg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6835846Z test_consistency_SparseCSR_rad2deg_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6836024Z test_consistency_SparseCSR_rad2deg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6836211Z test_consistency_SparseCSR_rad2deg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6836396Z test_consistency_SparseCSR_rad2deg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6836584Z test_consistency_SparseCSR_rad2deg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6836771Z test_consistency_SparseCSR_rad2deg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6836961Z test_consistency_SparseCSR_rad2deg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6837153Z test_consistency_SparseCSR_rad2deg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6837342Z test_consistency_SparseCSR_rad2deg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6837542Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6837787Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6837988Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6838186Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6838380Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6838575Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6838767Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6838959Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6839198Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6839492Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6839769Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6840059Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6840853Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6841280Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6841567Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6841867Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6842161Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6842475Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6842997Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6843319Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6843609Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6843895Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6844188Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6844468Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6844762Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6845058Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6845358Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6845662Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6846043Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6846383Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6846754Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6847096Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6847460Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6848034Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6848331Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6848646Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6848984Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6849283Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6849633Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6849997Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6850327Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6850675Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6851030Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6851380Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6851733Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6852145Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6852474Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6852824Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6853150Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6853450Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6853771Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6854270Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6854608Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6854932Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6855260Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6855578Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6855905Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6856252Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6856586Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6856936Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6857362Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6857685Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6858013Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6858374Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6858696Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6859213Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6859537Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6859865Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6860193Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6860514Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6860847Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6861162Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6861509Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6861865Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6862180Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6862531Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6862852Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6863185Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6863514Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6863851Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6864230Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6864578Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6864940Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6865424Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6865773Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6866113Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6866451Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6866784Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6867112Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6867434Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6867772Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6868105Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6868453Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6868750Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6869089Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6869416Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6869740Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6870066Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6870595Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6870956Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6871289Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6871603Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6871924Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6872262Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6872580Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6872916Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6873233Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6873552Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6873875Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6874184Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6874510Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6874805Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6875118Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6875463Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6875813Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6876337Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6876698Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6877064Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6877386Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6877720Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6878011Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6878313Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6878639Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6878955Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6879230Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6879523Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6879799Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6880076Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6880342Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6880602Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6881011Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6881301Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6881596Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6881883Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6882212Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6882505Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6882801Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6883096Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6883384Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6883698Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6884003Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6884276Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6884551Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6884814Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6885076Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6885342Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6885648Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6885934Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6886229Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6886561Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6886997Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6887322Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6887608Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6887921Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6888264Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6888549Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6888849Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.6889134Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6889421Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6889721Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6890007Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6890302Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6890576Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6890845Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6891100Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6891273Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6892028Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6892193Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6892366Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6892534Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6892703Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6892888Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6893076Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6893250Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6893436Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6893627Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6893812Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6893990Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6894238Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6894420Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6894596Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6894813Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6894990Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6895174Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6895351Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6895605Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6895794Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6895972Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6896152Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6896330Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.6896505Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6896681Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6896857Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6897017Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6897193Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6897473Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6897647Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6897833Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.6898014Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6898193Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6898421Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6898596Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6898772Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6898942Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6899118Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6899293Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6899466Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6899648Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6899821Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6900009Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6900243Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6900425Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6900602Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6900767Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6900979Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6901153Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6901326Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6901508Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6901682Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6901900Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6902294Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6902654Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6902994Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6903355Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.6903719Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-11-23T02:22:20.6904099Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.6904478Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.6904848Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.6905214Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.6905577Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.6905928Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-11-23T02:22:20.6906343Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.6906699Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.6907100Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.6907463Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.6907886Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.6908249Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.6908609Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.6908988Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-11-23T02:22:20.6909359Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.6909720Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.6910076Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.6910489Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.6910841Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.6911265Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.6911704Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.6912118Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.6912593Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6913101Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6913498Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6913899Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6914288Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6914656Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6915034Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6915472Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6915856Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6916240Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6916636Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6917022Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6917403Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6917779Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6918148Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6918589Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6919014Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6919399Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6919773Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6920144Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6920515Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6920870Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6921292Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6921668Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.6922061Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6922461Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6922873Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6923287Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6923681Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.6924087Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6924535Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6924978Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6925374Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6925799Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6926205Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6926585Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6926993Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6927401Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6927818Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6928232Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6928698Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6929100Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6929496Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6929874Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6930311Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6930702Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6931138Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6931528Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6931928Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6932325Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6932711Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6933116Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6933521Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6933916Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6934374Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.6934769Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6935153Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6935563Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6935980Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6936430Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6936832Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6937363Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6937777Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6938191Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6938597Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6938997Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6939376Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6939772Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6940163Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6940559Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6940942Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.6942133Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6942619Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6943053Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6943468Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6943916Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6944359Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.6944773Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6945190Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6945595Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6945985Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6946356Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.6946748Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6947158Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6947566Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6948070Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6948478Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6948899Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.6949319Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6949714Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6950111Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6950544Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6951010Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6951401Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6951791Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6952190Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.6952577Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6952975Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6953380Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6953849Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6954304Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6954705Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6955101Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6955543Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-11-23T02:22:20.6955937Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6956326Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6956718Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.6957114Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6957515Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6957916Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6958312Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6958728Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6959134Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6959541Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6959948Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6960343Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6960732Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6961163Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.6961555Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.6961947Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6962344Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6962742Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6963150Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6963559Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6963947Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6964342Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6964824Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6965268Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6965659Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6966055Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6966446Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.6966826Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6967239Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6967634Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6968095Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6968510Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6968916Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6969315Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6969743Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6970146Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6970588Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6970979Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6971373Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6971772Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6972172Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6972557Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6972963Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6973368Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6973830Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6974234Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.6974629Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6975021Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6975397Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6975783Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6976172Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6976564Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6976961Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6977477Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6977887Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.6978282Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6978687Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6979082Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6979474Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6979870Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6980264Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6980712Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6981088Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6981528Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6995304Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6995736Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.6996158Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6996579Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6997003Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6997391Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6997791Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.6998190Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6998581Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.6998971Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.6999363Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.6999761Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7000303Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7000802Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7001213Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7001672Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7002081Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7002481Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7002885Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7003265Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7003658Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7004055Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7004448Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7004841Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7005239Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.7005637Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7006026Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7006439Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7006845Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.7007307Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7007712Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.7008112Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7008508Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7008881Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.7009278Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7009677Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7010080Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7010480Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7010881Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7011287Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7011677Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7012072Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7012464Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7012901Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7013288Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7013678Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7014063Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7014440Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7014860Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7015314Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7015785Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7016246Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7016697Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7017165Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7017728Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7018167Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7018642Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7019108Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7019619Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7020091Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7020502Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.7020861Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.7021202Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-11-23T02:22:20.7021561Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.7021912Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.157s) 2022-11-23T02:22:20.7022272Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.156s) 2022-11-23T02:22:20.7022620Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.046s) 2022-11-23T02:22:20.7022968Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.051s) 2022-11-23T02:22:20.7023374Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7023816Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7024276Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-11-23T02:22:20.7024737Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7025190Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7025686Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7026127Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7026565Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7027004Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7027429Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7027869Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7028314Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T02:22:20.7028765Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7029219Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7029668Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7030126Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7030564Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7031008Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7031457Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7031940Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-11-23T02:22:20.7032381Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7032818Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7033260Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7033703Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7034132Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7034581Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7035035Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7035494Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7035950Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7036401Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7036842Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7037323Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7037745Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7038186Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7038625Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7039065Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7039506Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7039956Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7040412Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7040870Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7041308Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7041750Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7042198Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7042641Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7043078Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7043519Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7044009Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7044453Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7044902Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7045341Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7045801Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7046267Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7046724Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7047182Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7047638Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7048086Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7048533Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7048962Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7049448Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7049895Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7050349Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-11-23T02:22:20.7050801Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7051256Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7051722Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7052175Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7052616Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7053074Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7053521Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T02:22:20.7053965Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7054406Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7054847Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7055295Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7055791Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7056232Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7056689Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7057326Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7057790Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7058287Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7058749Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7059200Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7059644Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7060086Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7060513Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7060957Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7061466Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7061919Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7062378Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7062844Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7063298Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7063751Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7064185Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7064636Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7065081Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7065519Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7065960Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7066405Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7066858Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7067324Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7067778Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7068304Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7068770Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7069234Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7069705Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7070165Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7070630Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7071093Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7071537Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7071993Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-11-23T02:22:20.7072458Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.7072926Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7073447Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-11-23T02:22:20.7073923Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-11-23T02:22:20.7074389Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.7074854Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7075306Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7075762Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7076219Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7076678Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7077137Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7077599Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7078060Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7078523Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7078976Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7079453Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7079970Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7080440Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7080904Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7081361Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7081816Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7082273Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7082735Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7083191Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7083655Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7084122Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7084587Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7085064Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7085583Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7086054Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7086517Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7086960Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7087418Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7087874Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7088337Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7088797Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7089268Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7089737Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7090208Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T02:22:20.7090675Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7091147Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7091619Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7092137Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7092601Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7093067Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7093533Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7094000Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7094467Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7094924Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7095393Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7095865Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7096343Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7096815Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7097380Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7098472Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7098942Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7099395Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7099863Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7100332Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7100797Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7101273Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7101748Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7102225Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7102705Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7103164Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7103635Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7104108Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7104636Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7105103Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7105568Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7106032Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7106501Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7106970Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7107434Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7107910Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7108393Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7108865Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7109335Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7109804Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7110319Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7110780Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7111233Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7111693Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7112157Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7112652Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7113167Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7113679Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7114202Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7114717Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7115228Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-11-23T02:22:20.7115718Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7116226Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.7116773Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.7117283Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7117787Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7118288Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7118798Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7119315Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7119837Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.7120341Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7120857Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7121359Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7121914Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7122420Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7122915Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7123405Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7123897Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7124400Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7124899Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7125402Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7125914Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7126432Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7126941Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7127443Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7127943Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7128492Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7128994Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7129490Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7129972Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7130473Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7130986Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7131494Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7132001Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7132519Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7133029Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7133577Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7134077Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7134562Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7135060Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7135553Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7135797Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7136048Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7136306Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-11-23T02:22:20.7136555Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7136813Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7137068Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7137432Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7137692Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7137998Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7138250Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7138493Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7138733Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7138982Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7139237Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7139488Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7139735Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7139992Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T02:22:20.7140248Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7140543Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7140796Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7141052Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7141299Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7141540Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7141778Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7142023Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7142273Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7142525Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7142768Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7143028Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7143281Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-11-23T02:22:20.7144012Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7144277Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-11-23T02:22:20.7144524Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7144760Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7145003Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7145244Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7145495Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7145746Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7145998Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7146245Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7146499Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7146807Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7147061Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7147307Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7147563Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7147811Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7148060Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7148308Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7148555Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7148800Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7149064Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7149320Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-11-23T02:22:20.7149585Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7149892Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-11-23T02:22:20.7150154Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7150409Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7150669Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7150923Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7151178Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7151426Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7151681Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7151938Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7152197Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7152502Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7152765Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7153026Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7153279Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7153535Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7153791Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7154048Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7154304Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7154554Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7154806Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7155060Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7155320Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7155616Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7155879Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7156138Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7156393Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7156646Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7156893Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7157146Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7157398Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7157642Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7157894Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7158147Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7158450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7158701Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7159044Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7159309Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7159565Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7159865Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7160126Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7160381Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7160632Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7160879Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7161130Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.7161386Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7161701Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7161961Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7162225Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-11-23T02:22:20.7162491Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7162754Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7163016Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7163272Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7163530Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7163787Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-11-23T02:22:20.7164042Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7164344Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7164598Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7164859Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7165113Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7165377Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-11-23T02:22:20.7165643Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7165908Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7166168Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-11-23T02:22:20.7166424Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7166680Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7166932Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7167238Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7167492Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7167748Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7168006Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7168255Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7168521Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-11-23T02:22:20.7168784Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7169045Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7169302Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7169561Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7169813Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7170111Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7170352Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7170601Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7170850Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7171109Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7171358Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7171624Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7171886Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7172146Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7172404Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7172658Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7172955Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7173212Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7173465Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7173720Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-11-23T02:22:20.7173971Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7174153Z test_to_dtype_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7174327Z test_to_dtype_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7174512Z test_to_dtype_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7174693Z test_to_dtype_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-11-23T02:22:20.7174870Z test_to_dtype_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7175041Z test_to_dtype_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-11-23T02:22:20.7175216Z test_to_dtype_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7175390Z test_to_dtype_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7175564Z test_to_dtype_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7175782Z test_to_dtype_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7175952Z test_to_dtype_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-11-23T02:22:20.7176120Z test_to_dtype_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7176298Z test_to_dtype_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7176471Z test_to_dtype_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7176638Z test_to_dtype_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7176818Z test_to_dtype_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7176995Z test_to_dtype_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-11-23T02:22:20.7177171Z test_to_dtype_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7177434Z test_to_dtype_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7177605Z test_to_dtype_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7177771Z test_to_dtype_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7177941Z test_to_dtype_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-11-23T02:22:20.7178110Z test_to_dtype_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7178280Z test_to_dtype_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-11-23T02:22:20.7178458Z test_to_dtype_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7178631Z test_to_dtype_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7178814Z test_to_dtype_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7178993Z test_to_dtype_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7179220Z test_to_dtype_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7179395Z test_to_dtype_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-11-23T02:22:20.7179565Z test_to_dtype_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7179737Z test_to_dtype_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7179905Z test_to_dtype_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7180065Z test_to_dtype_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7180235Z test_to_dtype_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7180408Z test_to_dtype_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7180587Z test_to_dtype_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7180759Z test_to_dtype_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7180940Z test_to_dtype_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7181119Z test_to_dtype_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7181290Z test_to_dtype_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7181463Z test_to_dtype_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7181643Z test_to_dtype_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7181858Z test_to_dtype_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7182030Z test_to_dtype_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7182199Z test_to_dtype_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-11-23T02:22:20.7182370Z test_to_dtype_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7182538Z test_to_dtype_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7182717Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-11-23T02:22:20.7182893Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7183076Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7183257Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7183419Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7183594Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7183771Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7183940Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-11-23T02:22:20.7184110Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7184279Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7184451Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7184628Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7184806Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7184981Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-11-23T02:22:20.7185208Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7185391Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7185563Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7185732Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-11-23T02:22:20.7185907Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7186078Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7186250Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7186422Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7186591Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7186748Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-11-23T02:22:20.7186925Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-11-23T02:22:20.7187096Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.7187278Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-11-23T02:22:20.7187457Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7187636Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-11-23T02:22:20.7187810Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7188030Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7188201Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7188370Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-11-23T02:22:20.7188541Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7188711Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7188882Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7189058Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7189230Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7189410Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7189593Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7189769Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.7189942Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7190100Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7190270Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7190439Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7190609Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-11-23T02:22:20.7190780Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-11-23T02:22:20.7190954Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-11-23T02:22:20.7190969Z 2022-11-23T02:22:20.7191136Z ---------------------------------------------------------------------- 2022-11-23T02:22:20.7191266Z Ran 4188 tests in 59.515s 2022-11-23T02:22:20.7191274Z 2022-11-23T02:22:20.7191353Z OK (skipped=650) 2022-11-23T02:22:20.7191359Z 2022-11-23T02:22:20.7191449Z Generating XML reports... 2022-11-23T02:22:20.7191701Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRCPU-20221123022119.xml 2022-11-23T02:22:20.7191960Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20221123022119.xml 2022-11-23T02:22:20.7192220Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCompressedCPU-20221123022119.xml 2022-11-23T02:22:20.7192226Z 2022-11-23T02:22:20.7192609Z ##[endgroup] 2022-11-23T02:22:20.7192871Z FINISHED PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_sgnvpl_0) 2022-11-23T02:22:20.7192880Z 2022-11-23T02:22:20.7192998Z Running test_dispatch ... [2022-11-23 02:22:20.598207] 2022-11-23T02:22:20.7193286Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:22:20.599835] 2022-11-23T02:23:14.3077656Z 2022-11-23T02:23:14.3078409Z Expand the folded group to see the log file of test_dispatch 2022-11-23T02:23:14.3079355Z ##[group]PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_66303o32) 2022-11-23T02:23:14.3087606Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:23:14.3087838Z 2022-11-23T02:23:14.3087918Z Running tests... 2022-11-23T02:23:14.3088191Z ---------------------------------------------------------------------- 2022-11-23T02:23:14.3090813Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-11-23T02:23:14.3091178Z test_all_invariants (__main__.TestDispatch) ... ok (0.443s) 2022-11-23T02:23:14.3091485Z test_computed_table (__main__.TestDispatch) ... ok (11.529s) 2022-11-23T02:23:14.3091856Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.021s) 2022-11-23T02:23:14.3092277Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-11-23T02:23:14.3092680Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.340s) 2022-11-23T02:23:14.3093183Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.348s) 2022-11-23T02:23:14.3093597Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (11.243s) 2022-11-23T02:23:14.3093977Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.022s) 2022-11-23T02:23:14.3094329Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.019s) 2022-11-23T02:23:14.3094695Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:23:14.3095048Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T02:23:14.3095335Z test_def (__main__.TestDispatch) ... ok (11.397s) 2022-11-23T02:23:14.3095627Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.691s) 2022-11-23T02:23:14.3095903Z test_def_only (__main__.TestDispatch) ... ok (0.002s) 2022-11-23T02:23:14.3096197Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.002s) 2022-11-23T02:23:14.3096524Z test_def_with_inference (__main__.TestDispatch) ... ok (0.365s) 2022-11-23T02:23:14.3097007Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:23:14.3097465Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:23:14.3098146Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-11-23T02:23:14.3099153Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\dangling_impl_extension... 2022-11-23T02:23:14.3100022Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\dangling_impl_extension\build.ninja... 2022-11-23T02:23:14.3100571Z Building extension module dangling_impl_extension... 2022-11-23T02:23:14.3101048Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:23:14.3102601Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\dangling_impl_extension.cpp /Fodangling_impl_extension.o 2022-11-23T02:23:14.3104065Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:23:14.3104536Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:23:14.3104758Z 2022-11-23T02:23:14.3104984Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:23:14.3105640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:23:14.3106490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3107122Z with 2022-11-23T02:23:14.3107332Z [ 2022-11-23T02:23:14.3107589Z T=c10::SymInt 2022-11-23T02:23:14.3107819Z ] 2022-11-23T02:23:14.3108411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3108916Z with 2022-11-23T02:23:14.3109138Z [ 2022-11-23T02:23:14.3109362Z T=c10::SymInt 2022-11-23T02:23:14.3109608Z ] 2022-11-23T02:23:14.3110207Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3110807Z with 2022-11-23T02:23:14.3111072Z [ 2022-11-23T02:23:14.3111309Z T=c10::SymInt 2022-11-23T02:23:14.3111525Z ] 2022-11-23T02:23:14.3112174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3112768Z with 2022-11-23T02:23:14.3112989Z [ 2022-11-23T02:23:14.3113221Z T=c10::SymInt 2022-11-23T02:23:14.3113440Z ] 2022-11-23T02:23:14.3113992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3114887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3115722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3116140Z with 2022-11-23T02:23:14.3116311Z [ 2022-11-23T02:23:14.3116489Z T=c10::SymInt 2022-11-23T02:23:14.3116728Z ] 2022-11-23T02:23:14.3117113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:23:14.3117790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3118173Z with 2022-11-23T02:23:14.3118335Z [ 2022-11-23T02:23:14.3118519Z T=at::TensorBase 2022-11-23T02:23:14.3118696Z ] 2022-11-23T02:23:14.3119102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3119489Z with 2022-11-23T02:23:14.3119648Z [ 2022-11-23T02:23:14.3119828Z T=at::TensorBase 2022-11-23T02:23:14.3120002Z ] 2022-11-23T02:23:14.3120466Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3120893Z with 2022-11-23T02:23:14.3121044Z [ 2022-11-23T02:23:14.3121224Z T=at::TensorBase 2022-11-23T02:23:14.3121402Z ] 2022-11-23T02:23:14.3121890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3122422Z with 2022-11-23T02:23:14.3122572Z [ 2022-11-23T02:23:14.3122760Z T=at::TensorBase 2022-11-23T02:23:14.3122943Z ] 2022-11-23T02:23:14.3123438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3124159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3124846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3125257Z with 2022-11-23T02:23:14.3125413Z [ 2022-11-23T02:23:14.3125602Z T=at::TensorBase 2022-11-23T02:23:14.3125783Z ] 2022-11-23T02:23:14.3126287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3126675Z with 2022-11-23T02:23:14.3126846Z [ 2022-11-23T02:23:14.3127011Z T=at::Tensor 2022-11-23T02:23:14.3127192Z ] 2022-11-23T02:23:14.3127623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3128016Z with 2022-11-23T02:23:14.3128178Z [ 2022-11-23T02:23:14.3128342Z T=at::Tensor 2022-11-23T02:23:14.3128519Z ] 2022-11-23T02:23:14.3129052Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3129489Z with 2022-11-23T02:23:14.3129656Z [ 2022-11-23T02:23:14.3129892Z T=at::Tensor 2022-11-23T02:23:14.3130052Z ] 2022-11-23T02:23:14.3130589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3131045Z with 2022-11-23T02:23:14.3131212Z [ 2022-11-23T02:23:14.3131388Z T=at::Tensor 2022-11-23T02:23:14.3131560Z ] 2022-11-23T02:23:14.3131972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3132647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3133336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3133748Z with 2022-11-23T02:23:14.3133914Z [ 2022-11-23T02:23:14.3134094Z T=at::Tensor 2022-11-23T02:23:14.3134268Z ] 2022-11-23T02:23:14.3134667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3135683Z with 2022-11-23T02:23:14.3135853Z [ 2022-11-23T02:23:14.3136040Z T=at::Generator 2022-11-23T02:23:14.3136290Z ] 2022-11-23T02:23:14.3136733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3137171Z with 2022-11-23T02:23:14.3137337Z [ 2022-11-23T02:23:14.3137516Z T=at::Generator 2022-11-23T02:23:14.3137691Z ] 2022-11-23T02:23:14.3138156Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3138588Z with 2022-11-23T02:23:14.3138738Z [ 2022-11-23T02:23:14.3138916Z T=at::Generator 2022-11-23T02:23:14.3139096Z ] 2022-11-23T02:23:14.3139586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3140045Z with 2022-11-23T02:23:14.3140194Z [ 2022-11-23T02:23:14.3140375Z T=at::Generator 2022-11-23T02:23:14.3140553Z ] 2022-11-23T02:23:14.3140995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3141664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3142341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3142816Z with 2022-11-23T02:23:14.3142971Z [ 2022-11-23T02:23:14.3143295Z T=at::Generator 2022-11-23T02:23:14.3143484Z ] 2022-11-23T02:23:14.3143896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3144278Z with 2022-11-23T02:23:14.3144443Z [ 2022-11-23T02:23:14.3144604Z T=c10::Scalar 2022-11-23T02:23:14.3144780Z ] 2022-11-23T02:23:14.3145209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3145595Z with 2022-11-23T02:23:14.3145759Z [ 2022-11-23T02:23:14.3145921Z T=c10::Scalar 2022-11-23T02:23:14.3146099Z ] 2022-11-23T02:23:14.3146561Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3146987Z with 2022-11-23T02:23:14.3147146Z [ 2022-11-23T02:23:14.3147325Z T=c10::Scalar 2022-11-23T02:23:14.3147483Z ] 2022-11-23T02:23:14.3147965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3148423Z with 2022-11-23T02:23:14.3148645Z [ 2022-11-23T02:23:14.3148818Z T=c10::Scalar 2022-11-23T02:23:14.3149534Z ] 2022-11-23T02:23:14.3149954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3150624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3151294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3151709Z with 2022-11-23T02:23:14.3151875Z [ 2022-11-23T02:23:14.3152048Z T=c10::Scalar 2022-11-23T02:23:14.3152223Z ] 2022-11-23T02:23:14.3152620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3153001Z with 2022-11-23T02:23:14.3153164Z [ 2022-11-23T02:23:14.3153342Z T=std::string 2022-11-23T02:23:14.3153517Z ] 2022-11-23T02:23:14.3153942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3154319Z with 2022-11-23T02:23:14.3154483Z [ 2022-11-23T02:23:14.3154706Z T=std::string 2022-11-23T02:23:14.3154892Z ] 2022-11-23T02:23:14.3155359Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3155842Z with 2022-11-23T02:23:14.3155995Z [ 2022-11-23T02:23:14.3156167Z T=std::string 2022-11-23T02:23:14.3156340Z ] 2022-11-23T02:23:14.3156892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3157345Z with 2022-11-23T02:23:14.3157495Z [ 2022-11-23T02:23:14.3157672Z T=std::string 2022-11-23T02:23:14.3157855Z ] 2022-11-23T02:23:14.3158281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3158949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3159634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3160040Z with 2022-11-23T02:23:14.3160192Z [ 2022-11-23T02:23:14.3160369Z T=std::string 2022-11-23T02:23:14.3160546Z ] 2022-11-23T02:23:14.3160955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3161381Z with 2022-11-23T02:23:14.3161542Z [ 2022-11-23T02:23:14.3161758Z T=c10::QualifiedName 2022-11-23T02:23:14.3161948Z ] 2022-11-23T02:23:14.3162377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3163191Z with 2022-11-23T02:23:14.3163357Z [ 2022-11-23T02:23:14.3163550Z T=c10::QualifiedName 2022-11-23T02:23:14.3163720Z ] 2022-11-23T02:23:14.3164189Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3164625Z with 2022-11-23T02:23:14.3164789Z [ 2022-11-23T02:23:14.3164980Z T=c10::QualifiedName 2022-11-23T02:23:14.3165150Z ] 2022-11-23T02:23:14.3165639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3166190Z with 2022-11-23T02:23:14.3166359Z [ 2022-11-23T02:23:14.3166545Z T=c10::QualifiedName 2022-11-23T02:23:14.3166730Z ] 2022-11-23T02:23:14.3167191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3167947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3168624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3169027Z with 2022-11-23T02:23:14.3169187Z [ 2022-11-23T02:23:14.3169375Z T=c10::QualifiedName 2022-11-23T02:23:14.3169558Z ] 2022-11-23T02:23:14.3169953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3170335Z with 2022-11-23T02:23:14.3170570Z [ 2022-11-23T02:23:14.3170809Z T=std::shared_ptr 2022-11-23T02:23:14.3171030Z ] 2022-11-23T02:23:14.3171463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3171838Z with 2022-11-23T02:23:14.3172001Z [ 2022-11-23T02:23:14.3172237Z T=std::shared_ptr 2022-11-23T02:23:14.3172457Z ] 2022-11-23T02:23:14.3172923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3173355Z with 2022-11-23T02:23:14.3173564Z [ 2022-11-23T02:23:14.3173794Z T=std::shared_ptr 2022-11-23T02:23:14.3174014Z ] 2022-11-23T02:23:14.3174554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3175011Z with 2022-11-23T02:23:14.3175175Z [ 2022-11-23T02:23:14.3175393Z T=std::shared_ptr 2022-11-23T02:23:14.3175610Z ] 2022-11-23T02:23:14.3176085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3177239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3177961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3178374Z with 2022-11-23T02:23:14.3178544Z [ 2022-11-23T02:23:14.3178783Z T=std::shared_ptr 2022-11-23T02:23:14.3178989Z ] 2022-11-23T02:23:14.3179408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3179855Z with 2022-11-23T02:23:14.3180022Z [ 2022-11-23T02:23:14.3180257Z T=std::weak_ptr 2022-11-23T02:23:14.3180457Z ] 2022-11-23T02:23:14.3181370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3181756Z with 2022-11-23T02:23:14.3181916Z [ 2022-11-23T02:23:14.3182136Z T=std::weak_ptr 2022-11-23T02:23:14.3182357Z ] 2022-11-23T02:23:14.3182823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3183232Z with 2022-11-23T02:23:14.3183391Z [ 2022-11-23T02:23:14.3183616Z T=std::weak_ptr 2022-11-23T02:23:14.3183829Z ] 2022-11-23T02:23:14.3184399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3184900Z with 2022-11-23T02:23:14.3185076Z [ 2022-11-23T02:23:14.3185350Z T=std::weak_ptr 2022-11-23T02:23:14.3185613Z ] 2022-11-23T02:23:14.3186128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3186963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3187785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3188227Z with 2022-11-23T02:23:14.3203150Z [ 2022-11-23T02:23:14.3203446Z T=std::weak_ptr 2022-11-23T02:23:14.3203669Z ] 2022-11-23T02:23:14.3204088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3204480Z with 2022-11-23T02:23:14.3204646Z [ 2022-11-23T02:23:14.3204945Z T=std::vector> 2022-11-23T02:23:14.3205218Z ] 2022-11-23T02:23:14.3205700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3206800Z with 2022-11-23T02:23:14.3206966Z [ 2022-11-23T02:23:14.3207233Z T=std::vector> 2022-11-23T02:23:14.3207471Z ] 2022-11-23T02:23:14.3207936Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3208375Z with 2022-11-23T02:23:14.3208525Z [ 2022-11-23T02:23:14.3208779Z T=std::vector> 2022-11-23T02:23:14.3209021Z ] 2022-11-23T02:23:14.3209513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3209965Z with 2022-11-23T02:23:14.3210127Z [ 2022-11-23T02:23:14.3210366Z T=std::vector> 2022-11-23T02:23:14.3210602Z ] 2022-11-23T02:23:14.3211129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3211967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3212695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3213106Z with 2022-11-23T02:23:14.3213270Z [ 2022-11-23T02:23:14.3213965Z T=std::vector> 2022-11-23T02:23:14.3214198Z ] 2022-11-23T02:23:14.3214611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3214987Z with 2022-11-23T02:23:14.3215150Z [ 2022-11-23T02:23:14.3215367Z T=std::vector> 2022-11-23T02:23:14.3215561Z ] 2022-11-23T02:23:14.3215987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3216386Z with 2022-11-23T02:23:14.3216549Z [ 2022-11-23T02:23:14.3216767Z T=std::vector> 2022-11-23T02:23:14.3216972Z ] 2022-11-23T02:23:14.3217485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3217911Z with 2022-11-23T02:23:14.3218130Z [ 2022-11-23T02:23:14.3218351Z T=std::vector> 2022-11-23T02:23:14.3218555Z ] 2022-11-23T02:23:14.3219048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3219867Z with 2022-11-23T02:23:14.3220017Z [ 2022-11-23T02:23:14.3220237Z T=std::vector> 2022-11-23T02:23:14.3220444Z ] 2022-11-23T02:23:14.3220910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3221626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3222320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3222732Z with 2022-11-23T02:23:14.3222882Z [ 2022-11-23T02:23:14.3223108Z T=std::vector> 2022-11-23T02:23:14.3223386Z ] 2022-11-23T02:23:14.3223802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3224231Z with 2022-11-23T02:23:14.3224392Z [ 2022-11-23T02:23:14.3224646Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3224893Z ] 2022-11-23T02:23:14.3225319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3225711Z with 2022-11-23T02:23:14.3225872Z [ 2022-11-23T02:23:14.3226138Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3226373Z ] 2022-11-23T02:23:14.3227191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3227631Z with 2022-11-23T02:23:14.3227793Z [ 2022-11-23T02:23:14.3228067Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3228310Z ] 2022-11-23T02:23:14.3228790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3229247Z with 2022-11-23T02:23:14.3229477Z [ 2022-11-23T02:23:14.3229743Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3230042Z ] 2022-11-23T02:23:14.3230543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:23:14.3231326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:23:14.3232045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:23:14.3232723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3233473Z with 2022-11-23T02:23:14.3233638Z [ 2022-11-23T02:23:14.3233911Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3234160Z ] 2022-11-23T02:23:14.3234574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3234952Z with 2022-11-23T02:23:14.3235100Z [ 2022-11-23T02:23:14.3235429Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3235675Z ] 2022-11-23T02:23:14.3236151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3236549Z with 2022-11-23T02:23:14.3236712Z [ 2022-11-23T02:23:14.3236955Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3237201Z ] 2022-11-23T02:23:14.3237667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3238097Z with 2022-11-23T02:23:14.3238260Z [ 2022-11-23T02:23:14.3238515Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3238739Z ] 2022-11-23T02:23:14.3239226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3239680Z with 2022-11-23T02:23:14.3239842Z [ 2022-11-23T02:23:14.3240095Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3240334Z ] 2022-11-23T02:23:14.3241168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:23:14.3242072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:23:14.3242761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:23:14.3243436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3243846Z with 2022-11-23T02:23:14.3244008Z [ 2022-11-23T02:23:14.3244266Z T=std::vector,std::allocator>> 2022-11-23T02:23:14.3244506Z ] 2022-11-23T02:23:14.3244914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3245275Z with 2022-11-23T02:23:14.3245437Z [ 2022-11-23T02:23:14.3245663Z T=std::vector> 2022-11-23T02:23:14.3245958Z ] 2022-11-23T02:23:14.3246756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3247147Z with 2022-11-23T02:23:14.3247359Z [ 2022-11-23T02:23:14.3247588Z T=std::vector> 2022-11-23T02:23:14.3247801Z ] 2022-11-23T02:23:14.3248313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3248735Z with 2022-11-23T02:23:14.3248895Z [ 2022-11-23T02:23:14.3249104Z T=std::vector> 2022-11-23T02:23:14.3249311Z ] 2022-11-23T02:23:14.3249802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3250256Z with 2022-11-23T02:23:14.3250416Z [ 2022-11-23T02:23:14.3250639Z T=std::vector> 2022-11-23T02:23:14.3250834Z ] 2022-11-23T02:23:14.3251291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3252001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3252695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3253106Z with 2022-11-23T02:23:14.3253269Z [ 2022-11-23T02:23:14.3253489Z T=std::vector> 2022-11-23T02:23:14.3254081Z ] 2022-11-23T02:23:14.3254572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3254950Z with 2022-11-23T02:23:14.3255111Z [ 2022-11-23T02:23:14.3255364Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:23:14.3255599Z ] 2022-11-23T02:23:14.3256012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3256396Z with 2022-11-23T02:23:14.3256559Z [ 2022-11-23T02:23:14.3256811Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:23:14.3257044Z ] 2022-11-23T02:23:14.3257507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3257932Z with 2022-11-23T02:23:14.3258080Z [ 2022-11-23T02:23:14.3258332Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:23:14.3258566Z ] 2022-11-23T02:23:14.3259053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3259501Z with 2022-11-23T02:23:14.3260077Z [ 2022-11-23T02:23:14.3260373Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:23:14.3260610Z ] 2022-11-23T02:23:14.3261102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3261887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3262676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:23:14.3263411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3263822Z with 2022-11-23T02:23:14.3263984Z [ 2022-11-23T02:23:14.3264222Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:23:14.3264457Z ] 2022-11-23T02:23:14.3264869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3265243Z with 2022-11-23T02:23:14.3265405Z [ 2022-11-23T02:23:14.3265709Z T=c10::impl::InlineStreamGuard 2022-11-23T02:23:14.3265932Z ] 2022-11-23T02:23:14.3266407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3266804Z with 2022-11-23T02:23:14.3266967Z [ 2022-11-23T02:23:14.3267214Z T=c10::impl::InlineStreamGuard 2022-11-23T02:23:14.3267778Z ] 2022-11-23T02:23:14.3268238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3268661Z with 2022-11-23T02:23:14.3268822Z [ 2022-11-23T02:23:14.3269071Z T=c10::impl::InlineStreamGuard 2022-11-23T02:23:14.3269303Z ] 2022-11-23T02:23:14.3269797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3270246Z with 2022-11-23T02:23:14.3270392Z [ 2022-11-23T02:23:14.3270644Z T=c10::impl::InlineStreamGuard 2022-11-23T02:23:14.3270884Z ] 2022-11-23T02:23:14.3271370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3272276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3273064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:23:14.3274165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3274580Z with 2022-11-23T02:23:14.3274731Z [ 2022-11-23T02:23:14.3274983Z T=c10::impl::InlineStreamGuard 2022-11-23T02:23:14.3275217Z ] 2022-11-23T02:23:14.3275627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3276001Z with 2022-11-23T02:23:14.3276163Z [ 2022-11-23T02:23:14.3276348Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:23:14.3276546Z ] 2022-11-23T02:23:14.3276971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3277361Z with 2022-11-23T02:23:14.3277522Z [ 2022-11-23T02:23:14.3277743Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:23:14.3277961Z ] 2022-11-23T02:23:14.3278428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3278914Z with 2022-11-23T02:23:14.3279075Z [ 2022-11-23T02:23:14.3279274Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:23:14.3279454Z ] 2022-11-23T02:23:14.3279944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3280399Z with 2022-11-23T02:23:14.3280561Z [ 2022-11-23T02:23:14.3280759Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:23:14.3280953Z ] 2022-11-23T02:23:14.3281743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3282442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3282842Z with 2022-11-23T02:23:14.3283007Z [ 2022-11-23T02:23:14.3283209Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:23:14.3283407Z ] 2022-11-23T02:23:14.3283888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:23:14.3284669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3285138Z with 2022-11-23T02:23:14.3285302Z [ 2022-11-23T02:23:14.3285501Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:23:14.3285695Z ] 2022-11-23T02:23:14.3286197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3286561Z with 2022-11-23T02:23:14.3286725Z [ 2022-11-23T02:23:14.3287018Z T=std::vector> 2022-11-23T02:23:14.3287654Z ] 2022-11-23T02:23:14.3288083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3288478Z with 2022-11-23T02:23:14.3288628Z [ 2022-11-23T02:23:14.3288920Z T=std::vector> 2022-11-23T02:23:14.3289186Z ] 2022-11-23T02:23:14.3289654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3290084Z with 2022-11-23T02:23:14.3290246Z [ 2022-11-23T02:23:14.3290571Z T=std::vector> 2022-11-23T02:23:14.3290841Z ] 2022-11-23T02:23:14.3291365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3291834Z with 2022-11-23T02:23:14.3291998Z [ 2022-11-23T02:23:14.3292285Z T=std::vector> 2022-11-23T02:23:14.3292549Z ] 2022-11-23T02:23:14.3293057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3293883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3294975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3295397Z with 2022-11-23T02:23:14.3295562Z [ 2022-11-23T02:23:14.3295852Z T=std::vector> 2022-11-23T02:23:14.3296120Z ] 2022-11-23T02:23:14.3296527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3296902Z with 2022-11-23T02:23:14.3297112Z [ 2022-11-23T02:23:14.3297310Z T=torch::autograd::ViewInfo 2022-11-23T02:23:14.3297506Z ] 2022-11-23T02:23:14.3297984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3298378Z with 2022-11-23T02:23:14.3298527Z [ 2022-11-23T02:23:14.3298721Z T=torch::autograd::ViewInfo 2022-11-23T02:23:14.3298908Z ] 2022-11-23T02:23:14.3299371Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3299790Z with 2022-11-23T02:23:14.3299952Z [ 2022-11-23T02:23:14.3300130Z T=torch::autograd::ViewInfo 2022-11-23T02:23:14.3300675Z ] 2022-11-23T02:23:14.3301168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3301617Z with 2022-11-23T02:23:14.3301780Z [ 2022-11-23T02:23:14.3301973Z T=torch::autograd::ViewInfo 2022-11-23T02:23:14.3302150Z ] 2022-11-23T02:23:14.3302595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3303295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3304061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3304525Z with 2022-11-23T02:23:14.3304688Z [ 2022-11-23T02:23:14.3304888Z T=torch::autograd::ViewInfo 2022-11-23T02:23:14.3305063Z ] 2022-11-23T02:23:14.3305465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3305846Z with 2022-11-23T02:23:14.3306014Z [ 2022-11-23T02:23:14.3306188Z T=c10::IValue 2022-11-23T02:23:14.3306347Z ] 2022-11-23T02:23:14.3306766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3307151Z with 2022-11-23T02:23:14.3307313Z [ 2022-11-23T02:23:14.3307486Z T=c10::IValue 2022-11-23T02:23:14.3307656Z ] 2022-11-23T02:23:14.3308448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3308890Z with 2022-11-23T02:23:14.3309054Z [ 2022-11-23T02:23:14.3309232Z T=c10::IValue 2022-11-23T02:23:14.3309403Z ] 2022-11-23T02:23:14.3309928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3310387Z with 2022-11-23T02:23:14.3310536Z [ 2022-11-23T02:23:14.3310738Z T=c10::IValue 2022-11-23T02:23:14.3310933Z ] 2022-11-23T02:23:14.3311359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3312024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3312704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3313100Z with 2022-11-23T02:23:14.3313264Z [ 2022-11-23T02:23:14.3313438Z T=c10::IValue 2022-11-23T02:23:14.3313610Z ] 2022-11-23T02:23:14.3314018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3314761Z with 2022-11-23T02:23:14.3314909Z [ 2022-11-23T02:23:14.3315091Z T=c10::AliasInfo 2022-11-23T02:23:14.3315271Z ] 2022-11-23T02:23:14.3315693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3316087Z with 2022-11-23T02:23:14.3316246Z [ 2022-11-23T02:23:14.3316458Z T=c10::AliasInfo 2022-11-23T02:23:14.3316652Z ] 2022-11-23T02:23:14.3317116Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3317600Z with 2022-11-23T02:23:14.3317762Z [ 2022-11-23T02:23:14.3317926Z T=c10::AliasInfo 2022-11-23T02:23:14.3318103Z ] 2022-11-23T02:23:14.3318599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3319053Z with 2022-11-23T02:23:14.3319211Z [ 2022-11-23T02:23:14.3319388Z T=c10::AliasInfo 2022-11-23T02:23:14.3319548Z ] 2022-11-23T02:23:14.3319974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3320652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3321697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3322111Z with 2022-11-23T02:23:14.3322273Z [ 2022-11-23T02:23:14.3322452Z T=c10::AliasInfo 2022-11-23T02:23:14.3322618Z ] 2022-11-23T02:23:14.3323094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3323478Z with 2022-11-23T02:23:14.3323642Z [ 2022-11-23T02:23:14.3323931Z T=std::vector> 2022-11-23T02:23:14.3324150Z ] 2022-11-23T02:23:14.3324554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3324949Z with 2022-11-23T02:23:14.3325108Z [ 2022-11-23T02:23:14.3325346Z T=std::vector> 2022-11-23T02:23:14.3325560Z ] 2022-11-23T02:23:14.3326112Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3326534Z with 2022-11-23T02:23:14.3326699Z [ 2022-11-23T02:23:14.3326930Z T=std::vector> 2022-11-23T02:23:14.3327144Z ] 2022-11-23T02:23:14.3327635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3328457Z with 2022-11-23T02:23:14.3328607Z [ 2022-11-23T02:23:14.3328840Z T=std::vector> 2022-11-23T02:23:14.3329061Z ] 2022-11-23T02:23:14.3329580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3329999Z with 2022-11-23T02:23:14.3330207Z [ 2022-11-23T02:23:14.3330376Z T=c10::SymInt 2022-11-23T02:23:14.3330548Z ] 2022-11-23T02:23:14.3330998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3331413Z with 2022-11-23T02:23:14.3331574Z [ 2022-11-23T02:23:14.3331744Z T=c10::SymInt 2022-11-23T02:23:14.3331902Z ] 2022-11-23T02:23:14.3332375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:23:14.3333179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:23:14.3333942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3334352Z with 2022-11-23T02:23:14.3334519Z [ 2022-11-23T02:23:14.3334750Z T=std::vector> 2022-11-23T02:23:14.3334955Z ] 2022-11-23T02:23:14.3335711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3336156Z with 2022-11-23T02:23:14.3336319Z [ 2022-11-23T02:23:14.3336586Z T=c10::either 2022-11-23T02:23:14.3336833Z ] 2022-11-23T02:23:14.3337245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3337641Z with 2022-11-23T02:23:14.3337804Z [ 2022-11-23T02:23:14.3338043Z T=c10::either 2022-11-23T02:23:14.3338268Z ] 2022-11-23T02:23:14.3338733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3339149Z with 2022-11-23T02:23:14.3339300Z [ 2022-11-23T02:23:14.3339535Z T=c10::either 2022-11-23T02:23:14.3339759Z ] 2022-11-23T02:23:14.3340244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3340695Z with 2022-11-23T02:23:14.3340842Z [ 2022-11-23T02:23:14.3341080Z T=c10::either 2022-11-23T02:23:14.3341304Z ] 2022-11-23T02:23:14.3342149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3342930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3343668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3344077Z with 2022-11-23T02:23:14.3344238Z [ 2022-11-23T02:23:14.3344460Z T=c10::either 2022-11-23T02:23:14.3344681Z ] 2022-11-23T02:23:14.3345097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3345474Z with 2022-11-23T02:23:14.3345635Z [ 2022-11-23T02:23:14.3345825Z T=at::StepCallbacks 2022-11-23T02:23:14.3345996Z ] 2022-11-23T02:23:14.3346421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3346811Z with 2022-11-23T02:23:14.3346971Z [ 2022-11-23T02:23:14.3347155Z T=at::StepCallbacks 2022-11-23T02:23:14.3347392Z ] 2022-11-23T02:23:14.3347856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3348346Z with 2022-11-23T02:23:14.3348512Z [ 2022-11-23T02:23:14.3348697Z T=at::StepCallbacks 2022-11-23T02:23:14.3348876Z ] 2022-11-23T02:23:14.3349706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3350170Z with 2022-11-23T02:23:14.3350332Z [ 2022-11-23T02:23:14.3350517Z T=at::StepCallbacks 2022-11-23T02:23:14.3350699Z ] 2022-11-23T02:23:14.3351138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3351826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3352512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3352919Z with 2022-11-23T02:23:14.3353082Z [ 2022-11-23T02:23:14.3353267Z T=at::StepCallbacks 2022-11-23T02:23:14.3353452Z ] 2022-11-23T02:23:14.3353860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3354224Z with 2022-11-23T02:23:14.3354385Z [ 2022-11-23T02:23:14.3354565Z T=c10::DimVector 2022-11-23T02:23:14.3354740Z ] 2022-11-23T02:23:14.3355227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3355615Z with 2022-11-23T02:23:14.3355762Z [ 2022-11-23T02:23:14.3355939Z T=c10::DimVector 2022-11-23T02:23:14.3356114Z ] 2022-11-23T02:23:14.3356577Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3356993Z with 2022-11-23T02:23:14.3357152Z [ 2022-11-23T02:23:14.3357314Z T=c10::DimVector 2022-11-23T02:23:14.3357486Z ] 2022-11-23T02:23:14.3357972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3358425Z with 2022-11-23T02:23:14.3358586Z [ 2022-11-23T02:23:14.3358750Z T=c10::DimVector 2022-11-23T02:23:14.3358927Z ] 2022-11-23T02:23:14.3359357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3360034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3360714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3361123Z with 2022-11-23T02:23:14.3361287Z [ 2022-11-23T02:23:14.3361451Z T=c10::DimVector 2022-11-23T02:23:14.3361627Z ] 2022-11-23T02:23:14.3362379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3362766Z with 2022-11-23T02:23:14.3362930Z [ 2022-11-23T02:23:14.3363131Z T=c10::impl::AnnotatedSchema 2022-11-23T02:23:14.3363311Z ] 2022-11-23T02:23:14.3363791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3364197Z with 2022-11-23T02:23:14.3364360Z [ 2022-11-23T02:23:14.3364585Z T=c10::impl::AnnotatedSchema 2022-11-23T02:23:14.3364800Z ] 2022-11-23T02:23:14.3365248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3365677Z with 2022-11-23T02:23:14.3365844Z [ 2022-11-23T02:23:14.3366125Z T=c10::impl::AnnotatedSchema 2022-11-23T02:23:14.3366317Z ] 2022-11-23T02:23:14.3366803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3367239Z with 2022-11-23T02:23:14.3367402Z [ 2022-11-23T02:23:14.3367599Z T=c10::impl::AnnotatedSchema 2022-11-23T02:23:14.3367790Z ] 2022-11-23T02:23:14.3368240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3369055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3369765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3370157Z with 2022-11-23T02:23:14.3370320Z [ 2022-11-23T02:23:14.3370524Z T=c10::impl::AnnotatedSchema 2022-11-23T02:23:14.3370716Z ] 2022-11-23T02:23:14.3371124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3371499Z with 2022-11-23T02:23:14.3371648Z [ 2022-11-23T02:23:14.3371890Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:23:14.3372123Z ] 2022-11-23T02:23:14.3372548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3372937Z with 2022-11-23T02:23:14.3373097Z [ 2022-11-23T02:23:14.3373320Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:23:14.3373543Z ] 2022-11-23T02:23:14.3374003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3374423Z with 2022-11-23T02:23:14.3374581Z [ 2022-11-23T02:23:14.3374823Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:23:14.3375032Z ] 2022-11-23T02:23:14.3375877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3376344Z with 2022-11-23T02:23:14.3376505Z [ 2022-11-23T02:23:14.3376742Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:23:14.3376967Z ] 2022-11-23T02:23:14.3377433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3378223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3378972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3379384Z with 2022-11-23T02:23:14.3379549Z [ 2022-11-23T02:23:14.3379788Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:23:14.3380017Z ] 2022-11-23T02:23:14.3380411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3380785Z with 2022-11-23T02:23:14.3380946Z [ 2022-11-23T02:23:14.3381161Z T=std::tuple 2022-11-23T02:23:14.3381432Z ] 2022-11-23T02:23:14.3381852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3382232Z with 2022-11-23T02:23:14.3382396Z [ 2022-11-23T02:23:14.3382610Z T=std::tuple 2022-11-23T02:23:14.3382811Z ] 2022-11-23T02:23:14.3383271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3383687Z with 2022-11-23T02:23:14.3383834Z [ 2022-11-23T02:23:14.3384048Z T=std::tuple 2022-11-23T02:23:14.3384255Z ] 2022-11-23T02:23:14.3384742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3385187Z with 2022-11-23T02:23:14.3385348Z [ 2022-11-23T02:23:14.3385550Z T=std::tuple 2022-11-23T02:23:14.3385757Z ] 2022-11-23T02:23:14.3386212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3386943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3387655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3388066Z with 2022-11-23T02:23:14.3388229Z [ 2022-11-23T02:23:14.3388442Z T=std::tuple 2022-11-23T02:23:14.3388956Z ] 2022-11-23T02:23:14.3389381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3389756Z with 2022-11-23T02:23:14.3389919Z [ 2022-11-23T02:23:14.3390108Z T=torch::jit::SourceRange 2022-11-23T02:23:14.3390282Z ] 2022-11-23T02:23:14.3390712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3391099Z with 2022-11-23T02:23:14.3391264Z [ 2022-11-23T02:23:14.3391452Z T=torch::jit::SourceRange 2022-11-23T02:23:14.3391639Z ] 2022-11-23T02:23:14.3392089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3392517Z with 2022-11-23T02:23:14.3392678Z [ 2022-11-23T02:23:14.3392870Z T=torch::jit::SourceRange 2022-11-23T02:23:14.3393056Z ] 2022-11-23T02:23:14.3393541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3393977Z with 2022-11-23T02:23:14.3394139Z [ 2022-11-23T02:23:14.3394327Z T=torch::jit::SourceRange 2022-11-23T02:23:14.3394574Z ] 2022-11-23T02:23:14.3395011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3395810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3396577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3396980Z with 2022-11-23T02:23:14.3397130Z [ 2022-11-23T02:23:14.3397321Z T=torch::jit::SourceRange 2022-11-23T02:23:14.3397509Z ] 2022-11-23T02:23:14.3397911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3398289Z with 2022-11-23T02:23:14.3398437Z [ 2022-11-23T02:23:14.3398649Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:23:14.3398856Z ] 2022-11-23T02:23:14.3399278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3399667Z with 2022-11-23T02:23:14.3399825Z [ 2022-11-23T02:23:14.3400019Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:23:14.3400220Z ] 2022-11-23T02:23:14.3400683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3401109Z with 2022-11-23T02:23:14.3401266Z [ 2022-11-23T02:23:14.3401474Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:23:14.3401662Z ] 2022-11-23T02:23:14.3402517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3402977Z with 2022-11-23T02:23:14.3403138Z [ 2022-11-23T02:23:14.3403346Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:23:14.3403544Z ] 2022-11-23T02:23:14.3403983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3404700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3405503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3406199Z with 2022-11-23T02:23:14.3406437Z [ 2022-11-23T02:23:14.3406760Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:23:14.3407074Z ] 2022-11-23T02:23:14.3407739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3408395Z with 2022-11-23T02:23:14.3408632Z [ 2022-11-23T02:23:14.3408937Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:23:14.3409358Z ] 2022-11-23T02:23:14.3409968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3410358Z with 2022-11-23T02:23:14.3410523Z [ 2022-11-23T02:23:14.3410786Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:23:14.3411085Z ] 2022-11-23T02:23:14.3411737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3412800Z with 2022-11-23T02:23:14.3412991Z [ 2022-11-23T02:23:14.3413243Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:23:14.3413455Z ] 2022-11-23T02:23:14.3413967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3414458Z with 2022-11-23T02:23:14.3414624Z [ 2022-11-23T02:23:14.3414831Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:23:14.3415032Z ] 2022-11-23T02:23:14.3415491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3416213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3416911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3417324Z with 2022-11-23T02:23:14.3417485Z [ 2022-11-23T02:23:14.3417681Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:23:14.3418510Z ] 2022-11-23T02:23:14.3418940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3419322Z with 2022-11-23T02:23:14.3419489Z [ 2022-11-23T02:23:14.3419666Z T=torch::jit::ScopePtr 2022-11-23T02:23:14.3419852Z ] 2022-11-23T02:23:14.3420278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3420673Z with 2022-11-23T02:23:14.3420835Z [ 2022-11-23T02:23:14.3421028Z T=torch::jit::ScopePtr 2022-11-23T02:23:14.3421196Z ] 2022-11-23T02:23:14.3421663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3422092Z with 2022-11-23T02:23:14.3422258Z [ 2022-11-23T02:23:14.3422442Z T=torch::jit::ScopePtr 2022-11-23T02:23:14.3422624Z ] 2022-11-23T02:23:14.3423099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3423549Z with 2022-11-23T02:23:14.3423711Z [ 2022-11-23T02:23:14.3423897Z T=torch::jit::ScopePtr 2022-11-23T02:23:14.3424173Z ] 2022-11-23T02:23:14.3424620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3425295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3425988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3426395Z with 2022-11-23T02:23:14.3426560Z [ 2022-11-23T02:23:14.3426748Z T=torch::jit::ScopePtr 2022-11-23T02:23:14.3426935Z ] 2022-11-23T02:23:14.3427339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3427706Z with 2022-11-23T02:23:14.3427867Z [ 2022-11-23T02:23:14.3428061Z T=at::ThreadLocalState 2022-11-23T02:23:14.3428249Z ] 2022-11-23T02:23:14.3428670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3429060Z with 2022-11-23T02:23:14.3429207Z [ 2022-11-23T02:23:14.3429395Z T=at::ThreadLocalState 2022-11-23T02:23:14.3429582Z ] 2022-11-23T02:23:14.3430049Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3430478Z with 2022-11-23T02:23:14.3430642Z [ 2022-11-23T02:23:14.3430822Z T=at::ThreadLocalState 2022-11-23T02:23:14.3431007Z ] 2022-11-23T02:23:14.3431552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3432016Z with 2022-11-23T02:23:14.3432181Z [ 2022-11-23T02:23:14.3432360Z T=at::ThreadLocalState 2022-11-23T02:23:14.3432548Z ] 2022-11-23T02:23:14.3432991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3433698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3434414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3434828Z with 2022-11-23T02:23:14.3434995Z [ 2022-11-23T02:23:14.3435190Z T=at::ThreadLocalState 2022-11-23T02:23:14.3435366Z ] 2022-11-23T02:23:14.3435776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3436155Z with 2022-11-23T02:23:14.3436317Z [ 2022-11-23T02:23:14.3436527Z T=std::shared_ptr 2022-11-23T02:23:14.3436715Z ] 2022-11-23T02:23:14.3437141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3437589Z with 2022-11-23T02:23:14.3437753Z [ 2022-11-23T02:23:14.3437967Z T=std::shared_ptr 2022-11-23T02:23:14.3438167Z ] 2022-11-23T02:23:14.3438618Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3439047Z with 2022-11-23T02:23:14.3439209Z [ 2022-11-23T02:23:14.3439419Z T=std::shared_ptr 2022-11-23T02:23:14.3439621Z ] 2022-11-23T02:23:14.3440112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3440548Z with 2022-11-23T02:23:14.3440711Z [ 2022-11-23T02:23:14.3440926Z T=std::shared_ptr 2022-11-23T02:23:14.3441127Z ] 2022-11-23T02:23:14.3441581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3442278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3442996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:23:14.3443718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3444185Z with 2022-11-23T02:23:14.3444341Z [ 2022-11-23T02:23:14.3444559Z T=std::shared_ptr 2022-11-23T02:23:14.3444759Z ] 2022-11-23T02:23:14.3445168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3445542Z with 2022-11-23T02:23:14.3445695Z [ 2022-11-23T02:23:14.3446004Z T=torch::jit::GraphExecutor 2022-11-23T02:23:14.3446211Z ] 2022-11-23T02:23:14.3446648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3447044Z with 2022-11-23T02:23:14.3447208Z [ 2022-11-23T02:23:14.3447391Z T=torch::jit::GraphExecutor 2022-11-23T02:23:14.3447583Z ] 2022-11-23T02:23:14.3448054Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3448482Z with 2022-11-23T02:23:14.3448643Z [ 2022-11-23T02:23:14.3448841Z T=torch::jit::GraphExecutor 2022-11-23T02:23:14.3449022Z ] 2022-11-23T02:23:14.3449514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3450033Z with 2022-11-23T02:23:14.3450200Z [ 2022-11-23T02:23:14.3450399Z T=torch::jit::GraphExecutor 2022-11-23T02:23:14.3450578Z ] 2022-11-23T02:23:14.3451036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3453474Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3454207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:23:14.3454929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3455358Z with 2022-11-23T02:23:14.3455523Z [ 2022-11-23T02:23:14.3455728Z T=torch::jit::GraphExecutor 2022-11-23T02:23:14.3455910Z ] 2022-11-23T02:23:14.3456328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3456720Z with 2022-11-23T02:23:14.3456884Z [ 2022-11-23T02:23:14.3457072Z T=torch::jit::Method 2022-11-23T02:23:14.3457259Z ] 2022-11-23T02:23:14.3457684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3458089Z with 2022-11-23T02:23:14.3458251Z [ 2022-11-23T02:23:14.3458439Z T=torch::jit::Method 2022-11-23T02:23:14.3458621Z ] 2022-11-23T02:23:14.3459186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3459608Z with 2022-11-23T02:23:14.3459772Z [ 2022-11-23T02:23:14.3459957Z T=torch::jit::Method 2022-11-23T02:23:14.3460141Z ] 2022-11-23T02:23:14.3460633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3461088Z with 2022-11-23T02:23:14.3461234Z [ 2022-11-23T02:23:14.3461421Z T=torch::jit::Method 2022-11-23T02:23:14.3461603Z ] 2022-11-23T02:23:14.3462037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3462713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3463405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3463808Z with 2022-11-23T02:23:14.3463872Z [ 2022-11-23T02:23:14.3463949Z T=torch::jit::Method 2022-11-23T02:23:14.3464014Z ] 2022-11-23T02:23:14.3464395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3464463Z with 2022-11-23T02:23:14.3464525Z [ 2022-11-23T02:23:14.3464667Z T=std::vector> 2022-11-23T02:23:14.3464731Z ] 2022-11-23T02:23:14.3465060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3465126Z with 2022-11-23T02:23:14.3465189Z [ 2022-11-23T02:23:14.3465329Z T=std::vector> 2022-11-23T02:23:14.3465394Z ] 2022-11-23T02:23:14.3465768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3465843Z with 2022-11-23T02:23:14.3465905Z [ 2022-11-23T02:23:14.3466046Z T=std::vector> 2022-11-23T02:23:14.3466097Z ] 2022-11-23T02:23:14.3466489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3466560Z with 2022-11-23T02:23:14.3466627Z [ 2022-11-23T02:23:14.3466767Z T=std::vector> 2022-11-23T02:23:14.3466833Z ] 2022-11-23T02:23:14.3467212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3467645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3468015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3468084Z with 2022-11-23T02:23:14.3468148Z [ 2022-11-23T02:23:14.3468285Z T=std::vector> 2022-11-23T02:23:14.3468352Z ] 2022-11-23T02:23:14.3468671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3468744Z with 2022-11-23T02:23:14.3468810Z [ 2022-11-23T02:23:14.3468980Z T=std::function 2022-11-23T02:23:14.3469045Z ] 2022-11-23T02:23:14.3469379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3469446Z with 2022-11-23T02:23:14.3469495Z [ 2022-11-23T02:23:14.3469664Z T=std::function 2022-11-23T02:23:14.3469730Z ] 2022-11-23T02:23:14.3470099Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3470215Z with 2022-11-23T02:23:14.3470278Z [ 2022-11-23T02:23:14.3470449Z T=std::function 2022-11-23T02:23:14.3470512Z ] 2022-11-23T02:23:14.3470917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3470986Z with 2022-11-23T02:23:14.3471049Z [ 2022-11-23T02:23:14.3471216Z T=std::function 2022-11-23T02:23:14.3471279Z ] 2022-11-23T02:23:14.3471679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3472105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3472456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3472523Z with 2022-11-23T02:23:14.3472585Z [ 2022-11-23T02:23:14.3472753Z T=std::function 2022-11-23T02:23:14.3472816Z ] 2022-11-23T02:23:14.3473120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3473189Z with 2022-11-23T02:23:14.3473252Z [ 2022-11-23T02:23:14.3473446Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:23:14.3473510Z ] 2022-11-23T02:23:14.3473883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3473952Z with 2022-11-23T02:23:14.3474017Z [ 2022-11-23T02:23:14.3474214Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:23:14.3474282Z ] 2022-11-23T02:23:14.3474655Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3474724Z with 2022-11-23T02:23:14.3474789Z [ 2022-11-23T02:23:14.3474985Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:23:14.3475048Z ] 2022-11-23T02:23:14.3475445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3475513Z with 2022-11-23T02:23:14.3475563Z [ 2022-11-23T02:23:14.3475753Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:23:14.3475816Z ] 2022-11-23T02:23:14.3476254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:23:14.3476767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:23:14.3477123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3477193Z with 2022-11-23T02:23:14.3477257Z [ 2022-11-23T02:23:14.3477448Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:23:14.3477512Z ] 2022-11-23T02:23:14.3477826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3477894Z with 2022-11-23T02:23:14.3477959Z [ 2022-11-23T02:23:14.3478090Z T=std::vector> 2022-11-23T02:23:14.3478152Z ] 2022-11-23T02:23:14.3478484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3478551Z with 2022-11-23T02:23:14.3478614Z [ 2022-11-23T02:23:14.3478739Z T=std::vector> 2022-11-23T02:23:14.3478789Z ] 2022-11-23T02:23:14.3479157Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3479224Z with 2022-11-23T02:23:14.3479288Z [ 2022-11-23T02:23:14.3479420Z T=std::vector> 2022-11-23T02:23:14.3479488Z ] 2022-11-23T02:23:14.3479935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3480003Z with 2022-11-23T02:23:14.3480065Z [ 2022-11-23T02:23:14.3480194Z T=std::vector> 2022-11-23T02:23:14.3480258Z ] 2022-11-23T02:23:14.3480611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3480678Z with 2022-11-23T02:23:14.3480741Z [ 2022-11-23T02:23:14.3480815Z T=double 2022-11-23T02:23:14.3480879Z ] 2022-11-23T02:23:14.3481262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3481333Z with 2022-11-23T02:23:14.3481401Z [ 2022-11-23T02:23:14.3481473Z T=double 2022-11-23T02:23:14.3481536Z ] 2022-11-23T02:23:14.3481885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3481954Z with 2022-11-23T02:23:14.3482019Z [ 2022-11-23T02:23:14.3482151Z T=std::vector> 2022-11-23T02:23:14.3482214Z ] 2022-11-23T02:23:14.3482530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3482644Z with 2022-11-23T02:23:14.3482707Z [ 2022-11-23T02:23:14.3482824Z T=std::tuple 2022-11-23T02:23:14.3482887Z ] 2022-11-23T02:23:14.3483221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3483273Z with 2022-11-23T02:23:14.3483336Z [ 2022-11-23T02:23:14.3483451Z T=std::tuple 2022-11-23T02:23:14.3483514Z ] 2022-11-23T02:23:14.3483885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3483952Z with 2022-11-23T02:23:14.3484017Z [ 2022-11-23T02:23:14.3484130Z T=std::tuple 2022-11-23T02:23:14.3484193Z ] 2022-11-23T02:23:14.3484583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3484650Z with 2022-11-23T02:23:14.3484712Z [ 2022-11-23T02:23:14.3484825Z T=std::tuple 2022-11-23T02:23:14.3484887Z ] 2022-11-23T02:23:14.3485236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:23:14.3485625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:23:14.3486146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3486221Z with 2022-11-23T02:23:14.3486271Z [ 2022-11-23T02:23:14.3486388Z T=std::tuple 2022-11-23T02:23:14.3486451Z ] 2022-11-23T02:23:14.3486764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3486833Z with 2022-11-23T02:23:14.3486895Z [ 2022-11-23T02:23:14.3487033Z T=std::vector> 2022-11-23T02:23:14.3487099Z ] 2022-11-23T02:23:14.3487424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:23:14.3487490Z with 2022-11-23T02:23:14.3487552Z [ 2022-11-23T02:23:14.3487692Z T=std::vector> 2022-11-23T02:23:14.3487758Z ] 2022-11-23T02:23:14.3488126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:23:14.3488192Z with 2022-11-23T02:23:14.3488258Z [ 2022-11-23T02:23:14.3488379Z T=std::vector> 2022-11-23T02:23:14.3488442Z ] 2022-11-23T02:23:14.3488836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:23:14.3488950Z with 2022-11-23T02:23:14.3489014Z [ 2022-11-23T02:23:14.3489151Z T=std::vector> 2022-11-23T02:23:14.3489214Z ] 2022-11-23T02:23:14.3489583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:23:14.3489986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:23:14.3490334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:23:14.3490406Z with 2022-11-23T02:23:14.3490469Z [ 2022-11-23T02:23:14.3490608Z T=std::vector> 2022-11-23T02:23:14.3490672Z ] 2022-11-23T02:23:14.3491186Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" dangling_impl_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:dangling_impl_extension.pyd 2022-11-23T02:23:14.3491372Z Creating library dangling_impl_extension.lib and object dangling_impl_extension.exp 2022-11-23T02:23:14.3491504Z Loading extension module dangling_impl_extension... 2022-11-23T02:23:14.3491573Z ok (13.735s) 2022-11-23T02:23:14.3491704Z test_impl_only (__main__.TestDispatch) ... ok (0.371s) 2022-11-23T02:23:14.3491899Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T02:23:14.3492038Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T02:23:14.3492248Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:23:14.3492408Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.009s) 2022-11-23T02:23:14.3492821Z test_overwrite_math (__main__.TestDispatch) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:23:14.3492946Z operator: __test45643__::foo 2022-11-23T02:23:14.3493043Z no debug info 2022-11-23T02:23:14.3493153Z dispatch key: (catch all) 2022-11-23T02:23:14.3493261Z previous kernel: fn1 2022-11-23T02:23:14.3493405Z new kernel: fn2 (function registerKernel) 2022-11-23T02:23:14.3493771Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:23:14.3493894Z operator: __test45644__::foo 2022-11-23T02:23:14.3493991Z no debug info 2022-11-23T02:23:14.3494102Z dispatch key: (catch all) 2022-11-23T02:23:14.3494208Z previous kernel: fn1 2022-11-23T02:23:14.3494349Z new kernel: fn2 (function registerKernel) 2022-11-23T02:23:14.3494440Z ok (0.000s) 2022-11-23T02:23:14.3494584Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T02:23:14.3494744Z test_basic (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T02:23:14.3494943Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T02:23:14.3495126Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.011s) 2022-11-23T02:23:14.3495363Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T02:23:14.3495543Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T02:23:14.3495750Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.004s) 2022-11-23T02:23:14.3495762Z 2022-11-23T02:23:14.3495942Z ---------------------------------------------------------------------- 2022-11-23T02:23:14.3496053Z Ran 32 tests in 50.578s 2022-11-23T02:23:14.3496059Z 2022-11-23T02:23:14.3496142Z OK 2022-11-23T02:23:14.3496147Z 2022-11-23T02:23:14.3496263Z Generating XML reports... 2022-11-23T02:23:14.3496523Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20221123022223.xml 2022-11-23T02:23:14.3496800Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20221123022223.xml 2022-11-23T02:23:14.3496806Z 2022-11-23T02:23:14.3497232Z ##[endgroup] 2022-11-23T02:23:14.3497508Z FINISHED PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_66303o32) 2022-11-23T02:23:14.3497516Z 2022-11-23T02:23:14.3497666Z Running test_tensor_creation_ops ... [2022-11-23 02:23:14.311754] 2022-11-23T02:23:14.3497984Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:23:14.312400] 2022-11-23T02:23:52.6363259Z 2022-11-23T02:23:52.6363989Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T02:23:52.6364794Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_o2m8771k) 2022-11-23T02:23:52.6369051Z 2022-11-23T02:23:52.6369466Z Running tests... 2022-11-23T02:23:52.6369822Z ---------------------------------------------------------------------- 2022-11-23T02:23:52.6370219Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-11-23T02:23:52.6370624Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-11-23T02:23:52.6372812Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6373576Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6374181Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6374768Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6375337Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6375892Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6376267Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6376601Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6376923Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6377259Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6377676Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-11-23T02:23:52.6378102Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6378562Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6379047Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-11-23T02:23:52.6379507Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6379955Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6380409Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6380867Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6381485Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6382193Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6382654Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6383102Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6383529Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6383992Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6384465Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6384909Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6385356Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-11-23T02:23:52.6385804Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6386234Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6386547Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-11-23T02:23:52.6386885Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6387207Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6387539Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6387871Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6388216Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6388554Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6388901Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6389233Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6389565Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6389989Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6390328Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6390635Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6390960Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6391293Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-11-23T02:23:52.6391624Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6391961Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6392309Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-11-23T02:23:52.6392661Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6392983Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6393312Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6393645Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6393971Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6394292Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6394614Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6394914Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6395238Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6395638Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6396328Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:23:52.6397024Z result = torch.asarray(cvt(original), **kwargs) 2022-11-23T02:23:52.6397259Z ok (0.008s) 2022-11-23T02:23:52.6397538Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-11-23T02:23:52.6398026Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-11-23T02:23:52.6398349Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6398690Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6399038Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-11-23T02:23:52.6399371Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-11-23T02:23:52.6399706Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6400026Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6400342Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6400716Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:23:52.6401141Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:23:52.6401564Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6401984Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:23:52.6402385Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6402854Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:23:52.6403242Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6403647Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6404057Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6404464Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6404861Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:23:52.6405224Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6405561Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.018s) 2022-11-23T02:23:52.6405883Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6406220Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6406551Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-11-23T02:23:52.6406880Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6407203Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T02:23:52.6407525Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.017s) 2022-11-23T02:23:52.6407843Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6408195Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6408521Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6408896Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:23:52.6409322Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:23:52.6409742Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6410152Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6410552Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6410932Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6411327Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6411726Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6412120Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:23:52.6412514Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6412914Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6413264Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6413563Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6413885Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-11-23T02:23:52.6414211Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-11-23T02:23:52.6414536Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6414900Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6415214Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6415512Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6415827Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6416141Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T02:23:52.6416451Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6416759Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6417074Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6417378Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6417701Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6418035Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-11-23T02:23:52.6418364Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-11-23T02:23:52.6418690Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-11-23T02:23:52.6419007Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-11-23T02:23:52.6419311Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6419627Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6419941Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-11-23T02:23:52.6420254Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T02:23:52.6421209Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T02:23:52.6421557Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-11-23T02:23:52.6421912Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-11-23T02:23:52.6422266Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.020s) 2022-11-23T02:23:52.6422653Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6423026Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6423388Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-11-23T02:23:52.6423773Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-11-23T02:23:52.6424165Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T02:23:52.6424540Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T02:23:52.6424923Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-11-23T02:23:52.6425307Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-11-23T02:23:52.6425682Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6426070Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6426447Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-11-23T02:23:52.6426822Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6427186Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-11-23T02:23:52.6427561Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6427935Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6428373Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6428751Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6429123Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6429470Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6429837Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6430203Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6430566Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6430926Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6431294Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6431651Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6431985Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6432344Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6432700Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6433048Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6433391Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6433737Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6434113Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6434450Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6434793Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6435136Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6435476Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6435840Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6436210Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6436559Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6436912Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6437267Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-11-23T02:23:52.6437722Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6438084Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6438443Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6438778Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6439128Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6439474Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6439835Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6440187Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6440536Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6440863Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6441205Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6441603Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6442042Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6442382Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6442774Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6443114Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6443436Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-11-23T02:23:52.6443798Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6444169Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-11-23T02:23:52.6444529Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-11-23T02:23:52.6444883Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-11-23T02:23:52.6445232Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-11-23T02:23:52.6445563Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6445908Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6446274Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-11-23T02:23:52.6446653Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6446996Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-11-23T02:23:52.6447353Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-11-23T02:23:52.6447779Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-11-23T02:23:52.6448162Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-11-23T02:23:52.6448602Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T02:23:52.6449034Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T02:23:52.6449406Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6449787Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6450163Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-11-23T02:23:52.6450509Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6450886Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6451247Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-11-23T02:23:52.6451598Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6451951Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6452309Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6452636Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6452981Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6453317Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6453658Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6454131Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6454482Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6454928Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6455344Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6455685Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T02:23:52.6456084Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6456440Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6456785Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T02:23:52.6457124Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.010s) 2022-11-23T02:23:52.6457442Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-11-23T02:23:52.6457780Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T02:23:52.6458111Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6458444Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6458773Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6459113Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T02:23:52.6459435Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6459784Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6460131Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6460527Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:23:52.6460982Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6461439Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T02:23:52.6461852Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.017s) 2022-11-23T02:23:52.6462253Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.018s) 2022-11-23T02:23:52.6462619Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.687s) 2022-11-23T02:23:52.6462989Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6463713Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:23:52.6464372Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-11-23T02:23:52.6464604Z ok (0.008s) 2022-11-23T02:23:52.6464891Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6465243Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6465599Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6465947Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6466308Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6466678Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6467044Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6467417Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-11-23T02:23:52.6467819Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6468179Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6468647Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6469002Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6469366Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6469726Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (3.388s) 2022-11-23T02:23:52.6470118Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:23:52.6470539Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6470924Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6471296Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.015s) 2022-11-23T02:23:52.6471651Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6471981Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.074s) 2022-11-23T02:23:52.6472358Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.002s) 2022-11-23T02:23:52.6472774Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.002s) 2022-11-23T02:23:52.6473203Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-11-23T02:23:52.6473619Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.002s) 2022-11-23T02:23:52.6474102Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T02:23:52.6474473Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6474819Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.468s) 2022-11-23T02:23:52.6475133Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-11-23T02:23:52.6475465Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-11-23T02:23:52.6475809Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6476146Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6476472Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6476792Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6477130Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6477536Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:23:52.6478040Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:23:52.6478381Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6478714Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6479060Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (1.410s) 2022-11-23T02:23:52.6479403Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6479731Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6480114Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6480473Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:23:52.6480907Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6481289Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:23:52.6482250Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T02:23:52.6482679Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-11-23T02:23:52.6483080Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6483441Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6484184Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1443: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-11-23T02:23:52.6485166Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:23:52.6485481Z np.float, 2022-11-23T02:23:52.6486110Z C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1450: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-11-23T02:23:52.6486829Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:23:52.6487138Z np.bool, 2022-11-23T02:23:52.6487307Z ok (0.007s) 2022-11-23T02:23:52.6487592Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:23:52.6488072Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:23:52.6488451Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6488786Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6489124Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6489464Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6489780Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-11-23T02:23:52.6490124Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-11-23T02:23:52.6490465Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-11-23T02:23:52.6490804Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T02:23:52.6491131Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-11-23T02:23:52.6491451Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T02:23:52.6492146Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:818: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:23:52.6492839Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T02:23:52.6493101Z ok (0.008s) 2022-11-23T02:23:52.6493352Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6493678Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6494010Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6494334Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6494642Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-11-23T02:23:52.6495023Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6495701Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:23:52.6496295Z warnings.warn(message, UserWarning) 2022-11-23T02:23:52.6496503Z ok (0.003s) 2022-11-23T02:23:52.6496771Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6497098Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.049s) 2022-11-23T02:23:52.6497429Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.356s) 2022-11-23T02:23:52.6497804Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6498246Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6498673Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6499049Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6499422Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6499791Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6500160Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6500604Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6500987Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T02:23:52.6501373Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6501752Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T02:23:52.6502139Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6502504Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6502840Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6503191Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6503521Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6503849Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6504239Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6504618Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T02:23:52.6504959Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-11-23T02:23:52.6505324Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6505686Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-11-23T02:23:52.6506049Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-11-23T02:23:52.6506404Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T02:23:52.6506754Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6507106Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6507443Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6507848Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6508200Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6508546Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.598s) 2022-11-23T02:23:52.6508892Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.315s) 2022-11-23T02:23:52.6509239Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6509569Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6509952Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6510362Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.121s) 2022-11-23T02:23:52.6510807Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6511157Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6511495Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (3.914s) 2022-11-23T02:23:52.6511833Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (3.754s) 2022-11-23T02:23:52.6512156Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (3.671s) 2022-11-23T02:23:52.6512495Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (3.754s) 2022-11-23T02:23:52.6512823Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6513148Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (3.885s) 2022-11-23T02:23:52.6513528Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (3.700s) 2022-11-23T02:23:52.6513850Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6514164Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6514505Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T02:23:52.6514899Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.002s) 2022-11-23T02:23:52.6515333Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-11-23T02:23:52.6515767Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-11-23T02:23:52.6516246Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.002s) 2022-11-23T02:23:52.6516713Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6517106Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.003s) 2022-11-23T02:23:52.6517531Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6518079Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6518508Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6518934Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6519351Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.006s) 2022-11-23T02:23:52.6519771Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6520170Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.276s) 2022-11-23T02:23:52.6520591Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.220s) 2022-11-23T02:23:52.6520959Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.274s) 2022-11-23T02:23:52.6521323Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.150s) 2022-11-23T02:23:52.6521680Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.123s) 2022-11-23T02:23:52.6522123Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.002s) 2022-11-23T02:23:52.6522530Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-11-23T02:23:52.6522947Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6523288Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6523631Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6524275Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:2960: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:23:52.6524906Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-11-23T02:23:52.6525170Z ok (0.005s) 2022-11-23T02:23:52.6525424Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6525751Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6526133Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6526466Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6526804Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6527200Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6527617Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6528083Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6528481Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T02:23:52.6528935Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.288s) 2022-11-23T02:23:52.6529307Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.358s) 2022-11-23T02:23:52.6529663Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.337s) 2022-11-23T02:23:52.6530415Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3433.) 2022-11-23T02:23:52.6531115Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-11-23T02:23:52.6531356Z ok (0.000s) 2022-11-23T02:23:52.6531611Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6531941Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T02:23:52.6532301Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6532677Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6533045Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6533461Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6533825Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6534249Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-11-23T02:23:52.6534637Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6535002Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6535347Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6535695Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T02:23:52.6536035Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T02:23:52.6536362Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6536677Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T02:23:52.6536993Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6537319Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6537645Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6537966Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6538291Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6538597Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6538973Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6539312Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6539663Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6540064Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6540419Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6540795Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6541136Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6541473Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6541813Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6542151Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6542497Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T02:23:52.6542841Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-11-23T02:23:52.6543178Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-11-23T02:23:52.6543518Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-11-23T02:23:52.6543858Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-11-23T02:23:52.6544196Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T02:23:52.6544529Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-11-23T02:23:52.6544864Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6545186Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-11-23T02:23:52.6545524Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-11-23T02:23:52.6545870Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6546350Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6546760Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6547110Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6547457Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6547794Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6548139Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6548484Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6548828Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6549751Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations struct c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T02:23:52.6550515Z t.random_(to_) 2022-11-23T02:23:52.6550692Z ok (0.005s) 2022-11-23T02:23:52.6551505Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations struct c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T02:23:52.6552371Z t.random_(to_) 2022-11-23T02:23:52.6552587Z ok (0.005s) 2022-11-23T02:23:52.6553378Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T02:23:52.6554111Z t.random_(to_) 2022-11-23T02:23:52.6554290Z ok (0.004s) 2022-11-23T02:23:52.6555079Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T02:23:52.6555805Z t.random_(to_) 2022-11-23T02:23:52.6555964Z ok (0.004s) 2022-11-23T02:23:52.6556220Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T02:23:52.6556554Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6556879Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6557202Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6557531Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-11-23T02:23:52.6557918Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6558399Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:23:52.6558826Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6559167Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6559497Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-11-23T02:23:52.6559864Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6560277Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6560665Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6561072Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6561477Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6561868Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6562264Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6562669Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-11-23T02:23:52.6563063Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6563444Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6563895Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6564349Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6564713Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6565089Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6565405Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6565741Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6566112Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6566458Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6566798Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.062s) 2022-11-23T02:23:52.6567153Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-11-23T02:23:52.6567498Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6567871Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:23:52.6568272Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:23:52.6569133Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:2105: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:253.) 2022-11-23T02:23:52.6569924Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-11-23T02:23:52.6570185Z ok (0.005s) 2022-11-23T02:23:52.6570513Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6570936Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6571352Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6571702Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6572029Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6572404Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6572812Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6573225Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6573632Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6574031Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6574427Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T02:23:52.6574800Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T02:23:52.6575192Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6575579Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6575960Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6576459Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6576844Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6577261Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6577593Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6577939Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6578281Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6578613Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6578941Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6579287Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-11-23T02:23:52.6579627Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6579976Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6580317Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6580964Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:133: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:23:52.6581544Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-11-23T02:23:52.6581763Z ok (0.007s) 2022-11-23T02:23:52.6582025Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-11-23T02:23:52.6582398Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6582735Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6583124Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6583459Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T02:23:52.6583846Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T02:23:52.6584173Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T02:23:52.6584513Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-11-23T02:23:52.6584861Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-11-23T02:23:52.6585216Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-11-23T02:23:52.6585568Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-11-23T02:23:52.6585921Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6586578Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:818: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T02:23:52.6587224Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T02:23:52.6587503Z ok (0.017s) 2022-11-23T02:23:52.6587754Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-11-23T02:23:52.6588099Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6588507Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6588851Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T02:23:52.6589283Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6589632Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6590009Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6590398Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6590788Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6591173Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6591548Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6591924Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T02:23:52.6592273Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T02:23:52.6592449Z 2022-11-23T02:23:52.6592595Z ---------------------------------------------------------------------- 2022-11-23T02:23:52.6592853Z Ran 538 tests in 34.938s 2022-11-23T02:23:52.6592973Z 2022-11-23T02:23:52.6593051Z OK (skipped=58) 2022-11-23T02:23:52.6593164Z 2022-11-23T02:23:52.6593255Z Generating XML reports... 2022-11-23T02:23:52.6593629Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestAsArrayCPU-20221123022317.xml 2022-11-23T02:23:52.6594155Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestBufferProtocolCPU-20221123022317.xml 2022-11-23T02:23:52.6594770Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestLikeTensorCreationCPU-20221123022317.xml 2022-11-23T02:23:52.6595377Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestRandomTensorCreationCPU-20221123022317.xml 2022-11-23T02:23:52.6595931Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestTensorCreationCPU-20221123022317.xml 2022-11-23T02:23:52.6596209Z 2022-11-23T02:23:52.6596612Z ##[endgroup] 2022-11-23T02:23:52.6597058Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_o2m8771k) 2022-11-23T02:23:52.6597353Z 2022-11-23T02:23:52.6597473Z Running test_autograd ... [2022-11-23 02:23:52.634094] 2022-11-23T02:23:52.6598022Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:23:52.634094] 2022-11-23T02:24:21.7542582Z 2022-11-23T02:24:21.7543075Z Expand the folded group to see the log file of test_autograd 2022-11-23T02:24:21.7543872Z ##[group]PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_3mlsznrg) 2022-11-23T02:24:21.7550862Z 2022-11-23T02:24:21.7550970Z Running tests... 2022-11-23T02:24:21.7554803Z ---------------------------------------------------------------------- 2022-11-23T02:24:21.7555233Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-11-23T02:24:21.7555650Z test_backward_out_of_context (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:24:21.7555990Z test_basic (__main__.TestAllowMutationOnSaved) ... ok (0.673s) 2022-11-23T02:24:21.7556351Z test_disallow_nesting (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:24:21.7556733Z test_double_backward (__main__.TestAllowMutationOnSaved) ... ok (0.004s) 2022-11-23T02:24:21.7557184Z test_save_base_and_modify_view (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:24:21.7557706Z test_save_view_modify_base (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:24:21.7558244Z test_saved_but_not_anymore (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:24:21.7558912Z test_saved_same_tensor_different_versions (__main__.TestAllowMutationOnSaved) ... ok (0.006s) 2022-11-23T02:24:21.7559377Z test_saved_same_tensor_many_times (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:24:21.7559762Z test_views (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:24:21.7560120Z test_with_math_views (__main__.TestAllowMutationOnSaved) ... ok (0.000s) 2022-11-23T02:24:21.7560488Z test_with_out_variant (__main__.TestAllowMutationOnSaved) ... ok (0.011s) 2022-11-23T02:24:21.7560954Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7562026Z test_accumulate_grad (__main__.TestAutograd) ... 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-23T02:24:21.7563069Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:24:21.7563488Z ok (0.004s) 2022-11-23T02:24:21.7563877Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7564393Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7565328Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3823: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T02:24:21.7565895Z with detect_anomaly(): 2022-11-23T02:24:21.7566127Z ok (0.003s) 2022-11-23T02:24:21.7566386Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7566699Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7567147Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7567481Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7567821Z test_autograd_inplace_view_of_view (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7568187Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.043s) 2022-11-23T02:24:21.7568557Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7568924Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7569341Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7569711Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.067s) 2022-11-23T02:24:21.7582186Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7582661Z test_backward (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7583152Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:24:21.7583613Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7584060Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7584542Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7585098Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7585715Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7586330Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7587096Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7587640Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7588193Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7589424Z test_calculate_shape_util (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:58: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:24:21.7590594Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-11-23T02:24:21.7591053Z ok (0.004s) 2022-11-23T02:24:21.7591596Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7592143Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7592689Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7593360Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:24:21.7593902Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-11-23T02:24:21.7594519Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.004s) 2022-11-23T02:24:21.7595104Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-11-23T02:24:21.7595768Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.001s) 2022-11-23T02:24:21.7596457Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-11-23T02:24:21.7597061Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-11-23T02:24:21.7597684Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-11-23T02:24:21.7598267Z Verifies that correct gradients are calculated for checkpoint ... ok (0.003s) 2022-11-23T02:24:21.7599087Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7599742Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-11-23T02:24:21.7600381Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.006s) 2022-11-23T02:24:21.7601075Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7601786Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7602468Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-11-23T02:24:21.7603194Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:24:21.7603920Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-11-23T02:24:21.7604645Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:24:21.7605408Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.000s) 2022-11-23T02:24:21.7606094Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-11-23T02:24:21.7606682Z Ensures that gradient hooks are only called once per tensor. ... ok (0.000s) 2022-11-23T02:24:21.7607290Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.688s) 2022-11-23T02:24:21.7607885Z test_current_graph_task_execution_order (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7609271Z test_current_graph_task_id (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7609815Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7610402Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:24:21.7610936Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.210s) 2022-11-23T02:24:21.7611463Z test_custom_function_error (__main__.TestAutograd) ... ok (0.091s) 2022-11-23T02:24:21.7612006Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7612594Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.016s) 2022-11-23T02:24:21.7613218Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7613863Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7614491Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7615092Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7615679Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7616242Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7616836Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:24:21.7617435Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7618022Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:24:21.7618544Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7619076Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.278s) 2022-11-23T02:24:21.7619659Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7620205Z test_dep_nograd (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7620702Z test_dependent_backward (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7621343Z test_detach (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:24:21.7621772Z test_detach_base (__main__.TestAutograd) 2022-11-23T02:24:21.7622229Z detaching base does not detach view ... ok (0.002s) 2022-11-23T02:24:21.7622772Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7623879Z test_diagonal_expanded_v (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:2277: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:24:21.7624878Z v_expanded = torch.tensor(value).expand(10) 2022-11-23T02:24:21.7625267Z ok (0.002s) 2022-11-23T02:24:21.7625647Z test_dir (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7626140Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7626738Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7627299Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7627832Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7628391Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7628918Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.385s) 2022-11-23T02:24:21.7629432Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.695s) 2022-11-23T02:24:21.7630003Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.902s) 2022-11-23T02:24:21.7630583Z test_full_backward_hook_double_backward (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:24:21.7631231Z test_function (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7631866Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7632424Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7632912Z test_gc_in_destructor (__main__.TestAutograd) 2022-11-23T02:24:21.7633472Z Previously, if a Function destructor triggered a garbage collection, ... ok (1.106s) 2022-11-23T02:24:21.7634016Z test_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7634502Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7635019Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:24:21.7635526Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7636026Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.015s) 2022-11-23T02:24:21.7636553Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7637053Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7637597Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7638182Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7638789Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7640578Z test_grad_nonleaf (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:601: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:24:21.7642115Z self.assertIsNone(x.grad) 2022-11-23T02:24:21.7642436Z ok (0.003s) 2022-11-23T02:24:21.7642999Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7644753Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:653: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:24:21.7646314Z self.assertIsNone(x_list[0].grad) 2022-11-23T02:24:21.7647897Z C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:660: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:24:21.7649372Z self.assertIsNone(x_list[i].grad) 2022-11-23T02:24:21.7649702Z ok (0.009s) 2022-11-23T02:24:21.7650088Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7650614Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7651340Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.028s) 2022-11-23T02:24:21.7651914Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.021s) 2022-11-23T02:24:21.7652449Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-11-23T02:24:21.7653042Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.032s) 2022-11-23T02:24:21.7654258Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:24:21.7655225Z warnings.warn( 2022-11-23T02:24:21.7655524Z ok (0.007s) 2022-11-23T02:24:21.7655980Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:24:21.7657149Z test_gradcheck_custom_error (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:24:21.7658133Z warnings.warn( 2022-11-23T02:24:21.7658423Z ok (0.016s) 2022-11-23T02:24:21.7658869Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7659418Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.154s) 2022-11-23T02:24:21.7659980Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:24:21.7660591Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7661208Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7662890Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T02:24:21.7664354Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:24:21.7664804Z ok (0.021s) 2022-11-23T02:24:21.7666149Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T02:24:21.7667533Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:24:21.7667978Z ok (0.012s) 2022-11-23T02:24:21.7669022Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:24:21.7669961Z warnings.warn( 2022-11-23T02:24:21.7670266Z ok (0.051s) 2022-11-23T02:24:21.7671305Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:24:21.7672540Z warnings.warn( 2022-11-23T02:24:21.7672819Z ok (0.022s) 2022-11-23T02:24:21.7673256Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.085s) 2022-11-23T02:24:21.7673862Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7674443Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.018s) 2022-11-23T02:24:21.7675761Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:4081: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:24:21.7677155Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-11-23T02:24:21.7677670Z expected failure (0.006s) 2022-11-23T02:24:21.7678120Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:24:21.7679232Z test_gradcheck_test_outputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:24:21.7680196Z warnings.warn( 2022-11-23T02:24:21.7680498Z ok (0.004s) 2022-11-23T02:24:21.7680934Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.016s) 2022-11-23T02:24:21.7681486Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:24:21.7682060Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.016s) 2022-11-23T02:24:21.7682591Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7683284Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.000s) 2022-11-23T02:24:21.7683856Z test_hessian_vector (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7684326Z test_hook_none (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7684805Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7685276Z test_hooks (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:24:21.7685728Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7686249Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7686746Z test_indexing (__main__.TestAutograd) ... ok (0.031s) 2022-11-23T02:24:21.7687240Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7687746Z test_inplace (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7688242Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7688792Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.014s) 2022-11-23T02:24:21.7689313Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7689864Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7690406Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.109s) 2022-11-23T02:24:21.7690929Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7691429Z test_integer_outputs (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7691890Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7692353Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7692986Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7693530Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7694040Z test_lobpcg (__main__.TestAutograd) ... ok (2.447s) 2022-11-23T02:24:21.7694528Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7695074Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7695616Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7696140Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7696640Z test_multi_backward (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7697144Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7697636Z test_multi_grad_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7698909Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1093: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T02:24:21.7700136Z return super(Tensor, self).refine_names(names) 2022-11-23T02:24:21.7700493Z ok (0.000s) 2022-11-23T02:24:21.7700949Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.006s) 2022-11-23T02:24:21.7701564Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7702181Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7702749Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7703329Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7703836Z test_next_functions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7704302Z test_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7705562Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7706074Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7707138Z test_no_grad_copy_sparse (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2327: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-11-23T02:24:21.7708072Z warnings.warn( 2022-11-23T02:24:21.7708378Z ok (0.018s) 2022-11-23T02:24:21.7708758Z test_no_grad_input (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7709264Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7709745Z test_no_grad_python_function (__main__.TestAutograd) 2022-11-23T02:24:21.7710230Z Python Functions should respect grad mode. ... ok (0.001s) 2022-11-23T02:24:21.7710752Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7711263Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7711884Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7712414Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7712923Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7713435Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7713913Z test_once_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7714478Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7715236Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7715765Z test_pickle (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7716255Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7716765Z test_power_function (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7717592Z test_profiler (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:08 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7718690Z STAGE:2022-11-23 02:24:08 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7719734Z STAGE:2022-11-23 02:24:08 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7720378Z ok (0.006s) 2022-11-23T02:24:21.7720781Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7721709Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:08 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7722855Z STAGE:2022-11-23 02:24:09 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7723925Z STAGE:2022-11-23 02:24:09 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7724474Z 2022-11-23T02:24:21.7724708Z =================================================================================================================================================================== 2022-11-23T02:24:21.7725062Z TEST 2022-11-23T02:24:21.7725785Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7726608Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:24:21.7727363Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7728110Z aten::lstm 1.00% 278.000us 5.44% 1.507ms 1.507ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7728622Z aten::lstm 0.94% 260.000us 4.91% 1.360ms 1.360ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7729137Z aten::lstm 0.88% 245.000us 5.53% 1.532ms 1.532ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7729664Z aten::lstm 0.87% 241.000us 4.94% 1.368ms 1.368ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7730158Z aten::lstm 0.86% 238.000us 4.96% 1.374ms 1.374ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7730667Z aten::lstm 0.85% 234.000us 4.82% 1.334ms 1.334ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7731178Z aten::lstm 0.83% 230.000us 4.87% 1.348ms 1.348ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7731790Z aten::lstm 0.74% 206.000us 4.72% 1.308ms 1.308ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7732259Z aten::lstm 0.74% 206.000us 5.56% 1.540ms 1.540ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7732755Z aten::lstm 0.73% 201.000us 4.84% 1.341ms 1.341ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7733446Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7734049Z Self CPU time total: 27.690ms 2022-11-23T02:24:21.7734265Z 2022-11-23T02:24:21.7734725Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7735529Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:24:21.7736329Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7737043Z aten::lstm 15.29% 4.235ms 98.42% 27.253ms 1.363ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7737548Z aten::mul 9.35% 2.588ms 9.35% 2.588ms 4.313us 600 [[3, 20], [3, 20]] 2022-11-23T02:24:21.7738067Z aten::addmm 9.31% 2.578ms 12.41% 3.436ms 17.180us 200 [[80], [3, 20], [20, 80], [], []] 2022-11-23T02:24:21.7738587Z aten::sigmoid_ 8.61% 2.383ms 8.61% 2.383ms 3.972us 600 [[3, 20]] 2022-11-23T02:24:21.7739249Z aten::slice 6.35% 1.759ms 7.32% 2.026ms 2.533us 800 [[3, 80], [], [], [], []] 2022-11-23T02:24:21.7739772Z aten::unsafe_split 5.89% 1.632ms 17.56% 4.862ms 24.310us 200 [[3, 80], [], []] 2022-11-23T02:24:21.7740355Z aten::narrow 4.32% 1.196ms 11.63% 3.220ms 4.025us 800 [[3, 80], [], [], []] 2022-11-23T02:24:21.7740864Z aten::tanh 3.50% 969.000us 3.50% 969.000us 4.845us 200 [[3, 20]] 2022-11-23T02:24:21.7741397Z aten::tanh_ 3.09% 855.000us 3.09% 855.000us 4.275us 200 [[3, 20]] 2022-11-23T02:24:21.7741902Z aten::add_ 3.03% 840.000us 3.03% 840.000us 4.200us 200 [[3, 80], [3, 80], []] 2022-11-23T02:24:21.7742598Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7743201Z Self CPU time total: 27.690ms 2022-11-23T02:24:21.7743417Z 2022-11-23T02:24:21.7743638Z =================================================================================================================================================================== 2022-11-23T02:24:21.7743965Z TEST 2022-11-23T02:24:21.7744341Z =================================================================================================================================================================== 2022-11-23T02:24:21.7744933Z This report only display top-level ops statistics 2022-11-23T02:24:21.7745654Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7746438Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:24:21.7747319Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7748046Z aten::lstm 1.00% 278.000us 5.44% 1.507ms 1.507ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7749053Z aten::lstm 0.94% 260.000us 4.91% 1.360ms 1.360ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7749563Z aten::lstm 0.88% 245.000us 5.53% 1.532ms 1.532ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7750074Z aten::lstm 0.87% 241.000us 4.94% 1.368ms 1.368ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7750573Z aten::lstm 0.86% 238.000us 4.96% 1.374ms 1.374ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7751049Z aten::lstm 0.85% 234.000us 4.82% 1.334ms 1.334ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7751670Z aten::lstm 0.83% 230.000us 4.87% 1.348ms 1.348ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7752167Z aten::lstm 0.74% 206.000us 4.72% 1.308ms 1.308ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7752852Z aten::lstm 0.74% 206.000us 5.56% 1.540ms 1.540ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7753391Z aten::lstm 0.73% 201.000us 4.84% 1.341ms 1.341ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7754111Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7754739Z Self CPU time total: 27.690ms 2022-11-23T02:24:21.7754961Z 2022-11-23T02:24:21.7755183Z =================================================================================================================================================================== 2022-11-23T02:24:21.7755623Z This report only display top-level ops statistics 2022-11-23T02:24:21.7756332Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7757120Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:24:21.7757870Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7758641Z aten::lstm 15.29% 4.235ms 98.42% 27.253ms 1.363ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:24:21.7759199Z aten::randn 0.94% 260.000us 1.57% 434.000us 7.233us 60 [[], [], [], [], []] 2022-11-23T02:24:21.7760056Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:24:21.7760685Z Self CPU time total: 27.690ms 2022-11-23T02:24:21.7760895Z 2022-11-23T02:24:21.7761105Z Total time based on python measurements: 35.296ms 2022-11-23T02:24:21.7761568Z CPU time measurement python side overhead: 27.47% 2022-11-23T02:24:21.7761924Z ok (2.238s) 2022-11-23T02:24:21.7762294Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-11-23T02:24:21.7763183Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7764347Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7765493Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7766131Z ok (0.003s) 2022-11-23T02:24:21.7766564Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7767466Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7768565Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7769609Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7770244Z ok (0.082s) 2022-11-23T02:24:21.7771463Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:24:21.7772864Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7773984Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7775037Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7775574Z 2022-11-23T02:24:21.7776005Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:24:21.7776826Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:24:21.7777614Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:24:21.7778313Z aten::linear 2.80% 6.000us 59.81% 128.000us 128.000us 1 [[128, 20], [30, 20], [30]] 2022-11-23T02:24:21.7778820Z aten::t 12.62% 27.000us 16.82% 36.000us 36.000us 1 [[30, 20]] 2022-11-23T02:24:21.7779476Z aten::transpose 2.80% 6.000us 4.21% 9.000us 9.000us 1 [[30, 20], [], []] 2022-11-23T02:24:21.7779960Z aten::as_strided 1.40% 3.000us 1.40% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-11-23T02:24:21.7780464Z aten::addmm 32.71% 70.000us 40.19% 86.000us 86.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-11-23T02:24:21.7780955Z aten::expand 1.40% 3.000us 1.87% 4.000us 4.000us 1 [[30], [], []] 2022-11-23T02:24:21.7781469Z aten::as_strided 0.47% 1.000us 0.47% 1.000us 1.000us 1 [[30], [], [], []] 2022-11-23T02:24:21.7781978Z aten::copy_ 5.61% 12.000us 5.61% 12.000us 12.000us 1 [[128, 30], [128, 30], []] 2022-11-23T02:24:21.7782493Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:24:21.7783069Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-11-23T02:24:21.7783632Z aten::linear 1.40% 3.000us 40.19% 86.000us 86.000us 1 [[128, 30], [40, 30], [40]] 2022-11-23T02:24:21.7784122Z aten::t 2.34% 5.000us 3.74% 8.000us 8.000us 1 [[40, 30]] 2022-11-23T02:24:21.7784625Z aten::transpose 0.93% 2.000us 1.40% 3.000us 3.000us 1 [[40, 30], [], []] 2022-11-23T02:24:21.7785109Z aten::as_strided 0.47% 1.000us 0.47% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-11-23T02:24:21.7785721Z aten::addmm 28.04% 60.000us 35.05% 75.000us 75.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-11-23T02:24:21.7786222Z aten::expand 0.93% 2.000us 1.40% 3.000us 3.000us 1 [[40], [], []] 2022-11-23T02:24:21.7786724Z aten::as_strided 0.47% 1.000us 0.47% 1.000us 1.000us 1 [[40], [], [], []] 2022-11-23T02:24:21.7787219Z aten::copy_ 5.61% 12.000us 5.61% 12.000us 12.000us 1 [[128, 40], [128, 40], []] 2022-11-23T02:24:21.7787722Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-11-23T02:24:21.7788241Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:24:21.7788961Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:24:21.7789596Z Self CPU time total: 214.000us 2022-11-23T02:24:21.7789818Z 2022-11-23T02:24:21.7789934Z ok (0.010s) 2022-11-23T02:24:21.7790695Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7791936Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7793129Z STAGE:2022-11-23 02:24:11 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7793790Z ok (0.000s) 2022-11-23T02:24:21.7794224Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (2.817s) 2022-11-23T02:24:21.7795157Z test_record_function (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7796312Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7797348Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7798381Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7799412Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7800437Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7801122Z ok (0.010s) 2022-11-23T02:24:21.7801962Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7803107Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7804300Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7804941Z ok (0.000s) 2022-11-23T02:24:21.7805718Z test_record_function_legacy (__main__.TestAutograd) ... STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:24:21.7806886Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:24:21.7807995Z STAGE:2022-11-23 02:24:14 3988:360 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:24:21.7808642Z ok (0.000s) 2022-11-23T02:24:21.7809088Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7809649Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7810152Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7810713Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7811308Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7811886Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7812467Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7813102Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7813651Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7814286Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7814805Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7815301Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7815799Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7816322Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7816834Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7817376Z test_return_duplicate (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7817916Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7818432Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7818984Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7819540Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7820047Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7820573Z test_save_output_nr (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7821203Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7821934Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:24:21.7822648Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7823348Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:24:21.7824004Z test_saved_variable_saved_original_inplace_detach (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7824632Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7825208Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7825801Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.019s) 2022-11-23T02:24:21.7826333Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7826966Z test_select_sum (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7827487Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7828004Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7828543Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7829082Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7829616Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7830223Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7830845Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:24:21.7831488Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7832005Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7832601Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7833142Z test_setitem (__main__.TestAutograd) ... ok (0.026s) 2022-11-23T02:24:21.7833611Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7834190Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7834866Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7835395Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7835868Z test_sharded_grad (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:24:21.7836446Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7836824Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7837142Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:24:21.7837518Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7837806Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7838117Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7838435Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7838754Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7839064Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7839630Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3933: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:24:21.7840270Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:24:21.7840611Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:24:21.7840838Z should be replaced with 2022-11-23T02:24:21.7841105Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:24:21.7841338Z and 2022-11-23T02:24:21.7841549Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:24:21.7841765Z should be replaced with 2022-11-23T02:24:21.7842208Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:24:21.7842705Z w, v = torch.symeig(A, eigenvectors=False) 2022-11-23T02:24:21.7842930Z ok (0.010s) 2022-11-23T02:24:21.7843182Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7843595Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.001s) 2022-11-23T02:24:21.7843927Z test_too_many_grads (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7844322Z test_type_conversions (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7844630Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7844929Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7845240Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7845558Z test_variable_traverse (__main__.TestAutograd) ... ok (0.136s) 2022-11-23T02:24:21.7845842Z test_version_counter (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:24:21.7846147Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7846463Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:24:21.7846803Z test_wrapped_number_saved_variable_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7847188Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.000s) 2022-11-23T02:24:21.7847596Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.010s) 2022-11-23T02:24:21.7848014Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:24:21.7848468Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7848960Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T02:24:21.7849395Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7849773Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-11-23T02:24:21.7850259Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:24:21.7850645Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:24:21.7851038Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:24:21.7851483Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:24:21.7851879Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:24:21.7852311Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:24:21.7852752Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:24:21.7853156Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:24:21.7854285Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:8638: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:24:21.7855331Z self.assertIsNone(a.grad) 2022-11-23T02:24:21.7855541Z ok (0.002s) 2022-11-23T02:24:21.7855849Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-11-23T02:24:21.7856241Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:24:21.7856655Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:24:21.7857108Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:24:21.7857510Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7857916Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7858321Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:24:21.7858715Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7859099Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7859495Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7859875Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-11-23T02:24:21.7860265Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7860749Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T02:24:21.7861199Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:24:21.7861616Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:24:21.7861994Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7862372Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7862762Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:24:21.7863197Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7863593Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T02:24:21.7863992Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7864391Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:24:21.7864811Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7865213Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-11-23T02:24:21.7865643Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:24:21.7866500Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:24:21.7867282Z func_out = func(*tupled_inputs) 2022-11-23T02:24:21.7867893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:24:21.7868469Z func_out = func(*tupled_inputs) 2022-11-23T02:24:21.7868668Z ok (0.011s) 2022-11-23T02:24:21.7868970Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-11-23T02:24:21.7869401Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7869821Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-11-23T02:24:21.7870288Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:24:21.7870700Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:24:21.7871108Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:24:21.7871616Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-11-23T02:24:21.7872026Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:24:21.7872443Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-11-23T02:24:21.7872885Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-11-23T02:24:21.7873295Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.039s) 2022-11-23T02:24:21.7873765Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-11-23T02:24:21.7874164Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7874548Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-11-23T02:24:21.7874890Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-11-23T02:24:21.7875292Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T02:24:21.7875705Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-11-23T02:24:21.7876135Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-11-23T02:24:21.7876497Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-11-23T02:24:21.7877208Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:24:21.7877826Z warnings.warn(message, UserWarning) 2022-11-23T02:24:21.7878027Z ok (0.007s) 2022-11-23T02:24:21.7878315Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T02:24:21.7878695Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7879124Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-11-23T02:24:21.7879512Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-11-23T02:24:21.7879919Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7880254Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T02:24:21.7880615Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7880962Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7881323Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7881722Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7882111Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:24:21.7882478Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:24:21.7882845Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:24:21.7883244Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7883721Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T02:24:21.7884140Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:24:21.7884536Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:24:21.7884900Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:24:21.7885297Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:24:21.7885626Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:24:21.7885994Z test_print (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:24:21.7886368Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:24:21.7886732Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:24:21.7887092Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-11-23T02:24:21.7887480Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-11-23T02:24:21.7887857Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:24:21.7888273Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.003s) 2022-11-23T02:24:21.7888705Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:24:21.7889146Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.004s) 2022-11-23T02:24:21.7890179Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.010s) 2022-11-23T02:24:21.7890593Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:24:21.7891096Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7891585Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:24:21.7892163Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:24:21.7892669Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-11-23T02:24:21.7893157Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.169s) 2022-11-23T02:24:21.7893659Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.075s) 2022-11-23T02:24:21.7894160Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.079s) 2022-11-23T02:24:21.7894655Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.473s) 2022-11-23T02:24:21.7895128Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7895571Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:24:21.7896047Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:24:21.7896529Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:24:21.7897063Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7897608Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-11-23T02:24:21.7898142Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7898622Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:24:21.7899091Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7899527Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:24:21.7899978Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7900421Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:24:21.7900860Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7901300Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-11-23T02:24:21.7901758Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7902225Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:24:21.7902675Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7903199Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:24:21.7903778Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7904257Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7904750Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:24:21.7905256Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.166s) 2022-11-23T02:24:21.7905757Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:24:21.7906255Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.051s) 2022-11-23T02:24:21.7906743Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7907263Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.038s) 2022-11-23T02:24:21.7907775Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:24:21.7908260Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7908726Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.092s) 2022-11-23T02:24:21.7909214Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.569s) 2022-11-23T02:24:21.7909692Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7910136Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:24:21.7910565Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7911015Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7911601Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7912039Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7912468Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7912899Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7913329Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:24:21.7913737Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7914203Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-11-23T02:24:21.7914703Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.416s) 2022-11-23T02:24:21.7915247Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.050s) 2022-11-23T02:24:21.7915786Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.297s) 2022-11-23T02:24:21.7916266Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7916728Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:24:21.7917184Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:24:21.7917726Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T02:24:21.7918212Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7918704Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:24:21.7919189Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7919675Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:24:21.7920143Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7920598Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:24:21.7921075Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7921525Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:24:21.7922017Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7922461Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:24:21.7922914Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7923385Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7923842Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7924270Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7924732Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:24:21.7925254Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7925786Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-11-23T02:24:21.7926361Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-11-23T02:24:21.7926908Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7927477Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:24:21.7928043Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7928530Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-11-23T02:24:21.7929050Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:24:21.7929578Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.070s) 2022-11-23T02:24:21.7930090Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7930587Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-11-23T02:24:21.7931152Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7931677Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-11-23T02:24:21.7932182Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:24:21.7932684Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.045s) 2022-11-23T02:24:21.7933208Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7933746Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7934218Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.061s) 2022-11-23T02:24:21.7934662Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.417s) 2022-11-23T02:24:21.7935101Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7935536Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7935976Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7936406Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7936844Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:24:21.7937272Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7937698Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7938126Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7938606Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7939077Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:24:21.7939499Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.077s) 2022-11-23T02:24:21.7940000Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.526s) 2022-11-23T02:24:21.7940441Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7940876Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:24:21.7941317Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7941765Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7942203Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:24:21.7942617Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7943043Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7943470Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7943896Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7944321Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:24:21.7944815Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.066s) 2022-11-23T02:24:21.7945306Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.429s) 2022-11-23T02:24:21.7945768Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7946205Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:24:21.7946643Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:24:21.7947102Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:24:21.7947540Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7947967Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:24:21.7948397Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7948806Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:24:21.7949231Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:24:21.7949659Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:24:21.7950074Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:24:21.7950458Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:24:21.7950861Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:24:21.7951410Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:24:21.7951865Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.012s) 2022-11-23T02:24:21.7952798Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T02:24:21.7953239Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7953667Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T02:24:21.7954095Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T02:24:21.7954534Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7954963Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7955349Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7955759Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:24:21.7956184Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T02:24:21.7956598Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7957015Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:24:21.7957482Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7957944Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:24:21.7958357Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:24:21.7958852Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.004s) 2022-11-23T02:24:21.7959333Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-11-23T02:24:21.7959802Z test_backward_single_threaded_cpu (__main__.TestAutogradMultipleDispatchCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:24:21.7960229Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.000s) 2022-11-23T02:24:21.7960645Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-11-23T02:24:21.7961047Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.000s) 2022-11-23T02:24:21.7961408Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.175s) 2022-11-23T02:24:21.7961757Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-11-23T02:24:21.7962129Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.026s) 2022-11-23T02:24:21.7962474Z test_multi_grad_hooks (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-11-23T02:24:21.7962854Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.004s) 2022-11-23T02:24:21.7963279Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-11-23T02:24:21.7963645Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.008s) 2022-11-23T02:24:21.7964028Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.007s) 2022-11-23T02:24:21.7964388Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.008s) 2022-11-23T02:24:21.7964598Z 2022-11-23T02:24:21.7964767Z ---------------------------------------------------------------------- 2022-11-23T02:24:21.7965037Z Ran 526 tests in 25.016s 2022-11-23T02:24:21.7965167Z 2022-11-23T02:24:21.7965274Z OK (skipped=25, expected failures=2) 2022-11-23T02:24:21.7965418Z 2022-11-23T02:24:21.7965514Z Generating XML reports... 2022-11-23T02:24:21.7965970Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAllowMutationOnSaved-20221123022356.xml 2022-11-23T02:24:21.7966466Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20221123022356.xml 2022-11-23T02:24:21.7966999Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20221123022356.xml 2022-11-23T02:24:21.7967567Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradDeviceTypeCPU-20221123022356.xml 2022-11-23T02:24:21.7968107Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20221123022356.xml 2022-11-23T02:24:21.7968672Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20221123022356.xml 2022-11-23T02:24:21.7969343Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20221123022356.xml 2022-11-23T02:24:21.7969977Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20221123022356.xml 2022-11-23T02:24:21.7970527Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradMultipleDispatchCPU-20221123022356.xml 2022-11-23T02:24:21.7971082Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20221123022356.xml 2022-11-23T02:24:21.7971355Z 2022-11-23T02:24:21.7971740Z ##[endgroup] 2022-11-23T02:24:21.7972106Z FINISHED PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_3mlsznrg) 2022-11-23T02:24:21.7972376Z 2022-11-23T02:24:21.7972511Z Running test_multiprocessing ... [2022-11-23 02:24:21.758302] 2022-11-23T02:24:21.7973041Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:24:21.758302] 2022-11-23T02:24:43.3292794Z 2022-11-23T02:24:43.3293560Z Expand the folded group to see the log file of test_multiprocessing 2022-11-23T02:24:43.3294547Z ##[group]PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_h1we8jt7) 2022-11-23T02:24:43.3294860Z 2022-11-23T02:24:43.3294964Z Running tests... 2022-11-23T02:24:43.3295333Z ---------------------------------------------------------------------- 2022-11-23T02:24:43.3295765Z Test results will be stored in test-reports\python-unittest\test_multiprocessing 2022-11-23T02:24:43.3298690Z test_autograd_errors (__main__.TestMultiprocessing) ... skip: Test needs to use fork multiprocessing (0.001s) 2022-11-23T02:24:43.3299675Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3300473Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3301099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3301670Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3302196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3302651Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3303138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3303555Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3304004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3304447Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3305064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3305510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3305765Z ok (2.761s) 2022-11-23T02:24:43.3306097Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T02:24:43.3306527Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3307043Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3307461Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3307848Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3308261Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3308667Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T02:24:43.3309063Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3309473Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-11-23T02:24:43.3309800Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.004s) 2022-11-23T02:24:43.3310234Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T02:24:43.3310593Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3311081Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3311482Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3311876Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3312269Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3312979Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:24:43.3314085Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:24:43.3314745Z warnings.warn(message, UserWarning) 2022-11-23T02:24:43.3314962Z ok (0.085s) 2022-11-23T02:24:43.3315559Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:24:43.3316285Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.010s) 2022-11-23T02:24:43.3316619Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T02:24:43.3317333Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:24:43.3317957Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.097s) 2022-11-23T02:24:43.3318628Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:24:43.3319435Z test_inherit_tensor (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3319906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3320345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3320770Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3321056Z test_inherit_tensor: SubProcess too slow 2022-11-23T02:24:43.3321323Z ok (2.005s) 2022-11-23T02:24:43.3321769Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3322327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3322751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3323233Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3323474Z ok (2.499s) 2022-11-23T02:24:43.3323795Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T02:24:43.3324203Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T02:24:43.3324543Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T02:24:43.3325068Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3325540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3325963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3326387Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3326823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3327229Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3327694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3328120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3328390Z ok (4.434s) 2022-11-23T02:24:43.3328711Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T02:24:43.3329084Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-11-23T02:24:43.3329913Z test_parameter_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:59: UserWarning: backward hook .hook at 0x000001EDB95E5E50> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-11-23T02:24:43.3330616Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T02:24:43.3331025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3331424Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3331851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3332278Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3332520Z ok (2.391s) 2022-11-23T02:24:43.3333220Z test_variable_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:59: UserWarning: backward hook .hook at 0x000001EDB8E228B0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-11-23T02:24:43.3333983Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T02:24:43.3334406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3334914Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3335329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3335748Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3336243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:43.3336648Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:43.3337141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:43.3337614Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:43.3337864Z ok (4.722s) 2022-11-23T02:24:43.3347345Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T02:24:43.3347759Z 2022-11-23T02:24:43.3347931Z ---------------------------------------------------------------------- 2022-11-23T02:24:43.3348202Z Ran 37 tests in 19.031s 2022-11-23T02:24:43.3348327Z 2022-11-23T02:24:43.3348404Z OK (skipped=24) 2022-11-23T02:24:43.3348528Z 2022-11-23T02:24:43.3348608Z Generating XML reports... 2022-11-23T02:24:43.3349005Z Generated XML report: test-reports\python-unittest\test_multiprocessing\TEST-TestMultiprocessing-20221123022423.xml 2022-11-23T02:24:43.3349289Z 2022-11-23T02:24:43.3349633Z ##[endgroup] 2022-11-23T02:24:43.3350025Z FINISHED PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_h1we8jt7) 2022-11-23T02:24:43.3350317Z 2022-11-23T02:24:43.3350439Z Running test_fx ... [2022-11-23 02:24:43.330265] 2022-11-23T02:24:43.3350847Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:24:43.330907] 2022-11-23T02:24:56.9840663Z 2022-11-23T02:24:56.9841155Z Expand the folded group to see the log file of test_fx 2022-11-23T02:24:56.9841892Z ##[group]PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_fkvmeqaq) 2022-11-23T02:24:56.9855217Z 2022-11-23T02:24:56.9855512Z Running tests... 2022-11-23T02:24:56.9855950Z ---------------------------------------------------------------------- 2022-11-23T02:24:56.9856485Z Test results will be stored in test-reports\python-unittest\test_fx 2022-11-23T02:24:56.9857198Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.010s) 2022-11-23T02:24:56.9857634Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:24:56.9858063Z Test type annotations in the forward function. ... ok (0.000s) 2022-11-23T02:24:56.9858546Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-11-23T02:24:56.9859017Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.011s) 2022-11-23T02:24:56.9859524Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-11-23T02:24:56.9859947Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:24:56.9860317Z Test the consistency relation. ... ok (0.003s) 2022-11-23T02:24:56.9860702Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T02:24:56.9861077Z Test the consistency relation. ... ok (0.002s) 2022-11-23T02:24:56.9861467Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.017s) 2022-11-23T02:24:56.9861871Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T02:24:56.9862301Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T02:24:56.9862747Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T02:24:56.9863174Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-11-23T02:24:56.9863599Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-11-23T02:24:56.9864117Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T02:24:56.9864537Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-11-23T02:24:56.9865127Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-11-23T02:24:56.9865533Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.103s) 2022-11-23T02:24:56.9865951Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-11-23T02:24:56.9866375Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.013s) 2022-11-23T02:24:56.9866805Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-11-23T02:24:56.9867227Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T02:24:56.9867630Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.013s) 2022-11-23T02:24:56.9868122Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-11-23T02:24:56.9868660Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T02:24:56.9869253Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-11-23T02:24:56.9869811Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T02:24:56.9870346Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.018s) 2022-11-23T02:24:56.9870878Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T02:24:56.9871490Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T02:24:56.9872118Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T02:24:56.9872620Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9873752Z Perform constant folding conversion and check that the non-const module is inlined ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\const_fold.py:248: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2022-11-23T02:24:56.9874803Z new_node = root_const_gm.graph.get_attr(in_node.target) 2022-11-23T02:24:56.9875039Z ok (0.008s) 2022-11-23T02:24:56.9875308Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9875695Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.003s) 2022-11-23T02:24:56.9876062Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9876432Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.006s) 2022-11-23T02:24:56.9876797Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9877173Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.012s) 2022-11-23T02:24:56.9877602Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9877986Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-11-23T02:24:56.9878359Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9878756Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-11-23T02:24:56.9879091Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9879440Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-11-23T02:24:56.9879800Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9880162Z Perform constant folding conversion, from original mod to split constant ... ok (0.009s) 2022-11-23T02:24:56.9880602Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-11-23T02:24:56.9881136Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:973: UserWarning: Failed to fetch module mod! 2022-11-23T02:24:56.9881578Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T02:24:56.9881807Z ok (0.009s) 2022-11-23T02:24:56.9882075Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9882437Z Perform constant folding conversion, from original mod to split constant ... ok (0.012s) 2022-11-23T02:24:56.9882769Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9883095Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-11-23T02:24:56.9883418Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9884527Z Perform constant folding conversion, from original mod to split constant folding ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:973: UserWarning: Failed to fetch module my_mod! 2022-11-23T02:24:56.9885060Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T02:24:56.9885291Z ok (0.009s) 2022-11-23T02:24:56.9885560Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.015s) 2022-11-23T02:24:56.9885922Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-11-23T02:24:56.9886268Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.003s) 2022-11-23T02:24:56.9886559Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9886858Z Perform constant folding with a call_module node. ... ok (0.006s) 2022-11-23T02:24:56.9887163Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T02:24:56.9887508Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.015s) 2022-11-23T02:24:56.9887862Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.009s) 2022-11-23T02:24:56.9888186Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-11-23T02:24:56.9888651Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T02:24:56.9889117Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T02:24:56.9889581Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-11-23T02:24:56.9890043Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-11-23T02:24:56.9890498Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.000s) 2022-11-23T02:24:56.9891009Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.014s) 2022-11-23T02:24:56.9891373Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9891708Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-11-23T02:24:56.9892000Z %x : [#users=2] = placeholder[target=x] 2022-11-23T02:24:56.9892299Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T02:24:56.9892643Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-11-23T02:24:56.9892935Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T02:24:56.9893246Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T02:24:56.9893491Z return add_1 2022-11-23T02:24:56.9893666Z ok (0.004s) 2022-11-23T02:24:56.9893893Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9894183Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-11-23T02:24:56.9894521Z %x : [#users=2] = placeholder[target=x] 2022-11-23T02:24:56.9894816Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T02:24:56.9895095Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T02:24:56.9895399Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-11-23T02:24:56.9895741Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-11-23T02:24:56.9895996Z return add_1 2022-11-23T02:24:56.9896171Z ok (0.004s) 2022-11-23T02:24:56.9896390Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9896713Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T02:24:56.9897013Z %x : [#users=1] = placeholder[target=x] 2022-11-23T02:24:56.9897310Z %y : [#users=0] = placeholder[target=y] 2022-11-23T02:24:56.9897606Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T02:24:56.9897900Z return add 2022-11-23T02:24:56.9898060Z ok (0.004s) 2022-11-23T02:24:56.9898302Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9898640Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T02:24:56.9898937Z %x : [#users=1] = placeholder[target=x] 2022-11-23T02:24:56.9899177Z %y : [#users=1] = placeholder[target=y] 2022-11-23T02:24:56.9899465Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-11-23T02:24:56.9899792Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T02:24:56.9900046Z return add_1 2022-11-23T02:24:56.9900223Z ok (0.004s) 2022-11-23T02:24:56.9900466Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9900805Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-11-23T02:24:56.9901119Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T02:24:56.9901420Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-11-23T02:24:56.9901806Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T02:24:56.9902056Z return mul 2022-11-23T02:24:56.9902231Z ok (0.004s) 2022-11-23T02:24:56.9902459Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9902759Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-11-23T02:24:56.9903072Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T02:24:56.9903441Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-11-23T02:24:56.9903900Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-11-23T02:24:56.9904315Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T02:24:56.9904565Z return mul 2022-11-23T02:24:56.9904723Z ok (0.004s) 2022-11-23T02:24:56.9904936Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T02:24:56.9905231Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-11-23T02:24:56.9905511Z %x : [#users=2] = placeholder[target=x] 2022-11-23T02:24:56.9905806Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T02:24:56.9906101Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T02:24:56.9906393Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T02:24:56.9906649Z return add_1 2022-11-23T02:24:56.9906829Z ok (0.004s) 2022-11-23T02:24:56.9907050Z test_all_input_nodes (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9907329Z test_annotation_with_future (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9908079Z test_annotations_empty_tuple (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T02:24:56.9908742Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:24:56.9908971Z ok (0.036s) 2022-11-23T02:24:56.9909229Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:24:56.9909616Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9910032Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9910447Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:24:56.9910780Z test_args_kwargs (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9911043Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9911429Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.000s) 2022-11-23T02:24:56.9911801Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.013s) 2022-11-23T02:24:56.9912117Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9912443Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9912752Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9913032Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9913340Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9913671Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9914027Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9914355Z test_autowrap_functions (__main__.TestFX) ... ok (0.089s) 2022-11-23T02:24:56.9914711Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9914987Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9915250Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9915509Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9915810Z test_ctx_mgr (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9916069Z test_custom_codegen (__main__.TestFX) ... ok (0.038s) 2022-11-23T02:24:56.9916359Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9916683Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9916967Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9917297Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9917605Z test_custom_proxy_type (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9917887Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9918234Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.670s) 2022-11-23T02:24:56.9918614Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9918964Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-11-23T02:24:56.9919299Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9919617Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.076s) 2022-11-23T02:24:56.9919906Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9920196Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9920548Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9920819Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9921073Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9921347Z test_disallow_override (__main__.TestFX) ... ok (0.007s) 2022-11-23T02:24:56.9921612Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9921882Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9922198Z test_erase_node_error (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9922473Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9922779Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9923053Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.027s) 2022-11-23T02:24:56.9923338Z test_fn_type_annotations (__main__.TestFX) ... ok (0.031s) 2022-11-23T02:24:56.9923601Z test_fx_and_or (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9923840Z test_fx_create_arg (__main__.TestFX) ... ok (0.013s) 2022-11-23T02:24:56.9924091Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9924344Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9924620Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.133s) 2022-11-23T02:24:56.9924946Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-11-23T02:24:56.9925449Z test_getitem_subproc (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:24:56.9925889Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:24:56.9926320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:24:56.9926754Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:24:56.9927005Z ok (3.827s) 2022-11-23T02:24:56.9927240Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9927505Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9927814Z test_graph_module (__main__.TestFX) ... ok (0.048s) 2022-11-23T02:24:56.9928183Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9928533Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9928904Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9929201Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9929486Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9929764Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9930059Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-11-23T02:24:56.9930340Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9930594Z test_inf_nan (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9930850Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9931107Z test_inline_graph (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9931352Z test_insertion_point (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9931618Z test_interpreter (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9931901Z test_interpreter_default_args (__main__.TestFX) ... ok (0.012s) 2022-11-23T02:24:56.9932223Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T02:24:56.9932568Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T02:24:56.9932893Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9933244Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9933540Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9933846Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9934193Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9934484Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9934793Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9935037Z test_leaf_module (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9935305Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9935595Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9935873Z test_move_before (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9936140Z test_multi_insert_point (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9936422Z test_multiple_default_args (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:24:56.9936693Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9936990Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9937293Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.012s) 2022-11-23T02:24:56.9937644Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.004s) 2022-11-23T02:24:56.9937964Z test_no_mutation (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9938223Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9938481Z test_nonetype_annotation (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9939117Z test_partial_trace (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T02:24:56.9939676Z warnings.warn( 2022-11-23T02:24:56.9939800Z 2022-11-23T02:24:56.9939807Z 2022-11-23T02:24:56.9939812Z 2022-11-23T02:24:56.9939906Z def forward(self, x, y_1): 2022-11-23T02:24:56.9940181Z eq = y_1 == True; y_1 = None 2022-11-23T02:24:56.9940546Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-11-23T02:24:56.9940835Z mul = 2 * x; x = None 2022-11-23T02:24:56.9941002Z return mul 2022-11-23T02:24:56.9941210Z 2022-11-23T02:24:56.9941372Z ok (0.007s) 2022-11-23T02:24:56.9941602Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9941887Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-11-23T02:24:56.9942224Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-11-23T02:24:56.9942633Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-11-23T02:24:56.9943345Z test_prepend_self (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-11-23T02:24:56.9944244Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-11-23T02:24:56.9944598Z ok (0.000s) 2022-11-23T02:24:56.9944965Z test_pretty_print (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9945348Z test_pretty_print_graph (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9945613Z test_pretty_print_node (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9946044Z test_pretty_print_targets (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:24:56.9946398Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9946734Z test_pytree (__main__.TestFX) ... ok (0.220s) 2022-11-23T02:24:56.9947129Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9948281Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9948575Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9948945Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9949305Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9949707Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9950015Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T02:24:56.9950278Z test_reserved_getattr (__main__.TestFX) 2022-11-23T02:24:56.9950584Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-11-23T02:24:56.9950962Z test_return_tuple (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9951232Z test_return_type_exists (__main__.TestFX) ... ok (0.022s) 2022-11-23T02:24:56.9951506Z test_script_method_trace (__main__.TestFX) ... ok (0.014s) 2022-11-23T02:24:56.9951791Z test_script_tensor_constant (__main__.TestFX) ... ok (0.026s) 2022-11-23T02:24:56.9952047Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9952323Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9952669Z test_shape_prop_layout (__main__.TestFX) ... ok (0.033s) 2022-11-23T02:24:56.9952946Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.476s) 2022-11-23T02:24:56.9953265Z test_single_default_arg (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9953664Z test_snake_case (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9953890Z test_sqrt (__main__.TestFX) ... ok (0.010s) 2022-11-23T02:24:56.9954181Z test_stack_traces (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9954534Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9954835Z test_string_literal_return (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9955127Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.016s) 2022-11-23T02:24:56.9955491Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.020s) 2022-11-23T02:24:56.9955768Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9956152Z test_tensor_attribute (__main__.TestFX) ... ok (0.016s) 2022-11-23T02:24:56.9956441Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9956783Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9957064Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9957335Z test_torch_custom_ops (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9957588Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9958246Z test_torch_fx_len (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T02:24:56.9958889Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:24:56.9959129Z ok (0.034s) 2022-11-23T02:24:56.9959366Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9959832Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.001s) 2022-11-23T02:24:56.9960402Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.002s) 2022-11-23T02:24:56.9960833Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-11-23T02:24:56.9961151Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9961437Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9962195Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9962465Z test_trace_function (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9962753Z test_trace_multiple_funcs (__main__.TestFX) ... 1.14.0a0+git1cfd385 2022-11-23T02:24:56.9962981Z ok (0.009s) 2022-11-23T02:24:56.9963247Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-11-23T02:24:56.9963571Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9963860Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9964140Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9964419Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.005s) 2022-11-23T02:24:56.9964676Z test_typename_print (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9964936Z test_unpack (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9965206Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.009s) 2022-11-23T02:24:56.9965495Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9965838Z test_update_args_api (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9966128Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9966451Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9966763Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.021s) 2022-11-23T02:24:56.9967106Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.031s) 2022-11-23T02:24:56.9967392Z test_wrap (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9967665Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.006s) 2022-11-23T02:24:56.9967947Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9968209Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.000s) 2022-11-23T02:24:56.9968483Z test_wrapped_method (__main__.TestFX) ... ok (0.012s) 2022-11-23T02:24:56.9968757Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9969034Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-11-23T02:24:56.9969420Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-11-23T02:24:56.9969727Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-11-23T02:24:56.9969975Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-11-23T02:24:56.9970287Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T02:24:56.9970639Z Test backward compatibility for members of classes with ... ok (0.002s) 2022-11-23T02:24:56.9970985Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T02:24:56.9971327Z Test backward compatibility for function signatures with ... ok (0.006s) 2022-11-23T02:24:56.9971688Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.006s) 2022-11-23T02:24:56.9972101Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9972519Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9972895Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9973261Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.013s) 2022-11-23T02:24:56.9973650Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9974030Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9974398Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9974773Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9975568Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9975942Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9976297Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9976658Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:24:56.9977006Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9977332Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9977668Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9978071Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9978477Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9978869Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9979233Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9979555Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9979901Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9980250Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:24:56.9980590Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:24:56.9980921Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9981249Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9981601Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9981951Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9982309Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T02:24:56.9982744Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9983116Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9983481Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9983969Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9984300Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9984688Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9985033Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:24:56.9985377Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9985710Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9986036Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9986378Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.014s) 2022-11-23T02:24:56.9986712Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9987077Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9987427Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9987781Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9988171Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9988966Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9989345Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9989730Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:56.9990132Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9990513Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9990854Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9991208Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9991562Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:24:56.9991901Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9992261Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9992616Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9992967Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.012s) 2022-11-23T02:24:56.9993310Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9993669Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9994009Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9994360Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9994717Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9995059Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9995395Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9995739Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9996115Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9996526Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9996918Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:56.9997270Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9997625Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9997973Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9998318Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:56.9998643Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9998997Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:24:56.9999353Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:56.9999714Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0000068Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:24:57.0000427Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0000769Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0001127Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0001491Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.012s) 2022-11-23T02:24:57.0001843Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0002691Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0003032Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0003370Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0003721Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:57.0004097Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0004469Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0004852Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0005229Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0005583Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:57.0005913Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T02:24:57.0006259Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0006589Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0006941Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0007290Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0007635Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0008038Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0008383Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0008779Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T02:24:57.0009115Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0009446Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0010154Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T02:24:57.0010495Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T02:24:57.0010812Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0011146Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0011475Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0011806Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0012149Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0012509Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0012839Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:57.0013180Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:57.0013523Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0013869Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0014260Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0014654Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T02:24:57.0015013Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0015386Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T02:24:57.0016118Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T02:24:57.0016721Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3738: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:24:57.0017346Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:24:57.0017639Z ok (0.003s) 2022-11-23T02:24:57.0018172Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:24:57.0018808Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:24:57.0019111Z ok (0.004s) 2022-11-23T02:24:57.0019622Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T02:24:57.0020315Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:24:57.0020664Z ok (0.003s) 2022-11-23T02:24:57.0021037Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0021560Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0022089Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0022626Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0023221Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0023834Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0024368Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0024890Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0025416Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0025994Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.003s) 2022-11-23T02:24:57.0026542Z test_get_torch_func_signature_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0027087Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0027519Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0027950Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-11-23T02:24:57.0028755Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0029176Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0029612Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0030054Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0030487Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0030936Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0031377Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0031805Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0032262Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0032741Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0033176Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0033595Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0034768Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:24:57.0035719Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0035917Z ok (0.003s) 2022-11-23T02:24:57.0036233Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0036667Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0037097Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0037519Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0037960Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0038452Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T02:24:57.0038940Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0039443Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0039993Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0040481Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0041282Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0041696Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0042127Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0042550Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0043045Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0043586Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.003s) 2022-11-23T02:24:57.0044175Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0044706Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0045201Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0045737Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.006s) 2022-11-23T02:24:57.0046258Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0046735Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0047216Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0047812Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0048378Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0048880Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0049331Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0049817Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0050400Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0050930Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0051411Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0051936Z test_get_torch_func_signature_exhaustive_cdouble_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0052417Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0052904Z test_get_torch_func_signature_exhaustive_cfloat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.010s) 2022-11-23T02:24:57.0053792Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0054321Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0055102Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T02:24:57.0055689Z L = torch.cholesky(A) 2022-11-23T02:24:57.0055896Z should be replaced with 2022-11-23T02:24:57.0056225Z L = torch.linalg.cholesky(A) 2022-11-23T02:24:57.0056420Z and 2022-11-23T02:24:57.0056619Z U = torch.cholesky(A, upper=True) 2022-11-23T02:24:57.0056885Z should be replaced with 2022-11-23T02:24:57.0057109Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T02:24:57.0057600Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T02:24:57.0058061Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0058259Z ok (0.000s) 2022-11-23T02:24:57.0058591Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0059047Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0059485Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0059911Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0060338Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0060839Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0061268Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0061706Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0062201Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0062647Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0063128Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0063555Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0064098Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0064599Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0065091Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0065531Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0065963Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0066784Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0067224Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0067648Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T02:24:57.0068075Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0068557Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0069045Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0069483Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0069918Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0070368Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0070822Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0071240Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0071675Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0072125Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0072572Z test_get_torch_func_signature_exhaustive_diagonal_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0073017Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0073525Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0073970Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-11-23T02:24:57.0074400Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0074817Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T02:24:57.0075259Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0075717Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0076174Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0076616Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0077101Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0077583Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0078018Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0078486Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0079395Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.000s) 2022-11-23T02:24:57.0079897Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0080334Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0080758Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0081183Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0081606Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0082024Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0082453Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0082874Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0083361Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0083904Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0084379Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0084825Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-11-23T02:24:57.0085266Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0085696Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0086173Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0086617Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0087053Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0087484Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0087915Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0088343Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0088772Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0089192Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0089627Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0090064Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0090496Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0090931Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0091364Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0092147Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-11-23T02:24:57.0092586Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0093001Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0093435Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0093864Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0094348Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0094831Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0095315Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0095747Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0096232Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0096703Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0097182Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0097619Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0098056Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0098556Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0098980Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0099396Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0099813Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0100221Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0100638Z test_get_torch_func_signature_exhaustive_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0101062Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0101496Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0101924Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0102348Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0102780Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0103210Z test_get_torch_func_signature_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0103744Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0104595Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0105083Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0105522Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-11-23T02:24:57.0105958Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-11-23T02:24:57.0106405Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-11-23T02:24:57.0106844Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0107258Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0107689Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0108112Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0108535Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0108968Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0109405Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0109842Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0110280Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0110702Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0111600Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1070.) 2022-11-23T02:24:57.0112308Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0112509Z ok (0.010s) 2022-11-23T02:24:57.0112832Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0113271Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0113761Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0114243Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0114667Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0115101Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0115529Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0115953Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0116384Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0117163Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0117610Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0118090Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.010s) 2022-11-23T02:24:57.0118607Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:24:57.0119119Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:24:57.0119633Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:24:57.0120150Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T02:24:57.0120617Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0121051Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0121482Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0121908Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0122331Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0122742Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0123187Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0123686Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0124139Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0124589Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0125027Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0125483Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-11-23T02:24:57.0125923Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-11-23T02:24:57.0126432Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0126881Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0127379Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0127845Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0128305Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0128742Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0129539Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0129983Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0130435Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0130882Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0131397Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0131903Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0132349Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0132811Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0133260Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.021s) 2022-11-23T02:24:57.0133712Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0134153Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0134605Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.027s) 2022-11-23T02:24:57.0135075Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0135542Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0136035Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0136505Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0136973Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-11-23T02:24:57.0137428Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T02:24:57.0137949Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:24:57.0138465Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-11-23T02:24:57.0138909Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0139356Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0139801Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0140258Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.023s) 2022-11-23T02:24:57.0140708Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.041s) 2022-11-23T02:24:57.0141151Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0141940Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0142400Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0142855Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0143303Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T02:24:57.0143854Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0144304Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0144740Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0145162Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0145579Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0146002Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0146431Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0146883Z test_get_torch_func_signature_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0147337Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0147783Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0148282Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-11-23T02:24:57.0148722Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0149143Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0149581Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0150016Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0150457Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0150887Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0151317Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-11-23T02:24:57.0151753Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0152238Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0152697Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0153167Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0153994Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T02:24:57.0154619Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T02:24:57.0154885Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T02:24:57.0155100Z should be replaced with 2022-11-23T02:24:57.0155523Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T02:24:57.0155916Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0156096Z ok (0.005s) 2022-11-23T02:24:57.0156418Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0156906Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0157440Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0157972Z test_get_torch_func_signature_exhaustive_masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.006s) 2022-11-23T02:24:57.0158517Z test_get_torch_func_signature_exhaustive_masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0159056Z test_get_torch_func_signature_exhaustive_masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0159596Z test_get_torch_func_signature_exhaustive_masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0160130Z test_get_torch_func_signature_exhaustive_masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0160719Z test_get_torch_func_signature_exhaustive_masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0161210Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0161712Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0162265Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0162819Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0163361Z test_get_torch_func_signature_exhaustive_masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0163906Z test_get_torch_func_signature_exhaustive_masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0164446Z test_get_torch_func_signature_exhaustive_masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0164994Z test_get_torch_func_signature_exhaustive_masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0165565Z test_get_torch_func_signature_exhaustive_masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0166060Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0166510Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0167009Z test_get_torch_func_signature_exhaustive_masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0167561Z test_get_torch_func_signature_exhaustive_masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0168101Z test_get_torch_func_signature_exhaustive_masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0168637Z test_get_torch_func_signature_exhaustive_masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0169174Z test_get_torch_func_signature_exhaustive_masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0169651Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0170090Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0170514Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0171031Z test_get_torch_func_signature_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0171553Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0172063Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0172516Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0172950Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0173375Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0173881Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0174408Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.000s) 2022-11-23T02:24:57.0174881Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0175329Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0175787Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0176236Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0176662Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0177081Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0177554Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0177972Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0194994Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0195537Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0196050Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0196534Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0197030Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0197513Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0197990Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0198422Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0198872Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0199328Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-11-23T02:24:57.0199777Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0200227Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0200840Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0201303Z test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0201824Z test_get_torch_func_signature_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0202329Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0202778Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0203216Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0203721Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0204286Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0204843Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0205391Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0205935Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0206503Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0207026Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0207592Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0208152Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0208754Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0209347Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0209943Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0210531Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0211112Z test_get_torch_func_signature_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0211647Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0212124Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0212647Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0213157Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0213686Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0214235Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0214848Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0215453Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0215970Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0216901Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:24:57.0217670Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0217934Z ok (0.050s) 2022-11-23T02:24:57.0218291Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0218777Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0219268Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0219827Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0220386Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0220932Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0221519Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.010s) 2022-11-23T02:24:57.0222095Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0222675Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0223251Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0223942Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0225023Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0225606Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0226214Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0226851Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0227474Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.010s) 2022-11-23T02:24:57.0228083Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0228681Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0229212Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0229733Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0230348Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0230907Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0231436Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0231958Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.011s) 2022-11-23T02:24:57.0232533Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0233110Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0233684Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0234258Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0234818Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0235383Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0235958Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0236587Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0237170Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0237743Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0238323Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0238904Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0239441Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0240004Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0240562Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0241076Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0241656Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0242190Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0242725Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0243297Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0243854Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0244409Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0244975Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0245532Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0246102Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0246668Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0247243Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0247859Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0248428Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.003s) 2022-11-23T02:24:57.0248980Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0249547Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0250131Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0250727Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.006s) 2022-11-23T02:24:57.0251307Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0251865Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0252369Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0252890Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0253367Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0253847Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0254330Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0254802Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0255269Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0255738Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0256269Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0256767Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0257276Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0257830Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0258379Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0258967Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0259510Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0260056Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0260615Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0261175Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0261743Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0262253Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0262707Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0263214Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0263888Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0264513Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0265077Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0265673Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0266246Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0266810Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0267393Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0267915Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-11-23T02:24:57.0268402Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0268910Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0269428Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0269985Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0270502Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0271030Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0271515Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0271938Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0272365Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-11-23T02:24:57.0272786Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0273260Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0273733Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0274157Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-11-23T02:24:57.0274579Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0275074Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0275677Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0276231Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0276780Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0277331Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0277816Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0278232Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0278655Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0279074Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0279772Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:24:57.0280400Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:24:57.0280663Z Q, R = torch.qr(A, some) 2022-11-23T02:24:57.0280862Z should be replaced with 2022-11-23T02:24:57.0281289Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:24:57.0281701Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0281931Z ok (0.007s) 2022-11-23T02:24:57.0282247Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0282681Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0283171Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0283782Z test_get_torch_func_signature_exhaustive_randint_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0284317Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0284883Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0285400Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0285869Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0286293Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0286723Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0287218Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0287640Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0288125Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0288598Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0289095Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0289579Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0290123Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0290662Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0291199Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0291628Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0292060Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0292481Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0292908Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0293344Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0293840Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0294291Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0294728Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0295141Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0295593Z test_get_torch_func_signature_exhaustive_scalar_tensor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-11-23T02:24:57.0296050Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0296531Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0297435Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:24:57.0298132Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0298327Z ok (0.004s) 2022-11-23T02:24:57.0298650Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0299093Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0299604Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0300061Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0301151Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T02:24:57.0302049Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0302942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T02:24:57.0303858Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0304051Z ok (0.013s) 2022-11-23T02:24:57.0304382Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-11-23T02:24:57.0304850Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-11-23T02:24:57.0305300Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0305741Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0306222Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0306712Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0307190Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0307617Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0308113Z test_get_torch_func_signature_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0308732Z test_get_torch_func_signature_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0309348Z test_get_torch_func_signature_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.003s) 2022-11-23T02:24:57.0309909Z test_get_torch_func_signature_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0310401Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0310815Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0311284Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0311712Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0312190Z test_get_torch_func_signature_exhaustive_slice_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0312675Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0313112Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0313552Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0313987Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-11-23T02:24:57.0314471Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T02:24:57.0315022Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0315519Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0315971Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0316184Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0316396Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0316639Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0316927Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0317243Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:57.0317541Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:57.0317760Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0317978Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0318215Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0318455Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0318672Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0318886Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0319096Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0319332Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0319684Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:24:57.0319905Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0320138Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0320368Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0320596Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0320859Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0321074Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0321293Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0321645Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T02:24:57.0321888Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0322126Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-11-23T02:24:57.0322441Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:57.0322803Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:24:57.0323120Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:57.0323428Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:24:57.0323661Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0323883Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0324102Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0324365Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0324632Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0324852Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0325059Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0325268Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0325525Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0325735Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0325940Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0326151Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0326412Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0326614Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0326813Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0327132Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.006s) 2022-11-23T02:24:57.0327339Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.039s) 2022-11-23T02:24:57.0327624Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0328299Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:24:57.0328665Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:24:57.0328821Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:24:57.0328953Z should be replaced with 2022-11-23T02:24:57.0329236Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:24:57.0329337Z and 2022-11-23T02:24:57.0329502Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:24:57.0329616Z should be replaced with 2022-11-23T02:24:57.0330143Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:24:57.0330292Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0330391Z ok (0.004s) 2022-11-23T02:24:57.0330696Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0331055Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0331391Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0331713Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0332013Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0332327Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0332644Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-11-23T02:24:57.0332851Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T02:24:57.0333111Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0333508Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0333715Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0333925Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0334245Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0334553Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0335510Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0336226Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T02:24:57.0336436Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:24:57.0336552Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:24:57.0336640Z should be replaced with 2022-11-23T02:24:57.0336950Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:24:57.0337034Z return self.op(*args, **kwargs) 2022-11-23T02:24:57.0337104Z ok (0.003s) 2022-11-23T02:24:57.0337317Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0337527Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0337922Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0338139Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T02:24:57.0338353Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-11-23T02:24:57.0338568Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0338784Z test_get_torch_func_signature_exhaustive_unfold_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0339050Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0339323Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0339603Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0339929Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0340147Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0340358Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T02:24:57.0341199Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0341409Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0341633Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0341900Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0342116Z test_get_torch_func_signature_exhaustive_view_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0342382Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0342593Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0342799Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0343067Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T02:24:57.0343277Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T02:24:57.0343544Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-11-23T02:24:57.0343844Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0344065Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T02:24:57.0344210Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T02:24:57.0344348Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-11-23T02:24:57.0344505Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T02:24:57.0344748Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.000s) 2022-11-23T02:24:57.0344902Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T02:24:57.0345052Z Tests that users can add in check functions correctly ... ok (0.000s) 2022-11-23T02:24:57.0345206Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T02:24:57.0345314Z Tests error catching + debug ... ok (0.010s) 2022-11-23T02:24:57.0345485Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T02:24:57.0345611Z Tests the construction of constraints ... ok (0.001s) 2022-11-23T02:24:57.0345755Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T02:24:57.0345978Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-11-23T02:24:57.0346192Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:24:57.0346404Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-11-23T02:24:57.0346669Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T02:24:57.0346876Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-11-23T02:24:57.0347103Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:24:57.0347318Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-11-23T02:24:57.0347579Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.018s) 2022-11-23T02:24:57.0347825Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T02:24:57.0348045Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T02:24:57.0348256Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:24:57.0348474Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T02:24:57.0348739Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T02:24:57.0348943Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:24:57.0349108Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-11-23T02:24:57.0349324Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:24:57.0349562Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:24:57.0349790Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:24:57.0350013Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T02:24:57.0350247Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T02:24:57.0350463Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T02:24:57.0350676Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.014s) 2022-11-23T02:24:57.0350890Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T02:24:57.0351160Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:24:57.0351372Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T02:24:57.0351543Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.013s) 2022-11-23T02:24:57.0351724Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.000s) 2022-11-23T02:24:57.0351906Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:24:57.0352142Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.011s) 2022-11-23T02:24:57.0352310Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:24:57.0352478Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0352648Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0352877Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:24:57.0353049Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:24:57.0353235Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T02:24:57.0353412Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0353593Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:24:57.0353757Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:24:57.0353968Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T02:24:57.0354148Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.034s) 2022-11-23T02:24:57.0354335Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-11-23T02:24:57.0354504Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.075s) 2022-11-23T02:24:57.0354668Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:24:57.0354835Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:24:57.0354999Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.013s) 2022-11-23T02:24:57.0355175Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0355353Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0355549Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0355724Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T02:24:57.0355900Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T02:24:57.0356103Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.024s) 2022-11-23T02:24:57.0356279Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T02:24:57.0356455Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.012s) 2022-11-23T02:24:57.0356629Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.035s) 2022-11-23T02:24:57.0356813Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T02:24:57.0356986Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T02:24:57.0356995Z 2022-11-23T02:24:57.0357154Z ---------------------------------------------------------------------- 2022-11-23T02:24:57.0357236Z Ran 1037 tests in 9.562s 2022-11-23T02:24:57.0357290Z 2022-11-23T02:24:57.0357398Z OK (skipped=220, expected failures=4) 2022-11-23T02:24:57.0357403Z 2022-11-23T02:24:57.0357496Z Generating XML reports... 2022-11-23T02:24:57.0357759Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20221123022446.xml 2022-11-23T02:24:57.0358000Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20221123022446.xml 2022-11-23T02:24:57.0358304Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20221123022446.xml 2022-11-23T02:24:57.0358551Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20221123022446.xml 2022-11-23T02:24:57.0358928Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123022446.xml 2022-11-23T02:24:57.0359161Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20221123022446.xml 2022-11-23T02:24:57.0359359Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20221123022446.xml 2022-11-23T02:24:57.0359629Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20221123022446.xml 2022-11-23T02:24:57.0359874Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20221123022446.xml 2022-11-23T02:24:57.0360134Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestOperatorSignaturesCPU-20221123022446.xml 2022-11-23T02:24:57.0360387Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20221123022446.xml 2022-11-23T02:24:57.0360727Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123022446.xml 2022-11-23T02:24:57.0360979Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20221123022446.xml 2022-11-23T02:24:57.0360985Z 2022-11-23T02:24:57.0361319Z ##[endgroup] 2022-11-23T02:24:57.0361550Z FINISHED PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_fkvmeqaq) 2022-11-23T02:24:57.0361556Z 2022-11-23T02:24:57.0361672Z Running test_indexing ... [2022-11-23 02:24:56.987847] 2022-11-23T02:24:57.0361981Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:24:56.988494] 2022-11-23T02:25:03.2500344Z 2022-11-23T02:25:03.2500850Z Expand the folded group to see the log file of test_indexing 2022-11-23T02:25:03.2501721Z ##[group]PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_p4uh520w) 2022-11-23T02:25:03.2502069Z 2022-11-23T02:25:03.2502151Z Running tests... 2022-11-23T02:25:03.2502662Z ---------------------------------------------------------------------- 2022-11-23T02:25:03.2503129Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-11-23T02:25:03.2503618Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.661s) 2022-11-23T02:25:03.2504084Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2504480Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2504805Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2505136Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-11-23T02:25:03.2505483Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2505817Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-11-23T02:25:03.2506760Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1465: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T02:25:03.2507491Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-11-23T02:25:03.2508161Z C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1466: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T02:25:03.2508763Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-11-23T02:25:03.2509022Z ok (0.000s) 2022-11-23T02:25:03.2509262Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2509585Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-11-23T02:25:03.2509901Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2510201Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2510506Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2510822Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2511124Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-11-23T02:25:03.2511425Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2511720Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2512016Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2512420Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-11-23T02:25:03.2512737Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-11-23T02:25:03.2513107Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2513436Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.041s) 2022-11-23T02:25:03.2514157Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:25:03.2514736Z warnings.warn(message, UserWarning) 2022-11-23T02:25:03.2514942Z ok (0.174s) 2022-11-23T02:25:03.2515198Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2515532Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2515833Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2516132Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-11-23T02:25:03.2516440Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2516742Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2517052Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-11-23T02:25:03.2517393Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:25:03.2517719Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2518010Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2518316Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2518631Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-11-23T02:25:03.2518963Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2519936Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:25:03.2520322Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-11-23T02:25:03.2520606Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.030s) 2022-11-23T02:25:03.2520921Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-11-23T02:25:03.2521251Z test_index_ind_dtype_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-11-23T02:25:03.2521593Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.142s) 2022-11-23T02:25:03.2521965Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-11-23T02:25:03.2522329Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.979s) 2022-11-23T02:25:03.2522702Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T02:25:03.2523124Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T02:25:03.2523503Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2523844Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.007s) 2022-11-23T02:25:03.2524187Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2524542Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2524894Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2525290Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2525762Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2526099Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-11-23T02:25:03.2526440Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2526773Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2527110Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2527432Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2527757Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2528071Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T02:25:03.2528392Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T02:25:03.2528711Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2529040Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T02:25:03.2529377Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T02:25:03.2529669Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.065s) 2022-11-23T02:25:03.2529987Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-11-23T02:25:03.2530312Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2530621Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2530953Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2531272Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-11-23T02:25:03.2531639Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2531976Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2532295Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-11-23T02:25:03.2532598Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2532962Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-11-23T02:25:03.2533262Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-11-23T02:25:03.2533550Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-11-23T02:25:03.2533865Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.005s) 2022-11-23T02:25:03.2534193Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-11-23T02:25:03.2534527Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.006s) 2022-11-23T02:25:03.2534852Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2535162Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-11-23T02:25:03.2535336Z 2022-11-23T02:25:03.2535487Z ---------------------------------------------------------------------- 2022-11-23T02:25:03.2535744Z Ran 82 tests in 3.281s 2022-11-23T02:25:03.2535865Z 2022-11-23T02:25:03.2535941Z OK (skipped=5) 2022-11-23T02:25:03.2536052Z 2022-11-23T02:25:03.2536144Z Generating XML reports... 2022-11-23T02:25:03.2536507Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-NumpyTestsCPU-20221123022459.xml 2022-11-23T02:25:03.2537048Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-TestIndexingCPU-20221123022459.xml 2022-11-23T02:25:03.2537308Z 2022-11-23T02:25:03.2537649Z ##[endgroup] 2022-11-23T02:25:03.2538010Z FINISHED PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_p4uh520w) 2022-11-23T02:25:03.2538272Z 2022-11-23T02:25:03.2538425Z Running test_namedtuple_return_api ... [2022-11-23 02:25:03.250748] 2022-11-23T02:25:03.2538945Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:25:03.251284] 2022-11-23T02:25:07.8907334Z 2022-11-23T02:25:07.8907976Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-11-23T02:25:07.8908825Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_w2d8spk8) 2022-11-23T02:25:07.8909186Z 2022-11-23T02:25:07.8909331Z Running tests... 2022-11-23T02:25:07.8909638Z ---------------------------------------------------------------------- 2022-11-23T02:25:07.8910063Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-11-23T02:25:07.8910516Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.431s) 2022-11-23T02:25:07.8911143Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:25:07.8911716Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:25:07.8911990Z Q, R = torch.qr(A, some) 2022-11-23T02:25:07.8912181Z should be replaced with 2022-11-23T02:25:07.8912618Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T02:25:07.8913025Z ret1 = func(a, *op.input) 2022-11-23T02:25:07.8913469Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:25:07.8913959Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:25:07.8914229Z Q, R = torch.qr(A, some) 2022-11-23T02:25:07.8914431Z should be replaced with 2022-11-23T02:25:07.8915055Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2470.) 2022-11-23T02:25:07.8915487Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T02:25:07.8915959Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:25:07.8916526Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:25:07.8916871Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:25:07.8917090Z should be replaced with 2022-11-23T02:25:07.8917332Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:25:07.8917557Z and 2022-11-23T02:25:07.8917758Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:25:07.8917982Z should be replaced with 2022-11-23T02:25:07.8918416Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:25:07.8918828Z ret1 = func(a, *op.input) 2022-11-23T02:25:07.8919261Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:25:07.8919833Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:25:07.8920179Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:25:07.8920396Z should be replaced with 2022-11-23T02:25:07.8920652Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:25:07.8920968Z and 2022-11-23T02:25:07.8921156Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:25:07.8921378Z should be replaced with 2022-11-23T02:25:07.8921877Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2927.) 2022-11-23T02:25:07.8922309Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T02:25:07.8922901Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T02:25:07.8923526Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:25:07.8923852Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:25:07.8924062Z should be replaced with 2022-11-23T02:25:07.8924480Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T02:25:07.8924870Z ret1 = func(a, *op.input) 2022-11-23T02:25:07.8925349Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-11-23T02:25:07.8925819Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:25:07.8926041Z should be replaced with 2022-11-23T02:25:07.8926275Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:25:07.8926492Z and 2022-11-23T02:25:07.8926721Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:25:07.8926964Z should be replaced with 2022-11-23T02:25:07.8927400Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T02:25:07.8927812Z ret1 = func(a, *op.input) 2022-11-23T02:25:07.8927985Z ok (0.025s) 2022-11-23T02:25:07.8928240Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.726s) 2022-11-23T02:25:07.8928424Z 2022-11-23T02:25:07.8928649Z ---------------------------------------------------------------------- 2022-11-23T02:25:07.8928913Z Ran 3 tests in 2.172s 2022-11-23T02:25:07.8929031Z 2022-11-23T02:25:07.8929092Z OK 2022-11-23T02:25:07.8929188Z 2022-11-23T02:25:07.8929280Z Generating XML reports... 2022-11-23T02:25:07.8929653Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20221123022505.xml 2022-11-23T02:25:07.8929925Z 2022-11-23T02:25:07.8930200Z ##[endgroup] 2022-11-23T02:25:07.8930588Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_w2d8spk8) 2022-11-23T02:25:07.8930883Z 2022-11-23T02:25:07.8931013Z Running test_jit_cuda_fuser ... [2022-11-23 02:25:07.891100] 2022-11-23T02:25:07.8931444Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:25:07.892344] 2022-11-23T02:25:12.7510338Z 2022-11-23T02:25:12.7510929Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-11-23T02:25:12.7511725Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_y5dq5zyl) 2022-11-23T02:25:12.7512202Z 2022-11-23T02:25:12.7512473Z Running tests... 2022-11-23T02:25:12.7512818Z ---------------------------------------------------------------------- 2022-11-23T02:25:12.7513336Z Test results will be stored in test-reports\python-unittest\test_jit_cuda_fuser 2022-11-23T02:25:12.7513833Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7514403Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7515155Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7515627Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-11-23T02:25:12.7515993Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:25:12.7516323Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7516635Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7516963Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7517294Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7517625Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7517982Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7518359Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7518712Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T02:25:12.7519054Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7519375Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7519724Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7520166Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.002s) 2022-11-23T02:25:12.7520569Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7520902Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7521219Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7521547Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7521973Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7522301Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7522689Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.006s) 2022-11-23T02:25:12.7523144Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.002s) 2022-11-23T02:25:12.7523564Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7523917Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7524295Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7524653Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7525002Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:25:12.7525333Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7525639Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7525956Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7526304Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7526626Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7526959Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7527366Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7527701Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7528037Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7528358Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7528709Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-11-23T02:25:12.7529067Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7529451Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7529833Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7530184Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7530543Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-11-23T02:25:12.7530913Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7531276Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7531632Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7531978Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7532298Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7532629Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7532994Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-11-23T02:25:12.7533341Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7533661Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:25:12.7534080Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7534438Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:25:12.7534752Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7535073Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7535391Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:25:12.7535725Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7536076Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7536421Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7536747Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T02:25:12.7537063Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7537380Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7537721Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7538073Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7538405Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7538735Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7539076Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T02:25:12.7539411Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7539807Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7540150Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7540618Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7540993Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T02:25:12.7541355Z test_no_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7541670Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7541969Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7542297Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7542627Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7542953Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7543279Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7543624Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7544001Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7544412Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7544781Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7545136Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7545513Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7545915Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7546380Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7546716Z test_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7547060Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7547407Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7547769Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7548168Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-11-23T02:25:12.7548552Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7548903Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7549212Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7549547Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7549896Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7550259Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7550619Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7550969Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7551328Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7551648Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7552019Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:25:12.7552350Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7552679Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7553019Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7553397Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7553806Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.006s) 2022-11-23T02:25:12.7554229Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7554583Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7554949Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7555297Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7555629Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7555949Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7556270Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7556588Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.011s) 2022-11-23T02:25:12.7556911Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7557240Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7557620Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:25:12.7558146Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:25:12.7558632Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:25:12.7559071Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7559385Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7559704Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7560026Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T02:25:12.7560378Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7560749Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7561087Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7561390Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7561718Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7562054Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7562386Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7562720Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7563054Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7563381Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7563692Z test_transpose (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7564073Z test_transpose_default (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7564512Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7564847Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7565177Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7565506Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7565815Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7566192Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-11-23T02:25:12.7566564Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T02:25:12.7566894Z test_variance_profiling (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7567259Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-11-23T02:25:12.7567617Z test_view_before_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T02:25:12.7568009Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.000s) 2022-11-23T02:25:12.7568433Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.002s) 2022-11-23T02:25:12.7568839Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-11-23T02:25:12.7569221Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7569610Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T02:25:12.7570021Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.668s) 2022-11-23T02:25:12.7570375Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.083s) 2022-11-23T02:25:12.7570616Z 2022-11-23T02:25:12.7570775Z ---------------------------------------------------------------------- 2022-11-23T02:25:12.7571018Z Ran 158 tests in 0.953s 2022-11-23T02:25:12.7571142Z 2022-11-23T02:25:12.7571272Z OK (skipped=155) 2022-11-23T02:25:12.7571393Z 2022-11-23T02:25:12.7571486Z Generating XML reports... 2022-11-23T02:25:12.7571891Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestEnableDisableCudaFuser-20221123022511.xml 2022-11-23T02:25:12.7572455Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-jit.test_fuser_common.TestFuserCommon-20221123022511.xml 2022-11-23T02:25:12.7572983Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuser-20221123022511.xml 2022-11-23T02:25:12.7573231Z 2022-11-23T02:25:12.7573671Z ##[endgroup] 2022-11-23T02:25:12.7574032Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_y5dq5zyl) 2022-11-23T02:25:12.7574310Z 2022-11-23T02:25:12.7574430Z Running test_jit_disabled ... [2022-11-23 02:25:12.745702] 2022-11-23T02:25:12.7574863Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:25:12.745702] 2022-11-23T02:25:16.0112603Z 2022-11-23T02:25:16.0113254Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T02:25:16.0114051Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_zn77_73d) 2022-11-23T02:25:16.0114324Z 2022-11-23T02:25:16.0114405Z Running tests... 2022-11-23T02:25:16.0114675Z ---------------------------------------------------------------------- 2022-11-23T02:25:16.0115013Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-11-23T02:25:16.0115344Z test_attribute (__main__.TestJitDisabled) ... ok (0.569s) 2022-11-23T02:25:16.0115853Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.108s) 2022-11-23T02:25:16.0116180Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.109s) 2022-11-23T02:25:16.0116368Z 2022-11-23T02:25:16.0116529Z ---------------------------------------------------------------------- 2022-11-23T02:25:16.0116787Z Ran 3 tests in 0.781s 2022-11-23T02:25:16.0116910Z 2022-11-23T02:25:16.0116958Z OK 2022-11-23T02:25:16.0117054Z 2022-11-23T02:25:16.0117146Z Generating XML reports... 2022-11-23T02:25:16.0117519Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221123022514.xml 2022-11-23T02:25:16.0117780Z 2022-11-23T02:25:16.0118009Z ##[endgroup] 2022-11-23T02:25:16.0118376Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_zn77_73d) 2022-11-23T02:25:16.0118648Z 2022-11-23T02:25:16.0118794Z Running test_cpp_extensions_aot_ninja ... [2022-11-23 02:25:16.007032] 2022-11-23T02:25:18.3970680Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:25:18.5498160Z running install 2022-11-23T02:25:18.5585649Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T02:25:18.5586121Z warnings.warn( 2022-11-23T02:25:18.5705401Z running build 2022-11-23T02:25:18.5705652Z running build_py 2022-11-23T02:25:18.5811259Z creating build 2022-11-23T02:25:18.5813179Z creating build\lib.win-amd64-cpython-39 2022-11-23T02:25:18.5814834Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:25:18.5817915Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:25:18.5824859Z running build_ext 2022-11-23T02:25:18.5904315Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T02:25:18.5922803Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39 2022-11-23T02:25:18.5926232Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2022-11-23T02:25:18.5989112Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:25:18.5993754Z Compiling objects... 2022-11-23T02:25:18.5994155Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:25:30.9433630Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:25:30.9436260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:25:30.9437152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9437651Z with 2022-11-23T02:25:30.9437879Z [ 2022-11-23T02:25:30.9438115Z T=c10::SymInt 2022-11-23T02:25:30.9438359Z ] 2022-11-23T02:25:30.9438929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9439451Z with 2022-11-23T02:25:30.9439693Z [ 2022-11-23T02:25:30.9439977Z T=c10::SymInt 2022-11-23T02:25:30.9440198Z ] 2022-11-23T02:25:30.9440854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9441427Z with 2022-11-23T02:25:30.9441662Z [ 2022-11-23T02:25:30.9441916Z T=c10::SymInt 2022-11-23T02:25:30.9442437Z ] 2022-11-23T02:25:30.9443078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9443685Z with 2022-11-23T02:25:30.9443903Z [ 2022-11-23T02:25:30.9453963Z T=c10::SymInt 2022-11-23T02:25:30.9454415Z ] 2022-11-23T02:25:30.9455062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9456145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9457134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9457699Z with 2022-11-23T02:25:30.9457912Z [ 2022-11-23T02:25:30.9458149Z T=c10::SymInt 2022-11-23T02:25:30.9458380Z ] 2022-11-23T02:25:30.9458942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:25:30.9459791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9460299Z with 2022-11-23T02:25:30.9460525Z [ 2022-11-23T02:25:30.9460774Z T=at::Generator 2022-11-23T02:25:30.9461024Z ] 2022-11-23T02:25:30.9461571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9462086Z with 2022-11-23T02:25:30.9462305Z [ 2022-11-23T02:25:30.9462542Z T=at::Generator 2022-11-23T02:25:30.9462781Z ] 2022-11-23T02:25:30.9463405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9464101Z with 2022-11-23T02:25:30.9464310Z [ 2022-11-23T02:25:30.9464529Z T=at::Generator 2022-11-23T02:25:30.9464763Z ] 2022-11-23T02:25:30.9465265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9465760Z with 2022-11-23T02:25:30.9465909Z [ 2022-11-23T02:25:30.9466087Z T=at::Generator 2022-11-23T02:25:30.9466261Z ] 2022-11-23T02:25:30.9466695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9467360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9468032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9468434Z with 2022-11-23T02:25:30.9468583Z [ 2022-11-23T02:25:30.9468760Z T=at::Generator 2022-11-23T02:25:30.9468937Z ] 2022-11-23T02:25:30.9469342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9469717Z with 2022-11-23T02:25:30.9469878Z [ 2022-11-23T02:25:30.9470043Z T=at::TensorBase 2022-11-23T02:25:30.9470222Z ] 2022-11-23T02:25:30.9470642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9471087Z with 2022-11-23T02:25:30.9471370Z [ 2022-11-23T02:25:30.9471563Z T=at::TensorBase 2022-11-23T02:25:30.9471727Z ] 2022-11-23T02:25:30.9472188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9472607Z with 2022-11-23T02:25:30.9472766Z [ 2022-11-23T02:25:30.9472943Z T=at::TensorBase 2022-11-23T02:25:30.9473104Z ] 2022-11-23T02:25:30.9473592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9474041Z with 2022-11-23T02:25:30.9474202Z [ 2022-11-23T02:25:30.9474383Z T=at::TensorBase 2022-11-23T02:25:30.9474558Z ] 2022-11-23T02:25:30.9474975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9475643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9476322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9477450Z with 2022-11-23T02:25:30.9477615Z [ 2022-11-23T02:25:30.9477799Z T=at::TensorBase 2022-11-23T02:25:30.9477976Z ] 2022-11-23T02:25:30.9478371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9478749Z with 2022-11-23T02:25:30.9478910Z [ 2022-11-23T02:25:30.9479086Z T=at::Tensor 2022-11-23T02:25:30.9479257Z ] 2022-11-23T02:25:30.9479676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9480050Z with 2022-11-23T02:25:30.9480305Z [ 2022-11-23T02:25:30.9480484Z T=at::Tensor 2022-11-23T02:25:30.9480654Z ] 2022-11-23T02:25:30.9481117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9481541Z with 2022-11-23T02:25:30.9481687Z [ 2022-11-23T02:25:30.9481861Z T=at::Tensor 2022-11-23T02:25:30.9482032Z ] 2022-11-23T02:25:30.9482520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9482971Z with 2022-11-23T02:25:30.9483132Z [ 2022-11-23T02:25:30.9483291Z T=at::Tensor 2022-11-23T02:25:30.9483461Z ] 2022-11-23T02:25:30.9483886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9484545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9485320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9485727Z with 2022-11-23T02:25:30.9485876Z [ 2022-11-23T02:25:30.9486050Z T=at::Tensor 2022-11-23T02:25:30.9486223Z ] 2022-11-23T02:25:30.9486632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9487008Z with 2022-11-23T02:25:30.9487169Z [ 2022-11-23T02:25:30.9487331Z T=c10::Scalar 2022-11-23T02:25:30.9487502Z ] 2022-11-23T02:25:30.9487986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9488427Z with 2022-11-23T02:25:30.9488589Z [ 2022-11-23T02:25:30.9488759Z T=c10::Scalar 2022-11-23T02:25:30.9488918Z ] 2022-11-23T02:25:30.9489380Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9489802Z with 2022-11-23T02:25:30.9489962Z [ 2022-11-23T02:25:30.9490134Z T=c10::Scalar 2022-11-23T02:25:30.9490290Z ] 2022-11-23T02:25:30.9490771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9491283Z with 2022-11-23T02:25:30.9491443Z [ 2022-11-23T02:25:30.9491617Z T=c10::Scalar 2022-11-23T02:25:30.9491790Z ] 2022-11-23T02:25:30.9492202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9492855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9493530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9493935Z with 2022-11-23T02:25:30.9494100Z [ 2022-11-23T02:25:30.9494276Z T=c10::Scalar 2022-11-23T02:25:30.9494446Z ] 2022-11-23T02:25:30.9494836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9495206Z with 2022-11-23T02:25:30.9495367Z [ 2022-11-23T02:25:30.9495543Z T=std::string 2022-11-23T02:25:30.9495714Z ] 2022-11-23T02:25:30.9496131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9496593Z with 2022-11-23T02:25:30.9496754Z [ 2022-11-23T02:25:30.9496928Z T=std::string 2022-11-23T02:25:30.9497102Z ] 2022-11-23T02:25:30.9497563Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9498050Z with 2022-11-23T02:25:30.9498205Z [ 2022-11-23T02:25:30.9498378Z T=std::string 2022-11-23T02:25:30.9498547Z ] 2022-11-23T02:25:30.9499032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9499480Z with 2022-11-23T02:25:30.9499640Z [ 2022-11-23T02:25:30.9499799Z T=std::string 2022-11-23T02:25:30.9499974Z ] 2022-11-23T02:25:30.9500399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9501060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9501739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9502145Z with 2022-11-23T02:25:30.9502294Z [ 2022-11-23T02:25:30.9502469Z T=std::string 2022-11-23T02:25:30.9502644Z ] 2022-11-23T02:25:30.9503052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9503486Z with 2022-11-23T02:25:30.9503647Z [ 2022-11-23T02:25:30.9503886Z T=c10::QualifiedName 2022-11-23T02:25:30.9504067Z ] 2022-11-23T02:25:30.9504544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9504933Z with 2022-11-23T02:25:30.9505094Z [ 2022-11-23T02:25:30.9505278Z T=c10::QualifiedName 2022-11-23T02:25:30.9505447Z ] 2022-11-23T02:25:30.9505908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9506322Z with 2022-11-23T02:25:30.9506483Z [ 2022-11-23T02:25:30.9506665Z T=c10::QualifiedName 2022-11-23T02:25:30.9506834Z ] 2022-11-23T02:25:30.9507324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9507769Z with 2022-11-23T02:25:30.9507932Z [ 2022-11-23T02:25:30.9508115Z T=c10::QualifiedName 2022-11-23T02:25:30.9508296Z ] 2022-11-23T02:25:30.9508721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9509398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9510082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9510489Z with 2022-11-23T02:25:30.9510652Z [ 2022-11-23T02:25:30.9510894Z T=c10::QualifiedName 2022-11-23T02:25:30.9511079Z ] 2022-11-23T02:25:30.9511475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9511850Z with 2022-11-23T02:25:30.9512012Z [ 2022-11-23T02:25:30.9512242Z T=std::shared_ptr 2022-11-23T02:25:30.9512458Z ] 2022-11-23T02:25:30.9512876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9513263Z with 2022-11-23T02:25:30.9513412Z [ 2022-11-23T02:25:30.9513641Z T=std::shared_ptr 2022-11-23T02:25:30.9513855Z ] 2022-11-23T02:25:30.9514319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9514739Z with 2022-11-23T02:25:30.9514886Z [ 2022-11-23T02:25:30.9515109Z T=std::shared_ptr 2022-11-23T02:25:30.9515319Z ] 2022-11-23T02:25:30.9515808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9516254Z with 2022-11-23T02:25:30.9516472Z [ 2022-11-23T02:25:30.9516685Z T=std::shared_ptr 2022-11-23T02:25:30.9516898Z ] 2022-11-23T02:25:30.9517365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9518085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9518785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9519190Z with 2022-11-23T02:25:30.9519354Z [ 2022-11-23T02:25:30.9519585Z T=std::shared_ptr 2022-11-23T02:25:30.9519787Z ] 2022-11-23T02:25:30.9520193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9520571Z with 2022-11-23T02:25:30.9520732Z [ 2022-11-23T02:25:30.9520955Z T=std::weak_ptr 2022-11-23T02:25:30.9521155Z ] 2022-11-23T02:25:30.9521576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9521963Z with 2022-11-23T02:25:30.9522129Z [ 2022-11-23T02:25:30.9522348Z T=std::weak_ptr 2022-11-23T02:25:30.9522560Z ] 2022-11-23T02:25:30.9523009Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9523427Z with 2022-11-23T02:25:30.9523638Z [ 2022-11-23T02:25:30.9523863Z T=std::weak_ptr 2022-11-23T02:25:30.9524072Z ] 2022-11-23T02:25:30.9524555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9525002Z with 2022-11-23T02:25:30.9525151Z [ 2022-11-23T02:25:30.9525375Z T=std::weak_ptr 2022-11-23T02:25:30.9525588Z ] 2022-11-23T02:25:30.9526053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9526778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9527488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9527895Z with 2022-11-23T02:25:30.9528046Z [ 2022-11-23T02:25:30.9528269Z T=std::weak_ptr 2022-11-23T02:25:30.9528481Z ] 2022-11-23T02:25:30.9528887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9529310Z with 2022-11-23T02:25:30.9529470Z [ 2022-11-23T02:25:30.9529712Z T=std::vector> 2022-11-23T02:25:30.9529952Z ] 2022-11-23T02:25:30.9530375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9530761Z with 2022-11-23T02:25:30.9530921Z [ 2022-11-23T02:25:30.9531172Z T=std::vector> 2022-11-23T02:25:30.9531394Z ] 2022-11-23T02:25:30.9531852Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9532270Z with 2022-11-23T02:25:30.9532430Z [ 2022-11-23T02:25:30.9532680Z T=std::vector> 2022-11-23T02:25:30.9532911Z ] 2022-11-23T02:25:30.9533387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9533837Z with 2022-11-23T02:25:30.9534000Z [ 2022-11-23T02:25:30.9534248Z T=std::vector> 2022-11-23T02:25:30.9534483Z ] 2022-11-23T02:25:30.9535039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9535859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9537180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9537589Z with 2022-11-23T02:25:30.9537753Z [ 2022-11-23T02:25:30.9538009Z T=std::vector> 2022-11-23T02:25:30.9538246Z ] 2022-11-23T02:25:30.9538656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9539035Z with 2022-11-23T02:25:30.9539183Z [ 2022-11-23T02:25:30.9539400Z T=std::vector> 2022-11-23T02:25:30.9539606Z ] 2022-11-23T02:25:30.9540033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9540424Z with 2022-11-23T02:25:30.9540583Z [ 2022-11-23T02:25:30.9540845Z T=std::vector> 2022-11-23T02:25:30.9541051Z ] 2022-11-23T02:25:30.9541566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9541992Z with 2022-11-23T02:25:30.9542151Z [ 2022-11-23T02:25:30.9542366Z T=std::vector> 2022-11-23T02:25:30.9542628Z ] 2022-11-23T02:25:30.9543116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9543566Z with 2022-11-23T02:25:30.9543729Z [ 2022-11-23T02:25:30.9543945Z T=std::vector> 2022-11-23T02:25:30.9544136Z ] 2022-11-23T02:25:30.9544591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9545292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9545977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9546388Z with 2022-11-23T02:25:30.9546554Z [ 2022-11-23T02:25:30.9546824Z T=std::vector> 2022-11-23T02:25:30.9547030Z ] 2022-11-23T02:25:30.9547470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9547852Z with 2022-11-23T02:25:30.9548019Z [ 2022-11-23T02:25:30.9548285Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9548531Z ] 2022-11-23T02:25:30.9548952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9549325Z with 2022-11-23T02:25:30.9549485Z [ 2022-11-23T02:25:30.9549804Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9550048Z ] 2022-11-23T02:25:30.9550512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9550928Z with 2022-11-23T02:25:30.9551076Z [ 2022-11-23T02:25:30.9551343Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9551586Z ] 2022-11-23T02:25:30.9552082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9552535Z with 2022-11-23T02:25:30.9552739Z [ 2022-11-23T02:25:30.9553002Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9553247Z ] 2022-11-23T02:25:30.9553796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:25:30.9554572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:25:30.9555351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:25:30.9556027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9556435Z with 2022-11-23T02:25:30.9556600Z [ 2022-11-23T02:25:30.9556866Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9557099Z ] 2022-11-23T02:25:30.9557507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9557884Z with 2022-11-23T02:25:30.9558047Z [ 2022-11-23T02:25:30.9558304Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9558542Z ] 2022-11-23T02:25:30.9559001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9559439Z with 2022-11-23T02:25:30.9559602Z [ 2022-11-23T02:25:30.9559857Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9560093Z ] 2022-11-23T02:25:30.9560556Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9560978Z with 2022-11-23T02:25:30.9561126Z [ 2022-11-23T02:25:30.9561382Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9561618Z ] 2022-11-23T02:25:30.9562166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9562617Z with 2022-11-23T02:25:30.9562777Z [ 2022-11-23T02:25:30.9563017Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9563254Z ] 2022-11-23T02:25:30.9563737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:25:30.9564487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:25:30.9565251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:25:30.9565971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9566376Z with 2022-11-23T02:25:30.9566537Z [ 2022-11-23T02:25:30.9566782Z T=std::vector,std::allocator>> 2022-11-23T02:25:30.9567019Z ] 2022-11-23T02:25:30.9567427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9567861Z with 2022-11-23T02:25:30.9568022Z [ 2022-11-23T02:25:30.9568243Z T=std::vector> 2022-11-23T02:25:30.9568438Z ] 2022-11-23T02:25:30.9568858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9569248Z with 2022-11-23T02:25:30.9569407Z [ 2022-11-23T02:25:30.9569627Z T=std::vector> 2022-11-23T02:25:30.9569832Z ] 2022-11-23T02:25:30.9570285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9570713Z with 2022-11-23T02:25:30.9570877Z [ 2022-11-23T02:25:30.9571149Z T=std::vector> 2022-11-23T02:25:30.9571355Z ] 2022-11-23T02:25:30.9571898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9572336Z with 2022-11-23T02:25:30.9572498Z [ 2022-11-23T02:25:30.9572722Z T=std::vector> 2022-11-23T02:25:30.9572928Z ] 2022-11-23T02:25:30.9573386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9574097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9574859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9575267Z with 2022-11-23T02:25:30.9575417Z [ 2022-11-23T02:25:30.9575640Z T=std::vector> 2022-11-23T02:25:30.9575848Z ] 2022-11-23T02:25:30.9576344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9576726Z with 2022-11-23T02:25:30.9576874Z [ 2022-11-23T02:25:30.9577180Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:30.9577419Z ] 2022-11-23T02:25:30.9577897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9578289Z with 2022-11-23T02:25:30.9578449Z [ 2022-11-23T02:25:30.9578682Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:30.9578920Z ] 2022-11-23T02:25:30.9579383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9579806Z with 2022-11-23T02:25:30.9579965Z [ 2022-11-23T02:25:30.9580210Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:30.9580497Z ] 2022-11-23T02:25:30.9580990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9581438Z with 2022-11-23T02:25:30.9581600Z [ 2022-11-23T02:25:30.9581847Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:30.9582082Z ] 2022-11-23T02:25:30.9582565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9583392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9584239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:25:30.9584977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9585378Z with 2022-11-23T02:25:30.9585540Z [ 2022-11-23T02:25:30.9585789Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:30.9586023Z ] 2022-11-23T02:25:30.9586765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9587133Z with 2022-11-23T02:25:30.9587295Z [ 2022-11-23T02:25:30.9587543Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:30.9587778Z ] 2022-11-23T02:25:30.9588272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9588661Z with 2022-11-23T02:25:30.9588809Z [ 2022-11-23T02:25:30.9589115Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:30.9589352Z ] 2022-11-23T02:25:30.9589866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9590290Z with 2022-11-23T02:25:30.9590455Z [ 2022-11-23T02:25:30.9590689Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:30.9590923Z ] 2022-11-23T02:25:30.9591412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9591856Z with 2022-11-23T02:25:30.9592014Z [ 2022-11-23T02:25:30.9592258Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:30.9592478Z ] 2022-11-23T02:25:30.9592965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9593747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9594600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:25:30.9595385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9595855Z with 2022-11-23T02:25:30.9596021Z [ 2022-11-23T02:25:30.9596269Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:30.9596503Z ] 2022-11-23T02:25:30.9596895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9597275Z with 2022-11-23T02:25:30.9597437Z [ 2022-11-23T02:25:30.9597635Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:30.9597831Z ] 2022-11-23T02:25:30.9598251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9598623Z with 2022-11-23T02:25:30.9598786Z [ 2022-11-23T02:25:30.9598986Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:30.9599180Z ] 2022-11-23T02:25:30.9599646Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9600066Z with 2022-11-23T02:25:30.9600214Z [ 2022-11-23T02:25:30.9600412Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:30.9600603Z ] 2022-11-23T02:25:30.9601206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9601708Z with 2022-11-23T02:25:30.9601868Z [ 2022-11-23T02:25:30.9602052Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:30.9602241Z ] 2022-11-23T02:25:30.9602688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9603371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9603771Z with 2022-11-23T02:25:30.9603932Z [ 2022-11-23T02:25:30.9604115Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:30.9604310Z ] 2022-11-23T02:25:30.9604790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:25:30.9605511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9605920Z with 2022-11-23T02:25:30.9606082Z [ 2022-11-23T02:25:30.9606265Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:30.9606457Z ] 2022-11-23T02:25:30.9606981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9607361Z with 2022-11-23T02:25:30.9607573Z [ 2022-11-23T02:25:30.9607865Z T=std::vector> 2022-11-23T02:25:30.9608119Z ] 2022-11-23T02:25:30.9608537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9608926Z with 2022-11-23T02:25:30.9609087Z [ 2022-11-23T02:25:30.9609375Z T=std::vector> 2022-11-23T02:25:30.9609637Z ] 2022-11-23T02:25:30.9610098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9610509Z with 2022-11-23T02:25:30.9610670Z [ 2022-11-23T02:25:30.9610958Z T=std::vector> 2022-11-23T02:25:30.9611221Z ] 2022-11-23T02:25:30.9611707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9612151Z with 2022-11-23T02:25:30.9612297Z [ 2022-11-23T02:25:30.9612584Z T=std::vector> 2022-11-23T02:25:30.9612850Z ] 2022-11-23T02:25:30.9613484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9614375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9615126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9615536Z with 2022-11-23T02:25:30.9615705Z [ 2022-11-23T02:25:30.9615979Z T=std::vector> 2022-11-23T02:25:30.9616332Z ] 2022-11-23T02:25:30.9616742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9617115Z with 2022-11-23T02:25:30.9617279Z [ 2022-11-23T02:25:30.9617471Z T=torch::autograd::ViewInfo 2022-11-23T02:25:30.9617649Z ] 2022-11-23T02:25:30.9618070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9618458Z with 2022-11-23T02:25:30.9618618Z [ 2022-11-23T02:25:30.9618808Z T=torch::autograd::ViewInfo 2022-11-23T02:25:30.9619054Z ] 2022-11-23T02:25:30.9619551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9620046Z with 2022-11-23T02:25:30.9620210Z [ 2022-11-23T02:25:30.9620404Z T=torch::autograd::ViewInfo 2022-11-23T02:25:30.9620591Z ] 2022-11-23T02:25:30.9621077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9621516Z with 2022-11-23T02:25:30.9621676Z [ 2022-11-23T02:25:30.9621866Z T=torch::autograd::ViewInfo 2022-11-23T02:25:30.9622055Z ] 2022-11-23T02:25:30.9622495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9623200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9623897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9624302Z with 2022-11-23T02:25:30.9624451Z [ 2022-11-23T02:25:30.9624645Z T=torch::autograd::ViewInfo 2022-11-23T02:25:30.9624876Z ] 2022-11-23T02:25:30.9625293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9625724Z with 2022-11-23T02:25:30.9625876Z [ 2022-11-23T02:25:30.9626049Z T=c10::IValue 2022-11-23T02:25:30.9626222Z ] 2022-11-23T02:25:30.9626703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9627092Z with 2022-11-23T02:25:30.9627254Z [ 2022-11-23T02:25:30.9627413Z T=c10::IValue 2022-11-23T02:25:30.9627585Z ] 2022-11-23T02:25:30.9628047Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9628465Z with 2022-11-23T02:25:30.9628625Z [ 2022-11-23T02:25:30.9628784Z T=c10::IValue 2022-11-23T02:25:30.9628956Z ] 2022-11-23T02:25:30.9629440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9629885Z with 2022-11-23T02:25:30.9630047Z [ 2022-11-23T02:25:30.9630220Z T=c10::IValue 2022-11-23T02:25:30.9630376Z ] 2022-11-23T02:25:30.9630799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9631560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9632239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9632710Z with 2022-11-23T02:25:30.9632873Z [ 2022-11-23T02:25:30.9633047Z T=c10::IValue 2022-11-23T02:25:30.9633203Z ] 2022-11-23T02:25:30.9633612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9633988Z with 2022-11-23T02:25:30.9634151Z [ 2022-11-23T02:25:30.9634329Z T=c10::AliasInfo 2022-11-23T02:25:30.9634503Z ] 2022-11-23T02:25:30.9634911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9635297Z with 2022-11-23T02:25:30.9635458Z [ 2022-11-23T02:25:30.9635635Z T=c10::AliasInfo 2022-11-23T02:25:30.9635807Z ] 2022-11-23T02:25:30.9636253Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9636671Z with 2022-11-23T02:25:30.9636885Z [ 2022-11-23T02:25:30.9637065Z T=c10::AliasInfo 2022-11-23T02:25:30.9637237Z ] 2022-11-23T02:25:30.9637777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9638231Z with 2022-11-23T02:25:30.9638377Z [ 2022-11-23T02:25:30.9638552Z T=c10::AliasInfo 2022-11-23T02:25:30.9638730Z ] 2022-11-23T02:25:30.9639158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9639890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9640574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9640974Z with 2022-11-23T02:25:30.9641123Z [ 2022-11-23T02:25:30.9641301Z T=c10::AliasInfo 2022-11-23T02:25:30.9641477Z ] 2022-11-23T02:25:30.9641877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9642253Z with 2022-11-23T02:25:30.9642399Z [ 2022-11-23T02:25:30.9642630Z T=std::vector> 2022-11-23T02:25:30.9642907Z ] 2022-11-23T02:25:30.9643331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9643772Z with 2022-11-23T02:25:30.9643932Z [ 2022-11-23T02:25:30.9644149Z T=std::vector> 2022-11-23T02:25:30.9644364Z ] 2022-11-23T02:25:30.9644828Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9645307Z with 2022-11-23T02:25:30.9645466Z [ 2022-11-23T02:25:30.9645696Z T=std::vector> 2022-11-23T02:25:30.9645899Z ] 2022-11-23T02:25:30.9646388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9646836Z with 2022-11-23T02:25:30.9646997Z [ 2022-11-23T02:25:30.9647229Z T=std::vector> 2022-11-23T02:25:30.9647445Z ] 2022-11-23T02:25:30.9647883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9648291Z with 2022-11-23T02:25:30.9648451Z [ 2022-11-23T02:25:30.9648627Z T=c10::SymInt 2022-11-23T02:25:30.9648849Z ] 2022-11-23T02:25:30.9649294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9649751Z with 2022-11-23T02:25:30.9649911Z [ 2022-11-23T02:25:30.9650087Z T=c10::SymInt 2022-11-23T02:25:30.9650258Z ] 2022-11-23T02:25:30.9650727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:25:30.9651525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:25:30.9652342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9652757Z with 2022-11-23T02:25:30.9652906Z [ 2022-11-23T02:25:30.9653137Z T=std::vector> 2022-11-23T02:25:30.9653357Z ] 2022-11-23T02:25:30.9653764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9654135Z with 2022-11-23T02:25:30.9654297Z [ 2022-11-23T02:25:30.9654518Z T=c10::either 2022-11-23T02:25:30.9654741Z ] 2022-11-23T02:25:30.9655222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9655664Z with 2022-11-23T02:25:30.9655826Z [ 2022-11-23T02:25:30.9656048Z T=c10::either 2022-11-23T02:25:30.9656352Z ] 2022-11-23T02:25:30.9656816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9657239Z with 2022-11-23T02:25:30.9657400Z [ 2022-11-23T02:25:30.9657630Z T=c10::either 2022-11-23T02:25:30.9657837Z ] 2022-11-23T02:25:30.9658326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9658841Z with 2022-11-23T02:25:30.9659005Z [ 2022-11-23T02:25:30.9659242Z T=c10::either 2022-11-23T02:25:30.9659470Z ] 2022-11-23T02:25:30.9659942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9660700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9661538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9661948Z with 2022-11-23T02:25:30.9662111Z [ 2022-11-23T02:25:30.9662353Z T=c10::either 2022-11-23T02:25:30.9662575Z ] 2022-11-23T02:25:30.9662987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9663348Z with 2022-11-23T02:25:30.9663510Z [ 2022-11-23T02:25:30.9663696Z T=at::StepCallbacks 2022-11-23T02:25:30.9663879Z ] 2022-11-23T02:25:30.9664301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9664695Z with 2022-11-23T02:25:30.9664841Z [ 2022-11-23T02:25:30.9665028Z T=at::StepCallbacks 2022-11-23T02:25:30.9665209Z ] 2022-11-23T02:25:30.9665728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9666152Z with 2022-11-23T02:25:30.9666311Z [ 2022-11-23T02:25:30.9666482Z T=at::StepCallbacks 2022-11-23T02:25:30.9666665Z ] 2022-11-23T02:25:30.9667210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9667716Z with 2022-11-23T02:25:30.9667875Z [ 2022-11-23T02:25:30.9668045Z T=at::StepCallbacks 2022-11-23T02:25:30.9668228Z ] 2022-11-23T02:25:30.9668665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9669351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9670037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9670438Z with 2022-11-23T02:25:30.9670598Z [ 2022-11-23T02:25:30.9670782Z T=at::StepCallbacks 2022-11-23T02:25:30.9670951Z ] 2022-11-23T02:25:30.9671358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9671800Z with 2022-11-23T02:25:30.9671960Z [ 2022-11-23T02:25:30.9672140Z T=c10::DimVector 2022-11-23T02:25:30.9672301Z ] 2022-11-23T02:25:30.9672761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9673159Z with 2022-11-23T02:25:30.9673319Z [ 2022-11-23T02:25:30.9673550Z T=c10::DimVector 2022-11-23T02:25:30.9673725Z ] 2022-11-23T02:25:30.9674175Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9674595Z with 2022-11-23T02:25:30.9674756Z [ 2022-11-23T02:25:30.9674930Z T=c10::DimVector 2022-11-23T02:25:30.9675104Z ] 2022-11-23T02:25:30.9675586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9676021Z with 2022-11-23T02:25:30.9676181Z [ 2022-11-23T02:25:30.9676355Z T=c10::DimVector 2022-11-23T02:25:30.9676529Z ] 2022-11-23T02:25:30.9676955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9677627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9678362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9678809Z with 2022-11-23T02:25:30.9678973Z [ 2022-11-23T02:25:30.9679150Z T=c10::DimVector 2022-11-23T02:25:30.9679325Z ] 2022-11-23T02:25:30.9679781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9680155Z with 2022-11-23T02:25:30.9680301Z [ 2022-11-23T02:25:30.9680504Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:30.9680699Z ] 2022-11-23T02:25:30.9681121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9681512Z with 2022-11-23T02:25:30.9681657Z [ 2022-11-23T02:25:30.9681856Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:30.9682046Z ] 2022-11-23T02:25:30.9682507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9682929Z with 2022-11-23T02:25:30.9683088Z [ 2022-11-23T02:25:30.9683271Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:30.9683461Z ] 2022-11-23T02:25:30.9683946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9684976Z with 2022-11-23T02:25:30.9685139Z [ 2022-11-23T02:25:30.9685383Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:30.9685566Z ] 2022-11-23T02:25:30.9686013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9686727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9687437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9687846Z with 2022-11-23T02:25:30.9688013Z [ 2022-11-23T02:25:30.9688210Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:30.9688390Z ] 2022-11-23T02:25:30.9688797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9689174Z with 2022-11-23T02:25:30.9689337Z [ 2022-11-23T02:25:30.9689577Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:30.9689799Z ] 2022-11-23T02:25:30.9690205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9690588Z with 2022-11-23T02:25:30.9690804Z [ 2022-11-23T02:25:30.9691041Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:30.9691266Z ] 2022-11-23T02:25:30.9691781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9692255Z with 2022-11-23T02:25:30.9692421Z [ 2022-11-23T02:25:30.9692661Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:30.9692892Z ] 2022-11-23T02:25:30.9693374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9693822Z with 2022-11-23T02:25:30.9693970Z [ 2022-11-23T02:25:30.9694206Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:30.9694426Z ] 2022-11-23T02:25:30.9694906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9695680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9696527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9696999Z with 2022-11-23T02:25:30.9697163Z [ 2022-11-23T02:25:30.9697443Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:30.9697670Z ] 2022-11-23T02:25:30.9698086Z 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-23T02:25:30.9698742Z 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-23T02:25:30.9699317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9699692Z with 2022-11-23T02:25:30.9699839Z [ 2022-11-23T02:25:30.9700056Z T=std::tuple 2022-11-23T02:25:30.9700260Z ] 2022-11-23T02:25:30.9700681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9701069Z with 2022-11-23T02:25:30.9701230Z [ 2022-11-23T02:25:30.9701431Z T=std::tuple 2022-11-23T02:25:30.9701637Z ] 2022-11-23T02:25:30.9702104Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9702528Z with 2022-11-23T02:25:30.9702742Z [ 2022-11-23T02:25:30.9702958Z T=std::tuple 2022-11-23T02:25:30.9703147Z ] 2022-11-23T02:25:30.9703683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9704138Z with 2022-11-23T02:25:30.9704306Z [ 2022-11-23T02:25:30.9704517Z T=std::tuple 2022-11-23T02:25:30.9704721Z ] 2022-11-23T02:25:30.9705221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9705948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9706658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9707067Z with 2022-11-23T02:25:30.9707229Z [ 2022-11-23T02:25:30.9707440Z T=std::tuple 2022-11-23T02:25:30.9707648Z ] 2022-11-23T02:25:30.9708051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9708416Z with 2022-11-23T02:25:30.9708577Z [ 2022-11-23T02:25:30.9708817Z T=torch::jit::SourceRange 2022-11-23T02:25:30.9709007Z ] 2022-11-23T02:25:30.9709474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9709860Z with 2022-11-23T02:25:30.9710009Z [ 2022-11-23T02:25:30.9710203Z T=torch::jit::SourceRange 2022-11-23T02:25:30.9710390Z ] 2022-11-23T02:25:30.9710849Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9711331Z with 2022-11-23T02:25:30.9711478Z [ 2022-11-23T02:25:30.9711668Z T=torch::jit::SourceRange 2022-11-23T02:25:30.9711855Z ] 2022-11-23T02:25:30.9712340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9712783Z with 2022-11-23T02:25:30.9712943Z [ 2022-11-23T02:25:30.9713118Z T=torch::jit::SourceRange 2022-11-23T02:25:30.9713303Z ] 2022-11-23T02:25:30.9713747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9714454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9715216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9715674Z with 2022-11-23T02:25:30.9715836Z [ 2022-11-23T02:25:30.9716016Z T=torch::jit::SourceRange 2022-11-23T02:25:30.9716204Z ] 2022-11-23T02:25:30.9716607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9716982Z with 2022-11-23T02:25:30.9717145Z [ 2022-11-23T02:25:30.9717355Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:30.9717545Z ] 2022-11-23T02:25:30.9718023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9718409Z with 2022-11-23T02:25:30.9718570Z [ 2022-11-23T02:25:30.9718780Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:30.9718980Z ] 2022-11-23T02:25:30.9719426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9719844Z with 2022-11-23T02:25:30.9720006Z [ 2022-11-23T02:25:30.9720213Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:30.9720414Z ] 2022-11-23T02:25:30.9720902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9721399Z with 2022-11-23T02:25:30.9721560Z [ 2022-11-23T02:25:30.9721820Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:30.9722022Z ] 2022-11-23T02:25:30.9722481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9723193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9723897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9724341Z with 2022-11-23T02:25:30.9724505Z [ 2022-11-23T02:25:30.9724721Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:30.9724925Z ] 2022-11-23T02:25:30.9725330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9725706Z with 2022-11-23T02:25:30.9725853Z [ 2022-11-23T02:25:30.9726060Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:30.9726267Z ] 2022-11-23T02:25:30.9726686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9727073Z with 2022-11-23T02:25:30.9727275Z [ 2022-11-23T02:25:30.9727476Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:30.9727675Z ] 2022-11-23T02:25:30.9728191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9728614Z with 2022-11-23T02:25:30.9728773Z [ 2022-11-23T02:25:30.9728979Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:30.9729166Z ] 2022-11-23T02:25:30.9729654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9730101Z with 2022-11-23T02:25:30.9730259Z [ 2022-11-23T02:25:30.9730454Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:30.9730637Z ] 2022-11-23T02:25:30.9731136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9731843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9732526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9732928Z with 2022-11-23T02:25:30.9733084Z [ 2022-11-23T02:25:30.9733284Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:30.9733550Z ] 2022-11-23T02:25:30.9733934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9734358Z with 2022-11-23T02:25:30.9734512Z [ 2022-11-23T02:25:30.9734695Z T=torch::jit::ScopePtr 2022-11-23T02:25:30.9734866Z ] 2022-11-23T02:25:30.9735273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9735652Z with 2022-11-23T02:25:30.9744715Z [ 2022-11-23T02:25:30.9745047Z T=torch::jit::ScopePtr 2022-11-23T02:25:30.9745225Z ] 2022-11-23T02:25:30.9745772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9746409Z with 2022-11-23T02:25:30.9746558Z [ 2022-11-23T02:25:30.9746740Z T=torch::jit::ScopePtr 2022-11-23T02:25:30.9746925Z ] 2022-11-23T02:25:30.9747410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9747849Z with 2022-11-23T02:25:30.9747993Z [ 2022-11-23T02:25:30.9748167Z T=torch::jit::ScopePtr 2022-11-23T02:25:30.9748335Z ] 2022-11-23T02:25:30.9748778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9749459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9750153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9750547Z with 2022-11-23T02:25:30.9750695Z [ 2022-11-23T02:25:30.9750872Z T=torch::jit::ScopePtr 2022-11-23T02:25:30.9751044Z ] 2022-11-23T02:25:30.9751490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9751866Z with 2022-11-23T02:25:30.9752021Z [ 2022-11-23T02:25:30.9752253Z T=at::ThreadLocalState 2022-11-23T02:25:30.9752438Z ] 2022-11-23T02:25:30.9752858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9753729Z with 2022-11-23T02:25:30.9753897Z [ 2022-11-23T02:25:30.9754087Z T=at::ThreadLocalState 2022-11-23T02:25:30.9754257Z ] 2022-11-23T02:25:30.9754714Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9755133Z with 2022-11-23T02:25:30.9755288Z [ 2022-11-23T02:25:30.9755475Z T=at::ThreadLocalState 2022-11-23T02:25:30.9755645Z ] 2022-11-23T02:25:30.9756135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9756590Z with 2022-11-23T02:25:30.9756752Z [ 2022-11-23T02:25:30.9756940Z T=at::ThreadLocalState 2022-11-23T02:25:30.9757119Z ] 2022-11-23T02:25:30.9757610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9758379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9759085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9759561Z with 2022-11-23T02:25:30.9759716Z [ 2022-11-23T02:25:30.9759903Z T=at::ThreadLocalState 2022-11-23T02:25:30.9760086Z ] 2022-11-23T02:25:30.9760487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9760844Z with 2022-11-23T02:25:30.9761001Z [ 2022-11-23T02:25:30.9761205Z T=std::shared_ptr 2022-11-23T02:25:30.9761401Z ] 2022-11-23T02:25:30.9761819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9762206Z with 2022-11-23T02:25:30.9762353Z [ 2022-11-23T02:25:30.9762558Z T=std::shared_ptr 2022-11-23T02:25:30.9762750Z ] 2022-11-23T02:25:30.9763207Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9763685Z with 2022-11-23T02:25:30.9763834Z [ 2022-11-23T02:25:30.9764036Z T=std::shared_ptr 2022-11-23T02:25:30.9764285Z ] 2022-11-23T02:25:30.9764768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9765216Z with 2022-11-23T02:25:30.9765375Z [ 2022-11-23T02:25:30.9765569Z T=std::shared_ptr 2022-11-23T02:25:30.9765769Z ] 2022-11-23T02:25:30.9766215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9766965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9767686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:25:30.9768397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9768805Z with 2022-11-23T02:25:30.9768964Z [ 2022-11-23T02:25:30.9769160Z T=std::shared_ptr 2022-11-23T02:25:30.9769355Z ] 2022-11-23T02:25:30.9769811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9770183Z with 2022-11-23T02:25:30.9770338Z [ 2022-11-23T02:25:30.9770579Z T=torch::jit::GraphExecutor 2022-11-23T02:25:30.9770756Z ] 2022-11-23T02:25:30.9771178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9771565Z with 2022-11-23T02:25:30.9771721Z [ 2022-11-23T02:25:30.9771913Z T=torch::jit::GraphExecutor 2022-11-23T02:25:30.9772158Z ] 2022-11-23T02:25:30.9772605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9773024Z with 2022-11-23T02:25:30.9773181Z [ 2022-11-23T02:25:30.9773370Z T=torch::jit::GraphExecutor 2022-11-23T02:25:30.9773556Z ] 2022-11-23T02:25:30.9774042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9774476Z with 2022-11-23T02:25:30.9774632Z [ 2022-11-23T02:25:30.9774817Z T=torch::jit::GraphExecutor 2022-11-23T02:25:30.9775001Z ] 2022-11-23T02:25:30.9775446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9776258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9777012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:25:30.9777718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9778113Z with 2022-11-23T02:25:30.9778275Z [ 2022-11-23T02:25:30.9778466Z T=torch::jit::GraphExecutor 2022-11-23T02:25:30.9778655Z ] 2022-11-23T02:25:30.9779117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9779489Z with 2022-11-23T02:25:30.9779635Z [ 2022-11-23T02:25:30.9779818Z T=torch::jit::Method 2022-11-23T02:25:30.9779998Z ] 2022-11-23T02:25:30.9780420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9780801Z with 2022-11-23T02:25:30.9780946Z [ 2022-11-23T02:25:30.9781123Z T=torch::jit::Method 2022-11-23T02:25:30.9781300Z ] 2022-11-23T02:25:30.9781758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9782235Z with 2022-11-23T02:25:30.9782390Z [ 2022-11-23T02:25:30.9782558Z T=torch::jit::Method 2022-11-23T02:25:30.9782730Z ] 2022-11-23T02:25:30.9783267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9783716Z with 2022-11-23T02:25:30.9783872Z [ 2022-11-23T02:25:30.9784048Z T=torch::jit::Method 2022-11-23T02:25:30.9784212Z ] 2022-11-23T02:25:30.9784637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9785366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9786050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9786448Z with 2022-11-23T02:25:30.9786606Z [ 2022-11-23T02:25:30.9786782Z T=torch::jit::Method 2022-11-23T02:25:30.9786945Z ] 2022-11-23T02:25:30.9787349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9787721Z with 2022-11-23T02:25:30.9787880Z [ 2022-11-23T02:25:30.9788110Z T=std::vector> 2022-11-23T02:25:30.9788382Z ] 2022-11-23T02:25:30.9788793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9789230Z with 2022-11-23T02:25:30.9789393Z [ 2022-11-23T02:25:30.9789622Z T=std::vector> 2022-11-23T02:25:30.9789837Z ] 2022-11-23T02:25:30.9790293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9790701Z with 2022-11-23T02:25:30.9790859Z [ 2022-11-23T02:25:30.9791091Z T=std::vector> 2022-11-23T02:25:30.9791309Z ] 2022-11-23T02:25:30.9791846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9792292Z with 2022-11-23T02:25:30.9792437Z [ 2022-11-23T02:25:30.9792665Z T=std::vector> 2022-11-23T02:25:30.9792882Z ] 2022-11-23T02:25:30.9793349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9794087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9794856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9795308Z with 2022-11-23T02:25:30.9795467Z [ 2022-11-23T02:25:30.9795685Z T=std::vector> 2022-11-23T02:25:30.9795898Z ] 2022-11-23T02:25:30.9796207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9796272Z with 2022-11-23T02:25:30.9796334Z [ 2022-11-23T02:25:30.9796501Z T=std::function 2022-11-23T02:25:30.9796616Z ] 2022-11-23T02:25:30.9796944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9797009Z with 2022-11-23T02:25:30.9797072Z [ 2022-11-23T02:25:30.9797233Z T=std::function 2022-11-23T02:25:30.9797294Z ] 2022-11-23T02:25:30.9797659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9797711Z with 2022-11-23T02:25:30.9797773Z [ 2022-11-23T02:25:30.9797936Z T=std::function 2022-11-23T02:25:30.9797997Z ] 2022-11-23T02:25:30.9798397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9798460Z with 2022-11-23T02:25:30.9798522Z [ 2022-11-23T02:25:30.9798681Z T=std::function 2022-11-23T02:25:30.9798743Z ] 2022-11-23T02:25:30.9799144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9799565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9800030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9800128Z with 2022-11-23T02:25:30.9800199Z [ 2022-11-23T02:25:30.9800364Z T=std::function 2022-11-23T02:25:30.9800424Z ] 2022-11-23T02:25:30.9800793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9800859Z with 2022-11-23T02:25:30.9800922Z [ 2022-11-23T02:25:30.9801191Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:30.9801276Z ] 2022-11-23T02:25:30.9802157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9802395Z with 2022-11-23T02:25:30.9802514Z [ 2022-11-23T02:25:30.9802873Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:30.9802970Z ] 2022-11-23T02:25:30.9803541Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9803644Z with 2022-11-23T02:25:30.9803729Z [ 2022-11-23T02:25:30.9804024Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:30.9804117Z ] 2022-11-23T02:25:30.9807147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9807478Z with 2022-11-23T02:25:30.9807552Z [ 2022-11-23T02:25:30.9807762Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:30.9807825Z ] 2022-11-23T02:25:30.9808435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:30.9809001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:30.9809384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9809456Z with 2022-11-23T02:25:30.9809519Z [ 2022-11-23T02:25:30.9809767Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:30.9809854Z ] 2022-11-23T02:25:30.9810310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9810416Z with 2022-11-23T02:25:30.9810514Z [ 2022-11-23T02:25:30.9810707Z T=std::vector> 2022-11-23T02:25:30.9810806Z ] 2022-11-23T02:25:30.9811188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9811256Z with 2022-11-23T02:25:30.9811316Z [ 2022-11-23T02:25:30.9811531Z T=std::vector> 2022-11-23T02:25:30.9811597Z ] 2022-11-23T02:25:30.9812027Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9812097Z with 2022-11-23T02:25:30.9812160Z [ 2022-11-23T02:25:30.9812283Z T=std::vector> 2022-11-23T02:25:30.9812333Z ] 2022-11-23T02:25:30.9812724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9812797Z with 2022-11-23T02:25:30.9812859Z [ 2022-11-23T02:25:30.9812986Z T=std::vector> 2022-11-23T02:25:30.9813049Z ] 2022-11-23T02:25:30.9813409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9813473Z with 2022-11-23T02:25:30.9813532Z [ 2022-11-23T02:25:30.9813603Z T=double 2022-11-23T02:25:30.9813665Z ] 2022-11-23T02:25:30.9814109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9814235Z with 2022-11-23T02:25:30.9814298Z [ 2022-11-23T02:25:30.9814372Z T=double 2022-11-23T02:25:30.9814462Z ] 2022-11-23T02:25:30.9814813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9814878Z with 2022-11-23T02:25:30.9814940Z [ 2022-11-23T02:25:30.9815065Z T=std::vector> 2022-11-23T02:25:30.9815126Z ] 2022-11-23T02:25:30.9815437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9815505Z with 2022-11-23T02:25:30.9815605Z [ 2022-11-23T02:25:30.9815736Z T=std::tuple 2022-11-23T02:25:30.9815801Z ] 2022-11-23T02:25:30.9816128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9816291Z with 2022-11-23T02:25:30.9816358Z [ 2022-11-23T02:25:30.9816473Z T=std::tuple 2022-11-23T02:25:30.9816522Z ] 2022-11-23T02:25:30.9816889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9816955Z with 2022-11-23T02:25:30.9817015Z [ 2022-11-23T02:25:30.9817124Z T=std::tuple 2022-11-23T02:25:30.9817186Z ] 2022-11-23T02:25:30.9817578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9817646Z with 2022-11-23T02:25:30.9817708Z [ 2022-11-23T02:25:30.9817873Z T=std::tuple 2022-11-23T02:25:30.9817938Z ] 2022-11-23T02:25:30.9818297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:30.9818685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:30.9819031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9819099Z with 2022-11-23T02:25:30.9819161Z [ 2022-11-23T02:25:30.9819273Z T=std::tuple 2022-11-23T02:25:30.9819338Z ] 2022-11-23T02:25:30.9819652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9819716Z with 2022-11-23T02:25:30.9819767Z [ 2022-11-23T02:25:30.9819951Z T=std::vector> 2022-11-23T02:25:30.9820015Z ] 2022-11-23T02:25:30.9820348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:30.9820413Z with 2022-11-23T02:25:30.9820526Z [ 2022-11-23T02:25:30.9820706Z T=std::vector> 2022-11-23T02:25:30.9820771Z ] 2022-11-23T02:25:30.9821141Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:30.9821206Z with 2022-11-23T02:25:30.9821267Z [ 2022-11-23T02:25:30.9821404Z T=std::vector> 2022-11-23T02:25:30.9821467Z ] 2022-11-23T02:25:30.9821861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:30.9821926Z with 2022-11-23T02:25:30.9821987Z [ 2022-11-23T02:25:30.9822111Z T=std::vector> 2022-11-23T02:25:30.9822174Z ] 2022-11-23T02:25:30.9822541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:30.9822952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:30.9823302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:30.9823368Z with 2022-11-23T02:25:30.9823430Z [ 2022-11-23T02:25:30.9823569Z T=std::vector> 2022-11-23T02:25:30.9823635Z ] 2022-11-23T02:25:30.9825197Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T02:25:31.1820234Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T02:25:31.2519058Z Generating code 2022-11-23T02:25:32.7637282Z Finished generating code 2022-11-23T02:25:33.1424094Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T02:25:33.1502956Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:25:33.1506506Z Compiling objects... 2022-11-23T02:25:33.1506899Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:25:45.5313095Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\ort_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:25:45.5316339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:25:45.5317200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5317717Z with 2022-11-23T02:25:45.5317985Z [ 2022-11-23T02:25:45.5318217Z T=c10::SymInt 2022-11-23T02:25:45.5318461Z ] 2022-11-23T02:25:45.5319292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5319816Z with 2022-11-23T02:25:45.5320039Z [ 2022-11-23T02:25:45.5320279Z T=c10::SymInt 2022-11-23T02:25:45.5320503Z ] 2022-11-23T02:25:45.5321117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5321668Z with 2022-11-23T02:25:45.5321888Z [ 2022-11-23T02:25:45.5322134Z T=c10::SymInt 2022-11-23T02:25:45.5322363Z ] 2022-11-23T02:25:45.5322991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5323597Z with 2022-11-23T02:25:45.5323825Z [ 2022-11-23T02:25:45.5324074Z T=c10::SymInt 2022-11-23T02:25:45.5324344Z ] 2022-11-23T02:25:45.5324955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5325829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5326679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5327343Z with 2022-11-23T02:25:45.5327581Z [ 2022-11-23T02:25:45.5327820Z T=c10::SymInt 2022-11-23T02:25:45.5328056Z ] 2022-11-23T02:25:45.5328586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:25:45.5329206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5329575Z with 2022-11-23T02:25:45.5329741Z [ 2022-11-23T02:25:45.5329918Z T=at::Generator 2022-11-23T02:25:45.5330095Z ] 2022-11-23T02:25:45.5330576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5331006Z with 2022-11-23T02:25:45.5331168Z [ 2022-11-23T02:25:45.5331345Z T=at::Generator 2022-11-23T02:25:45.5331521Z ] 2022-11-23T02:25:45.5331979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5332407Z with 2022-11-23T02:25:45.5332555Z [ 2022-11-23T02:25:45.5332733Z T=at::Generator 2022-11-23T02:25:45.5332908Z ] 2022-11-23T02:25:45.5333482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5333934Z with 2022-11-23T02:25:45.5334097Z [ 2022-11-23T02:25:45.5334261Z T=at::Generator 2022-11-23T02:25:45.5334437Z ] 2022-11-23T02:25:45.5334963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5335638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5336364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5336782Z with 2022-11-23T02:25:45.5336944Z [ 2022-11-23T02:25:45.5337165Z T=at::Generator 2022-11-23T02:25:45.5337348Z ] 2022-11-23T02:25:45.5337754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5338125Z with 2022-11-23T02:25:45.5338288Z [ 2022-11-23T02:25:45.5338466Z T=at::TensorBase 2022-11-23T02:25:45.5338630Z ] 2022-11-23T02:25:45.5339055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5339444Z with 2022-11-23T02:25:45.5339603Z [ 2022-11-23T02:25:45.5339782Z T=at::TensorBase 2022-11-23T02:25:45.5339945Z ] 2022-11-23T02:25:45.5340406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5340896Z with 2022-11-23T02:25:45.5341055Z [ 2022-11-23T02:25:45.5341234Z T=at::TensorBase 2022-11-23T02:25:45.5341412Z ] 2022-11-23T02:25:45.5341886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5342338Z with 2022-11-23T02:25:45.5342501Z [ 2022-11-23T02:25:45.5342742Z T=at::TensorBase 2022-11-23T02:25:45.5342920Z ] 2022-11-23T02:25:45.5343403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5344073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5344742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5345151Z with 2022-11-23T02:25:45.5345314Z [ 2022-11-23T02:25:45.5345495Z T=at::TensorBase 2022-11-23T02:25:45.5345671Z ] 2022-11-23T02:25:45.5346072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5346432Z with 2022-11-23T02:25:45.5346595Z [ 2022-11-23T02:25:45.5346771Z T=at::Tensor 2022-11-23T02:25:45.5346945Z ] 2022-11-23T02:25:45.5347364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5347750Z with 2022-11-23T02:25:45.5347898Z [ 2022-11-23T02:25:45.5348140Z T=at::Tensor 2022-11-23T02:25:45.5348314Z ] 2022-11-23T02:25:45.5348828Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5349249Z with 2022-11-23T02:25:45.5349449Z [ 2022-11-23T02:25:45.5349627Z T=at::Tensor 2022-11-23T02:25:45.5349799Z ] 2022-11-23T02:25:45.5350287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5350743Z with 2022-11-23T02:25:45.5350903Z [ 2022-11-23T02:25:45.5351063Z T=at::Tensor 2022-11-23T02:25:45.5351233Z ] 2022-11-23T02:25:45.5351658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5352307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5352978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5353382Z with 2022-11-23T02:25:45.5353604Z [ 2022-11-23T02:25:45.5353764Z T=at::Tensor 2022-11-23T02:25:45.5353935Z ] 2022-11-23T02:25:45.5354344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5354718Z with 2022-11-23T02:25:45.5354941Z [ 2022-11-23T02:25:45.5355114Z T=c10::Scalar 2022-11-23T02:25:45.5355272Z ] 2022-11-23T02:25:45.5355744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5356127Z with 2022-11-23T02:25:45.5356288Z [ 2022-11-23T02:25:45.5356461Z T=c10::Scalar 2022-11-23T02:25:45.5356620Z ] 2022-11-23T02:25:45.5357084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5357509Z with 2022-11-23T02:25:45.5357670Z [ 2022-11-23T02:25:45.5357844Z T=c10::Scalar 2022-11-23T02:25:45.5358019Z ] 2022-11-23T02:25:45.5358491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5358938Z with 2022-11-23T02:25:45.5359099Z [ 2022-11-23T02:25:45.5359270Z T=c10::Scalar 2022-11-23T02:25:45.5359439Z ] 2022-11-23T02:25:45.5359865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5360522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5361297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5361709Z with 2022-11-23T02:25:45.5361927Z [ 2022-11-23T02:25:45.5362110Z T=c10::Scalar 2022-11-23T02:25:45.5362282Z ] 2022-11-23T02:25:45.5362690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5363049Z with 2022-11-23T02:25:45.5363212Z [ 2022-11-23T02:25:45.5363388Z T=std::string 2022-11-23T02:25:45.5363567Z ] 2022-11-23T02:25:45.5363980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5364367Z with 2022-11-23T02:25:45.5364514Z [ 2022-11-23T02:25:45.5364686Z T=std::string 2022-11-23T02:25:45.5364858Z ] 2022-11-23T02:25:45.5365322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5365746Z with 2022-11-23T02:25:45.5365897Z [ 2022-11-23T02:25:45.5366076Z T=std::string 2022-11-23T02:25:45.5366256Z ] 2022-11-23T02:25:45.5366750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5367843Z with 2022-11-23T02:25:45.5368065Z [ 2022-11-23T02:25:45.5368234Z T=std::string 2022-11-23T02:25:45.5368415Z ] 2022-11-23T02:25:45.5368846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5369501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5370177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5370589Z with 2022-11-23T02:25:45.5370756Z [ 2022-11-23T02:25:45.5370922Z T=std::string 2022-11-23T02:25:45.5371099Z ] 2022-11-23T02:25:45.5371515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5371894Z with 2022-11-23T02:25:45.5372060Z [ 2022-11-23T02:25:45.5372246Z T=c10::QualifiedName 2022-11-23T02:25:45.5372415Z ] 2022-11-23T02:25:45.5372836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5373316Z with 2022-11-23T02:25:45.5373532Z [ 2022-11-23T02:25:45.5373718Z T=c10::QualifiedName 2022-11-23T02:25:45.5373884Z ] 2022-11-23T02:25:45.5374408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5374835Z with 2022-11-23T02:25:45.5375069Z [ 2022-11-23T02:25:45.5375257Z T=c10::QualifiedName 2022-11-23T02:25:45.5375440Z ] 2022-11-23T02:25:45.5375922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5376373Z with 2022-11-23T02:25:45.5376535Z [ 2022-11-23T02:25:45.5376719Z T=c10::QualifiedName 2022-11-23T02:25:45.5376903Z ] 2022-11-23T02:25:45.5377338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5378018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5378680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5379088Z with 2022-11-23T02:25:45.5379250Z [ 2022-11-23T02:25:45.5379436Z T=c10::QualifiedName 2022-11-23T02:25:45.5379671Z ] 2022-11-23T02:25:45.5380080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5380557Z with 2022-11-23T02:25:45.5380723Z [ 2022-11-23T02:25:45.5380959Z T=std::shared_ptr 2022-11-23T02:25:45.5381176Z ] 2022-11-23T02:25:45.5381601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5381991Z with 2022-11-23T02:25:45.5382140Z [ 2022-11-23T02:25:45.5382373Z T=std::shared_ptr 2022-11-23T02:25:45.5382588Z ] 2022-11-23T02:25:45.5383053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5383477Z with 2022-11-23T02:25:45.5383638Z [ 2022-11-23T02:25:45.5383853Z T=std::shared_ptr 2022-11-23T02:25:45.5384063Z ] 2022-11-23T02:25:45.5384551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5385001Z with 2022-11-23T02:25:45.5385159Z [ 2022-11-23T02:25:45.5385384Z T=std::shared_ptr 2022-11-23T02:25:45.5385633Z ] 2022-11-23T02:25:45.5386104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5386886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5387661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5388070Z with 2022-11-23T02:25:45.5388235Z [ 2022-11-23T02:25:45.5388463Z T=std::shared_ptr 2022-11-23T02:25:45.5388666Z ] 2022-11-23T02:25:45.5389073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5389452Z with 2022-11-23T02:25:45.5389615Z [ 2022-11-23T02:25:45.5389842Z T=std::weak_ptr 2022-11-23T02:25:45.5390056Z ] 2022-11-23T02:25:45.5390466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5390855Z with 2022-11-23T02:25:45.5391014Z [ 2022-11-23T02:25:45.5391237Z T=std::weak_ptr 2022-11-23T02:25:45.5391449Z ] 2022-11-23T02:25:45.5391976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5392458Z with 2022-11-23T02:25:45.5392607Z [ 2022-11-23T02:25:45.5392833Z T=std::weak_ptr 2022-11-23T02:25:45.5393042Z ] 2022-11-23T02:25:45.5393529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5394030Z with 2022-11-23T02:25:45.5394178Z [ 2022-11-23T02:25:45.5394400Z T=std::weak_ptr 2022-11-23T02:25:45.5394614Z ] 2022-11-23T02:25:45.5395079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5395806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5396507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5396916Z with 2022-11-23T02:25:45.5397078Z [ 2022-11-23T02:25:45.5397290Z T=std::weak_ptr 2022-11-23T02:25:45.5397503Z ] 2022-11-23T02:25:45.5397955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5398340Z with 2022-11-23T02:25:45.5398506Z [ 2022-11-23T02:25:45.5398809Z T=std::vector> 2022-11-23T02:25:45.5399035Z ] 2022-11-23T02:25:45.5399461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5399853Z with 2022-11-23T02:25:45.5400018Z [ 2022-11-23T02:25:45.5400270Z T=std::vector> 2022-11-23T02:25:45.5400501Z ] 2022-11-23T02:25:45.5401003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5401431Z with 2022-11-23T02:25:45.5401593Z [ 2022-11-23T02:25:45.5401843Z T=std::vector> 2022-11-23T02:25:45.5402077Z ] 2022-11-23T02:25:45.5402564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5402997Z with 2022-11-23T02:25:45.5403162Z [ 2022-11-23T02:25:45.5403416Z T=std::vector> 2022-11-23T02:25:45.5403657Z ] 2022-11-23T02:25:45.5404208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5405031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5405749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5406159Z with 2022-11-23T02:25:45.5406361Z [ 2022-11-23T02:25:45.5406616Z T=std::vector> 2022-11-23T02:25:45.5406853Z ] 2022-11-23T02:25:45.5407263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5407640Z with 2022-11-23T02:25:45.5407805Z [ 2022-11-23T02:25:45.5408008Z T=std::vector> 2022-11-23T02:25:45.5408217Z ] 2022-11-23T02:25:45.5408641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5409035Z with 2022-11-23T02:25:45.5409196Z [ 2022-11-23T02:25:45.5409398Z T=std::vector> 2022-11-23T02:25:45.5409607Z ] 2022-11-23T02:25:45.5410073Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5410557Z with 2022-11-23T02:25:45.5410716Z [ 2022-11-23T02:25:45.5410930Z T=std::vector> 2022-11-23T02:25:45.5411168Z ] 2022-11-23T02:25:45.5411669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5412128Z with 2022-11-23T02:25:45.5412293Z [ 2022-11-23T02:25:45.5412512Z T=std::vector> 2022-11-23T02:25:45.5412725Z ] 2022-11-23T02:25:45.5413250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5414031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5414727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5415146Z with 2022-11-23T02:25:45.5415317Z [ 2022-11-23T02:25:45.5415538Z T=std::vector> 2022-11-23T02:25:45.5415749Z ] 2022-11-23T02:25:45.5416162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5416532Z with 2022-11-23T02:25:45.5416752Z [ 2022-11-23T02:25:45.5417024Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5417333Z ] 2022-11-23T02:25:45.5417766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5418161Z with 2022-11-23T02:25:45.5418311Z [ 2022-11-23T02:25:45.5418573Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5418816Z ] 2022-11-23T02:25:45.5419281Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5419767Z with 2022-11-23T02:25:45.5419928Z [ 2022-11-23T02:25:45.5420178Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5420419Z ] 2022-11-23T02:25:45.5420906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5421358Z with 2022-11-23T02:25:45.5421521Z [ 2022-11-23T02:25:45.5421786Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5422019Z ] 2022-11-23T02:25:45.5422514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:25:45.5423392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:25:45.5424293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:25:45.5424979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5425392Z with 2022-11-23T02:25:45.5425557Z [ 2022-11-23T02:25:45.5425832Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5426076Z ] 2022-11-23T02:25:45.5427003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5427394Z with 2022-11-23T02:25:45.5427559Z [ 2022-11-23T02:25:45.5427819Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5428063Z ] 2022-11-23T02:25:45.5428490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5428866Z with 2022-11-23T02:25:45.5429035Z [ 2022-11-23T02:25:45.5429353Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5429596Z ] 2022-11-23T02:25:45.5430114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5430547Z with 2022-11-23T02:25:45.5430695Z [ 2022-11-23T02:25:45.5430949Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5431183Z ] 2022-11-23T02:25:45.5431673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5432126Z with 2022-11-23T02:25:45.5432286Z [ 2022-11-23T02:25:45.5432527Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5432834Z ] 2022-11-23T02:25:45.5433322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:25:45.5434099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:25:45.5434807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:25:45.5435532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5435999Z with 2022-11-23T02:25:45.5436162Z [ 2022-11-23T02:25:45.5436422Z T=std::vector,std::allocator>> 2022-11-23T02:25:45.5436648Z ] 2022-11-23T02:25:45.5437055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5437428Z with 2022-11-23T02:25:45.5437591Z [ 2022-11-23T02:25:45.5437814Z T=std::vector> 2022-11-23T02:25:45.5438022Z ] 2022-11-23T02:25:45.5438818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5439203Z with 2022-11-23T02:25:45.5439370Z [ 2022-11-23T02:25:45.5439591Z T=std::vector> 2022-11-23T02:25:45.5439797Z ] 2022-11-23T02:25:45.5440321Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5440735Z with 2022-11-23T02:25:45.5440900Z [ 2022-11-23T02:25:45.5441180Z T=std::vector> 2022-11-23T02:25:45.5441388Z ] 2022-11-23T02:25:45.5441924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5442373Z with 2022-11-23T02:25:45.5442522Z [ 2022-11-23T02:25:45.5442747Z T=std::vector> 2022-11-23T02:25:45.5442956Z ] 2022-11-23T02:25:45.5443421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5444129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5444827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5445229Z with 2022-11-23T02:25:45.5445394Z [ 2022-11-23T02:25:45.5445601Z T=std::vector> 2022-11-23T02:25:45.5445871Z ] 2022-11-23T02:25:45.5446278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5446655Z with 2022-11-23T02:25:45.5446819Z [ 2022-11-23T02:25:45.5447059Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:45.5447357Z ] 2022-11-23T02:25:45.5447829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5448226Z with 2022-11-23T02:25:45.5448385Z [ 2022-11-23T02:25:45.5448635Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:45.5448855Z ] 2022-11-23T02:25:45.5449318Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5449747Z with 2022-11-23T02:25:45.5449912Z [ 2022-11-23T02:25:45.5450157Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:45.5450389Z ] 2022-11-23T02:25:45.5450862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5451314Z with 2022-11-23T02:25:45.5451477Z [ 2022-11-23T02:25:45.5451722Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:45.5451956Z ] 2022-11-23T02:25:45.5452439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5453441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5454291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:25:45.5455022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5455418Z with 2022-11-23T02:25:45.5455585Z [ 2022-11-23T02:25:45.5455837Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:25:45.5456075Z ] 2022-11-23T02:25:45.5456493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5457151Z with 2022-11-23T02:25:45.5457311Z [ 2022-11-23T02:25:45.5457572Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:45.5457813Z ] 2022-11-23T02:25:45.5458239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5458631Z with 2022-11-23T02:25:45.5458796Z [ 2022-11-23T02:25:45.5459032Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:45.5459404Z ] 2022-11-23T02:25:45.5459920Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5460409Z with 2022-11-23T02:25:45.5460573Z [ 2022-11-23T02:25:45.5460821Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:45.5461040Z ] 2022-11-23T02:25:45.5461526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5461970Z with 2022-11-23T02:25:45.5462130Z [ 2022-11-23T02:25:45.5462375Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:45.5462610Z ] 2022-11-23T02:25:45.5463080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5463868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5464650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:25:45.5465388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5465848Z with 2022-11-23T02:25:45.5466014Z [ 2022-11-23T02:25:45.5466263Z T=c10::impl::InlineStreamGuard 2022-11-23T02:25:45.5466610Z ] 2022-11-23T02:25:45.5467021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5467388Z with 2022-11-23T02:25:45.5467551Z [ 2022-11-23T02:25:45.5467751Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:45.5467947Z ] 2022-11-23T02:25:45.5468369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5468757Z with 2022-11-23T02:25:45.5468912Z [ 2022-11-23T02:25:45.5469108Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:45.5469304Z ] 2022-11-23T02:25:45.5469766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5470189Z with 2022-11-23T02:25:45.5470336Z [ 2022-11-23T02:25:45.5470535Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:45.5470729Z ] 2022-11-23T02:25:45.5471214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5471660Z with 2022-11-23T02:25:45.5471820Z [ 2022-11-23T02:25:45.5472063Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:45.5472307Z ] 2022-11-23T02:25:45.5472812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5473502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5473899Z with 2022-11-23T02:25:45.5474064Z [ 2022-11-23T02:25:45.5474265Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:45.5474449Z ] 2022-11-23T02:25:45.5474928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:25:45.5475661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5476067Z with 2022-11-23T02:25:45.5476234Z [ 2022-11-23T02:25:45.5476431Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:25:45.5476612Z ] 2022-11-23T02:25:45.5477016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5477390Z with 2022-11-23T02:25:45.5477550Z [ 2022-11-23T02:25:45.5477839Z T=std::vector> 2022-11-23T02:25:45.5478150Z ] 2022-11-23T02:25:45.5478565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5479010Z with 2022-11-23T02:25:45.5479172Z [ 2022-11-23T02:25:45.5479514Z T=std::vector> 2022-11-23T02:25:45.5479781Z ] 2022-11-23T02:25:45.5480248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5480675Z with 2022-11-23T02:25:45.5480823Z [ 2022-11-23T02:25:45.5481112Z T=std::vector> 2022-11-23T02:25:45.5481376Z ] 2022-11-23T02:25:45.5481862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5482308Z with 2022-11-23T02:25:45.5482469Z [ 2022-11-23T02:25:45.5482743Z T=std::vector> 2022-11-23T02:25:45.5483006Z ] 2022-11-23T02:25:45.5483525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5484412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5485273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5485690Z with 2022-11-23T02:25:45.5485854Z [ 2022-11-23T02:25:45.5486146Z T=std::vector> 2022-11-23T02:25:45.5486399Z ] 2022-11-23T02:25:45.5486810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5487180Z with 2022-11-23T02:25:45.5487343Z [ 2022-11-23T02:25:45.5487542Z T=torch::autograd::ViewInfo 2022-11-23T02:25:45.5487732Z ] 2022-11-23T02:25:45.5488144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5488536Z with 2022-11-23T02:25:45.5488699Z [ 2022-11-23T02:25:45.5488892Z T=torch::autograd::ViewInfo 2022-11-23T02:25:45.5489083Z ] 2022-11-23T02:25:45.5489542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5489954Z with 2022-11-23T02:25:45.5490113Z [ 2022-11-23T02:25:45.5490305Z T=torch::autograd::ViewInfo 2022-11-23T02:25:45.5490538Z ] 2022-11-23T02:25:45.5491031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5491618Z with 2022-11-23T02:25:45.5491765Z [ 2022-11-23T02:25:45.5491958Z T=torch::autograd::ViewInfo 2022-11-23T02:25:45.5492148Z ] 2022-11-23T02:25:45.5492642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5493427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5494121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5494532Z with 2022-11-23T02:25:45.5494682Z [ 2022-11-23T02:25:45.5494881Z T=torch::autograd::ViewInfo 2022-11-23T02:25:45.5495074Z ] 2022-11-23T02:25:45.5495483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5495866Z with 2022-11-23T02:25:45.5496029Z [ 2022-11-23T02:25:45.5496189Z T=c10::IValue 2022-11-23T02:25:45.5496359Z ] 2022-11-23T02:25:45.5496839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5497231Z with 2022-11-23T02:25:45.5497447Z [ 2022-11-23T02:25:45.5497607Z T=c10::IValue 2022-11-23T02:25:45.5497777Z ] 2022-11-23T02:25:45.5498235Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5498722Z with 2022-11-23T02:25:45.5498882Z [ 2022-11-23T02:25:45.5512595Z T=c10::IValue 2022-11-23T02:25:45.5512878Z ] 2022-11-23T02:25:45.5513421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5513893Z with 2022-11-23T02:25:45.5514059Z [ 2022-11-23T02:25:45.5514226Z T=c10::IValue 2022-11-23T02:25:45.5514399Z ] 2022-11-23T02:25:45.5514840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5515576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5516322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5516736Z with 2022-11-23T02:25:45.5516900Z [ 2022-11-23T02:25:45.5517064Z T=c10::IValue 2022-11-23T02:25:45.5517235Z ] 2022-11-23T02:25:45.5517645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5518024Z with 2022-11-23T02:25:45.5518185Z [ 2022-11-23T02:25:45.5518366Z T=c10::AliasInfo 2022-11-23T02:25:45.5518530Z ] 2022-11-23T02:25:45.5519091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5519480Z with 2022-11-23T02:25:45.5519641Z [ 2022-11-23T02:25:45.5519819Z T=c10::AliasInfo 2022-11-23T02:25:45.5519981Z ] 2022-11-23T02:25:45.5520443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5520864Z with 2022-11-23T02:25:45.5521024Z [ 2022-11-23T02:25:45.5521198Z T=c10::AliasInfo 2022-11-23T02:25:45.5521371Z ] 2022-11-23T02:25:45.5521903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5522417Z with 2022-11-23T02:25:45.5522583Z [ 2022-11-23T02:25:45.5522764Z T=c10::AliasInfo 2022-11-23T02:25:45.5522938Z ] 2022-11-23T02:25:45.5523370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5524041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5524706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5525188Z with 2022-11-23T02:25:45.5525352Z [ 2022-11-23T02:25:45.5525532Z T=c10::AliasInfo 2022-11-23T02:25:45.5525710Z ] 2022-11-23T02:25:45.5526117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5526481Z with 2022-11-23T02:25:45.5526642Z [ 2022-11-23T02:25:45.5526875Z T=std::vector> 2022-11-23T02:25:45.5527094Z ] 2022-11-23T02:25:45.5527514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5527956Z with 2022-11-23T02:25:45.5528104Z [ 2022-11-23T02:25:45.5528339Z T=std::vector> 2022-11-23T02:25:45.5528608Z ] 2022-11-23T02:25:45.5529079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5529505Z with 2022-11-23T02:25:45.5529668Z [ 2022-11-23T02:25:45.5529886Z T=std::vector> 2022-11-23T02:25:45.5530103Z ] 2022-11-23T02:25:45.5530593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5531046Z with 2022-11-23T02:25:45.5531211Z [ 2022-11-23T02:25:45.5531442Z T=std::vector> 2022-11-23T02:25:45.5531648Z ] 2022-11-23T02:25:45.5532163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5532585Z with 2022-11-23T02:25:45.5532748Z [ 2022-11-23T02:25:45.5533031Z T=c10::SymInt 2022-11-23T02:25:45.5533209Z ] 2022-11-23T02:25:45.5533639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5534108Z with 2022-11-23T02:25:45.5534272Z [ 2022-11-23T02:25:45.5534448Z T=c10::SymInt 2022-11-23T02:25:45.5534621Z ] 2022-11-23T02:25:45.5535145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:25:45.5535937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:25:45.5536760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5537175Z with 2022-11-23T02:25:45.5537338Z [ 2022-11-23T02:25:45.5537571Z T=std::vector> 2022-11-23T02:25:45.5537789Z ] 2022-11-23T02:25:45.5538196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5538640Z with 2022-11-23T02:25:45.5538787Z [ 2022-11-23T02:25:45.5539030Z T=c10::either 2022-11-23T02:25:45.5539253Z ] 2022-11-23T02:25:45.5539677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5540071Z with 2022-11-23T02:25:45.5540276Z [ 2022-11-23T02:25:45.5540513Z T=c10::either 2022-11-23T02:25:45.5540737Z ] 2022-11-23T02:25:45.5541256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5541687Z with 2022-11-23T02:25:45.5541848Z [ 2022-11-23T02:25:45.5542067Z T=c10::either 2022-11-23T02:25:45.5542291Z ] 2022-11-23T02:25:45.5542784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5543235Z with 2022-11-23T02:25:45.5543397Z [ 2022-11-23T02:25:45.5543632Z T=c10::either 2022-11-23T02:25:45.5543842Z ] 2022-11-23T02:25:45.5544310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5545142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5545881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5546290Z with 2022-11-23T02:25:45.5546514Z [ 2022-11-23T02:25:45.5546750Z T=c10::either 2022-11-23T02:25:45.5546973Z ] 2022-11-23T02:25:45.5547423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5547808Z with 2022-11-23T02:25:45.5547972Z [ 2022-11-23T02:25:45.5548162Z T=at::StepCallbacks 2022-11-23T02:25:45.5548345Z ] 2022-11-23T02:25:45.5548769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5549144Z with 2022-11-23T02:25:45.5549308Z [ 2022-11-23T02:25:45.5549490Z T=at::StepCallbacks 2022-11-23T02:25:45.5549673Z ] 2022-11-23T02:25:45.5550130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5550546Z with 2022-11-23T02:25:45.5550694Z [ 2022-11-23T02:25:45.5550880Z T=at::StepCallbacks 2022-11-23T02:25:45.5551117Z ] 2022-11-23T02:25:45.5551602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5552055Z with 2022-11-23T02:25:45.5552204Z [ 2022-11-23T02:25:45.5552388Z T=at::StepCallbacks 2022-11-23T02:25:45.5552625Z ] 2022-11-23T02:25:45.5553066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5553808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5554496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5554897Z with 2022-11-23T02:25:45.5555046Z [ 2022-11-23T02:25:45.5555235Z T=at::StepCallbacks 2022-11-23T02:25:45.5555424Z ] 2022-11-23T02:25:45.5555831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5556211Z with 2022-11-23T02:25:45.5556372Z [ 2022-11-23T02:25:45.5556534Z T=c10::DimVector 2022-11-23T02:25:45.5556714Z ] 2022-11-23T02:25:45.5557131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5557522Z with 2022-11-23T02:25:45.5557680Z [ 2022-11-23T02:25:45.5557856Z T=c10::DimVector 2022-11-23T02:25:45.5558017Z ] 2022-11-23T02:25:45.5558532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5559021Z with 2022-11-23T02:25:45.5559181Z [ 2022-11-23T02:25:45.5559359Z T=c10::DimVector 2022-11-23T02:25:45.5559520Z ] 2022-11-23T02:25:45.5560065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5560515Z with 2022-11-23T02:25:45.5560675Z [ 2022-11-23T02:25:45.5560857Z T=c10::DimVector 2022-11-23T02:25:45.5561034Z ] 2022-11-23T02:25:45.5561452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5562123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5562801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5563211Z with 2022-11-23T02:25:45.5563378Z [ 2022-11-23T02:25:45.5563555Z T=c10::DimVector 2022-11-23T02:25:45.5563729Z ] 2022-11-23T02:25:45.5564121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5564558Z with 2022-11-23T02:25:45.5564724Z [ 2022-11-23T02:25:45.5564924Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:45.5565159Z ] 2022-11-23T02:25:45.5565596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5566026Z with 2022-11-23T02:25:45.5566187Z [ 2022-11-23T02:25:45.5566383Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:45.5566575Z ] 2022-11-23T02:25:45.5567034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5567464Z with 2022-11-23T02:25:45.5567612Z [ 2022-11-23T02:25:45.5567809Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:45.5568004Z ] 2022-11-23T02:25:45.5568494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5568942Z with 2022-11-23T02:25:45.5569101Z [ 2022-11-23T02:25:45.5569283Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:45.5569474Z ] 2022-11-23T02:25:45.5569915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5570628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5571455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5571870Z with 2022-11-23T02:25:45.5572094Z [ 2022-11-23T02:25:45.5572281Z T=c10::impl::AnnotatedSchema 2022-11-23T02:25:45.5572475Z ] 2022-11-23T02:25:45.5572882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5573361Z with 2022-11-23T02:25:45.5573522Z [ 2022-11-23T02:25:45.5573767Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:45.5573980Z ] 2022-11-23T02:25:45.5574410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5574801Z with 2022-11-23T02:25:45.5574964Z [ 2022-11-23T02:25:45.5575205Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:45.5575432Z ] 2022-11-23T02:25:45.5575877Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5576304Z with 2022-11-23T02:25:45.5576468Z [ 2022-11-23T02:25:45.5576708Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:45.5576934Z ] 2022-11-23T02:25:45.5577420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5577962Z with 2022-11-23T02:25:45.5578125Z [ 2022-11-23T02:25:45.5578420Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:45.5578642Z ] 2022-11-23T02:25:45.5579119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5579895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5580640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5581053Z with 2022-11-23T02:25:45.5581205Z [ 2022-11-23T02:25:45.5581446Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:25:45.5581672Z ] 2022-11-23T02:25:45.5582085Z 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-23T02:25:45.5582671Z 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-23T02:25:45.5583248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5583668Z with 2022-11-23T02:25:45.5583836Z [ 2022-11-23T02:25:45.5584055Z T=std::tuple 2022-11-23T02:25:45.5584304Z ] 2022-11-23T02:25:45.5584796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5585191Z with 2022-11-23T02:25:45.5585338Z [ 2022-11-23T02:25:45.5585553Z T=std::tuple 2022-11-23T02:25:45.5585759Z ] 2022-11-23T02:25:45.5586221Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5586650Z with 2022-11-23T02:25:45.5586812Z [ 2022-11-23T02:25:45.5587012Z T=std::tuple 2022-11-23T02:25:45.5587218Z ] 2022-11-23T02:25:45.5587707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5588159Z with 2022-11-23T02:25:45.5588322Z [ 2022-11-23T02:25:45.5588533Z T=std::tuple 2022-11-23T02:25:45.5588723Z ] 2022-11-23T02:25:45.5589183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5589969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5591258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5591672Z with 2022-11-23T02:25:45.5591836Z [ 2022-11-23T02:25:45.5592052Z T=std::tuple 2022-11-23T02:25:45.5592243Z ] 2022-11-23T02:25:45.5592650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5593028Z with 2022-11-23T02:25:45.5593186Z [ 2022-11-23T02:25:45.5593377Z T=torch::jit::SourceRange 2022-11-23T02:25:45.5593566Z ] 2022-11-23T02:25:45.5593974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5594359Z with 2022-11-23T02:25:45.5594520Z [ 2022-11-23T02:25:45.5594712Z T=torch::jit::SourceRange 2022-11-23T02:25:45.5594904Z ] 2022-11-23T02:25:45.5595366Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5595775Z with 2022-11-23T02:25:45.5595935Z [ 2022-11-23T02:25:45.5596186Z T=torch::jit::SourceRange 2022-11-23T02:25:45.5596371Z ] 2022-11-23T02:25:45.5596909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5597358Z with 2022-11-23T02:25:45.5597504Z [ 2022-11-23T02:25:45.5597690Z T=torch::jit::SourceRange 2022-11-23T02:25:45.5597875Z ] 2022-11-23T02:25:45.5598374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5599082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5599790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5600196Z with 2022-11-23T02:25:45.5600350Z [ 2022-11-23T02:25:45.5600542Z T=torch::jit::SourceRange 2022-11-23T02:25:45.5600729Z ] 2022-11-23T02:25:45.5601134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5601509Z with 2022-11-23T02:25:45.5601669Z [ 2022-11-23T02:25:45.5601865Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:45.5602067Z ] 2022-11-23T02:25:45.5602537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5602974Z with 2022-11-23T02:25:45.5603134Z [ 2022-11-23T02:25:45.5603342Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:45.5603529Z ] 2022-11-23T02:25:45.5603990Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5604474Z with 2022-11-23T02:25:45.5604637Z [ 2022-11-23T02:25:45.5604850Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:45.5605040Z ] 2022-11-23T02:25:45.5605530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5605976Z with 2022-11-23T02:25:45.5606136Z [ 2022-11-23T02:25:45.5606345Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:45.5606545Z ] 2022-11-23T02:25:45.5606984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5607701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5608441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5608857Z with 2022-11-23T02:25:45.5609019Z [ 2022-11-23T02:25:45.5609283Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:25:45.5609484Z ] 2022-11-23T02:25:45.5609889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5610254Z with 2022-11-23T02:25:45.5610417Z [ 2022-11-23T02:25:45.5610624Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:45.5610824Z ] 2022-11-23T02:25:45.5611300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5611688Z with 2022-11-23T02:25:45.5611833Z [ 2022-11-23T02:25:45.5612030Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:45.5612214Z ] 2022-11-23T02:25:45.5612666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5613180Z with 2022-11-23T02:25:45.5613322Z [ 2022-11-23T02:25:45.5613519Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:45.5613707Z ] 2022-11-23T02:25:45.5614197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5614694Z with 2022-11-23T02:25:45.5614845Z [ 2022-11-23T02:25:45.5615034Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:45.5615226Z ] 2022-11-23T02:25:45.5615729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5616431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5617187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5617587Z with 2022-11-23T02:25:45.5617749Z [ 2022-11-23T02:25:45.5617937Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:25:45.5618135Z ] 2022-11-23T02:25:45.5618533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5618908Z with 2022-11-23T02:25:45.5619068Z [ 2022-11-23T02:25:45.5619250Z T=torch::jit::ScopePtr 2022-11-23T02:25:45.5619418Z ] 2022-11-23T02:25:45.5619839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5620221Z with 2022-11-23T02:25:45.5620375Z [ 2022-11-23T02:25:45.5620550Z T=torch::jit::ScopePtr 2022-11-23T02:25:45.5620731Z ] 2022-11-23T02:25:45.5621241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5621714Z with 2022-11-23T02:25:45.5621876Z [ 2022-11-23T02:25:45.5622060Z T=torch::jit::ScopePtr 2022-11-23T02:25:45.5622234Z ] 2022-11-23T02:25:45.5622717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5623155Z with 2022-11-23T02:25:45.5623313Z [ 2022-11-23T02:25:45.5623492Z T=torch::jit::ScopePtr 2022-11-23T02:25:45.5623673Z ] 2022-11-23T02:25:45.5624165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5624841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5625514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5625897Z with 2022-11-23T02:25:45.5626062Z [ 2022-11-23T02:25:45.5626247Z T=torch::jit::ScopePtr 2022-11-23T02:25:45.5626419Z ] 2022-11-23T02:25:45.5626812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5627242Z with 2022-11-23T02:25:45.5627390Z [ 2022-11-23T02:25:45.5627583Z T=at::ThreadLocalState 2022-11-23T02:25:45.5627815Z ] 2022-11-23T02:25:45.5628239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5628625Z with 2022-11-23T02:25:45.5628784Z [ 2022-11-23T02:25:45.5628962Z T=at::ThreadLocalState 2022-11-23T02:25:45.5629148Z ] 2022-11-23T02:25:45.5629609Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5630091Z with 2022-11-23T02:25:45.5630250Z [ 2022-11-23T02:25:45.5630425Z T=at::ThreadLocalState 2022-11-23T02:25:45.5630611Z ] 2022-11-23T02:25:45.5631099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5631555Z with 2022-11-23T02:25:45.5631717Z [ 2022-11-23T02:25:45.5631909Z T=at::ThreadLocalState 2022-11-23T02:25:45.5632085Z ] 2022-11-23T02:25:45.5632529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5633283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5634048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5634457Z with 2022-11-23T02:25:45.5634619Z [ 2022-11-23T02:25:45.5634808Z T=at::ThreadLocalState 2022-11-23T02:25:45.5634980Z ] 2022-11-23T02:25:45.5635387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5635759Z with 2022-11-23T02:25:45.5635917Z [ 2022-11-23T02:25:45.5636129Z T=std::shared_ptr 2022-11-23T02:25:45.5636328Z ] 2022-11-23T02:25:45.5636792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5637185Z with 2022-11-23T02:25:45.5637346Z [ 2022-11-23T02:25:45.5637554Z T=std::shared_ptr 2022-11-23T02:25:45.5637752Z ] 2022-11-23T02:25:45.5638212Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5638619Z with 2022-11-23T02:25:45.5638782Z [ 2022-11-23T02:25:45.5638992Z T=std::shared_ptr 2022-11-23T02:25:45.5639189Z ] 2022-11-23T02:25:45.5639673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5640116Z with 2022-11-23T02:25:45.5640262Z [ 2022-11-23T02:25:45.5640468Z T=std::shared_ptr 2022-11-23T02:25:45.5640671Z ] 2022-11-23T02:25:45.5641115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5641801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5642517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:25:45.5643285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5643686Z with 2022-11-23T02:25:45.5643835Z [ 2022-11-23T02:25:45.5644044Z T=std::shared_ptr 2022-11-23T02:25:45.5644244Z ] 2022-11-23T02:25:45.5644718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5645139Z with 2022-11-23T02:25:45.5645301Z [ 2022-11-23T02:25:45.5645486Z T=torch::jit::GraphExecutor 2022-11-23T02:25:45.5645683Z ] 2022-11-23T02:25:45.5646102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5646495Z with 2022-11-23T02:25:45.5646654Z [ 2022-11-23T02:25:45.5646849Z T=torch::jit::GraphExecutor 2022-11-23T02:25:45.5647026Z ] 2022-11-23T02:25:45.5647485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5647910Z with 2022-11-23T02:25:45.5648073Z [ 2022-11-23T02:25:45.5648263Z T=torch::jit::GraphExecutor 2022-11-23T02:25:45.5648440Z ] 2022-11-23T02:25:45.5648930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5649374Z with 2022-11-23T02:25:45.5649542Z [ 2022-11-23T02:25:45.5650179Z T=torch::jit::GraphExecutor 2022-11-23T02:25:45.5650381Z ] 2022-11-23T02:25:45.5650818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5651514Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5652233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:25:45.5653032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5653441Z with 2022-11-23T02:25:45.5653604Z [ 2022-11-23T02:25:45.5653800Z T=torch::jit::GraphExecutor 2022-11-23T02:25:45.5653990Z ] 2022-11-23T02:25:45.5654378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5654753Z with 2022-11-23T02:25:45.5654912Z [ 2022-11-23T02:25:45.5655093Z T=torch::jit::Method 2022-11-23T02:25:45.5655273Z ] 2022-11-23T02:25:45.5655693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5656131Z with 2022-11-23T02:25:45.5656288Z [ 2022-11-23T02:25:45.5656471Z T=torch::jit::Method 2022-11-23T02:25:45.5656654Z ] 2022-11-23T02:25:45.5657116Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5657540Z with 2022-11-23T02:25:45.5657686Z [ 2022-11-23T02:25:45.5657868Z T=torch::jit::Method 2022-11-23T02:25:45.5658045Z ] 2022-11-23T02:25:45.5658526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5658969Z with 2022-11-23T02:25:45.5659128Z [ 2022-11-23T02:25:45.5659298Z T=torch::jit::Method 2022-11-23T02:25:45.5659477Z ] 2022-11-23T02:25:45.5659907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5660578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5661382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5661791Z with 2022-11-23T02:25:45.5661952Z [ 2022-11-23T02:25:45.5662123Z T=torch::jit::Method 2022-11-23T02:25:45.5662302Z ] 2022-11-23T02:25:45.5662764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5663144Z with 2022-11-23T02:25:45.5663309Z [ 2022-11-23T02:25:45.5663543Z T=std::vector> 2022-11-23T02:25:45.5663749Z ] 2022-11-23T02:25:45.5664170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5664559Z with 2022-11-23T02:25:45.5664723Z [ 2022-11-23T02:25:45.5664954Z T=std::vector> 2022-11-23T02:25:45.5665162Z ] 2022-11-23T02:25:45.5665629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5666055Z with 2022-11-23T02:25:45.5666219Z [ 2022-11-23T02:25:45.5666451Z T=std::vector> 2022-11-23T02:25:45.5666668Z ] 2022-11-23T02:25:45.5667152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5667585Z with 2022-11-23T02:25:45.5667746Z [ 2022-11-23T02:25:45.5667980Z T=std::vector> 2022-11-23T02:25:45.5668199Z ] 2022-11-23T02:25:45.5668733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5669475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5670188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5670588Z with 2022-11-23T02:25:45.5670738Z [ 2022-11-23T02:25:45.5670974Z T=std::vector> 2022-11-23T02:25:45.5671195Z ] 2022-11-23T02:25:45.5671511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5671577Z with 2022-11-23T02:25:45.5671640Z [ 2022-11-23T02:25:45.5671811Z T=std::function 2022-11-23T02:25:45.5671874Z ] 2022-11-23T02:25:45.5672201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5672268Z with 2022-11-23T02:25:45.5672318Z [ 2022-11-23T02:25:45.5672486Z T=std::function 2022-11-23T02:25:45.5672550Z ] 2022-11-23T02:25:45.5672918Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5672988Z with 2022-11-23T02:25:45.5673051Z [ 2022-11-23T02:25:45.5673273Z T=std::function 2022-11-23T02:25:45.5673339Z ] 2022-11-23T02:25:45.5673732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5673802Z with 2022-11-23T02:25:45.5673865Z [ 2022-11-23T02:25:45.5674029Z T=std::function 2022-11-23T02:25:45.5674092Z ] 2022-11-23T02:25:45.5674491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5674915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5675262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5675332Z with 2022-11-23T02:25:45.5675396Z [ 2022-11-23T02:25:45.5675561Z T=std::function 2022-11-23T02:25:45.5675624Z ] 2022-11-23T02:25:45.5675982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5676035Z with 2022-11-23T02:25:45.5676097Z [ 2022-11-23T02:25:45.5676293Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:45.5676358Z ] 2022-11-23T02:25:45.5676683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5676750Z with 2022-11-23T02:25:45.5676812Z [ 2022-11-23T02:25:45.5677005Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:45.5677068Z ] 2022-11-23T02:25:45.5677436Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5677504Z with 2022-11-23T02:25:45.5677563Z [ 2022-11-23T02:25:45.5677754Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:45.5677817Z ] 2022-11-23T02:25:45.5678209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5678275Z with 2022-11-23T02:25:45.5678338Z [ 2022-11-23T02:25:45.5678511Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:45.5678574Z ] 2022-11-23T02:25:45.5679001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:25:45.5679511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:25:45.5679858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5679924Z with 2022-11-23T02:25:45.5679985Z [ 2022-11-23T02:25:45.5680173Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:25:45.5680235Z ] 2022-11-23T02:25:45.5680552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5680622Z with 2022-11-23T02:25:45.5680686Z [ 2022-11-23T02:25:45.5680817Z T=std::vector> 2022-11-23T02:25:45.5680881Z ] 2022-11-23T02:25:45.5681201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5681269Z with 2022-11-23T02:25:45.5681329Z [ 2022-11-23T02:25:45.5681456Z T=std::vector> 2022-11-23T02:25:45.5681519Z ] 2022-11-23T02:25:45.5681873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5681986Z with 2022-11-23T02:25:45.5682048Z [ 2022-11-23T02:25:45.5682177Z T=std::vector> 2022-11-23T02:25:45.5682240Z ] 2022-11-23T02:25:45.5682638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5682704Z with 2022-11-23T02:25:45.5682765Z [ 2022-11-23T02:25:45.5682893Z T=std::vector> 2022-11-23T02:25:45.5682955Z ] 2022-11-23T02:25:45.5683308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5683373Z with 2022-11-23T02:25:45.5683435Z [ 2022-11-23T02:25:45.5683508Z T=double 2022-11-23T02:25:45.5683571Z ] 2022-11-23T02:25:45.5683966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5684033Z with 2022-11-23T02:25:45.5684082Z [ 2022-11-23T02:25:45.5684154Z T=double 2022-11-23T02:25:45.5684216Z ] 2022-11-23T02:25:45.5684559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5684625Z with 2022-11-23T02:25:45.5684685Z [ 2022-11-23T02:25:45.5684812Z T=std::vector> 2022-11-23T02:25:45.5684877Z ] 2022-11-23T02:25:45.5685186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5685253Z with 2022-11-23T02:25:45.5685360Z [ 2022-11-23T02:25:45.5685477Z T=std::tuple 2022-11-23T02:25:45.5685539Z ] 2022-11-23T02:25:45.5685866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5685931Z with 2022-11-23T02:25:45.5685980Z [ 2022-11-23T02:25:45.5686093Z T=std::tuple 2022-11-23T02:25:45.5686155Z ] 2022-11-23T02:25:45.5686522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5686592Z with 2022-11-23T02:25:45.5686657Z [ 2022-11-23T02:25:45.5686767Z T=std::tuple 2022-11-23T02:25:45.5686831Z ] 2022-11-23T02:25:45.5687223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5687287Z with 2022-11-23T02:25:45.5687350Z [ 2022-11-23T02:25:45.5687462Z T=std::tuple 2022-11-23T02:25:45.5687526Z ] 2022-11-23T02:25:45.5687883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:25:45.5688319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:25:45.5688669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5688736Z with 2022-11-23T02:25:45.5688798Z [ 2022-11-23T02:25:45.5688897Z T=std::tuple 2022-11-23T02:25:45.5688960Z ] 2022-11-23T02:25:45.5689270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5689339Z with 2022-11-23T02:25:45.5689404Z [ 2022-11-23T02:25:45.5689542Z T=std::vector> 2022-11-23T02:25:45.5689605Z ] 2022-11-23T02:25:45.5689931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:25:45.5689996Z with 2022-11-23T02:25:45.5690059Z [ 2022-11-23T02:25:45.5690194Z T=std::vector> 2022-11-23T02:25:45.5690254Z ] 2022-11-23T02:25:45.5690620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:25:45.5690685Z with 2022-11-23T02:25:45.5690747Z [ 2022-11-23T02:25:45.5690881Z T=std::vector> 2022-11-23T02:25:45.5690933Z ] 2022-11-23T02:25:45.5691366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:25:45.5691434Z with 2022-11-23T02:25:45.5691494Z [ 2022-11-23T02:25:45.5691626Z T=std::vector> 2022-11-23T02:25:45.5691694Z ] 2022-11-23T02:25:45.5692146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:25:45.5692560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:25:45.5693043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:25:45.5693114Z with 2022-11-23T02:25:45.5693176Z [ 2022-11-23T02:25:45.5693315Z T=std::vector> 2022-11-23T02:25:45.5693377Z ] 2022-11-23T02:25:45.5694864Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T02:25:45.7462535Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T02:25:46.2464530Z Generating code 2022-11-23T02:25:47.6958309Z Finished generating code 2022-11-23T02:25:47.9295484Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T02:25:47.9368425Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:25:47.9371964Z Compiling objects... 2022-11-23T02:25:47.9372342Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:26:00.9645300Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\rng_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:26:00.9650427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:26:00.9651314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9651834Z with 2022-11-23T02:26:00.9652063Z [ 2022-11-23T02:26:00.9652314Z T=c10::SymInt 2022-11-23T02:26:00.9652548Z ] 2022-11-23T02:26:00.9654880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9655396Z with 2022-11-23T02:26:00.9655611Z [ 2022-11-23T02:26:00.9655853Z T=c10::SymInt 2022-11-23T02:26:00.9656102Z ] 2022-11-23T02:26:00.9656702Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9657442Z with 2022-11-23T02:26:00.9657658Z [ 2022-11-23T02:26:00.9657905Z T=c10::SymInt 2022-11-23T02:26:00.9658145Z ] 2022-11-23T02:26:00.9658797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9661115Z with 2022-11-23T02:26:00.9661332Z [ 2022-11-23T02:26:00.9661572Z T=c10::SymInt 2022-11-23T02:26:00.9661817Z ] 2022-11-23T02:26:00.9662382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9663249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9664135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9664636Z with 2022-11-23T02:26:00.9664799Z [ 2022-11-23T02:26:00.9664977Z T=c10::SymInt 2022-11-23T02:26:00.9665149Z ] 2022-11-23T02:26:00.9666942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:26:00.9667568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9667948Z with 2022-11-23T02:26:00.9668100Z [ 2022-11-23T02:26:00.9668279Z T=at::Generator 2022-11-23T02:26:00.9668463Z ] 2022-11-23T02:26:00.9669003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9669398Z with 2022-11-23T02:26:00.9669546Z [ 2022-11-23T02:26:00.9669724Z T=at::Generator 2022-11-23T02:26:00.9669901Z ] 2022-11-23T02:26:00.9670368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9670802Z with 2022-11-23T02:26:00.9670965Z [ 2022-11-23T02:26:00.9671126Z T=at::Generator 2022-11-23T02:26:00.9671301Z ] 2022-11-23T02:26:00.9673208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9673666Z with 2022-11-23T02:26:00.9673829Z [ 2022-11-23T02:26:00.9674008Z T=at::Generator 2022-11-23T02:26:00.9674171Z ] 2022-11-23T02:26:00.9674610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9675273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9676060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9676475Z with 2022-11-23T02:26:00.9676644Z [ 2022-11-23T02:26:00.9676824Z T=at::Generator 2022-11-23T02:26:00.9676988Z ] 2022-11-23T02:26:00.9678230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9679321Z with 2022-11-23T02:26:00.9679492Z [ 2022-11-23T02:26:00.9679677Z T=at::TensorBase 2022-11-23T02:26:00.9679844Z ] 2022-11-23T02:26:00.9680274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9680669Z with 2022-11-23T02:26:00.9680832Z [ 2022-11-23T02:26:00.9681012Z T=at::TensorBase 2022-11-23T02:26:00.9681185Z ] 2022-11-23T02:26:00.9681636Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9682061Z with 2022-11-23T02:26:00.9682220Z [ 2022-11-23T02:26:00.9682400Z T=at::TensorBase 2022-11-23T02:26:00.9682573Z ] 2022-11-23T02:26:00.9683057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9684869Z with 2022-11-23T02:26:00.9685044Z [ 2022-11-23T02:26:00.9685229Z T=at::TensorBase 2022-11-23T02:26:00.9685413Z ] 2022-11-23T02:26:00.9685944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9686626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9687308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9687708Z with 2022-11-23T02:26:00.9687872Z [ 2022-11-23T02:26:00.9688055Z T=at::TensorBase 2022-11-23T02:26:00.9688238Z ] 2022-11-23T02:26:00.9688647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9689022Z with 2022-11-23T02:26:00.9689170Z [ 2022-11-23T02:26:00.9689345Z T=at::Tensor 2022-11-23T02:26:00.9691013Z ] 2022-11-23T02:26:00.9691444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9691839Z with 2022-11-23T02:26:00.9691988Z [ 2022-11-23T02:26:00.9692164Z T=at::Tensor 2022-11-23T02:26:00.9692338Z ] 2022-11-23T02:26:00.9692798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9693323Z with 2022-11-23T02:26:00.9693486Z [ 2022-11-23T02:26:00.9693647Z T=at::Tensor 2022-11-23T02:26:00.9693822Z ] 2022-11-23T02:26:00.9694314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9694768Z with 2022-11-23T02:26:00.9694928Z [ 2022-11-23T02:26:00.9695103Z T=at::Tensor 2022-11-23T02:26:00.9695261Z ] 2022-11-23T02:26:00.9697076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9697749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9698431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9698840Z with 2022-11-23T02:26:00.9699007Z [ 2022-11-23T02:26:00.9699189Z T=at::Tensor 2022-11-23T02:26:00.9699353Z ] 2022-11-23T02:26:00.9699765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9700140Z with 2022-11-23T02:26:00.9700308Z [ 2022-11-23T02:26:00.9700491Z T=c10::Scalar 2022-11-23T02:26:00.9700656Z ] 2022-11-23T02:26:00.9701081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9701473Z with 2022-11-23T02:26:00.9703012Z [ 2022-11-23T02:26:00.9703201Z T=c10::Scalar 2022-11-23T02:26:00.9703478Z ] 2022-11-23T02:26:00.9703931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9704365Z with 2022-11-23T02:26:00.9704535Z [ 2022-11-23T02:26:00.9704713Z T=c10::Scalar 2022-11-23T02:26:00.9704887Z ] 2022-11-23T02:26:00.9705381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9705827Z with 2022-11-23T02:26:00.9705992Z [ 2022-11-23T02:26:00.9706170Z T=c10::Scalar 2022-11-23T02:26:00.9706346Z ] 2022-11-23T02:26:00.9706774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9707440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9709515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9709915Z with 2022-11-23T02:26:00.9710080Z [ 2022-11-23T02:26:00.9710348Z T=c10::Scalar 2022-11-23T02:26:00.9710522Z ] 2022-11-23T02:26:00.9710927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9711311Z with 2022-11-23T02:26:00.9711462Z [ 2022-11-23T02:26:00.9711640Z T=std::string 2022-11-23T02:26:00.9711818Z ] 2022-11-23T02:26:00.9712240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9712626Z with 2022-11-23T02:26:00.9712775Z [ 2022-11-23T02:26:00.9712950Z T=std::string 2022-11-23T02:26:00.9713121Z ] 2022-11-23T02:26:00.9714407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9715409Z with 2022-11-23T02:26:00.9715578Z [ 2022-11-23T02:26:00.9715743Z T=std::string 2022-11-23T02:26:00.9715917Z ] 2022-11-23T02:26:00.9716410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9716856Z with 2022-11-23T02:26:00.9717017Z [ 2022-11-23T02:26:00.9717191Z T=std::string 2022-11-23T02:26:00.9717348Z ] 2022-11-23T02:26:00.9717770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9718429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9719195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9720441Z with 2022-11-23T02:26:00.9721177Z [ 2022-11-23T02:26:00.9721360Z T=std::string 2022-11-23T02:26:00.9721521Z ] 2022-11-23T02:26:00.9721930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9722309Z with 2022-11-23T02:26:00.9722481Z [ 2022-11-23T02:26:00.9722666Z T=c10::QualifiedName 2022-11-23T02:26:00.9722834Z ] 2022-11-23T02:26:00.9723262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9723647Z with 2022-11-23T02:26:00.9723812Z [ 2022-11-23T02:26:00.9723992Z T=c10::QualifiedName 2022-11-23T02:26:00.9724170Z ] 2022-11-23T02:26:00.9724616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9725044Z with 2022-11-23T02:26:00.9725203Z [ 2022-11-23T02:26:00.9725384Z T=c10::QualifiedName 2022-11-23T02:26:00.9725561Z ] 2022-11-23T02:26:00.9727434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9727973Z with 2022-11-23T02:26:00.9728140Z [ 2022-11-23T02:26:00.9728330Z T=c10::QualifiedName 2022-11-23T02:26:00.9728518Z ] 2022-11-23T02:26:00.9728955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9729707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9730384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9730784Z with 2022-11-23T02:26:00.9730946Z [ 2022-11-23T02:26:00.9731134Z T=c10::QualifiedName 2022-11-23T02:26:00.9731318Z ] 2022-11-23T02:26:00.9733126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9733519Z with 2022-11-23T02:26:00.9733672Z [ 2022-11-23T02:26:00.9733910Z T=std::shared_ptr 2022-11-23T02:26:00.9734132Z ] 2022-11-23T02:26:00.9734561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9734951Z with 2022-11-23T02:26:00.9735113Z [ 2022-11-23T02:26:00.9735325Z T=std::shared_ptr 2022-11-23T02:26:00.9735541Z ] 2022-11-23T02:26:00.9736100Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9736532Z with 2022-11-23T02:26:00.9736697Z [ 2022-11-23T02:26:00.9736925Z T=std::shared_ptr 2022-11-23T02:26:00.9737128Z ] 2022-11-23T02:26:00.9738449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9739481Z with 2022-11-23T02:26:00.9739648Z [ 2022-11-23T02:26:00.9739879Z T=std::shared_ptr 2022-11-23T02:26:00.9740094Z ] 2022-11-23T02:26:00.9740556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:00.9741296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:00.9742002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9758807Z with 2022-11-23T02:26:00.9759100Z [ 2022-11-23T02:26:00.9759378Z T=std::shared_ptr 2022-11-23T02:26:00.9759613Z ] 2022-11-23T02:26:00.9760059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9761140Z with 2022-11-23T02:26:00.9761322Z [ 2022-11-23T02:26:00.9761577Z T=std::weak_ptr 2022-11-23T02:26:00.9761803Z ] 2022-11-23T02:26:00.9762249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9763619Z with 2022-11-23T02:26:00.9764350Z [ 2022-11-23T02:26:00.9764595Z T=std::weak_ptr 2022-11-23T02:26:00.9764823Z ] 2022-11-23T02:26:00.9765301Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9765747Z with 2022-11-23T02:26:00.9765923Z [ 2022-11-23T02:26:00.9766143Z T=std::weak_ptr 2022-11-23T02:26:00.9766368Z ] 2022-11-23T02:26:00.9766878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9767333Z with 2022-11-23T02:26:00.9767507Z [ 2022-11-23T02:26:00.9767746Z T=std::weak_ptr 2022-11-23T02:26:00.9767948Z ] 2022-11-23T02:26:00.9768432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:00.9770650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:00.9771495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9771912Z with 2022-11-23T02:26:00.9772088Z [ 2022-11-23T02:26:00.9772331Z T=std::weak_ptr 2022-11-23T02:26:00.9772537Z ] 2022-11-23T02:26:00.9772959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9773349Z with 2022-11-23T02:26:00.9773523Z [ 2022-11-23T02:26:00.9773793Z T=std::vector> 2022-11-23T02:26:00.9774045Z ] 2022-11-23T02:26:00.9774462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9774867Z with 2022-11-23T02:26:00.9776459Z [ 2022-11-23T02:26:00.9776731Z T=std::vector> 2022-11-23T02:26:00.9776979Z ] 2022-11-23T02:26:00.9777452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9777887Z with 2022-11-23T02:26:00.9778039Z [ 2022-11-23T02:26:00.9778292Z T=std::vector> 2022-11-23T02:26:00.9778626Z ] 2022-11-23T02:26:00.9779120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9779568Z with 2022-11-23T02:26:00.9779729Z [ 2022-11-23T02:26:00.9779965Z T=std::vector> 2022-11-23T02:26:00.9780202Z ] 2022-11-23T02:26:00.9780680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:00.9782867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:00.9783599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9784012Z with 2022-11-23T02:26:00.9784176Z [ 2022-11-23T02:26:00.9784416Z T=std::vector> 2022-11-23T02:26:00.9784654Z ] 2022-11-23T02:26:00.9785062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9785729Z with 2022-11-23T02:26:00.9785900Z [ 2022-11-23T02:26:00.9786127Z T=std::vector> 2022-11-23T02:26:00.9786320Z ] 2022-11-23T02:26:00.9786749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9788592Z with 2022-11-23T02:26:00.9788870Z [ 2022-11-23T02:26:00.9789097Z T=std::vector> 2022-11-23T02:26:00.9789303Z ] 2022-11-23T02:26:00.9789754Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9790187Z with 2022-11-23T02:26:00.9790351Z [ 2022-11-23T02:26:00.9790574Z T=std::vector> 2022-11-23T02:26:00.9790778Z ] 2022-11-23T02:26:00.9791268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9791710Z with 2022-11-23T02:26:00.9791874Z [ 2022-11-23T02:26:00.9792093Z T=std::vector> 2022-11-23T02:26:00.9792298Z ] 2022-11-23T02:26:00.9792753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:00.9794905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:00.9795601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9796097Z with 2022-11-23T02:26:00.9796248Z [ 2022-11-23T02:26:00.9796467Z T=std::vector> 2022-11-23T02:26:00.9796675Z ] 2022-11-23T02:26:00.9797080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9797460Z with 2022-11-23T02:26:00.9797609Z [ 2022-11-23T02:26:00.9797879Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9798134Z ] 2022-11-23T02:26:00.9798560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9798954Z with 2022-11-23T02:26:00.9799114Z [ 2022-11-23T02:26:00.9800772Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9801022Z ] 2022-11-23T02:26:00.9801492Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9801918Z with 2022-11-23T02:26:00.9802081Z [ 2022-11-23T02:26:00.9802343Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9802589Z ] 2022-11-23T02:26:00.9803061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9803507Z with 2022-11-23T02:26:00.9803667Z [ 2022-11-23T02:26:00.9803928Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9804258Z ] 2022-11-23T02:26:00.9804850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:00.9807197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:00.9808361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:00.9809467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9810204Z with 2022-11-23T02:26:00.9810470Z [ 2022-11-23T02:26:00.9810933Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9814265Z ] 2022-11-23T02:26:00.9814873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9815267Z with 2022-11-23T02:26:00.9815421Z [ 2022-11-23T02:26:00.9815685Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9815927Z ] 2022-11-23T02:26:00.9816531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9816924Z with 2022-11-23T02:26:00.9817081Z [ 2022-11-23T02:26:00.9817346Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9817585Z ] 2022-11-23T02:26:00.9818122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9818552Z with 2022-11-23T02:26:00.9818766Z [ 2022-11-23T02:26:00.9819027Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9819252Z ] 2022-11-23T02:26:00.9819797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9820302Z with 2022-11-23T02:26:00.9820466Z [ 2022-11-23T02:26:00.9820723Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9820960Z ] 2022-11-23T02:26:00.9821438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:00.9822651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:00.9823756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:00.9824603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9825012Z with 2022-11-23T02:26:00.9825235Z [ 2022-11-23T02:26:00.9825496Z T=std::vector,std::allocator>> 2022-11-23T02:26:00.9825737Z ] 2022-11-23T02:26:00.9826135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9826512Z with 2022-11-23T02:26:00.9826674Z [ 2022-11-23T02:26:00.9826899Z T=std::vector> 2022-11-23T02:26:00.9827105Z ] 2022-11-23T02:26:00.9827529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9827907Z with 2022-11-23T02:26:00.9828071Z [ 2022-11-23T02:26:00.9828289Z T=std::vector> 2022-11-23T02:26:00.9828494Z ] 2022-11-23T02:26:00.9828958Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9829379Z with 2022-11-23T02:26:00.9829525Z [ 2022-11-23T02:26:00.9829747Z T=std::vector> 2022-11-23T02:26:00.9830024Z ] 2022-11-23T02:26:00.9830517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9831028Z with 2022-11-23T02:26:00.9831187Z [ 2022-11-23T02:26:00.9831397Z T=std::vector> 2022-11-23T02:26:00.9831657Z ] 2022-11-23T02:26:00.9832114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:00.9832823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:00.9833519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9833927Z with 2022-11-23T02:26:00.9834091Z [ 2022-11-23T02:26:00.9834313Z T=std::vector> 2022-11-23T02:26:00.9834506Z ] 2022-11-23T02:26:00.9834909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9835280Z with 2022-11-23T02:26:00.9835441Z [ 2022-11-23T02:26:00.9835692Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:00.9835928Z ] 2022-11-23T02:26:00.9836337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9836726Z with 2022-11-23T02:26:00.9836888Z [ 2022-11-23T02:26:00.9837742Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:00.9838051Z ] 2022-11-23T02:26:00.9838520Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9838932Z with 2022-11-23T02:26:00.9839093Z [ 2022-11-23T02:26:00.9839340Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:00.9839572Z ] 2022-11-23T02:26:00.9840061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9840517Z with 2022-11-23T02:26:00.9840667Z [ 2022-11-23T02:26:00.9840917Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:00.9841152Z ] 2022-11-23T02:26:00.9841639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:00.9842418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:00.9843202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:26:00.9844059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9844524Z with 2022-11-23T02:26:00.9844674Z [ 2022-11-23T02:26:00.9844926Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:00.9845214Z ] 2022-11-23T02:26:00.9845623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9846053Z with 2022-11-23T02:26:00.9846214Z [ 2022-11-23T02:26:00.9846502Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:00.9846740Z ] 2022-11-23T02:26:00.9847218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9847620Z with 2022-11-23T02:26:00.9847832Z [ 2022-11-23T02:26:00.9848084Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:00.9848301Z ] 2022-11-23T02:26:00.9848810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9849289Z with 2022-11-23T02:26:00.9849454Z [ 2022-11-23T02:26:00.9849805Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:00.9850088Z ] 2022-11-23T02:26:00.9850570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9851067Z with 2022-11-23T02:26:00.9851292Z [ 2022-11-23T02:26:00.9851600Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:00.9851837Z ] 2022-11-23T02:26:00.9852424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:00.9853264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:00.9854109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:26:00.9854934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9855333Z with 2022-11-23T02:26:00.9855974Z [ 2022-11-23T02:26:00.9856274Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:00.9856515Z ] 2022-11-23T02:26:00.9856960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9857342Z with 2022-11-23T02:26:00.9857555Z [ 2022-11-23T02:26:00.9857812Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:00.9858009Z ] 2022-11-23T02:26:00.9858488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9858879Z with 2022-11-23T02:26:00.9859086Z [ 2022-11-23T02:26:00.9859269Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:00.9859464Z ] 2022-11-23T02:26:00.9859979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9860456Z with 2022-11-23T02:26:00.9860618Z [ 2022-11-23T02:26:00.9860816Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:00.9861000Z ] 2022-11-23T02:26:00.9861485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9861939Z with 2022-11-23T02:26:00.9862101Z [ 2022-11-23T02:26:00.9862297Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:00.9862492Z ] 2022-11-23T02:26:00.9862927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9863616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9864015Z with 2022-11-23T02:26:00.9864183Z [ 2022-11-23T02:26:00.9864378Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:00.9864571Z ] 2022-11-23T02:26:00.9865089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:26:00.9865818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9866286Z with 2022-11-23T02:26:00.9866447Z [ 2022-11-23T02:26:00.9866645Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:00.9866893Z ] 2022-11-23T02:26:00.9867300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9867717Z with 2022-11-23T02:26:00.9867878Z [ 2022-11-23T02:26:00.9868168Z T=std::vector> 2022-11-23T02:26:00.9868433Z ] 2022-11-23T02:26:00.9868856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9869245Z with 2022-11-23T02:26:00.9869393Z [ 2022-11-23T02:26:00.9869681Z T=std::vector> 2022-11-23T02:26:00.9869946Z ] 2022-11-23T02:26:00.9870405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9870890Z with 2022-11-23T02:26:00.9871049Z [ 2022-11-23T02:26:00.9871326Z T=std::vector> 2022-11-23T02:26:00.9871590Z ] 2022-11-23T02:26:00.9872079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9872531Z with 2022-11-23T02:26:00.9872693Z [ 2022-11-23T02:26:00.9873009Z T=std::vector> 2022-11-23T02:26:00.9873293Z ] 2022-11-23T02:26:00.9873855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:00.9874744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:00.9875499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9875903Z with 2022-11-23T02:26:00.9876066Z [ 2022-11-23T02:26:00.9876353Z T=std::vector> 2022-11-23T02:26:00.9876616Z ] 2022-11-23T02:26:00.9877025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9877386Z with 2022-11-23T02:26:00.9877546Z [ 2022-11-23T02:26:00.9877739Z T=torch::autograd::ViewInfo 2022-11-23T02:26:00.9877982Z ] 2022-11-23T02:26:00.9878408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9878802Z with 2022-11-23T02:26:00.9878950Z [ 2022-11-23T02:26:00.9879142Z T=torch::autograd::ViewInfo 2022-11-23T02:26:00.9879333Z ] 2022-11-23T02:26:00.9879798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9880282Z with 2022-11-23T02:26:00.9880430Z [ 2022-11-23T02:26:00.9880624Z T=torch::autograd::ViewInfo 2022-11-23T02:26:00.9880863Z ] 2022-11-23T02:26:00.9881352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9881855Z with 2022-11-23T02:26:00.9882015Z [ 2022-11-23T02:26:00.9882193Z T=torch::autograd::ViewInfo 2022-11-23T02:26:00.9882380Z ] 2022-11-23T02:26:00.9882826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9883525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9884282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9884690Z with 2022-11-23T02:26:00.9884854Z [ 2022-11-23T02:26:00.9885035Z T=torch::autograd::ViewInfo 2022-11-23T02:26:00.9885225Z ] 2022-11-23T02:26:00.9885630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9886004Z with 2022-11-23T02:26:00.9886168Z [ 2022-11-23T02:26:00.9886340Z T=c10::IValue 2022-11-23T02:26:00.9886498Z ] 2022-11-23T02:26:00.9886917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9887305Z with 2022-11-23T02:26:00.9887467Z [ 2022-11-23T02:26:00.9887641Z T=c10::IValue 2022-11-23T02:26:00.9887812Z ] 2022-11-23T02:26:00.9888260Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9888683Z with 2022-11-23T02:26:00.9888845Z [ 2022-11-23T02:26:00.9889019Z T=c10::IValue 2022-11-23T02:26:00.9889188Z ] 2022-11-23T02:26:00.9889767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9890207Z with 2022-11-23T02:26:00.9890366Z [ 2022-11-23T02:26:00.9890538Z T=c10::IValue 2022-11-23T02:26:00.9890706Z ] 2022-11-23T02:26:00.9891183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9891854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9892593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9893034Z with 2022-11-23T02:26:00.9893200Z [ 2022-11-23T02:26:00.9893378Z T=c10::IValue 2022-11-23T02:26:00.9893601Z ] 2022-11-23T02:26:00.9894011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9894385Z with 2022-11-23T02:26:00.9894532Z [ 2022-11-23T02:26:00.9894711Z T=c10::AliasInfo 2022-11-23T02:26:00.9894889Z ] 2022-11-23T02:26:00.9895308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9895693Z with 2022-11-23T02:26:00.9895841Z [ 2022-11-23T02:26:00.9896020Z T=c10::AliasInfo 2022-11-23T02:26:00.9896194Z ] 2022-11-23T02:26:00.9896655Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9897131Z with 2022-11-23T02:26:00.9897292Z [ 2022-11-23T02:26:00.9897460Z T=c10::AliasInfo 2022-11-23T02:26:00.9897636Z ] 2022-11-23T02:26:00.9898121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9898573Z with 2022-11-23T02:26:00.9898735Z [ 2022-11-23T02:26:00.9898912Z T=c10::AliasInfo 2022-11-23T02:26:00.9899078Z ] 2022-11-23T02:26:00.9899506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9900181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9900858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9901262Z with 2022-11-23T02:26:00.9901425Z [ 2022-11-23T02:26:00.9901604Z T=c10::AliasInfo 2022-11-23T02:26:00.9901767Z ] 2022-11-23T02:26:00.9902173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9902553Z with 2022-11-23T02:26:00.9902716Z [ 2022-11-23T02:26:00.9902951Z T=std::vector> 2022-11-23T02:26:00.9903157Z ] 2022-11-23T02:26:00.9903632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9904029Z with 2022-11-23T02:26:00.9904196Z [ 2022-11-23T02:26:00.9904433Z T=std::vector> 2022-11-23T02:26:00.9904651Z ] 2022-11-23T02:26:00.9905101Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9905530Z with 2022-11-23T02:26:00.9905690Z [ 2022-11-23T02:26:00.9905921Z T=std::vector> 2022-11-23T02:26:00.9906139Z ] 2022-11-23T02:26:00.9906625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9907077Z with 2022-11-23T02:26:00.9907228Z [ 2022-11-23T02:26:00.9907461Z T=std::vector> 2022-11-23T02:26:00.9907679Z ] 2022-11-23T02:26:00.9908126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:00.9908535Z with 2022-11-23T02:26:00.9908696Z [ 2022-11-23T02:26:00.9908861Z T=c10::SymInt 2022-11-23T02:26:00.9909035Z ] 2022-11-23T02:26:00.9909543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:00.9910063Z with 2022-11-23T02:26:00.9910225Z [ 2022-11-23T02:26:00.9910388Z T=c10::SymInt 2022-11-23T02:26:00.9910563Z ] 2022-11-23T02:26:00.9911083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:26:00.9911886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:26:00.9912641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9913053Z with 2022-11-23T02:26:00.9913218Z [ 2022-11-23T02:26:00.9913451Z T=std::vector> 2022-11-23T02:26:00.9913657Z ] 2022-11-23T02:26:00.9914059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9914441Z with 2022-11-23T02:26:00.9914602Z [ 2022-11-23T02:26:00.9914841Z T=c10::either 2022-11-23T02:26:00.9915064Z ] 2022-11-23T02:26:00.9915477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9915873Z with 2022-11-23T02:26:00.9916037Z [ 2022-11-23T02:26:00.9916275Z T=c10::either 2022-11-23T02:26:00.9916497Z ] 2022-11-23T02:26:00.9917020Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9917437Z with 2022-11-23T02:26:00.9917600Z [ 2022-11-23T02:26:00.9917833Z T=c10::either 2022-11-23T02:26:00.9918052Z ] 2022-11-23T02:26:00.9918537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9918992Z with 2022-11-23T02:26:00.9919141Z [ 2022-11-23T02:26:00.9919376Z T=c10::either 2022-11-23T02:26:00.9919599Z ] 2022-11-23T02:26:00.9920074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:00.9920848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:00.9921594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9922050Z with 2022-11-23T02:26:00.9922215Z [ 2022-11-23T02:26:00.9922440Z T=c10::either 2022-11-23T02:26:00.9922663Z ] 2022-11-23T02:26:00.9923075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9923459Z with 2022-11-23T02:26:00.9923620Z [ 2022-11-23T02:26:00.9923794Z T=at::StepCallbacks 2022-11-23T02:26:00.9923979Z ] 2022-11-23T02:26:00.9924405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9924799Z with 2022-11-23T02:26:00.9924960Z [ 2022-11-23T02:26:00.9925149Z T=at::StepCallbacks 2022-11-23T02:26:00.9925318Z ] 2022-11-23T02:26:00.9925787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9926207Z with 2022-11-23T02:26:00.9926369Z [ 2022-11-23T02:26:00.9926551Z T=at::StepCallbacks 2022-11-23T02:26:00.9926728Z ] 2022-11-23T02:26:00.9927205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9927652Z with 2022-11-23T02:26:00.9927813Z [ 2022-11-23T02:26:00.9927997Z T=at::StepCallbacks 2022-11-23T02:26:00.9928181Z ] 2022-11-23T02:26:00.9928619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9929343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9930127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9930538Z with 2022-11-23T02:26:00.9930701Z [ 2022-11-23T02:26:00.9930886Z T=at::StepCallbacks 2022-11-23T02:26:00.9931068Z ] 2022-11-23T02:26:00.9931478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9931846Z with 2022-11-23T02:26:00.9932008Z [ 2022-11-23T02:26:00.9932186Z T=c10::DimVector 2022-11-23T02:26:00.9932364Z ] 2022-11-23T02:26:00.9932789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9933176Z with 2022-11-23T02:26:00.9933324Z [ 2022-11-23T02:26:00.9933502Z T=c10::DimVector 2022-11-23T02:26:00.9933679Z ] 2022-11-23T02:26:00.9934140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9934566Z with 2022-11-23T02:26:00.9934713Z [ 2022-11-23T02:26:00.9934893Z T=c10::DimVector 2022-11-23T02:26:00.9935129Z ] 2022-11-23T02:26:00.9935615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9936060Z with 2022-11-23T02:26:00.9936223Z [ 2022-11-23T02:26:00.9936472Z T=c10::DimVector 2022-11-23T02:26:00.9936648Z ] 2022-11-23T02:26:00.9937126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9937853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9938536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9938949Z with 2022-11-23T02:26:00.9939112Z [ 2022-11-23T02:26:00.9939276Z T=c10::DimVector 2022-11-23T02:26:00.9939454Z ] 2022-11-23T02:26:00.9939860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9940237Z with 2022-11-23T02:26:00.9940401Z [ 2022-11-23T02:26:00.9940601Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:00.9940784Z ] 2022-11-23T02:26:00.9941211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9941600Z with 2022-11-23T02:26:00.9941770Z [ 2022-11-23T02:26:00.9941966Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:00.9942143Z ] 2022-11-23T02:26:00.9942675Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9943113Z with 2022-11-23T02:26:00.9943274Z [ 2022-11-23T02:26:00.9943475Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:00.9943667Z ] 2022-11-23T02:26:00.9944139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9944591Z with 2022-11-23T02:26:00.9944756Z [ 2022-11-23T02:26:00.9944953Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:00.9945147Z ] 2022-11-23T02:26:00.9945598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9946318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9947027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9947422Z with 2022-11-23T02:26:00.9947587Z [ 2022-11-23T02:26:00.9947786Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:00.9947982Z ] 2022-11-23T02:26:00.9948458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9948838Z with 2022-11-23T02:26:00.9948989Z [ 2022-11-23T02:26:00.9949235Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:00.9949463Z ] 2022-11-23T02:26:00.9949886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9950276Z with 2022-11-23T02:26:00.9950425Z [ 2022-11-23T02:26:00.9950660Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:00.9950888Z ] 2022-11-23T02:26:00.9951353Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9951783Z with 2022-11-23T02:26:00.9951941Z [ 2022-11-23T02:26:00.9952163Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:00.9952389Z ] 2022-11-23T02:26:00.9952876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9953331Z with 2022-11-23T02:26:00.9953491Z [ 2022-11-23T02:26:00.9953726Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:00.9953932Z ] 2022-11-23T02:26:00.9954408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9955257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9956004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9956414Z with 2022-11-23T02:26:00.9956578Z [ 2022-11-23T02:26:00.9956814Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:00.9957041Z ] 2022-11-23T02:26:00.9957444Z 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-23T02:26:00.9958029Z 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-23T02:26:00.9958614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9958990Z with 2022-11-23T02:26:00.9959153Z [ 2022-11-23T02:26:00.9959369Z T=std::tuple 2022-11-23T02:26:00.9959575Z ] 2022-11-23T02:26:00.9959984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9960378Z with 2022-11-23T02:26:00.9960541Z [ 2022-11-23T02:26:00.9960758Z T=std::tuple 2022-11-23T02:26:00.9961022Z ] 2022-11-23T02:26:00.9961481Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9961900Z with 2022-11-23T02:26:00.9962061Z [ 2022-11-23T02:26:00.9962276Z T=std::tuple 2022-11-23T02:26:00.9962481Z ] 2022-11-23T02:26:00.9962969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9963431Z with 2022-11-23T02:26:00.9963581Z [ 2022-11-23T02:26:00.9963794Z T=std::tuple 2022-11-23T02:26:00.9963998Z ] 2022-11-23T02:26:00.9964451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:00.9965182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:00.9965900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9966305Z with 2022-11-23T02:26:00.9966454Z [ 2022-11-23T02:26:00.9966668Z T=std::tuple 2022-11-23T02:26:00.9966874Z ] 2022-11-23T02:26:00.9967277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9967659Z with 2022-11-23T02:26:00.9967821Z [ 2022-11-23T02:26:00.9968001Z T=torch::jit::SourceRange 2022-11-23T02:26:00.9968256Z ] 2022-11-23T02:26:00.9968682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9969074Z with 2022-11-23T02:26:00.9969234Z [ 2022-11-23T02:26:00.9969424Z T=torch::jit::SourceRange 2022-11-23T02:26:00.9969702Z ] 2022-11-23T02:26:00.9970169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9970603Z with 2022-11-23T02:26:00.9970764Z [ 2022-11-23T02:26:00.9970954Z T=torch::jit::SourceRange 2022-11-23T02:26:00.9971133Z ] 2022-11-23T02:26:00.9971623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9972071Z with 2022-11-23T02:26:00.9972231Z [ 2022-11-23T02:26:00.9972421Z T=torch::jit::SourceRange 2022-11-23T02:26:00.9972605Z ] 2022-11-23T02:26:00.9973031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9973739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9974507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9974915Z with 2022-11-23T02:26:00.9975080Z [ 2022-11-23T02:26:00.9975272Z T=torch::jit::SourceRange 2022-11-23T02:26:00.9975461Z ] 2022-11-23T02:26:00.9975853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9976224Z with 2022-11-23T02:26:00.9976384Z [ 2022-11-23T02:26:00.9976594Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:00.9976803Z ] 2022-11-23T02:26:00.9977223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9977615Z with 2022-11-23T02:26:00.9977764Z [ 2022-11-23T02:26:00.9977976Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:00.9978180Z ] 2022-11-23T02:26:00.9978642Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9979066Z with 2022-11-23T02:26:00.9979216Z [ 2022-11-23T02:26:00.9979426Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:00.9979627Z ] 2022-11-23T02:26:00.9980115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9980569Z with 2022-11-23T02:26:00.9980730Z [ 2022-11-23T02:26:00.9980927Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:00.9981126Z ] 2022-11-23T02:26:00.9981650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9982370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9983076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9983490Z with 2022-11-23T02:26:00.9983654Z [ 2022-11-23T02:26:00.9983854Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:00.9984057Z ] 2022-11-23T02:26:00.9984467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9984845Z with 2022-11-23T02:26:00.9985013Z [ 2022-11-23T02:26:00.9985219Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:00.9985406Z ] 2022-11-23T02:26:00.9985828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9986224Z with 2022-11-23T02:26:00.9986384Z [ 2022-11-23T02:26:00.9986587Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:00.9987580Z ] 2022-11-23T02:26:00.9988037Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9988469Z with 2022-11-23T02:26:00.9988630Z [ 2022-11-23T02:26:00.9988835Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:00.9989033Z ] 2022-11-23T02:26:00.9989533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9989975Z with 2022-11-23T02:26:00.9990135Z [ 2022-11-23T02:26:00.9990343Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:00.9990545Z ] 2022-11-23T02:26:00.9990997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:00.9991711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:00.9992409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9992807Z with 2022-11-23T02:26:00.9992974Z [ 2022-11-23T02:26:00.9993180Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:00.9993383Z ] 2022-11-23T02:26:00.9993896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:00.9994325Z with 2022-11-23T02:26:00.9994473Z [ 2022-11-23T02:26:00.9994662Z T=torch::jit::ScopePtr 2022-11-23T02:26:00.9994845Z ] 2022-11-23T02:26:00.9995355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:00.9995750Z with 2022-11-23T02:26:00.9995912Z [ 2022-11-23T02:26:00.9996179Z T=torch::jit::ScopePtr 2022-11-23T02:26:00.9996456Z ] 2022-11-23T02:26:00.9997122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:00.9997669Z with 2022-11-23T02:26:00.9997917Z [ 2022-11-23T02:26:00.9998164Z T=torch::jit::ScopePtr 2022-11-23T02:26:00.9998423Z ] 2022-11-23T02:26:00.9999141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:00.9999686Z with 2022-11-23T02:26:00.9999864Z [ 2022-11-23T02:26:01.0000056Z T=torch::jit::ScopePtr 2022-11-23T02:26:01.0000302Z ] 2022-11-23T02:26:01.0000879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:01.0001727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:01.0002595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0003002Z with 2022-11-23T02:26:01.0003165Z [ 2022-11-23T02:26:01.0003350Z T=torch::jit::ScopePtr 2022-11-23T02:26:01.0003519Z ] 2022-11-23T02:26:01.0003992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0004381Z with 2022-11-23T02:26:01.0004547Z [ 2022-11-23T02:26:01.0004856Z T=at::ThreadLocalState 2022-11-23T02:26:01.0005056Z ] 2022-11-23T02:26:01.0005586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0005980Z with 2022-11-23T02:26:01.0006214Z [ 2022-11-23T02:26:01.0006481Z T=at::ThreadLocalState 2022-11-23T02:26:01.0006669Z ] 2022-11-23T02:26:01.0007181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0007673Z with 2022-11-23T02:26:01.0007839Z [ 2022-11-23T02:26:01.0008097Z T=at::ThreadLocalState 2022-11-23T02:26:01.0008343Z ] 2022-11-23T02:26:01.0008838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0009292Z with 2022-11-23T02:26:01.0009439Z [ 2022-11-23T02:26:01.0009723Z T=at::ThreadLocalState 2022-11-23T02:26:01.0009979Z ] 2022-11-23T02:26:01.0010658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:01.0011376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:01.0012081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0012492Z with 2022-11-23T02:26:01.0012644Z [ 2022-11-23T02:26:01.0012837Z T=at::ThreadLocalState 2022-11-23T02:26:01.0013026Z ] 2022-11-23T02:26:01.0013438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0013815Z with 2022-11-23T02:26:01.0013977Z [ 2022-11-23T02:26:01.0014176Z T=std::shared_ptr 2022-11-23T02:26:01.0014434Z ] 2022-11-23T02:26:01.0014860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0015254Z with 2022-11-23T02:26:01.0015420Z [ 2022-11-23T02:26:01.0015631Z T=std::shared_ptr 2022-11-23T02:26:01.0015816Z ] 2022-11-23T02:26:01.0016282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0016784Z with 2022-11-23T02:26:01.0016945Z [ 2022-11-23T02:26:01.0017154Z T=std::shared_ptr 2022-11-23T02:26:01.0017339Z ] 2022-11-23T02:26:01.0017827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0018273Z with 2022-11-23T02:26:01.0018433Z [ 2022-11-23T02:26:01.0018645Z T=std::shared_ptr 2022-11-23T02:26:01.0018847Z ] 2022-11-23T02:26:01.0019288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:01.0019992Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:01.0020713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:26:01.0021423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0021836Z with 2022-11-23T02:26:01.0022004Z [ 2022-11-23T02:26:01.0022276Z T=std::shared_ptr 2022-11-23T02:26:01.0022480Z ] 2022-11-23T02:26:01.0022886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0023313Z with 2022-11-23T02:26:01.0023477Z [ 2022-11-23T02:26:01.0023678Z T=torch::jit::GraphExecutor 2022-11-23T02:26:01.0023869Z ] 2022-11-23T02:26:01.0024287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0024675Z with 2022-11-23T02:26:01.0024822Z [ 2022-11-23T02:26:01.0025015Z T=torch::jit::GraphExecutor 2022-11-23T02:26:01.0025206Z ] 2022-11-23T02:26:01.0025669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0026096Z with 2022-11-23T02:26:01.0026246Z [ 2022-11-23T02:26:01.0026443Z T=torch::jit::GraphExecutor 2022-11-23T02:26:01.0026631Z ] 2022-11-23T02:26:01.0027181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0027625Z with 2022-11-23T02:26:01.0027785Z [ 2022-11-23T02:26:01.0027966Z T=torch::jit::GraphExecutor 2022-11-23T02:26:01.0028155Z ] 2022-11-23T02:26:01.0028599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:01.0029348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:01.0030058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:26:01.0030771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0031180Z with 2022-11-23T02:26:01.0031344Z [ 2022-11-23T02:26:01.0031528Z T=torch::jit::GraphExecutor 2022-11-23T02:26:01.0031720Z ] 2022-11-23T02:26:01.0032130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0032506Z with 2022-11-23T02:26:01.0032671Z [ 2022-11-23T02:26:01.0032859Z T=torch::jit::Method 2022-11-23T02:26:01.0033033Z ] 2022-11-23T02:26:01.0033461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0033845Z with 2022-11-23T02:26:01.0034006Z [ 2022-11-23T02:26:01.0034189Z T=torch::jit::Method 2022-11-23T02:26:01.0034354Z ] 2022-11-23T02:26:01.0034817Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0035241Z with 2022-11-23T02:26:01.0035402Z [ 2022-11-23T02:26:01.0035587Z T=torch::jit::Method 2022-11-23T02:26:01.0035762Z ] 2022-11-23T02:26:01.0036302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0036757Z with 2022-11-23T02:26:01.0036922Z [ 2022-11-23T02:26:01.0037105Z T=torch::jit::Method 2022-11-23T02:26:01.0037291Z ] 2022-11-23T02:26:01.0037719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:01.0038394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:01.0039073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0039489Z with 2022-11-23T02:26:01.0039653Z [ 2022-11-23T02:26:01.0039838Z T=torch::jit::Method 2022-11-23T02:26:01.0040022Z ] 2022-11-23T02:26:01.0040427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0040790Z with 2022-11-23T02:26:01.0040953Z [ 2022-11-23T02:26:01.0041187Z T=std::vector> 2022-11-23T02:26:01.0041411Z ] 2022-11-23T02:26:01.0041896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0042287Z with 2022-11-23T02:26:01.0042435Z [ 2022-11-23T02:26:01.0042670Z T=std::vector> 2022-11-23T02:26:01.0042889Z ] 2022-11-23T02:26:01.0043348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0043772Z with 2022-11-23T02:26:01.0043933Z [ 2022-11-23T02:26:01.0044152Z T=std::vector> 2022-11-23T02:26:01.0044370Z ] 2022-11-23T02:26:01.0044858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0045315Z with 2022-11-23T02:26:01.0045476Z [ 2022-11-23T02:26:01.0045707Z T=std::vector> 2022-11-23T02:26:01.0045912Z ] 2022-11-23T02:26:01.0046382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:01.0047125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:01.0047838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0048243Z with 2022-11-23T02:26:01.0048406Z [ 2022-11-23T02:26:01.0049197Z T=std::vector> 2022-11-23T02:26:01.0049429Z ] 2022-11-23T02:26:01.0049848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0049921Z with 2022-11-23T02:26:01.0049985Z [ 2022-11-23T02:26:01.0050154Z T=std::function 2022-11-23T02:26:01.0050218Z ] 2022-11-23T02:26:01.0050550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0050620Z with 2022-11-23T02:26:01.0050682Z [ 2022-11-23T02:26:01.0050849Z T=std::function 2022-11-23T02:26:01.0050914Z ] 2022-11-23T02:26:01.0051281Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0051347Z with 2022-11-23T02:26:01.0051409Z [ 2022-11-23T02:26:01.0051578Z T=std::function 2022-11-23T02:26:01.0051642Z ] 2022-11-23T02:26:01.0052036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0052172Z with 2022-11-23T02:26:01.0052234Z [ 2022-11-23T02:26:01.0052385Z T=std::function 2022-11-23T02:26:01.0052450Z ] 2022-11-23T02:26:01.0052853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:01.0053277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:01.0053622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0053691Z with 2022-11-23T02:26:01.0053753Z [ 2022-11-23T02:26:01.0053920Z T=std::function 2022-11-23T02:26:01.0053984Z ] 2022-11-23T02:26:01.0054297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0054365Z with 2022-11-23T02:26:01.0054427Z [ 2022-11-23T02:26:01.0054620Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:26:01.0054686Z ] 2022-11-23T02:26:01.0055012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0055081Z with 2022-11-23T02:26:01.0055144Z [ 2022-11-23T02:26:01.0055334Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:26:01.0055397Z ] 2022-11-23T02:26:01.0055816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0055870Z with 2022-11-23T02:26:01.0055932Z [ 2022-11-23T02:26:01.0056123Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:26:01.0056185Z ] 2022-11-23T02:26:01.0056578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0056648Z with 2022-11-23T02:26:01.0056710Z [ 2022-11-23T02:26:01.0056903Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:26:01.0056966Z ] 2022-11-23T02:26:01.0057391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:01.0057847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:01.0058190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0058307Z with 2022-11-23T02:26:01.0058371Z [ 2022-11-23T02:26:01.0058560Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:26:01.0058625Z ] 2022-11-23T02:26:01.0058939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0059005Z with 2022-11-23T02:26:01.0059066Z [ 2022-11-23T02:26:01.0059195Z T=std::vector> 2022-11-23T02:26:01.0059246Z ] 2022-11-23T02:26:01.0059565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0059635Z with 2022-11-23T02:26:01.0059697Z [ 2022-11-23T02:26:01.0059825Z T=std::vector> 2022-11-23T02:26:01.0059888Z ] 2022-11-23T02:26:01.0060257Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0060324Z with 2022-11-23T02:26:01.0060387Z [ 2022-11-23T02:26:01.0060515Z T=std::vector> 2022-11-23T02:26:01.0060576Z ] 2022-11-23T02:26:01.0060970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0061037Z with 2022-11-23T02:26:01.0061100Z [ 2022-11-23T02:26:01.0061228Z T=std::vector> 2022-11-23T02:26:01.0061289Z ] 2022-11-23T02:26:01.0061676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:01.0061747Z with 2022-11-23T02:26:01.0061811Z [ 2022-11-23T02:26:01.0061885Z T=double 2022-11-23T02:26:01.0061950Z ] 2022-11-23T02:26:01.0062347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:01.0062413Z with 2022-11-23T02:26:01.0062475Z [ 2022-11-23T02:26:01.0062547Z T=double 2022-11-23T02:26:01.0062610Z ] 2022-11-23T02:26:01.0062953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0063020Z with 2022-11-23T02:26:01.0063084Z [ 2022-11-23T02:26:01.0063210Z T=std::vector> 2022-11-23T02:26:01.0063271Z ] 2022-11-23T02:26:01.0063567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0063634Z with 2022-11-23T02:26:01.0063696Z [ 2022-11-23T02:26:01.0063811Z T=std::tuple 2022-11-23T02:26:01.0063874Z ] 2022-11-23T02:26:01.0064200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0064316Z with 2022-11-23T02:26:01.0064380Z [ 2022-11-23T02:26:01.0072697Z T=std::tuple 2022-11-23T02:26:01.0072833Z ] 2022-11-23T02:26:01.0073269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0073340Z with 2022-11-23T02:26:01.0073405Z [ 2022-11-23T02:26:01.0073524Z T=std::tuple 2022-11-23T02:26:01.0073589Z ] 2022-11-23T02:26:01.0074000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0074071Z with 2022-11-23T02:26:01.0074121Z [ 2022-11-23T02:26:01.0074234Z T=std::tuple 2022-11-23T02:26:01.0074296Z ] 2022-11-23T02:26:01.0074654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:01.0075045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:01.0075397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0075465Z with 2022-11-23T02:26:01.0075531Z [ 2022-11-23T02:26:01.0075644Z T=std::tuple 2022-11-23T02:26:01.0075706Z ] 2022-11-23T02:26:01.0076152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0076223Z with 2022-11-23T02:26:01.0076289Z [ 2022-11-23T02:26:01.0076430Z T=std::vector> 2022-11-23T02:26:01.0076493Z ] 2022-11-23T02:26:01.0076823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:01.0076891Z with 2022-11-23T02:26:01.0076940Z [ 2022-11-23T02:26:01.0077077Z T=std::vector> 2022-11-23T02:26:01.0077141Z ] 2022-11-23T02:26:01.0077512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:01.0077581Z with 2022-11-23T02:26:01.0077645Z [ 2022-11-23T02:26:01.0077781Z T=std::vector> 2022-11-23T02:26:01.0077844Z ] 2022-11-23T02:26:01.0078239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:01.0078307Z with 2022-11-23T02:26:01.0078371Z [ 2022-11-23T02:26:01.0078507Z T=std::vector> 2022-11-23T02:26:01.0078570Z ] 2022-11-23T02:26:01.0079005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:01.0079414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:01.0079762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:01.0079830Z with 2022-11-23T02:26:01.0079893Z [ 2022-11-23T02:26:01.0080028Z T=std::vector> 2022-11-23T02:26:01.0080078Z ] 2022-11-23T02:26:01.0080346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T02:26:01.0080606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T02:26:01.0080871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T02:26:01.0081160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:26:01.0081229Z with 2022-11-23T02:26:01.0081292Z [ 2022-11-23T02:26:01.0081384Z scalar_t=float 2022-11-23T02:26:01.0081450Z ] 2022-11-23T02:26:01.0081793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:26:01.0081860Z with 2022-11-23T02:26:01.0081921Z [ 2022-11-23T02:26:01.0082001Z scalar_t=float 2022-11-23T02:26:01.0082062Z ] 2022-11-23T02:26:01.0082390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:26:01.0082456Z with 2022-11-23T02:26:01.0082518Z [ 2022-11-23T02:26:01.0082583Z scalar_t=float 2022-11-23T02:26:01.0082644Z ] 2022-11-23T02:26:01.0082993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T02:26:01.0083062Z with 2022-11-23T02:26:01.0083123Z [ 2022-11-23T02:26:01.0083203Z scalar_t=float 2022-11-23T02:26:01.0083265Z ] 2022-11-23T02:26:01.0083556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:26:01.0083626Z with 2022-11-23T02:26:01.0083687Z [ 2022-11-23T02:26:01.0083767Z scalar_t=float 2022-11-23T02:26:01.0083828Z ] 2022-11-23T02:26:01.0084201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T02:26:01.0084264Z with 2022-11-23T02:26:01.0084313Z [ 2022-11-23T02:26:01.0084394Z scalar_t=float 2022-11-23T02:26:01.0084462Z ] 2022-11-23T02:26:01.0084817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:26:01.0084933Z with 2022-11-23T02:26:01.0085004Z [ 2022-11-23T02:26:01.0085086Z scalar_t=float 2022-11-23T02:26:01.0085159Z ] 2022-11-23T02:26:01.0085451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:26:01.0085524Z with 2022-11-23T02:26:01.0085592Z [ 2022-11-23T02:26:01.0085666Z T=float 2022-11-23T02:26:01.0085737Z ] 2022-11-23T02:26:01.0086109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T02:26:01.0086179Z with 2022-11-23T02:26:01.0086230Z [ 2022-11-23T02:26:01.0086302Z T=float 2022-11-23T02:26:01.0086374Z ] 2022-11-23T02:26:01.0086698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T02:26:01.0086772Z with 2022-11-23T02:26:01.0086840Z [ 2022-11-23T02:26:01.0086914Z T=float 2022-11-23T02:26:01.0086980Z ] 2022-11-23T02:26:01.0087271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:26:01.0087343Z with 2022-11-23T02:26:01.0087411Z [ 2022-11-23T02:26:01.0087483Z T=float 2022-11-23T02:26:01.0087549Z ] 2022-11-23T02:26:01.0087920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T02:26:01.0087974Z with 2022-11-23T02:26:01.0088042Z [ 2022-11-23T02:26:01.0088116Z T=float 2022-11-23T02:26:01.0088231Z ] 2022-11-23T02:26:01.0088528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:26:01.0088599Z with 2022-11-23T02:26:01.0088670Z [ 2022-11-23T02:26:01.0088755Z scalar_t=float 2022-11-23T02:26:01.0088822Z ] 2022-11-23T02:26:01.0089187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:26:01.0089259Z with 2022-11-23T02:26:01.0089328Z [ 2022-11-23T02:26:01.0089415Z scalar_t=float 2022-11-23T02:26:01.0089487Z ] 2022-11-23T02:26:01.0089948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T02:26:01.0090020Z with 2022-11-23T02:26:01.0090090Z [ 2022-11-23T02:26:01.0090173Z scalar_t=float 2022-11-23T02:26:01.0090242Z ] 2022-11-23T02:26:01.0090529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:26:01.0090599Z with 2022-11-23T02:26:01.0090669Z [ 2022-11-23T02:26:01.0090753Z scalar_t=float 2022-11-23T02:26:01.0090821Z ] 2022-11-23T02:26:01.0091114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:26:01.0091242Z with 2022-11-23T02:26:01.0091306Z [ 2022-11-23T02:26:01.0091387Z scalar_t=float 2022-11-23T02:26:01.0091438Z ] 2022-11-23T02:26:01.0091734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:26:01.0091802Z with 2022-11-23T02:26:01.0091867Z [ 2022-11-23T02:26:01.0091946Z scalar_t=float 2022-11-23T02:26:01.0092011Z ] 2022-11-23T02:26:01.0092366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T02:26:01.0092434Z with 2022-11-23T02:26:01.0092502Z [ 2022-11-23T02:26:01.0092585Z scalar_t=float 2022-11-23T02:26:01.0092650Z ] 2022-11-23T02:26:01.0092999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:26:01.0093068Z with 2022-11-23T02:26:01.0093132Z [ 2022-11-23T02:26:01.0093198Z scalar_t=float 2022-11-23T02:26:01.0093263Z ] 2022-11-23T02:26:01.0093552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:26:01.0093617Z with 2022-11-23T02:26:01.0093678Z [ 2022-11-23T02:26:01.0093758Z scalar_t=float 2022-11-23T02:26:01.0093821Z ] 2022-11-23T02:26:01.0095350Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T02:26:01.1812339Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T02:26:01.2488889Z Generating code 2022-11-23T02:26:03.2245563Z Finished generating code 2022-11-23T02:26:03.5059253Z running install_lib 2022-11-23T02:26:03.5173057Z creating install 2022-11-23T02:26:03.5174621Z creating install\Jenkins 2022-11-23T02:26:03.5175926Z creating install\Jenkins\Miniconda3 2022-11-23T02:26:03.5177352Z creating install\Jenkins\Miniconda3\Lib 2022-11-23T02:26:03.5178692Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-11-23T02:26:03.5182192Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:26:03.5185503Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:26:03.5197951Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:26:03.5210875Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:26:03.5468336Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:26:03.5486699Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-11-23T02:26:03.5497467Z running install_egg_info 2022-11-23T02:26:03.7789487Z running egg_info 2022-11-23T02:26:03.7789821Z creating torch_test_cpp_extension.egg-info 2022-11-23T02:26:03.7865880Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T02:26:03.7871909Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T02:26:03.7878462Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T02:26:03.7891710Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:26:03.7977053Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:26:03.7990336Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:26:03.7994944Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T02:26:03.8040590Z running install_scripts 2022-11-23T02:26:03.8435530Z Error in atexit._run_exitfuncs: 2022-11-23T02:26:03.8435822Z Traceback (most recent call last): 2022-11-23T02:26:03.8445944Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T02:26:03.8516670Z return stream.closed 2022-11-23T02:26:03.8516954Z ValueError: underlying buffer has been detached 2022-11-23T02:26:04.1764375Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:04.175859] 2022-11-23T02:26:08.2247396Z 2022-11-23T02:26:08.2248018Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-11-23T02:26:08.2249017Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_uct7qn5k) 2022-11-23T02:26:08.2249555Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:08.2249775Z 2022-11-23T02:26:08.2249854Z Running tests... 2022-11-23T02:26:08.2250126Z ---------------------------------------------------------------------- 2022-11-23T02:26:08.2250496Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_ninja 2022-11-23T02:26:08.2250852Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.025s) 2022-11-23T02:26:08.2251204Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:26:08.2251655Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:26:08.2252022Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T02:26:08.2252454Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:26:08.2252816Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T02:26:08.2253130Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T02:26:08.2253529Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.002s) 2022-11-23T02:26:08.2254026Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-11-23T02:26:08.2254311Z test_add (__main__.TestORTTensor) ... ok (0.003s) 2022-11-23T02:26:08.2254603Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.000s) 2022-11-23T02:26:08.2254913Z test_unregistered (__main__.TestORTTensor) ... ok (0.658s) 2022-11-23T02:26:08.2255193Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:26:08.2255450Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-11-23T02:26:08.2255765Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.002s) 2022-11-23T02:26:08.2255954Z 2022-11-23T02:26:08.2256112Z ---------------------------------------------------------------------- 2022-11-23T02:26:08.2256373Z Ran 15 tests in 0.703s 2022-11-23T02:26:08.2256496Z 2022-11-23T02:26:08.2256576Z OK (skipped=6) 2022-11-23T02:26:08.2256689Z 2022-11-23T02:26:08.2256784Z Generating XML reports... 2022-11-23T02:26:08.2257171Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestCppExtensionAOT-20221123022607.xml 2022-11-23T02:26:08.2257768Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestORTTensor-20221123022607.xml 2022-11-23T02:26:08.2258346Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestRNGExtension-20221123022607.xml 2022-11-23T02:26:08.2258877Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestTorchLibrary-20221123022607.xml 2022-11-23T02:26:08.2259144Z 2022-11-23T02:26:08.2259394Z ##[endgroup] 2022-11-23T02:26:08.2259792Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_uct7qn5k) 2022-11-23T02:26:08.2260092Z 2022-11-23T02:26:08.2260218Z Running test_show_pickle ... [2022-11-23 02:26:08.225216] 2022-11-23T02:26:08.2262366Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:08.225815] 2022-11-23T02:26:10.5514653Z 2022-11-23T02:26:10.5515511Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T02:26:10.5516547Z ##[group]PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_7kuytj6v) 2022-11-23T02:26:10.5516830Z 2022-11-23T02:26:10.5516913Z Running tests... 2022-11-23T02:26:10.5517193Z ---------------------------------------------------------------------- 2022-11-23T02:26:10.5517548Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-11-23T02:26:10.5517940Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.001s) 2022-11-23T02:26:10.5518152Z 2022-11-23T02:26:10.5518309Z ---------------------------------------------------------------------- 2022-11-23T02:26:10.5518553Z Ran 1 test in 0.000s 2022-11-23T02:26:10.5518686Z 2022-11-23T02:26:10.5518762Z OK (skipped=1) 2022-11-23T02:26:10.5518876Z 2022-11-23T02:26:10.5518968Z Generating XML reports... 2022-11-23T02:26:10.5519335Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20221123022610.xml 2022-11-23T02:26:10.5519648Z 2022-11-23T02:26:10.5519891Z ##[endgroup] 2022-11-23T02:26:10.5520251Z FINISHED PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_7kuytj6v) 2022-11-23T02:26:10.5520564Z 2022-11-23T02:26:10.5521691Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 02:26:10.552025] 2022-11-23T02:26:13.0270723Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:13.0535739Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:13.1877827Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:13.187187] 2022-11-23T02:26:13.1878876Z Ignoring disabled issues: [] 2022-11-23T02:26:13.2240129Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:13.221689] 2022-11-23T02:26:13.2241007Z Ignoring disabled issues: [] 2022-11-23T02:26:17.7683095Z 2022-11-23T02:26:17.7683937Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:26:17.7684801Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_ylh34ykm) 2022-11-23T02:26:17.7685405Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:17.7685910Z : No module named 'filelock' 2022-11-23T02:26:17.7686264Z : requires sympy/functorch/filelock 2022-11-23T02:26:17.7686470Z 2022-11-23T02:26:17.7686717Z ##[endgroup] 2022-11-23T02:26:17.7687126Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_ylh34ykm) 2022-11-23T02:26:17.7687450Z 2022-11-23T02:26:17.7718118Z 2022-11-23T02:26:17.7718642Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:26:17.7719465Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_9ydakcer) 2022-11-23T02:26:17.7720007Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:17.7720384Z : No module named 'filelock' 2022-11-23T02:26:17.7720717Z : requires sympy/functorch/filelock 2022-11-23T02:26:17.7720911Z 2022-11-23T02:26:17.7721350Z ##[endgroup] 2022-11-23T02:26:17.7721787Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_9ydakcer) 2022-11-23T02:26:17.7722109Z 2022-11-23T02:26:18.1900094Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:18.189550] 2022-11-23T02:26:22.5004265Z 2022-11-23T02:26:22.5005195Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:26:22.5006068Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_jepsq84x) 2022-11-23T02:26:22.5006622Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:22.5006984Z : No module named 'filelock' 2022-11-23T02:26:22.5007329Z : requires sympy/functorch/filelock 2022-11-23T02:26:22.5007526Z 2022-11-23T02:26:22.5007771Z ##[endgroup] 2022-11-23T02:26:22.5008209Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_jepsq84x) 2022-11-23T02:26:22.5008531Z 2022-11-23T02:26:22.5012865Z Running test_cuda_nvml_based_avail ... [2022-11-23 02:26:22.499694] 2022-11-23T02:26:22.5018449Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:22.499694] 2022-11-23T02:26:24.8818855Z 2022-11-23T02:26:24.8819439Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T02:26:24.8820280Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_8ng0jm2l) 2022-11-23T02:26:24.8820685Z CUDA not available, skipping tests 2022-11-23T02:26:24.8820836Z 2022-11-23T02:26:24.8821078Z ##[endgroup] 2022-11-23T02:26:24.8821469Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_8ng0jm2l) 2022-11-23T02:26:24.8821755Z 2022-11-23T02:26:25.2776159Z 2022-11-23T02:26:25.2776641Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:26:25.2777746Z 2022-11-23T02:26:25.2778339Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:26:25.2784692Z 2022-11-23T02:26:25.2785080Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:26:25.2809712Z + [[ 2 == 1 ]] 2022-11-23T02:26:25.2809939Z + [[ 2 == 2 ]] 2022-11-23T02:26:25.2810126Z + [[ 2 -gt 1 ]] 2022-11-23T02:26:25.2810490Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-11-23T02:26:25.3001645Z 2022-11-23T02:26:25.3002332Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:26:25.3013222Z 2022-11-23T02:26:25.3013651Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:26:25.3014138Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:26:25.3014431Z exit /b 0 2022-11-23T02:26:25.3014587Z ) 2022-11-23T02:26:25.9104776Z "Executing CMake for custom_backend test..." 2022-11-23T02:26:29.6326854Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T02:26:29.9289305Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T02:26:30.1006832Z -- Detecting C compiler ABI info 2022-11-23T02:26:31.2889540Z -- Detecting C compiler ABI info - done 2022-11-23T02:26:31.2914677Z -- 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-23T02:26:31.2983807Z -- Detecting C compile features 2022-11-23T02:26:31.3076825Z -- Detecting C compile features - done 2022-11-23T02:26:31.3599610Z -- Detecting CXX compiler ABI info 2022-11-23T02:26:31.7052722Z -- Detecting CXX compiler ABI info - done 2022-11-23T02:26:31.7084676Z -- 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-23T02:26:31.7091281Z -- Detecting CXX compile features 2022-11-23T02:26:31.7103410Z -- Detecting CXX compile features - done 2022-11-23T02:26:31.7697500Z -- Looking for pthread.h 2022-11-23T02:26:31.8824415Z -- Looking for pthread.h - not found 2022-11-23T02:26:31.8848689Z -- Found Threads: TRUE 2022-11-23T02:26:32.1650990Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T02:26:32.1654042Z -- Configuring done 2022-11-23T02:26:32.1864720Z -- Generating done 2022-11-23T02:26:32.2077890Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T02:26:32.2147054Z "Executing Ninja for custom_backend test..." 2022-11-23T02:26:37.0102625Z [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 /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-23T02:26:37.0104101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:26:37.0104785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0105222Z with 2022-11-23T02:26:37.0105457Z [ 2022-11-23T02:26:37.0105749Z T=std::string 2022-11-23T02:26:37.0106057Z ] 2022-11-23T02:26:37.0106718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0107228Z with 2022-11-23T02:26:37.0107482Z [ 2022-11-23T02:26:37.0107737Z T=std::string 2022-11-23T02:26:37.0107981Z ] 2022-11-23T02:26:37.0108602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0109176Z with 2022-11-23T02:26:37.0109386Z [ 2022-11-23T02:26:37.0109649Z T=std::string 2022-11-23T02:26:37.0109890Z ] 2022-11-23T02:26:37.0110547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0111158Z with 2022-11-23T02:26:37.0111384Z [ 2022-11-23T02:26:37.0111618Z T=std::string 2022-11-23T02:26:37.0111899Z ] 2022-11-23T02:26:37.0112655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0113536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0114430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0114978Z with 2022-11-23T02:26:37.0115229Z [ 2022-11-23T02:26:37.0115456Z T=std::string 2022-11-23T02:26:37.0115720Z ] 2022-11-23T02:26:37.0116280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0116816Z with 2022-11-23T02:26:37.0117055Z [ 2022-11-23T02:26:37.0117341Z T=c10::QualifiedName 2022-11-23T02:26:37.0117590Z ] 2022-11-23T02:26:37.0118197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0118748Z with 2022-11-23T02:26:37.0118981Z [ 2022-11-23T02:26:37.0119249Z T=c10::QualifiedName 2022-11-23T02:26:37.0119475Z ] 2022-11-23T02:26:37.0120102Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0121274Z with 2022-11-23T02:26:37.0121454Z [ 2022-11-23T02:26:37.0121769Z T=c10::QualifiedName 2022-11-23T02:26:37.0121966Z ] 2022-11-23T02:26:37.0122455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0123297Z with 2022-11-23T02:26:37.0123470Z [ 2022-11-23T02:26:37.0123664Z T=c10::QualifiedName 2022-11-23T02:26:37.0123857Z ] 2022-11-23T02:26:37.0124307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0125007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0125696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0126097Z with 2022-11-23T02:26:37.0126269Z [ 2022-11-23T02:26:37.0126466Z T=c10::QualifiedName 2022-11-23T02:26:37.0126660Z ] 2022-11-23T02:26:37.0127078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0127469Z with 2022-11-23T02:26:37.0127623Z [ 2022-11-23T02:26:37.0127809Z T=c10::SymInt 2022-11-23T02:26:37.0127991Z ] 2022-11-23T02:26:37.0128520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0128928Z with 2022-11-23T02:26:37.0129083Z [ 2022-11-23T02:26:37.0129270Z T=c10::SymInt 2022-11-23T02:26:37.0129457Z ] 2022-11-23T02:26:37.0129934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0130368Z with 2022-11-23T02:26:37.0130543Z [ 2022-11-23T02:26:37.0130711Z T=c10::SymInt 2022-11-23T02:26:37.0130895Z ] 2022-11-23T02:26:37.0131396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0131860Z with 2022-11-23T02:26:37.0132035Z [ 2022-11-23T02:26:37.0132218Z T=c10::SymInt 2022-11-23T02:26:37.0132383Z ] 2022-11-23T02:26:37.0132820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0133483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0134165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0134639Z with 2022-11-23T02:26:37.0134811Z [ 2022-11-23T02:26:37.0134996Z T=c10::SymInt 2022-11-23T02:26:37.0135160Z ] 2022-11-23T02:26:37.0135565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:26:37.0136197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0136584Z with 2022-11-23T02:26:37.0136760Z [ 2022-11-23T02:26:37.0136950Z T=at::TensorBase 2022-11-23T02:26:37.0137120Z ] 2022-11-23T02:26:37.0137550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0137953Z with 2022-11-23T02:26:37.0138127Z [ 2022-11-23T02:26:37.0138316Z T=at::TensorBase 2022-11-23T02:26:37.0138485Z ] 2022-11-23T02:26:37.0138958Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0139396Z with 2022-11-23T02:26:37.0139569Z [ 2022-11-23T02:26:37.0139757Z T=at::TensorBase 2022-11-23T02:26:37.0139943Z ] 2022-11-23T02:26:37.0140423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0140883Z with 2022-11-23T02:26:37.0141057Z [ 2022-11-23T02:26:37.0141245Z T=at::TensorBase 2022-11-23T02:26:37.0141433Z ] 2022-11-23T02:26:37.0141943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0142625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0143287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0143710Z with 2022-11-23T02:26:37.0143888Z [ 2022-11-23T02:26:37.0144083Z T=at::TensorBase 2022-11-23T02:26:37.0144275Z ] 2022-11-23T02:26:37.0144691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0145055Z with 2022-11-23T02:26:37.0145237Z [ 2022-11-23T02:26:37.0145652Z T=at::Tensor 2022-11-23T02:26:37.0145842Z ] 2022-11-23T02:26:37.0146341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0146745Z with 2022-11-23T02:26:37.0146899Z [ 2022-11-23T02:26:37.0147086Z T=at::Tensor 2022-11-23T02:26:37.0147273Z ] 2022-11-23T02:26:37.0147745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0148248Z with 2022-11-23T02:26:37.0148422Z [ 2022-11-23T02:26:37.0148590Z T=at::Tensor 2022-11-23T02:26:37.0148774Z ] 2022-11-23T02:26:37.0149279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0149740Z with 2022-11-23T02:26:37.0149915Z [ 2022-11-23T02:26:37.0150079Z T=at::Tensor 2022-11-23T02:26:37.0150268Z ] 2022-11-23T02:26:37.0150703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0151365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0152118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0152594Z with 2022-11-23T02:26:37.0152767Z [ 2022-11-23T02:26:37.0152935Z T=at::Tensor 2022-11-23T02:26:37.0153118Z ] 2022-11-23T02:26:37.0153538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0153926Z with 2022-11-23T02:26:37.0154097Z [ 2022-11-23T02:26:37.0154284Z T=at::Generator 2022-11-23T02:26:37.0154454Z ] 2022-11-23T02:26:37.0154885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0155290Z with 2022-11-23T02:26:37.0155463Z [ 2022-11-23T02:26:37.0155711Z T=at::Generator 2022-11-23T02:26:37.0155880Z ] 2022-11-23T02:26:37.0156357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0156792Z with 2022-11-23T02:26:37.0156966Z [ 2022-11-23T02:26:37.0157156Z T=at::Generator 2022-11-23T02:26:37.0157344Z ] 2022-11-23T02:26:37.0157886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0158409Z with 2022-11-23T02:26:37.0158584Z [ 2022-11-23T02:26:37.0158774Z T=at::Generator 2022-11-23T02:26:37.0158962Z ] 2022-11-23T02:26:37.0159405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0160083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0160750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0161164Z with 2022-11-23T02:26:37.0161407Z [ 2022-11-23T02:26:37.0161694Z T=at::Generator 2022-11-23T02:26:37.0161886Z ] 2022-11-23T02:26:37.0162306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0162692Z with 2022-11-23T02:26:37.0162846Z [ 2022-11-23T02:26:37.0163034Z T=c10::Scalar 2022-11-23T02:26:37.0163221Z ] 2022-11-23T02:26:37.0163715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0164118Z with 2022-11-23T02:26:37.0164329Z [ 2022-11-23T02:26:37.0164517Z T=c10::Scalar 2022-11-23T02:26:37.0164700Z ] 2022-11-23T02:26:37.0165171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0165607Z with 2022-11-23T02:26:37.0165779Z [ 2022-11-23T02:26:37.0165943Z T=c10::Scalar 2022-11-23T02:26:37.0166127Z ] 2022-11-23T02:26:37.0166623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0167084Z with 2022-11-23T02:26:37.0167254Z [ 2022-11-23T02:26:37.0167438Z T=c10::Scalar 2022-11-23T02:26:37.0167600Z ] 2022-11-23T02:26:37.0168040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0168711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0169453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0169941Z with 2022-11-23T02:26:37.0170117Z [ 2022-11-23T02:26:37.0170340Z T=c10::Scalar 2022-11-23T02:26:37.0170527Z ] 2022-11-23T02:26:37.0170950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0171336Z with 2022-11-23T02:26:37.0171508Z [ 2022-11-23T02:26:37.0171773Z T=std::vector> 2022-11-23T02:26:37.0172006Z ] 2022-11-23T02:26:37.0172440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0172834Z with 2022-11-23T02:26:37.0173005Z [ 2022-11-23T02:26:37.0173269Z T=std::vector> 2022-11-23T02:26:37.0173512Z ] 2022-11-23T02:26:37.0173966Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0174398Z with 2022-11-23T02:26:37.0174570Z [ 2022-11-23T02:26:37.0174831Z T=std::vector> 2022-11-23T02:26:37.0175133Z ] 2022-11-23T02:26:37.0175705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0176174Z with 2022-11-23T02:26:37.0176388Z [ 2022-11-23T02:26:37.0176651Z T=std::vector> 2022-11-23T02:26:37.0176899Z ] 2022-11-23T02:26:37.0177399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:37.0178176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:37.0178910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0179330Z with 2022-11-23T02:26:37.0179485Z [ 2022-11-23T02:26:37.0179752Z T=std::vector> 2022-11-23T02:26:37.0180000Z ] 2022-11-23T02:26:37.0180416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0180797Z with 2022-11-23T02:26:37.0180970Z [ 2022-11-23T02:26:37.0181177Z T=std::vector> 2022-11-23T02:26:37.0181396Z ] 2022-11-23T02:26:37.0181879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0182338Z with 2022-11-23T02:26:37.0182511Z [ 2022-11-23T02:26:37.0183411Z T=std::vector> 2022-11-23T02:26:37.0183624Z ] 2022-11-23T02:26:37.0184109Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0184543Z with 2022-11-23T02:26:37.0184718Z [ 2022-11-23T02:26:37.0184951Z T=std::vector> 2022-11-23T02:26:37.0185170Z ] 2022-11-23T02:26:37.0185654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0186121Z with 2022-11-23T02:26:37.0186295Z [ 2022-11-23T02:26:37.0186522Z T=std::vector> 2022-11-23T02:26:37.0186745Z ] 2022-11-23T02:26:37.0187209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:37.0188001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:37.0188746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0189243Z with 2022-11-23T02:26:37.0189418Z [ 2022-11-23T02:26:37.0189652Z T=std::vector> 2022-11-23T02:26:37.0189872Z ] 2022-11-23T02:26:37.0190297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0190668Z with 2022-11-23T02:26:37.0190843Z [ 2022-11-23T02:26:37.0191123Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0191382Z ] 2022-11-23T02:26:37.0191823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0192225Z with 2022-11-23T02:26:37.0192380Z [ 2022-11-23T02:26:37.0192651Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0192905Z ] 2022-11-23T02:26:37.0193380Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0193886Z with 2022-11-23T02:26:37.0194059Z [ 2022-11-23T02:26:37.0194395Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0194634Z ] 2022-11-23T02:26:37.0195135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0195597Z with 2022-11-23T02:26:37.0195772Z [ 2022-11-23T02:26:37.0196046Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0196302Z ] 2022-11-23T02:26:37.0196847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:37.0197649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:37.0198378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:37.0199067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0199485Z with 2022-11-23T02:26:37.0199725Z [ 2022-11-23T02:26:37.0200005Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0200297Z ] 2022-11-23T02:26:37.0200711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0201100Z with 2022-11-23T02:26:37.0201279Z [ 2022-11-23T02:26:37.0201638Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0201898Z ] 2022-11-23T02:26:37.0202339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0202807Z with 2022-11-23T02:26:37.0202963Z [ 2022-11-23T02:26:37.0203235Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0203488Z ] 2022-11-23T02:26:37.0203965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0204409Z with 2022-11-23T02:26:37.0204582Z [ 2022-11-23T02:26:37.0204826Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0205075Z ] 2022-11-23T02:26:37.0205572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0206096Z with 2022-11-23T02:26:37.0206268Z [ 2022-11-23T02:26:37.0206602Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0206834Z ] 2022-11-23T02:26:37.0207326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:37.0208102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:37.0208825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:37.0209558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0209981Z with 2022-11-23T02:26:37.0210154Z [ 2022-11-23T02:26:37.0210428Z T=std::vector,std::allocator>> 2022-11-23T02:26:37.0210660Z ] 2022-11-23T02:26:37.0211085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0211477Z with 2022-11-23T02:26:37.0211652Z [ 2022-11-23T02:26:37.0211935Z T=std::vector> 2022-11-23T02:26:37.0212169Z ] 2022-11-23T02:26:37.0212624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0213042Z with 2022-11-23T02:26:37.0213213Z [ 2022-11-23T02:26:37.0213446Z T=std::vector> 2022-11-23T02:26:37.0213663Z ] 2022-11-23T02:26:37.0214137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0214571Z with 2022-11-23T02:26:37.0214725Z [ 2022-11-23T02:26:37.0214959Z T=std::vector> 2022-11-23T02:26:37.0215175Z ] 2022-11-23T02:26:37.0215733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0216249Z with 2022-11-23T02:26:37.0216423Z [ 2022-11-23T02:26:37.0216638Z T=std::vector> 2022-11-23T02:26:37.0216857Z ] 2022-11-23T02:26:37.0217317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:37.0217737Z with 2022-11-23T02:26:37.0217907Z [ 2022-11-23T02:26:37.0218065Z T=int64_t 2022-11-23T02:26:37.0218308Z ] 2022-11-23T02:26:37.0218762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:37.0219234Z with 2022-11-23T02:26:37.0219410Z [ 2022-11-23T02:26:37.0219587Z T=int64_t 2022-11-23T02:26:37.0219750Z ] 2022-11-23T02:26:37.0220198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0220615Z with 2022-11-23T02:26:37.0220788Z [ 2022-11-23T02:26:37.0221018Z T=std::vector> 2022-11-23T02:26:37.0221240Z ] 2022-11-23T02:26:37.0221635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0222026Z with 2022-11-23T02:26:37.0222199Z [ 2022-11-23T02:26:37.0222436Z T=std::shared_ptr 2022-11-23T02:26:37.0222662Z ] 2022-11-23T02:26:37.0223163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0223546Z with 2022-11-23T02:26:37.0223720Z [ 2022-11-23T02:26:37.0223962Z T=std::shared_ptr 2022-11-23T02:26:37.0224190Z ] 2022-11-23T02:26:37.0224723Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0225216Z with 2022-11-23T02:26:37.0225370Z [ 2022-11-23T02:26:37.0225609Z T=std::shared_ptr 2022-11-23T02:26:37.0225834Z ] 2022-11-23T02:26:37.0226331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0226787Z with 2022-11-23T02:26:37.0226958Z [ 2022-11-23T02:26:37.0227175Z T=std::shared_ptr 2022-11-23T02:26:37.0227401Z ] 2022-11-23T02:26:37.0227883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0228627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0229405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0229824Z with 2022-11-23T02:26:37.0229997Z [ 2022-11-23T02:26:37.0230218Z T=std::shared_ptr 2022-11-23T02:26:37.0230474Z ] 2022-11-23T02:26:37.0230924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0231364Z with 2022-11-23T02:26:37.0231538Z [ 2022-11-23T02:26:37.0231774Z T=std::weak_ptr 2022-11-23T02:26:37.0231980Z ] 2022-11-23T02:26:37.0232413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0232819Z with 2022-11-23T02:26:37.0232993Z [ 2022-11-23T02:26:37.0233229Z T=std::weak_ptr 2022-11-23T02:26:37.0233451Z ] 2022-11-23T02:26:37.0233903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0234330Z with 2022-11-23T02:26:37.0234501Z [ 2022-11-23T02:26:37.0234734Z T=std::weak_ptr 2022-11-23T02:26:37.0234953Z ] 2022-11-23T02:26:37.0235455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0235900Z with 2022-11-23T02:26:37.0236073Z [ 2022-11-23T02:26:37.0236308Z T=std::weak_ptr 2022-11-23T02:26:37.0236584Z ] 2022-11-23T02:26:37.0237119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0237898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0238618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0239038Z with 2022-11-23T02:26:37.0239195Z [ 2022-11-23T02:26:37.0239435Z T=std::weak_ptr 2022-11-23T02:26:37.0239658Z ] 2022-11-23T02:26:37.0240074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0240465Z with 2022-11-23T02:26:37.0240615Z [ 2022-11-23T02:26:37.0240870Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:37.0241108Z ] 2022-11-23T02:26:37.0241607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0242005Z with 2022-11-23T02:26:37.0242172Z [ 2022-11-23T02:26:37.0242477Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:37.0242715Z ] 2022-11-23T02:26:37.0243240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0243710Z with 2022-11-23T02:26:37.0243879Z [ 2022-11-23T02:26:37.0244128Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:37.0244352Z ] 2022-11-23T02:26:37.0244843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0245298Z with 2022-11-23T02:26:37.0245462Z [ 2022-11-23T02:26:37.0245718Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:37.0245953Z ] 2022-11-23T02:26:37.0246424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0247216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0248003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:26:37.0248729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0249143Z with 2022-11-23T02:26:37.0249362Z [ 2022-11-23T02:26:37.0249680Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:37.0249923Z ] 2022-11-23T02:26:37.0250395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0250761Z with 2022-11-23T02:26:37.0250928Z [ 2022-11-23T02:26:37.0251180Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:37.0251422Z ] 2022-11-23T02:26:37.0251858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0252255Z with 2022-11-23T02:26:37.0252406Z [ 2022-11-23T02:26:37.0252657Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:37.0252892Z ] 2022-11-23T02:26:37.0253356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0253785Z with 2022-11-23T02:26:37.0253948Z [ 2022-11-23T02:26:37.0254181Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:37.0254413Z ] 2022-11-23T02:26:37.0254900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0255408Z with 2022-11-23T02:26:37.0255570Z [ 2022-11-23T02:26:37.0255875Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:37.0256098Z ] 2022-11-23T02:26:37.0256590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0257433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0258208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:26:37.0258949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0259367Z with 2022-11-23T02:26:37.0259530Z [ 2022-11-23T02:26:37.0259783Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:37.0260006Z ] 2022-11-23T02:26:37.0260414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0260789Z with 2022-11-23T02:26:37.0260951Z [ 2022-11-23T02:26:37.0261154Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:37.0261349Z ] 2022-11-23T02:26:37.0261758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0262149Z with 2022-11-23T02:26:37.0262316Z [ 2022-11-23T02:26:37.0262571Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:37.0262823Z ] 2022-11-23T02:26:37.0263340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0263755Z with 2022-11-23T02:26:37.0263923Z [ 2022-11-23T02:26:37.0264126Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:37.0264326Z ] 2022-11-23T02:26:37.0264817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0265275Z with 2022-11-23T02:26:37.0265426Z [ 2022-11-23T02:26:37.0265625Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:37.0265824Z ] 2022-11-23T02:26:37.0266268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0266957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0267348Z with 2022-11-23T02:26:37.0267516Z [ 2022-11-23T02:26:37.0267702Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:37.0267898Z ] 2022-11-23T02:26:37.0268382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:26:37.0269213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0269670Z with 2022-11-23T02:26:37.0269857Z [ 2022-11-23T02:26:37.0270044Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:37.0270242Z ] 2022-11-23T02:26:37.0270646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0271025Z with 2022-11-23T02:26:37.0271189Z [ 2022-11-23T02:26:37.0271478Z T=std::vector> 2022-11-23T02:26:37.0271735Z ] 2022-11-23T02:26:37.0272160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0272551Z with 2022-11-23T02:26:37.0272713Z [ 2022-11-23T02:26:37.0272999Z T=std::vector> 2022-11-23T02:26:37.0273264Z ] 2022-11-23T02:26:37.0273713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0274137Z with 2022-11-23T02:26:37.0274299Z [ 2022-11-23T02:26:37.0274586Z T=std::vector> 2022-11-23T02:26:37.0274852Z ] 2022-11-23T02:26:37.0275469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0275927Z with 2022-11-23T02:26:37.0276136Z [ 2022-11-23T02:26:37.0276428Z T=std::vector> 2022-11-23T02:26:37.0276701Z ] 2022-11-23T02:26:37.0277224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:37.0278058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:37.0278818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0279229Z with 2022-11-23T02:26:37.0279393Z [ 2022-11-23T02:26:37.0279669Z T=std::vector> 2022-11-23T02:26:37.0279934Z ] 2022-11-23T02:26:37.0280341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0280715Z with 2022-11-23T02:26:37.0280877Z [ 2022-11-23T02:26:37.0281107Z T=c10::IValue 2022-11-23T02:26:37.0281267Z ] 2022-11-23T02:26:37.0281837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0282236Z with 2022-11-23T02:26:37.0282403Z [ 2022-11-23T02:26:37.0282609Z T=c10::IValue 2022-11-23T02:26:37.0282800Z ] 2022-11-23T02:26:37.0294266Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0294799Z with 2022-11-23T02:26:37.0294955Z [ 2022-11-23T02:26:37.0295135Z T=c10::IValue 2022-11-23T02:26:37.0295313Z ] 2022-11-23T02:26:37.0295866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0296336Z with 2022-11-23T02:26:37.0296487Z [ 2022-11-23T02:26:37.0296671Z T=c10::IValue 2022-11-23T02:26:37.0296848Z ] 2022-11-23T02:26:37.0297278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0297949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0298641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0299055Z with 2022-11-23T02:26:37.0299206Z [ 2022-11-23T02:26:37.0299383Z T=c10::IValue 2022-11-23T02:26:37.0299564Z ] 2022-11-23T02:26:37.0300129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0300512Z with 2022-11-23T02:26:37.0300677Z [ 2022-11-23T02:26:37.0300842Z T=c10::AliasInfo 2022-11-23T02:26:37.0301019Z ] 2022-11-23T02:26:37.0301508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0301949Z with 2022-11-23T02:26:37.0302124Z [ 2022-11-23T02:26:37.0302305Z T=c10::AliasInfo 2022-11-23T02:26:37.0302477Z ] 2022-11-23T02:26:37.0302945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0303372Z with 2022-11-23T02:26:37.0303535Z [ 2022-11-23T02:26:37.0303713Z T=c10::AliasInfo 2022-11-23T02:26:37.0303873Z ] 2022-11-23T02:26:37.0304361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0304813Z with 2022-11-23T02:26:37.0304978Z [ 2022-11-23T02:26:37.0305156Z T=c10::AliasInfo 2022-11-23T02:26:37.0305333Z ] 2022-11-23T02:26:37.0305750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0306499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0307185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0307657Z with 2022-11-23T02:26:37.0307828Z [ 2022-11-23T02:26:37.0308008Z T=c10::AliasInfo 2022-11-23T02:26:37.0308186Z ] 2022-11-23T02:26:37.0308634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0309015Z with 2022-11-23T02:26:37.0309181Z [ 2022-11-23T02:26:37.0309416Z T=std::vector> 2022-11-23T02:26:37.0309635Z ] 2022-11-23T02:26:37.0310059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0310435Z with 2022-11-23T02:26:37.0310604Z [ 2022-11-23T02:26:37.0310850Z T=std::vector> 2022-11-23T02:26:37.0311078Z ] 2022-11-23T02:26:37.0311549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0311982Z with 2022-11-23T02:26:37.0312136Z [ 2022-11-23T02:26:37.0312375Z T=std::vector> 2022-11-23T02:26:37.0312606Z ] 2022-11-23T02:26:37.0313169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0313634Z with 2022-11-23T02:26:37.0313805Z [ 2022-11-23T02:26:37.0314059Z T=std::vector> 2022-11-23T02:26:37.0314308Z ] 2022-11-23T02:26:37.0314766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:37.0315245Z with 2022-11-23T02:26:37.0315415Z [ 2022-11-23T02:26:37.0315601Z T=c10::SymInt 2022-11-23T02:26:37.0315766Z ] 2022-11-23T02:26:37.0316217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:37.0316645Z with 2022-11-23T02:26:37.0316814Z [ 2022-11-23T02:26:37.0316996Z T=c10::SymInt 2022-11-23T02:26:37.0317177Z ] 2022-11-23T02:26:37.0317633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:26:37.0318660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:26:37.0319931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0320682Z with 2022-11-23T02:26:37.0320967Z [ 2022-11-23T02:26:37.0321419Z T=std::vector> 2022-11-23T02:26:37.0321873Z ] 2022-11-23T02:26:37.0322542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0323069Z with 2022-11-23T02:26:37.0323243Z [ 2022-11-23T02:26:37.0323499Z T=c10::either 2022-11-23T02:26:37.0323735Z ] 2022-11-23T02:26:37.0324179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0324591Z with 2022-11-23T02:26:37.0324744Z [ 2022-11-23T02:26:37.0325002Z T=c10::either 2022-11-23T02:26:37.0325233Z ] 2022-11-23T02:26:37.0325708Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0326151Z with 2022-11-23T02:26:37.0326303Z [ 2022-11-23T02:26:37.0326548Z T=c10::either 2022-11-23T02:26:37.0326782Z ] 2022-11-23T02:26:37.0327361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0327864Z with 2022-11-23T02:26:37.0328054Z [ 2022-11-23T02:26:37.0328302Z T=c10::either 2022-11-23T02:26:37.0328641Z ] 2022-11-23T02:26:37.0329129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0329964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0330718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0331140Z with 2022-11-23T02:26:37.0331312Z [ 2022-11-23T02:26:37.0331560Z T=c10::either 2022-11-23T02:26:37.0331777Z ] 2022-11-23T02:26:37.0332196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0332590Z with 2022-11-23T02:26:37.0332762Z [ 2022-11-23T02:26:37.0332964Z T=torch::autograd::ViewInfo 2022-11-23T02:26:37.0333159Z ] 2022-11-23T02:26:37.0333626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0334018Z with 2022-11-23T02:26:37.0334259Z [ 2022-11-23T02:26:37.0334516Z T=torch::autograd::ViewInfo 2022-11-23T02:26:37.0334713Z ] 2022-11-23T02:26:37.0335186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0335596Z with 2022-11-23T02:26:37.0335767Z [ 2022-11-23T02:26:37.0335975Z T=torch::autograd::ViewInfo 2022-11-23T02:26:37.0336173Z ] 2022-11-23T02:26:37.0336672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0337131Z with 2022-11-23T02:26:37.0337285Z [ 2022-11-23T02:26:37.0337489Z T=torch::autograd::ViewInfo 2022-11-23T02:26:37.0337696Z ] 2022-11-23T02:26:37.0338142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0338847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0339554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0339996Z with 2022-11-23T02:26:37.0340179Z [ 2022-11-23T02:26:37.0340385Z T=torch::autograd::ViewInfo 2022-11-23T02:26:37.0340592Z ] 2022-11-23T02:26:37.0341053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0341442Z with 2022-11-23T02:26:37.0341611Z [ 2022-11-23T02:26:37.0341875Z T=std::tuple 2022-11-23T02:26:37.0342097Z ] 2022-11-23T02:26:37.0342532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0342925Z with 2022-11-23T02:26:37.0343089Z [ 2022-11-23T02:26:37.0343291Z T=std::tuple 2022-11-23T02:26:37.0343503Z ] 2022-11-23T02:26:37.0343975Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0344400Z with 2022-11-23T02:26:37.0344571Z [ 2022-11-23T02:26:37.0344791Z T=std::tuple 2022-11-23T02:26:37.0344983Z ] 2022-11-23T02:26:37.0345476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0345964Z with 2022-11-23T02:26:37.0346201Z [ 2022-11-23T02:26:37.0346416Z T=std::tuple 2022-11-23T02:26:37.0346671Z ] 2022-11-23T02:26:37.0347121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0348528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0349249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0349668Z with 2022-11-23T02:26:37.0349843Z [ 2022-11-23T02:26:37.0350072Z T=std::tuple 2022-11-23T02:26:37.0350286Z ] 2022-11-23T02:26:37.0350700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0351069Z with 2022-11-23T02:26:37.0351242Z [ 2022-11-23T02:26:37.0351450Z T=torch::jit::SourceRange 2022-11-23T02:26:37.0351648Z ] 2022-11-23T02:26:37.0352088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0352485Z with 2022-11-23T02:26:37.0352638Z [ 2022-11-23T02:26:37.0352841Z T=torch::jit::SourceRange 2022-11-23T02:26:37.0353071Z ] 2022-11-23T02:26:37.0353569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0354003Z with 2022-11-23T02:26:37.0354209Z [ 2022-11-23T02:26:37.0354411Z T=torch::jit::SourceRange 2022-11-23T02:26:37.0354610Z ] 2022-11-23T02:26:37.0355113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0355575Z with 2022-11-23T02:26:37.0355819Z [ 2022-11-23T02:26:37.0356004Z T=torch::jit::SourceRange 2022-11-23T02:26:37.0356200Z ] 2022-11-23T02:26:37.0356655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0357360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0358075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0358496Z with 2022-11-23T02:26:37.0358669Z [ 2022-11-23T02:26:37.0358850Z T=torch::jit::SourceRange 2022-11-23T02:26:37.0359050Z ] 2022-11-23T02:26:37.0359469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0359914Z with 2022-11-23T02:26:37.0360088Z [ 2022-11-23T02:26:37.0360308Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:37.0360525Z ] 2022-11-23T02:26:37.0360973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0361373Z with 2022-11-23T02:26:37.0361710Z [ 2022-11-23T02:26:37.0361930Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:37.0362142Z ] 2022-11-23T02:26:37.0362596Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0363033Z with 2022-11-23T02:26:37.0363204Z [ 2022-11-23T02:26:37.0363423Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:37.0363635Z ] 2022-11-23T02:26:37.0364135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0364574Z with 2022-11-23T02:26:37.0364747Z [ 2022-11-23T02:26:37.0364975Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:37.0365193Z ] 2022-11-23T02:26:37.0365663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0366446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0367217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0367630Z with 2022-11-23T02:26:37.0367782Z [ 2022-11-23T02:26:37.0368008Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:37.0368215Z ] 2022-11-23T02:26:37.0368623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0369002Z with 2022-11-23T02:26:37.0369152Z [ 2022-11-23T02:26:37.0369417Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:37.0369626Z ] 2022-11-23T02:26:37.0370049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0370434Z with 2022-11-23T02:26:37.0370592Z [ 2022-11-23T02:26:37.0370787Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:37.0370984Z ] 2022-11-23T02:26:37.0371446Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0371869Z with 2022-11-23T02:26:37.0372030Z [ 2022-11-23T02:26:37.0372233Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:37.0372422Z ] 2022-11-23T02:26:37.0372977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0373424Z with 2022-11-23T02:26:37.0373618Z [ 2022-11-23T02:26:37.0373860Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:37.0374061Z ] 2022-11-23T02:26:37.0374505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0375280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0375980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0376393Z with 2022-11-23T02:26:37.0376554Z [ 2022-11-23T02:26:37.0376763Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:37.0376964Z ] 2022-11-23T02:26:37.0377355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0377731Z with 2022-11-23T02:26:37.0377892Z [ 2022-11-23T02:26:37.0378080Z T=torch::jit::ScopePtr 2022-11-23T02:26:37.0378264Z ] 2022-11-23T02:26:37.0378671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0379061Z with 2022-11-23T02:26:37.0379253Z [ 2022-11-23T02:26:37.0379477Z T=torch::jit::ScopePtr 2022-11-23T02:26:37.0379667Z ] 2022-11-23T02:26:37.0380131Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0380606Z with 2022-11-23T02:26:37.0380754Z [ 2022-11-23T02:26:37.0380950Z T=torch::jit::ScopePtr 2022-11-23T02:26:37.0381132Z ] 2022-11-23T02:26:37.0381619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0382066Z with 2022-11-23T02:26:37.0382216Z [ 2022-11-23T02:26:37.0382459Z T=torch::jit::ScopePtr 2022-11-23T02:26:37.0382648Z ] 2022-11-23T02:26:37.0383091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0383776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0384465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0384871Z with 2022-11-23T02:26:37.0385037Z [ 2022-11-23T02:26:37.0385213Z T=torch::jit::ScopePtr 2022-11-23T02:26:37.0385400Z ] 2022-11-23T02:26:37.0385808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0386250Z with 2022-11-23T02:26:37.0386411Z [ 2022-11-23T02:26:37.0386648Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:37.0386843Z ] 2022-11-23T02:26:37.0387269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0387661Z with 2022-11-23T02:26:37.0387822Z [ 2022-11-23T02:26:37.0388082Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:37.0388260Z ] 2022-11-23T02:26:37.0388728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0389152Z with 2022-11-23T02:26:37.0389312Z [ 2022-11-23T02:26:37.0389507Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:37.0389698Z ] 2022-11-23T02:26:37.0390171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0390618Z with 2022-11-23T02:26:37.0390781Z [ 2022-11-23T02:26:37.0390975Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:37.0391166Z ] 2022-11-23T02:26:37.0391616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0392384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0393158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0393566Z with 2022-11-23T02:26:37.0393733Z [ 2022-11-23T02:26:37.0393934Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:37.0394128Z ] 2022-11-23T02:26:37.0394534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0394898Z with 2022-11-23T02:26:37.0395061Z [ 2022-11-23T02:26:37.0395364Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:37.0395595Z ] 2022-11-23T02:26:37.0396011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0396401Z with 2022-11-23T02:26:37.0396551Z [ 2022-11-23T02:26:37.0396791Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:37.0397017Z ] 2022-11-23T02:26:37.0397476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0397939Z with 2022-11-23T02:26:37.0398125Z [ 2022-11-23T02:26:37.0398348Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:37.0398624Z ] 2022-11-23T02:26:37.0399120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0399571Z with 2022-11-23T02:26:37.0399728Z [ 2022-11-23T02:26:37.0399964Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:37.0400174Z ] 2022-11-23T02:26:37.0400654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0401565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0402309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0402708Z with 2022-11-23T02:26:37.0402867Z [ 2022-11-23T02:26:37.0403102Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:37.0403310Z ] 2022-11-23T02:26:37.0403730Z 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-23T02:26:37.0404381Z 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-23T02:26:37.0405032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0405408Z with 2022-11-23T02:26:37.0405570Z [ 2022-11-23T02:26:37.0405753Z T=at::StepCallbacks 2022-11-23T02:26:37.0405920Z ] 2022-11-23T02:26:37.0406343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0406731Z with 2022-11-23T02:26:37.0406893Z [ 2022-11-23T02:26:37.0407072Z T=at::StepCallbacks 2022-11-23T02:26:37.0407245Z ] 2022-11-23T02:26:37.0407689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0408111Z with 2022-11-23T02:26:37.0408276Z [ 2022-11-23T02:26:37.0408959Z T=at::StepCallbacks 2022-11-23T02:26:37.0409154Z ] 2022-11-23T02:26:37.0409640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0410144Z with 2022-11-23T02:26:37.0410305Z [ 2022-11-23T02:26:37.0410488Z T=at::StepCallbacks 2022-11-23T02:26:37.0410725Z ] 2022-11-23T02:26:37.0411161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0411854Z 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-23T02:26:37.0412545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0412933Z with 2022-11-23T02:26:37.0413096Z [ 2022-11-23T02:26:37.0413279Z T=at::StepCallbacks 2022-11-23T02:26:37.0413463Z ] 2022-11-23T02:26:37.0413863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0414239Z with 2022-11-23T02:26:37.0414446Z [ 2022-11-23T02:26:37.0414642Z T=at::ThreadLocalState 2022-11-23T02:26:37.0414826Z ] 2022-11-23T02:26:37.0415251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0415635Z with 2022-11-23T02:26:37.0415781Z [ 2022-11-23T02:26:37.0416024Z T=at::ThreadLocalState 2022-11-23T02:26:37.0416214Z ] 2022-11-23T02:26:37.0416731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0417156Z with 2022-11-23T02:26:37.0417314Z [ 2022-11-23T02:26:37.0417493Z T=at::ThreadLocalState 2022-11-23T02:26:37.0417674Z ] 2022-11-23T02:26:37.0418161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0418610Z with 2022-11-23T02:26:37.0418777Z [ 2022-11-23T02:26:37.0418964Z T=at::ThreadLocalState 2022-11-23T02:26:37.0419137Z ] 2022-11-23T02:26:37.0419580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0420280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0420980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0421391Z with 2022-11-23T02:26:37.0421554Z [ 2022-11-23T02:26:37.0421743Z T=at::ThreadLocalState 2022-11-23T02:26:37.0421974Z ] 2022-11-23T02:26:37.0422447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0422869Z with 2022-11-23T02:26:37.0423041Z [ 2022-11-23T02:26:37.0423253Z T=std::shared_ptr 2022-11-23T02:26:37.0423452Z ] 2022-11-23T02:26:37.0423858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0424243Z with 2022-11-23T02:26:37.0424406Z [ 2022-11-23T02:26:37.0424614Z T=std::shared_ptr 2022-11-23T02:26:37.0424812Z ] 2022-11-23T02:26:37.0425277Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0425688Z with 2022-11-23T02:26:37.0425846Z [ 2022-11-23T02:26:37.0426057Z T=std::shared_ptr 2022-11-23T02:26:37.0426254Z ] 2022-11-23T02:26:37.0426742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0427186Z with 2022-11-23T02:26:37.0427333Z [ 2022-11-23T02:26:37.0427595Z T=std::shared_ptr 2022-11-23T02:26:37.0427793Z ] 2022-11-23T02:26:37.0428301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:37.0429050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:37.0429773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:26:37.0430494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0430905Z with 2022-11-23T02:26:37.0431055Z [ 2022-11-23T02:26:37.0431264Z T=std::shared_ptr 2022-11-23T02:26:37.0431472Z ] 2022-11-23T02:26:37.0431874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0432249Z with 2022-11-23T02:26:37.0432408Z [ 2022-11-23T02:26:37.0432587Z T=torch::jit::GraphExecutor 2022-11-23T02:26:37.0432777Z ] 2022-11-23T02:26:37.0433197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0433588Z with 2022-11-23T02:26:37.0433749Z [ 2022-11-23T02:26:37.0433931Z T=torch::jit::GraphExecutor 2022-11-23T02:26:37.0434120Z ] 2022-11-23T02:26:37.0434695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0435183Z with 2022-11-23T02:26:37.0435344Z [ 2022-11-23T02:26:37.0435536Z T=torch::jit::GraphExecutor 2022-11-23T02:26:37.0435713Z ] 2022-11-23T02:26:37.0436196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0436643Z with 2022-11-23T02:26:37.0436804Z [ 2022-11-23T02:26:37.0437001Z T=torch::jit::GraphExecutor 2022-11-23T02:26:37.0437194Z ] 2022-11-23T02:26:37.0437630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0438324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0439028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:26:37.0439741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0440242Z with 2022-11-23T02:26:37.0440432Z [ 2022-11-23T02:26:37.0440628Z T=torch::jit::GraphExecutor 2022-11-23T02:26:37.0440820Z ] 2022-11-23T02:26:37.0441272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0441792Z with 2022-11-23T02:26:37.0441953Z [ 2022-11-23T02:26:37.0442137Z T=torch::jit::Method 2022-11-23T02:26:37.0442318Z ] 2022-11-23T02:26:37.0442741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0443115Z with 2022-11-23T02:26:37.0443279Z [ 2022-11-23T02:26:37.0443465Z T=torch::jit::Method 2022-11-23T02:26:37.0443646Z ] 2022-11-23T02:26:37.0444104Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0444519Z with 2022-11-23T02:26:37.0444671Z [ 2022-11-23T02:26:37.0444856Z T=torch::jit::Method 2022-11-23T02:26:37.0445036Z ] 2022-11-23T02:26:37.0445524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0445979Z with 2022-11-23T02:26:37.0446142Z [ 2022-11-23T02:26:37.0446313Z T=torch::jit::Method 2022-11-23T02:26:37.0446555Z ] 2022-11-23T02:26:37.0446996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:37.0447790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:37.0448482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0448889Z with 2022-11-23T02:26:37.0449056Z [ 2022-11-23T02:26:37.0449230Z T=torch::jit::Method 2022-11-23T02:26:37.0449410Z ] 2022-11-23T02:26:37.0449814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0450196Z with 2022-11-23T02:26:37.0450358Z [ 2022-11-23T02:26:37.0450578Z T=std::vector> 2022-11-23T02:26:37.0450802Z ] 2022-11-23T02:26:37.0451232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:37.0451623Z with 2022-11-23T02:26:37.0451785Z [ 2022-11-23T02:26:37.0452018Z T=std::vector> 2022-11-23T02:26:37.0452225Z ] 2022-11-23T02:26:37.0452736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:37.0453172Z with 2022-11-23T02:26:37.0453362Z [ 2022-11-23T02:26:37.0453669Z T=std::vector> 2022-11-23T02:26:37.0453889Z ] 2022-11-23T02:26:37.0454368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:37.0454819Z with 2022-11-23T02:26:37.0454981Z [ 2022-11-23T02:26:37.0455213Z T=std::vector> 2022-11-23T02:26:37.0455433Z ] 2022-11-23T02:26:37.0455904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:37.0456645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:37.0457370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:37.0457762Z with 2022-11-23T02:26:37.0457924Z [ 2022-11-23T02:26:37.0458160Z T=std::vector> 2022-11-23T02:26:37.0458381Z ] 2022-11-23T02:26:37.0458770Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp(12): warning C4273: 'torch::custom_backend::getBackendName': inconsistent dll linkage 2022-11-23T02:26:37.0459387Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-11-23T02:26:37.2250492Z [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:\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_cpu.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:26:40.3204984Z [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 /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-23T02:26:40.3206313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:26:40.3207171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3207941Z with 2022-11-23T02:26:40.3208165Z [ 2022-11-23T02:26:40.3208406Z T=c10::SymInt 2022-11-23T02:26:40.3208653Z ] 2022-11-23T02:26:40.3209231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3209765Z with 2022-11-23T02:26:40.3209990Z [ 2022-11-23T02:26:40.3210233Z T=c10::SymInt 2022-11-23T02:26:40.3210448Z ] 2022-11-23T02:26:40.3211053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3211633Z with 2022-11-23T02:26:40.3211841Z [ 2022-11-23T02:26:40.3212067Z T=c10::SymInt 2022-11-23T02:26:40.3212293Z ] 2022-11-23T02:26:40.3212930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3213532Z with 2022-11-23T02:26:40.3213747Z [ 2022-11-23T02:26:40.3213987Z T=c10::SymInt 2022-11-23T02:26:40.3214217Z ] 2022-11-23T02:26:40.3215162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3216032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3217044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3217591Z with 2022-11-23T02:26:40.3217816Z [ 2022-11-23T02:26:40.3218036Z T=c10::SymInt 2022-11-23T02:26:40.3218263Z ] 2022-11-23T02:26:40.3218789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:26:40.3219597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3220110Z with 2022-11-23T02:26:40.3220326Z [ 2022-11-23T02:26:40.3220554Z T=std::string 2022-11-23T02:26:40.3220790Z ] 2022-11-23T02:26:40.3221325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3221812Z with 2022-11-23T02:26:40.3221980Z [ 2022-11-23T02:26:40.3222187Z T=std::string 2022-11-23T02:26:40.3222377Z ] 2022-11-23T02:26:40.3222899Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3223458Z with 2022-11-23T02:26:40.3223701Z [ 2022-11-23T02:26:40.3223959Z T=std::string 2022-11-23T02:26:40.3224182Z ] 2022-11-23T02:26:40.3224771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3225317Z with 2022-11-23T02:26:40.3225485Z [ 2022-11-23T02:26:40.3225668Z T=std::string 2022-11-23T02:26:40.3225843Z ] 2022-11-23T02:26:40.3226256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3226931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3227603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3228012Z with 2022-11-23T02:26:40.3228179Z [ 2022-11-23T02:26:40.3228356Z T=std::string 2022-11-23T02:26:40.3228529Z ] 2022-11-23T02:26:40.3228930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3229300Z with 2022-11-23T02:26:40.3229460Z [ 2022-11-23T02:26:40.3229644Z T=c10::QualifiedName 2022-11-23T02:26:40.3229828Z ] 2022-11-23T02:26:40.3230256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3230632Z with 2022-11-23T02:26:40.3230794Z [ 2022-11-23T02:26:40.3230977Z T=c10::QualifiedName 2022-11-23T02:26:40.3231156Z ] 2022-11-23T02:26:40.3231619Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3232102Z with 2022-11-23T02:26:40.3232256Z [ 2022-11-23T02:26:40.3232440Z T=c10::QualifiedName 2022-11-23T02:26:40.3232620Z ] 2022-11-23T02:26:40.3233108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3233551Z with 2022-11-23T02:26:40.3233712Z [ 2022-11-23T02:26:40.3233882Z T=c10::QualifiedName 2022-11-23T02:26:40.3234063Z ] 2022-11-23T02:26:40.3234499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3235176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3235857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3236259Z with 2022-11-23T02:26:40.3236420Z [ 2022-11-23T02:26:40.3236591Z T=c10::QualifiedName 2022-11-23T02:26:40.3236773Z ] 2022-11-23T02:26:40.3237180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3237611Z with 2022-11-23T02:26:40.3237771Z [ 2022-11-23T02:26:40.3237937Z T=at::TensorBase 2022-11-23T02:26:40.3238116Z ] 2022-11-23T02:26:40.3238540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3238930Z with 2022-11-23T02:26:40.3239091Z [ 2022-11-23T02:26:40.3239268Z T=at::TensorBase 2022-11-23T02:26:40.3239432Z ] 2022-11-23T02:26:40.3239893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3240315Z with 2022-11-23T02:26:40.3240478Z [ 2022-11-23T02:26:40.3240655Z T=at::TensorBase 2022-11-23T02:26:40.3240910Z ] 2022-11-23T02:26:40.3241400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3241850Z with 2022-11-23T02:26:40.3242010Z [ 2022-11-23T02:26:40.3242188Z T=at::TensorBase 2022-11-23T02:26:40.3242369Z ] 2022-11-23T02:26:40.3242786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3243458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3244137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3244548Z with 2022-11-23T02:26:40.3244709Z [ 2022-11-23T02:26:40.3244952Z T=at::TensorBase 2022-11-23T02:26:40.3245132Z ] 2022-11-23T02:26:40.3245527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3245904Z with 2022-11-23T02:26:40.3246065Z [ 2022-11-23T02:26:40.3246243Z T=at::Tensor 2022-11-23T02:26:40.3246414Z ] 2022-11-23T02:26:40.3246838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3247213Z with 2022-11-23T02:26:40.3247373Z [ 2022-11-23T02:26:40.3247545Z T=at::Tensor 2022-11-23T02:26:40.3247716Z ] 2022-11-23T02:26:40.3248176Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3248601Z with 2022-11-23T02:26:40.3248750Z [ 2022-11-23T02:26:40.3248920Z T=at::Tensor 2022-11-23T02:26:40.3249088Z ] 2022-11-23T02:26:40.3249573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3250020Z with 2022-11-23T02:26:40.3250180Z [ 2022-11-23T02:26:40.3250340Z T=at::Tensor 2022-11-23T02:26:40.3250566Z ] 2022-11-23T02:26:40.3250988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3251644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3252313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3252718Z with 2022-11-23T02:26:40.3252881Z [ 2022-11-23T02:26:40.3253042Z T=at::Tensor 2022-11-23T02:26:40.3253214Z ] 2022-11-23T02:26:40.3253620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3253995Z with 2022-11-23T02:26:40.3254155Z [ 2022-11-23T02:26:40.3254319Z T=at::Generator 2022-11-23T02:26:40.3254495Z ] 2022-11-23T02:26:40.3254918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3255305Z with 2022-11-23T02:26:40.3255463Z [ 2022-11-23T02:26:40.3255638Z T=at::Generator 2022-11-23T02:26:40.3255800Z ] 2022-11-23T02:26:40.3256259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3256681Z with 2022-11-23T02:26:40.3256844Z [ 2022-11-23T02:26:40.3257018Z T=at::Generator 2022-11-23T02:26:40.3257178Z ] 2022-11-23T02:26:40.3257721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3258175Z with 2022-11-23T02:26:40.3258338Z [ 2022-11-23T02:26:40.3258514Z T=at::Generator 2022-11-23T02:26:40.3258687Z ] 2022-11-23T02:26:40.3259105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3259781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3260473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3260893Z with 2022-11-23T02:26:40.3261074Z [ 2022-11-23T02:26:40.3261271Z T=at::Generator 2022-11-23T02:26:40.3261466Z ] 2022-11-23T02:26:40.3261863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3262251Z with 2022-11-23T02:26:40.3262431Z [ 2022-11-23T02:26:40.3262621Z T=c10::Scalar 2022-11-23T02:26:40.3262811Z ] 2022-11-23T02:26:40.3263249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3263685Z with 2022-11-23T02:26:40.3263864Z [ 2022-11-23T02:26:40.3264053Z T=c10::Scalar 2022-11-23T02:26:40.3264242Z ] 2022-11-23T02:26:40.3264719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3265157Z with 2022-11-23T02:26:40.3265314Z [ 2022-11-23T02:26:40.3265502Z T=c10::Scalar 2022-11-23T02:26:40.3265689Z ] 2022-11-23T02:26:40.3266194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3266660Z with 2022-11-23T02:26:40.3266840Z [ 2022-11-23T02:26:40.3267012Z T=c10::Scalar 2022-11-23T02:26:40.3267198Z ] 2022-11-23T02:26:40.3267642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3268317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3269007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3269428Z with 2022-11-23T02:26:40.3269609Z [ 2022-11-23T02:26:40.3269778Z T=c10::Scalar 2022-11-23T02:26:40.3269966Z ] 2022-11-23T02:26:40.3270391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3270783Z with 2022-11-23T02:26:40.3270963Z [ 2022-11-23T02:26:40.3271240Z T=std::shared_ptr 2022-11-23T02:26:40.3271477Z ] 2022-11-23T02:26:40.3271919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3272323Z with 2022-11-23T02:26:40.3272505Z [ 2022-11-23T02:26:40.3272750Z T=std::shared_ptr 2022-11-23T02:26:40.3272961Z ] 2022-11-23T02:26:40.3273438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3273876Z with 2022-11-23T02:26:40.3274052Z [ 2022-11-23T02:26:40.3274299Z T=std::shared_ptr 2022-11-23T02:26:40.3274530Z ] 2022-11-23T02:26:40.3275013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3275472Z with 2022-11-23T02:26:40.3275650Z [ 2022-11-23T02:26:40.3275895Z T=std::shared_ptr 2022-11-23T02:26:40.3276126Z ] 2022-11-23T02:26:40.3276617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3277424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3278141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3278544Z with 2022-11-23T02:26:40.3278723Z [ 2022-11-23T02:26:40.3278971Z T=std::shared_ptr 2022-11-23T02:26:40.3279205Z ] 2022-11-23T02:26:40.3279627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3280018Z with 2022-11-23T02:26:40.3280179Z [ 2022-11-23T02:26:40.3280421Z T=std::weak_ptr 2022-11-23T02:26:40.3280657Z ] 2022-11-23T02:26:40.3281174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3281565Z with 2022-11-23T02:26:40.3281728Z [ 2022-11-23T02:26:40.3281938Z T=std::weak_ptr 2022-11-23T02:26:40.3282149Z ] 2022-11-23T02:26:40.3282611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3283034Z with 2022-11-23T02:26:40.3283194Z [ 2022-11-23T02:26:40.3283402Z T=std::weak_ptr 2022-11-23T02:26:40.3283614Z ] 2022-11-23T02:26:40.3284156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3284602Z with 2022-11-23T02:26:40.3284764Z [ 2022-11-23T02:26:40.3284986Z T=std::weak_ptr 2022-11-23T02:26:40.3285184Z ] 2022-11-23T02:26:40.3285651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3286366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3287072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3287481Z with 2022-11-23T02:26:40.3287642Z [ 2022-11-23T02:26:40.3287866Z T=std::weak_ptr 2022-11-23T02:26:40.3288077Z ] 2022-11-23T02:26:40.3288469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3288843Z with 2022-11-23T02:26:40.3289006Z [ 2022-11-23T02:26:40.3289259Z T=std::vector> 2022-11-23T02:26:40.3289494Z ] 2022-11-23T02:26:40.3289925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3290356Z with 2022-11-23T02:26:40.3290519Z [ 2022-11-23T02:26:40.3290771Z T=std::vector> 2022-11-23T02:26:40.3291005Z ] 2022-11-23T02:26:40.3291468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3291890Z with 2022-11-23T02:26:40.3292040Z [ 2022-11-23T02:26:40.3292291Z T=std::vector> 2022-11-23T02:26:40.3292524Z ] 2022-11-23T02:26:40.3293011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3293463Z with 2022-11-23T02:26:40.3293623Z [ 2022-11-23T02:26:40.3293861Z T=std::vector> 2022-11-23T02:26:40.3294096Z ] 2022-11-23T02:26:40.3294580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:40.3295342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:40.3296060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3296471Z with 2022-11-23T02:26:40.3296630Z [ 2022-11-23T02:26:40.3296937Z T=std::vector> 2022-11-23T02:26:40.3297161Z ] 2022-11-23T02:26:40.3297564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3297933Z with 2022-11-23T02:26:40.3298093Z [ 2022-11-23T02:26:40.3298307Z T=std::vector> 2022-11-23T02:26:40.3298511Z ] 2022-11-23T02:26:40.3298915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3299306Z with 2022-11-23T02:26:40.3299465Z [ 2022-11-23T02:26:40.3299679Z T=std::vector> 2022-11-23T02:26:40.3299883Z ] 2022-11-23T02:26:40.3300329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3300755Z with 2022-11-23T02:26:40.3300913Z [ 2022-11-23T02:26:40.3301128Z T=std::vector> 2022-11-23T02:26:40.3301329Z ] 2022-11-23T02:26:40.3301818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3302267Z with 2022-11-23T02:26:40.3303041Z [ 2022-11-23T02:26:40.3303264Z T=std::vector> 2022-11-23T02:26:40.3303472Z ] 2022-11-23T02:26:40.3303931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:40.3304644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:40.3305337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3305747Z with 2022-11-23T02:26:40.3315150Z [ 2022-11-23T02:26:40.3315520Z T=std::vector> 2022-11-23T02:26:40.3315736Z ] 2022-11-23T02:26:40.3316178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3316557Z with 2022-11-23T02:26:40.3316709Z [ 2022-11-23T02:26:40.3316980Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3317226Z ] 2022-11-23T02:26:40.3317657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3318048Z with 2022-11-23T02:26:40.3318197Z [ 2022-11-23T02:26:40.3318462Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3318705Z ] 2022-11-23T02:26:40.3319171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3319752Z with 2022-11-23T02:26:40.3319919Z [ 2022-11-23T02:26:40.3320182Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3320416Z ] 2022-11-23T02:26:40.3321002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3321459Z with 2022-11-23T02:26:40.3321620Z [ 2022-11-23T02:26:40.3321886Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3322136Z ] 2022-11-23T02:26:40.3322697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:40.3323546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:40.3324268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:40.3324943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3325437Z with 2022-11-23T02:26:40.3325602Z [ 2022-11-23T02:26:40.3325873Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3326116Z ] 2022-11-23T02:26:40.3326523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3326887Z with 2022-11-23T02:26:40.3327048Z [ 2022-11-23T02:26:40.3327305Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3327544Z ] 2022-11-23T02:26:40.3327969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3328361Z with 2022-11-23T02:26:40.3328510Z [ 2022-11-23T02:26:40.3328824Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3329066Z ] 2022-11-23T02:26:40.3329566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3330002Z with 2022-11-23T02:26:40.3330163Z [ 2022-11-23T02:26:40.3330405Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3330643Z ] 2022-11-23T02:26:40.3331139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3331589Z with 2022-11-23T02:26:40.3331750Z [ 2022-11-23T02:26:40.3332004Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3332231Z ] 2022-11-23T02:26:40.3332786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:40.3333557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:40.3334255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:40.3334984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3335397Z with 2022-11-23T02:26:40.3335608Z [ 2022-11-23T02:26:40.3335872Z T=std::vector,std::allocator>> 2022-11-23T02:26:40.3336111Z ] 2022-11-23T02:26:40.3336509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3336889Z with 2022-11-23T02:26:40.3337054Z [ 2022-11-23T02:26:40.3337277Z T=std::vector> 2022-11-23T02:26:40.3337487Z ] 2022-11-23T02:26:40.3337896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3338351Z with 2022-11-23T02:26:40.3338513Z [ 2022-11-23T02:26:40.3338735Z T=std::vector> 2022-11-23T02:26:40.3338940Z ] 2022-11-23T02:26:40.3339401Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3339830Z with 2022-11-23T02:26:40.3339978Z [ 2022-11-23T02:26:40.3340197Z T=std::vector> 2022-11-23T02:26:40.3340402Z ] 2022-11-23T02:26:40.3340916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3341382Z with 2022-11-23T02:26:40.3341573Z [ 2022-11-23T02:26:40.3341799Z T=std::vector> 2022-11-23T02:26:40.3342007Z ] 2022-11-23T02:26:40.3342463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:40.3343175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:40.3343867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3344268Z with 2022-11-23T02:26:40.3344428Z [ 2022-11-23T02:26:40.3344635Z T=std::vector> 2022-11-23T02:26:40.3344838Z ] 2022-11-23T02:26:40.3345306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3345685Z with 2022-11-23T02:26:40.3345846Z [ 2022-11-23T02:26:40.3346095Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:40.3346318Z ] 2022-11-23T02:26:40.3346739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3347188Z with 2022-11-23T02:26:40.3347351Z [ 2022-11-23T02:26:40.3347649Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:40.3347882Z ] 2022-11-23T02:26:40.3348332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3348756Z with 2022-11-23T02:26:40.3348916Z [ 2022-11-23T02:26:40.3349164Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:40.3349395Z ] 2022-11-23T02:26:40.3349881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3350320Z with 2022-11-23T02:26:40.3350547Z [ 2022-11-23T02:26:40.3350796Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:40.3351030Z ] 2022-11-23T02:26:40.3351516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3352299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3353139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:26:40.3353923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3354332Z with 2022-11-23T02:26:40.3354482Z [ 2022-11-23T02:26:40.3354734Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:40.3354973Z ] 2022-11-23T02:26:40.3355377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3355754Z with 2022-11-23T02:26:40.3355902Z [ 2022-11-23T02:26:40.3356151Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:40.3356388Z ] 2022-11-23T02:26:40.3356813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3357202Z with 2022-11-23T02:26:40.3357360Z [ 2022-11-23T02:26:40.3357590Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:40.3357827Z ] 2022-11-23T02:26:40.3358340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3358762Z with 2022-11-23T02:26:40.3358980Z [ 2022-11-23T02:26:40.3359229Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:40.3359449Z ] 2022-11-23T02:26:40.3359991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3360437Z with 2022-11-23T02:26:40.3360596Z [ 2022-11-23T02:26:40.3360925Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:40.3361165Z ] 2022-11-23T02:26:40.3361653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3362431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3363216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:26:40.3364003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3364406Z with 2022-11-23T02:26:40.3364566Z [ 2022-11-23T02:26:40.3364814Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:40.3365111Z ] 2022-11-23T02:26:40.3365550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3365923Z with 2022-11-23T02:26:40.3366086Z [ 2022-11-23T02:26:40.3366286Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:40.3366481Z ] 2022-11-23T02:26:40.3366901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3367290Z with 2022-11-23T02:26:40.3367436Z [ 2022-11-23T02:26:40.3367637Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:40.3367830Z ] 2022-11-23T02:26:40.3368288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3368709Z with 2022-11-23T02:26:40.3368869Z [ 2022-11-23T02:26:40.3369053Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:40.3369245Z ] 2022-11-23T02:26:40.3369727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3370166Z with 2022-11-23T02:26:40.3370325Z [ 2022-11-23T02:26:40.3370517Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:40.3370697Z ] 2022-11-23T02:26:40.3371808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3372519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3372916Z with 2022-11-23T02:26:40.3373080Z [ 2022-11-23T02:26:40.3373280Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:40.3373463Z ] 2022-11-23T02:26:40.3373944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:26:40.3374670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3375079Z with 2022-11-23T02:26:40.3375250Z [ 2022-11-23T02:26:40.3375449Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:40.3375630Z ] 2022-11-23T02:26:40.3376039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3376418Z with 2022-11-23T02:26:40.3376583Z [ 2022-11-23T02:26:40.3376927Z T=std::vector> 2022-11-23T02:26:40.3377265Z ] 2022-11-23T02:26:40.3377747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3378122Z with 2022-11-23T02:26:40.3378283Z [ 2022-11-23T02:26:40.3378571Z T=std::vector> 2022-11-23T02:26:40.3378835Z ] 2022-11-23T02:26:40.3379297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3379717Z with 2022-11-23T02:26:40.3379865Z [ 2022-11-23T02:26:40.3380153Z T=std::vector> 2022-11-23T02:26:40.3380417Z ] 2022-11-23T02:26:40.3380909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3381362Z with 2022-11-23T02:26:40.3381523Z [ 2022-11-23T02:26:40.3381796Z T=std::vector> 2022-11-23T02:26:40.3382064Z ] 2022-11-23T02:26:40.3382583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:40.3383509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:40.3384341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3384754Z with 2022-11-23T02:26:40.3384917Z [ 2022-11-23T02:26:40.3385204Z T=std::vector> 2022-11-23T02:26:40.3385470Z ] 2022-11-23T02:26:40.3385862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3386236Z with 2022-11-23T02:26:40.3386399Z [ 2022-11-23T02:26:40.3386577Z T=c10::DimVector 2022-11-23T02:26:40.3386755Z ] 2022-11-23T02:26:40.3387166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3387553Z with 2022-11-23T02:26:40.3387712Z [ 2022-11-23T02:26:40.3387891Z T=c10::DimVector 2022-11-23T02:26:40.3388062Z ] 2022-11-23T02:26:40.3388517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3388984Z with 2022-11-23T02:26:40.3389143Z [ 2022-11-23T02:26:40.3389322Z T=c10::DimVector 2022-11-23T02:26:40.3389546Z ] 2022-11-23T02:26:40.3390032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3390537Z with 2022-11-23T02:26:40.3390683Z [ 2022-11-23T02:26:40.3390859Z T=c10::DimVector 2022-11-23T02:26:40.3391037Z ] 2022-11-23T02:26:40.3391460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3392133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3392810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3393220Z with 2022-11-23T02:26:40.3393367Z [ 2022-11-23T02:26:40.3393544Z T=c10::DimVector 2022-11-23T02:26:40.3393719Z ] 2022-11-23T02:26:40.3394121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3394492Z with 2022-11-23T02:26:40.3394650Z [ 2022-11-23T02:26:40.3394884Z T=torch::autograd::ViewInfo 2022-11-23T02:26:40.3395075Z ] 2022-11-23T02:26:40.3395547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3395932Z with 2022-11-23T02:26:40.3396091Z [ 2022-11-23T02:26:40.3396271Z T=torch::autograd::ViewInfo 2022-11-23T02:26:40.3396461Z ] 2022-11-23T02:26:40.3396979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3397407Z with 2022-11-23T02:26:40.3397568Z [ 2022-11-23T02:26:40.3397759Z T=torch::autograd::ViewInfo 2022-11-23T02:26:40.3397936Z ] 2022-11-23T02:26:40.3398424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3398875Z with 2022-11-23T02:26:40.3399036Z [ 2022-11-23T02:26:40.3399227Z T=torch::autograd::ViewInfo 2022-11-23T02:26:40.3399420Z ] 2022-11-23T02:26:40.3399848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3400551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3401407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3401874Z with 2022-11-23T02:26:40.3402036Z [ 2022-11-23T02:26:40.3402229Z T=torch::autograd::ViewInfo 2022-11-23T02:26:40.3402420Z ] 2022-11-23T02:26:40.3402809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3403243Z with 2022-11-23T02:26:40.3403403Z [ 2022-11-23T02:26:40.3403636Z T=std::vector> 2022-11-23T02:26:40.3403854Z ] 2022-11-23T02:26:40.3404276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3404662Z with 2022-11-23T02:26:40.3404810Z [ 2022-11-23T02:26:40.3405043Z T=std::vector> 2022-11-23T02:26:40.3405260Z ] 2022-11-23T02:26:40.3405720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3406149Z with 2022-11-23T02:26:40.3406295Z [ 2022-11-23T02:26:40.3406524Z T=std::vector> 2022-11-23T02:26:40.3406743Z ] 2022-11-23T02:26:40.3407288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3407787Z with 2022-11-23T02:26:40.3407947Z [ 2022-11-23T02:26:40.3408163Z T=std::vector> 2022-11-23T02:26:40.3408379Z ] 2022-11-23T02:26:40.3408830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:40.3409240Z with 2022-11-23T02:26:40.3409399Z [ 2022-11-23T02:26:40.3409812Z T=c10::SymInt 2022-11-23T02:26:40.3409972Z ] 2022-11-23T02:26:40.3410464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:40.3410868Z with 2022-11-23T02:26:40.3411030Z [ 2022-11-23T02:26:40.3411204Z T=c10::SymInt 2022-11-23T02:26:40.3411373Z ] 2022-11-23T02:26:40.3411825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:26:40.3412622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:26:40.3413450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3413911Z with 2022-11-23T02:26:40.3414074Z [ 2022-11-23T02:26:40.3414306Z T=std::vector> 2022-11-23T02:26:40.3414522Z ] 2022-11-23T02:26:40.3414926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3415288Z with 2022-11-23T02:26:40.3415448Z [ 2022-11-23T02:26:40.3415619Z T=c10::IValue 2022-11-23T02:26:40.3415847Z ] 2022-11-23T02:26:40.3416265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3416651Z with 2022-11-23T02:26:40.3416803Z [ 2022-11-23T02:26:40.3416975Z T=c10::IValue 2022-11-23T02:26:40.3417143Z ] 2022-11-23T02:26:40.3417601Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3418018Z with 2022-11-23T02:26:40.3418178Z [ 2022-11-23T02:26:40.3418340Z T=c10::IValue 2022-11-23T02:26:40.3418515Z ] 2022-11-23T02:26:40.3419063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3419551Z with 2022-11-23T02:26:40.3419723Z [ 2022-11-23T02:26:40.3419883Z T=c10::IValue 2022-11-23T02:26:40.3420054Z ] 2022-11-23T02:26:40.3420484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3421153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3421825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3422231Z with 2022-11-23T02:26:40.3422395Z [ 2022-11-23T02:26:40.3422556Z T=c10::IValue 2022-11-23T02:26:40.3422730Z ] 2022-11-23T02:26:40.3423188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3423562Z with 2022-11-23T02:26:40.3423724Z [ 2022-11-23T02:26:40.3423901Z T=c10::AliasInfo 2022-11-23T02:26:40.3424064Z ] 2022-11-23T02:26:40.3424487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3424930Z with 2022-11-23T02:26:40.3425092Z [ 2022-11-23T02:26:40.3425269Z T=c10::AliasInfo 2022-11-23T02:26:40.3425428Z ] 2022-11-23T02:26:40.3425942Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3426372Z with 2022-11-23T02:26:40.3426537Z [ 2022-11-23T02:26:40.3426715Z T=c10::AliasInfo 2022-11-23T02:26:40.3426889Z ] 2022-11-23T02:26:40.3427358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3427800Z with 2022-11-23T02:26:40.3427962Z [ 2022-11-23T02:26:40.3428138Z T=c10::AliasInfo 2022-11-23T02:26:40.3428312Z ] 2022-11-23T02:26:40.3428737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3429465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3430135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3430536Z with 2022-11-23T02:26:40.3430699Z [ 2022-11-23T02:26:40.3430932Z T=c10::AliasInfo 2022-11-23T02:26:40.3431114Z ] 2022-11-23T02:26:40.3431554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3431920Z with 2022-11-23T02:26:40.3432084Z [ 2022-11-23T02:26:40.3432281Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:40.3432473Z ] 2022-11-23T02:26:40.3432894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3433278Z with 2022-11-23T02:26:40.3433424Z [ 2022-11-23T02:26:40.3433619Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:40.3433809Z ] 2022-11-23T02:26:40.3434266Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3434692Z with 2022-11-23T02:26:40.3434849Z [ 2022-11-23T02:26:40.3435032Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:40.3435219Z ] 2022-11-23T02:26:40.3435711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3436212Z with 2022-11-23T02:26:40.3436377Z [ 2022-11-23T02:26:40.3436572Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:40.3436750Z ] 2022-11-23T02:26:40.3437245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3438013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3438722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3439133Z with 2022-11-23T02:26:40.3439299Z [ 2022-11-23T02:26:40.3439497Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:40.3439676Z ] 2022-11-23T02:26:40.3440079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3440452Z with 2022-11-23T02:26:40.3440612Z [ 2022-11-23T02:26:40.3440938Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:40.3441168Z ] 2022-11-23T02:26:40.3441576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3442016Z with 2022-11-23T02:26:40.3442178Z [ 2022-11-23T02:26:40.3442413Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:40.3442635Z ] 2022-11-23T02:26:40.3443152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3443567Z with 2022-11-23T02:26:40.3443727Z [ 2022-11-23T02:26:40.3443963Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:40.3444248Z ] 2022-11-23T02:26:40.3444734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3445183Z with 2022-11-23T02:26:40.3445330Z [ 2022-11-23T02:26:40.3445564Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:40.3445784Z ] 2022-11-23T02:26:40.3446264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3447040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3447782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3448190Z with 2022-11-23T02:26:40.3448340Z [ 2022-11-23T02:26:40.3448579Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:40.3448803Z ] 2022-11-23T02:26:40.3449272Z 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-23T02:26:40.3449916Z 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-23T02:26:40.3450540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3450916Z with 2022-11-23T02:26:40.3451064Z [ 2022-11-23T02:26:40.3451251Z T=at::StepCallbacks 2022-11-23T02:26:40.3451435Z ] 2022-11-23T02:26:40.3451858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3452248Z with 2022-11-23T02:26:40.3452407Z [ 2022-11-23T02:26:40.3452581Z T=at::StepCallbacks 2022-11-23T02:26:40.3452761Z ] 2022-11-23T02:26:40.3453220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3453643Z with 2022-11-23T02:26:40.3453803Z [ 2022-11-23T02:26:40.3453984Z T=at::StepCallbacks 2022-11-23T02:26:40.3454155Z ] 2022-11-23T02:26:40.3454643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3455147Z with 2022-11-23T02:26:40.3455307Z [ 2022-11-23T02:26:40.3455489Z T=at::StepCallbacks 2022-11-23T02:26:40.3455682Z ] 2022-11-23T02:26:40.3456154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3456903Z 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-23T02:26:40.3457598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3458002Z with 2022-11-23T02:26:40.3458166Z [ 2022-11-23T02:26:40.3458348Z T=at::StepCallbacks 2022-11-23T02:26:40.3458517Z ] 2022-11-23T02:26:40.3458919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3459293Z with 2022-11-23T02:26:40.3459457Z [ 2022-11-23T02:26:40.3459694Z T=c10::either 2022-11-23T02:26:40.3459916Z ] 2022-11-23T02:26:40.3460324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3460709Z with 2022-11-23T02:26:40.3460868Z [ 2022-11-23T02:26:40.3461101Z T=c10::either 2022-11-23T02:26:40.3461326Z ] 2022-11-23T02:26:40.3461812Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3462305Z with 2022-11-23T02:26:40.3462459Z [ 2022-11-23T02:26:40.3462756Z T=c10::either 2022-11-23T02:26:40.3462976Z ] 2022-11-23T02:26:40.3463468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3463918Z with 2022-11-23T02:26:40.3464080Z [ 2022-11-23T02:26:40.3464303Z T=c10::either 2022-11-23T02:26:40.3464526Z ] 2022-11-23T02:26:40.3465000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3465770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3466512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3466916Z with 2022-11-23T02:26:40.3467079Z [ 2022-11-23T02:26:40.3467302Z T=c10::either 2022-11-23T02:26:40.3467527Z ] 2022-11-23T02:26:40.3467982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3468422Z with 2022-11-23T02:26:40.3468585Z [ 2022-11-23T02:26:40.3468827Z T=torch::jit::Operator 2022-11-23T02:26:40.3469001Z ] 2022-11-23T02:26:40.3469425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3469817Z with 2022-11-23T02:26:40.3469983Z [ 2022-11-23T02:26:40.3470170Z T=torch::jit::Operator 2022-11-23T02:26:40.3470337Z ] 2022-11-23T02:26:40.3470799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3471231Z with 2022-11-23T02:26:40.3471396Z [ 2022-11-23T02:26:40.3471584Z T=torch::jit::Operator 2022-11-23T02:26:40.3471764Z ] 2022-11-23T02:26:40.3472237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3472686Z with 2022-11-23T02:26:40.3472851Z [ 2022-11-23T02:26:40.3473041Z T=torch::jit::Operator 2022-11-23T02:26:40.3473222Z ] 2022-11-23T02:26:40.3473661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3474407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3475208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3475608Z with 2022-11-23T02:26:40.3475772Z [ 2022-11-23T02:26:40.3475961Z T=torch::jit::Operator 2022-11-23T02:26:40.3476145Z ] 2022-11-23T02:26:40.3476549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3476925Z with 2022-11-23T02:26:40.3477074Z [ 2022-11-23T02:26:40.3477287Z T=std::tuple 2022-11-23T02:26:40.3477494Z ] 2022-11-23T02:26:40.3477913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3478298Z with 2022-11-23T02:26:40.3478445Z [ 2022-11-23T02:26:40.3478658Z T=std::tuple 2022-11-23T02:26:40.3478860Z ] 2022-11-23T02:26:40.3479319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3479738Z with 2022-11-23T02:26:40.3479896Z [ 2022-11-23T02:26:40.3480092Z T=std::tuple 2022-11-23T02:26:40.3480295Z ] 2022-11-23T02:26:40.3480940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3481508Z with 2022-11-23T02:26:40.3481671Z [ 2022-11-23T02:26:40.3481885Z T=std::tuple 2022-11-23T02:26:40.3482074Z ] 2022-11-23T02:26:40.3482527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3483256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3483964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3484374Z with 2022-11-23T02:26:40.3484535Z [ 2022-11-23T02:26:40.3484747Z T=std::tuple 2022-11-23T02:26:40.3484952Z ] 2022-11-23T02:26:40.3485342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3485720Z with 2022-11-23T02:26:40.3485879Z [ 2022-11-23T02:26:40.3486069Z T=torch::jit::SourceRange 2022-11-23T02:26:40.3486256Z ] 2022-11-23T02:26:40.3486716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3487106Z with 2022-11-23T02:26:40.3487312Z [ 2022-11-23T02:26:40.3487517Z T=torch::jit::SourceRange 2022-11-23T02:26:40.3487702Z ] 2022-11-23T02:26:40.3488215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3488626Z with 2022-11-23T02:26:40.3488784Z [ 2022-11-23T02:26:40.3488970Z T=torch::jit::SourceRange 2022-11-23T02:26:40.3489156Z ] 2022-11-23T02:26:40.3489639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3490089Z with 2022-11-23T02:26:40.3490236Z [ 2022-11-23T02:26:40.3490422Z T=torch::jit::SourceRange 2022-11-23T02:26:40.3490604Z ] 2022-11-23T02:26:40.3491037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3491724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3492411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3492842Z with 2022-11-23T02:26:40.3492999Z [ 2022-11-23T02:26:40.3493183Z T=torch::jit::SourceRange 2022-11-23T02:26:40.3493359Z ] 2022-11-23T02:26:40.3493805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3494223Z with 2022-11-23T02:26:40.3494375Z [ 2022-11-23T02:26:40.3494569Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:40.3494765Z ] 2022-11-23T02:26:40.3495176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3495555Z with 2022-11-23T02:26:40.3495707Z [ 2022-11-23T02:26:40.3495910Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:40.3496095Z ] 2022-11-23T02:26:40.3496548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3496966Z with 2022-11-23T02:26:40.3497118Z [ 2022-11-23T02:26:40.3497322Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:40.3497513Z ] 2022-11-23T02:26:40.3497980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3498425Z with 2022-11-23T02:26:40.3498575Z [ 2022-11-23T02:26:40.3498775Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:40.3498998Z ] 2022-11-23T02:26:40.3499480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3500228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3500971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3501368Z with 2022-11-23T02:26:40.3501522Z [ 2022-11-23T02:26:40.3501718Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:40.3501913Z ] 2022-11-23T02:26:40.3502308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3502669Z with 2022-11-23T02:26:40.3502823Z [ 2022-11-23T02:26:40.3503023Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:40.3503220Z ] 2022-11-23T02:26:40.3503639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3504019Z with 2022-11-23T02:26:40.3504164Z [ 2022-11-23T02:26:40.3504366Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:40.3504557Z ] 2022-11-23T02:26:40.3505005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3505481Z with 2022-11-23T02:26:40.3505635Z [ 2022-11-23T02:26:40.3505822Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:40.3506067Z ] 2022-11-23T02:26:40.3506545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3507039Z with 2022-11-23T02:26:40.3507197Z [ 2022-11-23T02:26:40.3507399Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:40.3507583Z ] 2022-11-23T02:26:40.3508028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3508737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3509424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3509828Z with 2022-11-23T02:26:40.3509981Z [ 2022-11-23T02:26:40.3510186Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:40.3510374Z ] 2022-11-23T02:26:40.3510774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3511142Z with 2022-11-23T02:26:40.3511296Z [ 2022-11-23T02:26:40.3511539Z T=torch::jit::ScopePtr 2022-11-23T02:26:40.3511707Z ] 2022-11-23T02:26:40.3512177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3512559Z with 2022-11-23T02:26:40.3512719Z [ 2022-11-23T02:26:40.3512901Z T=torch::jit::ScopePtr 2022-11-23T02:26:40.3513077Z ] 2022-11-23T02:26:40.3513575Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3513998Z with 2022-11-23T02:26:40.3514154Z [ 2022-11-23T02:26:40.3514337Z T=torch::jit::ScopePtr 2022-11-23T02:26:40.3514513Z ] 2022-11-23T02:26:40.3514995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3515443Z with 2022-11-23T02:26:40.3515589Z [ 2022-11-23T02:26:40.3515775Z T=torch::jit::ScopePtr 2022-11-23T02:26:40.3515956Z ] 2022-11-23T02:26:40.3516395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3517074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3517817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3518220Z with 2022-11-23T02:26:40.3518424Z [ 2022-11-23T02:26:40.3518605Z T=torch::jit::ScopePtr 2022-11-23T02:26:40.3518781Z ] 2022-11-23T02:26:40.3519178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3520114Z with 2022-11-23T02:26:40.3520262Z [ 2022-11-23T02:26:40.3520454Z T=at::ThreadLocalState 2022-11-23T02:26:40.3520638Z ] 2022-11-23T02:26:40.3521144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3521528Z with 2022-11-23T02:26:40.3521685Z [ 2022-11-23T02:26:40.3521861Z T=at::ThreadLocalState 2022-11-23T02:26:40.3522041Z ] 2022-11-23T02:26:40.3522500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3522918Z with 2022-11-23T02:26:40.3523074Z [ 2022-11-23T02:26:40.3523260Z T=at::ThreadLocalState 2022-11-23T02:26:40.3523430Z ] 2022-11-23T02:26:40.3523984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3524486Z with 2022-11-23T02:26:40.3524640Z [ 2022-11-23T02:26:40.3524822Z T=at::ThreadLocalState 2022-11-23T02:26:40.3524996Z ] 2022-11-23T02:26:40.3525433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3526123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3526890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3527293Z with 2022-11-23T02:26:40.3527452Z [ 2022-11-23T02:26:40.3527639Z T=at::ThreadLocalState 2022-11-23T02:26:40.3527812Z ] 2022-11-23T02:26:40.3528208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3528576Z with 2022-11-23T02:26:40.3528730Z [ 2022-11-23T02:26:40.3528938Z T=std::shared_ptr 2022-11-23T02:26:40.3529136Z ] 2022-11-23T02:26:40.3529541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3529987Z with 2022-11-23T02:26:40.3530143Z [ 2022-11-23T02:26:40.3530346Z T=std::shared_ptr 2022-11-23T02:26:40.3530584Z ] 2022-11-23T02:26:40.3531045Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3531463Z with 2022-11-23T02:26:40.3531609Z [ 2022-11-23T02:26:40.3531812Z T=std::shared_ptr 2022-11-23T02:26:40.3532003Z ] 2022-11-23T02:26:40.3532481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3532991Z with 2022-11-23T02:26:40.3533140Z [ 2022-11-23T02:26:40.3533345Z T=std::shared_ptr 2022-11-23T02:26:40.3533538Z ] 2022-11-23T02:26:40.3533988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:40.3534682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:40.3535397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:26:40.3536168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3536576Z with 2022-11-23T02:26:40.3536724Z [ 2022-11-23T02:26:40.3536987Z T=std::shared_ptr 2022-11-23T02:26:40.3537183Z ] 2022-11-23T02:26:40.3537584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3537956Z with 2022-11-23T02:26:40.3538110Z [ 2022-11-23T02:26:40.3538287Z T=torch::jit::GraphExecutor 2022-11-23T02:26:40.3538473Z ] 2022-11-23T02:26:40.3538893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3539279Z with 2022-11-23T02:26:40.3539435Z [ 2022-11-23T02:26:40.3539624Z T=torch::jit::GraphExecutor 2022-11-23T02:26:40.3539854Z ] 2022-11-23T02:26:40.3540314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3540734Z with 2022-11-23T02:26:40.3540890Z [ 2022-11-23T02:26:40.3541081Z T=torch::jit::GraphExecutor 2022-11-23T02:26:40.3541267Z ] 2022-11-23T02:26:40.3541741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3542231Z with 2022-11-23T02:26:40.3542408Z [ 2022-11-23T02:26:40.3542597Z T=torch::jit::GraphExecutor 2022-11-23T02:26:40.3542782Z ] 2022-11-23T02:26:40.3543273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3543959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3544642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:26:40.3545341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3545798Z with 2022-11-23T02:26:40.3545956Z [ 2022-11-23T02:26:40.3546151Z T=torch::jit::GraphExecutor 2022-11-23T02:26:40.3546338Z ] 2022-11-23T02:26:40.3546739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3547100Z with 2022-11-23T02:26:40.3547260Z [ 2022-11-23T02:26:40.3547438Z T=torch::jit::Method 2022-11-23T02:26:40.3547616Z ] 2022-11-23T02:26:40.3548033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3548445Z with 2022-11-23T02:26:40.3548619Z [ 2022-11-23T02:26:40.3548796Z T=torch::jit::Method 2022-11-23T02:26:40.3548972Z ] 2022-11-23T02:26:40.3549483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3549963Z with 2022-11-23T02:26:40.3550211Z [ 2022-11-23T02:26:40.3550388Z T=torch::jit::Method 2022-11-23T02:26:40.3550563Z ] 2022-11-23T02:26:40.3551045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3551491Z with 2022-11-23T02:26:40.3551646Z [ 2022-11-23T02:26:40.3551813Z T=torch::jit::Method 2022-11-23T02:26:40.3551989Z ] 2022-11-23T02:26:40.3552473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3553147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3553823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3554222Z with 2022-11-23T02:26:40.3554379Z [ 2022-11-23T02:26:40.3554547Z T=torch::jit::Method 2022-11-23T02:26:40.3554757Z ] 2022-11-23T02:26:40.3555096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3555164Z with 2022-11-23T02:26:40.3555229Z [ 2022-11-23T02:26:40.3555373Z T=std::vector> 2022-11-23T02:26:40.3555435Z ] 2022-11-23T02:26:40.3555804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3555871Z with 2022-11-23T02:26:40.3555932Z [ 2022-11-23T02:26:40.3556068Z T=std::vector> 2022-11-23T02:26:40.3556130Z ] 2022-11-23T02:26:40.3556495Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3556615Z with 2022-11-23T02:26:40.3556664Z [ 2022-11-23T02:26:40.3556801Z T=std::vector> 2022-11-23T02:26:40.3556865Z ] 2022-11-23T02:26:40.3557255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3557322Z with 2022-11-23T02:26:40.3557383Z [ 2022-11-23T02:26:40.3557520Z T=std::vector> 2022-11-23T02:26:40.3557581Z ] 2022-11-23T02:26:40.3557956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:40.3558339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:40.3558680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3558746Z with 2022-11-23T02:26:40.3558808Z [ 2022-11-23T02:26:40.3558947Z T=std::vector> 2022-11-23T02:26:40.3559009Z ] 2022-11-23T02:26:40.3559316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3559383Z with 2022-11-23T02:26:40.3559444Z [ 2022-11-23T02:26:40.3559539Z T=torch::jit::NamedValue 2022-11-23T02:26:40.3559588Z ] 2022-11-23T02:26:40.3559955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:40.3560023Z with 2022-11-23T02:26:40.3560084Z [ 2022-11-23T02:26:40.3560179Z T=torch::jit::NamedValue 2022-11-23T02:26:40.3560240Z ] 2022-11-23T02:26:40.3560608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:40.3560672Z with 2022-11-23T02:26:40.3560732Z [ 2022-11-23T02:26:40.3560915Z T=torch::jit::NamedValue 2022-11-23T02:26:40.3560977Z ] 2022-11-23T02:26:40.3561430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:40.3561496Z with 2022-11-23T02:26:40.3561557Z [ 2022-11-23T02:26:40.3561650Z T=torch::jit::NamedValue 2022-11-23T02:26:40.3561699Z ] 2022-11-23T02:26:40.3562043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:40.3562459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:40.3562858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:40.3562923Z with 2022-11-23T02:26:40.3562987Z [ 2022-11-23T02:26:40.3563080Z T=torch::jit::NamedValue 2022-11-23T02:26:40.3563138Z ] 2022-11-23T02:26:40.4902463Z [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_cpu.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\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:26:40.4922100Z "Ninja succeeded for custom_backend test." 2022-11-23T02:26:42.5835176Z 2022-11-23T02:26:42.5835527Z Running tests... 2022-11-23T02:26:42.5835874Z ---------------------------------------------------------------------- 2022-11-23T02:26:42.5836259Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-11-23T02:26:42.5844530Z test_execute (__main__.TestCustomBackend) 2022-11-23T02:26:42.6605768Z Test execution using the custom backend. ... ok (0.082s) 2022-11-23T02:26:42.6616050Z test_save_load (__main__.TestCustomBackend) 2022-11-23T02:26:42.6945263Z Test that a lowered module can be executed correctly ... ok (0.029s) 2022-11-23T02:26:42.6947324Z 2022-11-23T02:26:42.6948607Z ---------------------------------------------------------------------- 2022-11-23T02:26:42.6948954Z Ran 2 tests in 0.110s 2022-11-23T02:26:42.6949084Z 2022-11-23T02:26:42.6949147Z OK 2022-11-23T02:26:42.6949253Z 2022-11-23T02:26:42.6949354Z Generating XML reports... 2022-11-23T02:26:42.7007514Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20221123022642.xml 2022-11-23T02:26:45.6136515Z Testing custom_backend 2022-11-23T02:26:45.6136757Z OK 2022-11-23T02:26:45.6209779Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-11-23T02:26:45.6410116Z 2022-11-23T02:26:45.6410858Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:26:45.6422747Z 2022-11-23T02:26:45.6423504Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:26:45.6424066Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:26:45.6424411Z exit /b 0 2022-11-23T02:26:45.6424587Z ) 2022-11-23T02:26:46.1301858Z "Executing CMake for custom_operator test..." 2022-11-23T02:26:46.3777854Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T02:26:46.5705374Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T02:26:46.5994125Z -- Detecting C compiler ABI info 2022-11-23T02:26:46.9143597Z -- Detecting C compiler ABI info - done 2022-11-23T02:26:46.9168155Z -- 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-23T02:26:46.9174961Z -- Detecting C compile features 2022-11-23T02:26:46.9184380Z -- Detecting C compile features - done 2022-11-23T02:26:46.9287338Z -- Detecting CXX compiler ABI info 2022-11-23T02:26:47.2459813Z -- Detecting CXX compiler ABI info - done 2022-11-23T02:26:47.2485591Z -- 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-23T02:26:47.2491163Z -- Detecting CXX compile features 2022-11-23T02:26:47.2499541Z -- Detecting CXX compile features - done 2022-11-23T02:26:47.2655932Z -- Looking for pthread.h 2022-11-23T02:26:47.3523304Z -- Looking for pthread.h - not found 2022-11-23T02:26:47.3540682Z -- Found Threads: TRUE 2022-11-23T02:26:47.6066369Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T02:26:47.6069815Z -- Configuring done 2022-11-23T02:26:47.6244316Z -- Generating done 2022-11-23T02:26:47.6432009Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T02:26:47.6497879Z "Executing Ninja for custom_operator test..." 2022-11-23T02:26:55.9315526Z [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 /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-23T02:26:55.9316995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:26:55.9318202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9318731Z with 2022-11-23T02:26:55.9318972Z [ 2022-11-23T02:26:55.9319230Z T=c10::SymInt 2022-11-23T02:26:55.9319465Z ] 2022-11-23T02:26:55.9320032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9320558Z with 2022-11-23T02:26:55.9320902Z [ 2022-11-23T02:26:55.9321135Z T=c10::SymInt 2022-11-23T02:26:55.9321372Z ] 2022-11-23T02:26:55.9321980Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9322553Z with 2022-11-23T02:26:55.9322772Z [ 2022-11-23T02:26:55.9323011Z T=c10::SymInt 2022-11-23T02:26:55.9323231Z ] 2022-11-23T02:26:55.9323892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9324498Z with 2022-11-23T02:26:55.9324718Z [ 2022-11-23T02:26:55.9324955Z T=c10::SymInt 2022-11-23T02:26:55.9325183Z ] 2022-11-23T02:26:55.9325734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9326707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9327596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9328137Z with 2022-11-23T02:26:55.9328365Z [ 2022-11-23T02:26:55.9328603Z T=c10::SymInt 2022-11-23T02:26:55.9328835Z ] 2022-11-23T02:26:55.9329333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:26:55.9330137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9330638Z with 2022-11-23T02:26:55.9330864Z [ 2022-11-23T02:26:55.9331111Z T=std::string 2022-11-23T02:26:55.9331347Z ] 2022-11-23T02:26:55.9331881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9332389Z with 2022-11-23T02:26:55.9332602Z [ 2022-11-23T02:26:55.9332835Z T=std::string 2022-11-23T02:26:55.9333070Z ] 2022-11-23T02:26:55.9333688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9334222Z with 2022-11-23T02:26:55.9334452Z [ 2022-11-23T02:26:55.9334687Z T=std::string 2022-11-23T02:26:55.9334924Z ] 2022-11-23T02:26:55.9335498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9335958Z with 2022-11-23T02:26:55.9336108Z [ 2022-11-23T02:26:55.9336285Z T=std::string 2022-11-23T02:26:55.9336462Z ] 2022-11-23T02:26:55.9336889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9337548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9338227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9338632Z with 2022-11-23T02:26:55.9338781Z [ 2022-11-23T02:26:55.9338956Z T=std::string 2022-11-23T02:26:55.9339129Z ] 2022-11-23T02:26:55.9339538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9339911Z with 2022-11-23T02:26:55.9340072Z [ 2022-11-23T02:26:55.9340248Z T=c10::QualifiedName 2022-11-23T02:26:55.9340433Z ] 2022-11-23T02:26:55.9340851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9341396Z with 2022-11-23T02:26:55.9341561Z [ 2022-11-23T02:26:55.9341732Z T=c10::QualifiedName 2022-11-23T02:26:55.9341979Z ] 2022-11-23T02:26:55.9342444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9342868Z with 2022-11-23T02:26:55.9343031Z [ 2022-11-23T02:26:55.9343215Z T=c10::QualifiedName 2022-11-23T02:26:55.9343383Z ] 2022-11-23T02:26:55.9343871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9344316Z with 2022-11-23T02:26:55.9344477Z [ 2022-11-23T02:26:55.9344658Z T=c10::QualifiedName 2022-11-23T02:26:55.9344839Z ] 2022-11-23T02:26:55.9345257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9345941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9346620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9347030Z with 2022-11-23T02:26:55.9347194Z [ 2022-11-23T02:26:55.9347379Z T=c10::QualifiedName 2022-11-23T02:26:55.9347561Z ] 2022-11-23T02:26:55.9347957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9348332Z with 2022-11-23T02:26:55.9348561Z [ 2022-11-23T02:26:55.9348747Z T=at::TensorBase 2022-11-23T02:26:55.9348926Z ] 2022-11-23T02:26:55.9349347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9349721Z with 2022-11-23T02:26:55.9349883Z [ 2022-11-23T02:26:55.9350064Z T=at::TensorBase 2022-11-23T02:26:55.9350243Z ] 2022-11-23T02:26:55.9350706Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9351129Z with 2022-11-23T02:26:55.9351280Z [ 2022-11-23T02:26:55.9351457Z T=at::TensorBase 2022-11-23T02:26:55.9351630Z ] 2022-11-23T02:26:55.9352114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9352566Z with 2022-11-23T02:26:55.9352712Z [ 2022-11-23T02:26:55.9352889Z T=at::TensorBase 2022-11-23T02:26:55.9353065Z ] 2022-11-23T02:26:55.9353494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9354159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9354903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9355310Z with 2022-11-23T02:26:55.9355461Z [ 2022-11-23T02:26:55.9355646Z T=at::TensorBase 2022-11-23T02:26:55.9355826Z ] 2022-11-23T02:26:55.9356231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9356605Z with 2022-11-23T02:26:55.9356767Z [ 2022-11-23T02:26:55.9356927Z T=at::Tensor 2022-11-23T02:26:55.9357099Z ] 2022-11-23T02:26:55.9357625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9358017Z with 2022-11-23T02:26:55.9358181Z [ 2022-11-23T02:26:55.9358347Z T=at::Tensor 2022-11-23T02:26:55.9358523Z ] 2022-11-23T02:26:55.9358986Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9359410Z with 2022-11-23T02:26:55.9359568Z [ 2022-11-23T02:26:55.9359742Z T=at::Tensor 2022-11-23T02:26:55.9359896Z ] 2022-11-23T02:26:55.9360381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9360827Z with 2022-11-23T02:26:55.9360987Z [ 2022-11-23T02:26:55.9361159Z T=at::Tensor 2022-11-23T02:26:55.9361328Z ] 2022-11-23T02:26:55.9361798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9362464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9363147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9363554Z with 2022-11-23T02:26:55.9363719Z [ 2022-11-23T02:26:55.9363897Z T=at::Tensor 2022-11-23T02:26:55.9364072Z ] 2022-11-23T02:26:55.9364464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9364840Z with 2022-11-23T02:26:55.9365002Z [ 2022-11-23T02:26:55.9365180Z T=at::Generator 2022-11-23T02:26:55.9365356Z ] 2022-11-23T02:26:55.9365777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9366151Z with 2022-11-23T02:26:55.9366313Z [ 2022-11-23T02:26:55.9366489Z T=at::Generator 2022-11-23T02:26:55.9366665Z ] 2022-11-23T02:26:55.9367128Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9367612Z with 2022-11-23T02:26:55.9367760Z [ 2022-11-23T02:26:55.9367944Z T=at::Generator 2022-11-23T02:26:55.9368121Z ] 2022-11-23T02:26:55.9368609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9369063Z with 2022-11-23T02:26:55.9369213Z [ 2022-11-23T02:26:55.9369395Z T=at::Generator 2022-11-23T02:26:55.9369575Z ] 2022-11-23T02:26:55.9370002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9370665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9371345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9371753Z with 2022-11-23T02:26:55.9371903Z [ 2022-11-23T02:26:55.9372083Z T=at::Generator 2022-11-23T02:26:55.9372263Z ] 2022-11-23T02:26:55.9372665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9373041Z with 2022-11-23T02:26:55.9373202Z [ 2022-11-23T02:26:55.9373363Z T=c10::Scalar 2022-11-23T02:26:55.9373538Z ] 2022-11-23T02:26:55.9373962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9374402Z with 2022-11-23T02:26:55.9374569Z [ 2022-11-23T02:26:55.9374742Z T=c10::Scalar 2022-11-23T02:26:55.9374900Z ] 2022-11-23T02:26:55.9375359Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9375783Z with 2022-11-23T02:26:55.9375947Z [ 2022-11-23T02:26:55.9376122Z T=c10::Scalar 2022-11-23T02:26:55.9376281Z ] 2022-11-23T02:26:55.9376770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9377225Z with 2022-11-23T02:26:55.9377387Z [ 2022-11-23T02:26:55.9377559Z T=c10::Scalar 2022-11-23T02:26:55.9377728Z ] 2022-11-23T02:26:55.9378137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9378788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9379457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9379916Z with 2022-11-23T02:26:55.9380081Z [ 2022-11-23T02:26:55.9380254Z T=c10::Scalar 2022-11-23T02:26:55.9380427Z ] 2022-11-23T02:26:55.9380817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9381189Z with 2022-11-23T02:26:55.9381350Z [ 2022-11-23T02:26:55.9381582Z T=std::shared_ptr 2022-11-23T02:26:55.9381803Z ] 2022-11-23T02:26:55.9382226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9382599Z with 2022-11-23T02:26:55.9382761Z [ 2022-11-23T02:26:55.9382987Z T=std::shared_ptr 2022-11-23T02:26:55.9383203Z ] 2022-11-23T02:26:55.9383661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9384087Z with 2022-11-23T02:26:55.9384236Z [ 2022-11-23T02:26:55.9384463Z T=std::shared_ptr 2022-11-23T02:26:55.9385010Z ] 2022-11-23T02:26:55.9385497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9385940Z with 2022-11-23T02:26:55.9386104Z [ 2022-11-23T02:26:55.9386322Z T=std::shared_ptr 2022-11-23T02:26:55.9386539Z ] 2022-11-23T02:26:55.9387010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9387800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9388506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9388914Z with 2022-11-23T02:26:55.9389079Z [ 2022-11-23T02:26:55.9389311Z T=std::shared_ptr 2022-11-23T02:26:55.9389513Z ] 2022-11-23T02:26:55.9389919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9390301Z with 2022-11-23T02:26:55.9390464Z [ 2022-11-23T02:26:55.9390691Z T=std::weak_ptr 2022-11-23T02:26:55.9390891Z ] 2022-11-23T02:26:55.9391315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9391701Z with 2022-11-23T02:26:55.9391863Z [ 2022-11-23T02:26:55.9392088Z T=std::weak_ptr 2022-11-23T02:26:55.9392299Z ] 2022-11-23T02:26:55.9392742Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9393230Z with 2022-11-23T02:26:55.9393395Z [ 2022-11-23T02:26:55.9393617Z T=std::weak_ptr 2022-11-23T02:26:55.9393829Z ] 2022-11-23T02:26:55.9394321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9394779Z with 2022-11-23T02:26:55.9394929Z [ 2022-11-23T02:26:55.9395151Z T=std::weak_ptr 2022-11-23T02:26:55.9395362Z ] 2022-11-23T02:26:55.9395822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9396543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9397242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9397820Z with 2022-11-23T02:26:55.9397973Z [ 2022-11-23T02:26:55.9398259Z T=std::weak_ptr 2022-11-23T02:26:55.9398473Z ] 2022-11-23T02:26:55.9398881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9399257Z with 2022-11-23T02:26:55.9399420Z [ 2022-11-23T02:26:55.9399660Z T=std::vector> 2022-11-23T02:26:55.9399897Z ] 2022-11-23T02:26:55.9400388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9400780Z with 2022-11-23T02:26:55.9400944Z [ 2022-11-23T02:26:55.9401198Z T=std::vector> 2022-11-23T02:26:55.9401423Z ] 2022-11-23T02:26:55.9401888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9402313Z with 2022-11-23T02:26:55.9402475Z [ 2022-11-23T02:26:55.9402730Z T=std::vector> 2022-11-23T02:26:55.9402968Z ] 2022-11-23T02:26:55.9403512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9403971Z with 2022-11-23T02:26:55.9404191Z [ 2022-11-23T02:26:55.9404445Z T=std::vector> 2022-11-23T02:26:55.9404681Z ] 2022-11-23T02:26:55.9405166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:55.9405933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:55.9406725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9407119Z with 2022-11-23T02:26:55.9407281Z [ 2022-11-23T02:26:55.9407535Z T=std::vector> 2022-11-23T02:26:55.9407770Z ] 2022-11-23T02:26:55.9408177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9408556Z with 2022-11-23T02:26:55.9408705Z [ 2022-11-23T02:26:55.9408925Z T=std::vector> 2022-11-23T02:26:55.9409134Z ] 2022-11-23T02:26:55.9409620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9410015Z with 2022-11-23T02:26:55.9410239Z [ 2022-11-23T02:26:55.9410444Z T=std::vector> 2022-11-23T02:26:55.9410649Z ] 2022-11-23T02:26:55.9411111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9411541Z with 2022-11-23T02:26:55.9411702Z [ 2022-11-23T02:26:55.9411907Z T=std::vector> 2022-11-23T02:26:55.9412115Z ] 2022-11-23T02:26:55.9412606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9413055Z with 2022-11-23T02:26:55.9413216Z [ 2022-11-23T02:26:55.9413495Z T=std::vector> 2022-11-23T02:26:55.9413689Z ] 2022-11-23T02:26:55.9414149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:55.9414862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:55.9415614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9416086Z with 2022-11-23T02:26:55.9416255Z [ 2022-11-23T02:26:55.9416474Z T=std::vector> 2022-11-23T02:26:55.9416683Z ] 2022-11-23T02:26:55.9417077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9417454Z with 2022-11-23T02:26:55.9417616Z [ 2022-11-23T02:26:55.9417883Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9418132Z ] 2022-11-23T02:26:55.9418558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9418992Z with 2022-11-23T02:26:55.9419155Z [ 2022-11-23T02:26:55.9419417Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9419660Z ] 2022-11-23T02:26:55.9420121Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9420550Z with 2022-11-23T02:26:55.9420699Z [ 2022-11-23T02:26:55.9420965Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9421212Z ] 2022-11-23T02:26:55.9421764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9422273Z with 2022-11-23T02:26:55.9422440Z [ 2022-11-23T02:26:55.9422691Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9422974Z ] 2022-11-23T02:26:55.9428365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:55.9429756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:55.9430667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:55.9431551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9431976Z with 2022-11-23T02:26:55.9432211Z [ 2022-11-23T02:26:55.9432617Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9432958Z ] 2022-11-23T02:26:55.9433377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9433758Z with 2022-11-23T02:26:55.9433921Z [ 2022-11-23T02:26:55.9434245Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9434491Z ] 2022-11-23T02:26:55.9434959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9435353Z with 2022-11-23T02:26:55.9435519Z [ 2022-11-23T02:26:55.9435777Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9436013Z ] 2022-11-23T02:26:55.9436477Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9436895Z with 2022-11-23T02:26:55.9437043Z [ 2022-11-23T02:26:55.9437385Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9437628Z ] 2022-11-23T02:26:55.9438244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9438701Z with 2022-11-23T02:26:55.9438867Z [ 2022-11-23T02:26:55.9439117Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9439362Z ] 2022-11-23T02:26:55.9439850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:55.9440686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:55.9441451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:55.9442126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9442537Z with 2022-11-23T02:26:55.9442702Z [ 2022-11-23T02:26:55.9442949Z T=std::vector,std::allocator>> 2022-11-23T02:26:55.9443188Z ] 2022-11-23T02:26:55.9443598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9443971Z with 2022-11-23T02:26:55.9444136Z [ 2022-11-23T02:26:55.9444357Z T=std::vector> 2022-11-23T02:26:55.9444557Z ] 2022-11-23T02:26:55.9445051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9445450Z with 2022-11-23T02:26:55.9445615Z [ 2022-11-23T02:26:55.9445839Z T=std::vector> 2022-11-23T02:26:55.9446085Z ] 2022-11-23T02:26:55.9446554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9447044Z with 2022-11-23T02:26:55.9447208Z [ 2022-11-23T02:26:55.9447436Z T=std::vector> 2022-11-23T02:26:55.9447647Z ] 2022-11-23T02:26:55.9448134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9448574Z with 2022-11-23T02:26:55.9448737Z [ 2022-11-23T02:26:55.9448959Z T=std::vector> 2022-11-23T02:26:55.9449168Z ] 2022-11-23T02:26:55.9449622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:55.9450336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:55.9451106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9451509Z with 2022-11-23T02:26:55.9451658Z [ 2022-11-23T02:26:55.9451881Z T=std::vector> 2022-11-23T02:26:55.9452152Z ] 2022-11-23T02:26:55.9452560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9452997Z with 2022-11-23T02:26:55.9453146Z [ 2022-11-23T02:26:55.9453396Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:55.9453635Z ] 2022-11-23T02:26:55.9454059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9454453Z with 2022-11-23T02:26:55.9454614Z [ 2022-11-23T02:26:55.9454849Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:55.9455086Z ] 2022-11-23T02:26:55.9455547Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9455972Z with 2022-11-23T02:26:55.9456132Z [ 2022-11-23T02:26:55.9456378Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:55.9456600Z ] 2022-11-23T02:26:55.9457090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9457539Z with 2022-11-23T02:26:55.9457702Z [ 2022-11-23T02:26:55.9458008Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:55.9458314Z ] 2022-11-23T02:26:55.9458856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9459638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9460419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:26:55.9461159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9461568Z with 2022-11-23T02:26:55.9461732Z [ 2022-11-23T02:26:55.9461980Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:55.9462216Z ] 2022-11-23T02:26:55.9462624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9462990Z with 2022-11-23T02:26:55.9463155Z [ 2022-11-23T02:26:55.9463402Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:55.9464358Z ] 2022-11-23T02:26:55.9464850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9465247Z with 2022-11-23T02:26:55.9465396Z [ 2022-11-23T02:26:55.9465650Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:55.9465887Z ] 2022-11-23T02:26:55.9466355Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9466781Z with 2022-11-23T02:26:55.9466945Z [ 2022-11-23T02:26:55.9467178Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:55.9467412Z ] 2022-11-23T02:26:55.9467904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9468362Z with 2022-11-23T02:26:55.9468526Z [ 2022-11-23T02:26:55.9468776Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:55.9468999Z ] 2022-11-23T02:26:55.9469484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9470330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9471179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:26:55.9471993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9472410Z with 2022-11-23T02:26:55.9472579Z [ 2022-11-23T02:26:55.9472835Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:55.9473060Z ] 2022-11-23T02:26:55.9473476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9473856Z with 2022-11-23T02:26:55.9474024Z [ 2022-11-23T02:26:55.9474231Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:55.9474427Z ] 2022-11-23T02:26:55.9474840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9475234Z with 2022-11-23T02:26:55.9475397Z [ 2022-11-23T02:26:55.9475600Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:55.9475796Z ] 2022-11-23T02:26:55.9476316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9476731Z with 2022-11-23T02:26:55.9476954Z [ 2022-11-23T02:26:55.9477153Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:55.9477516Z ] 2022-11-23T02:26:55.9478011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9478468Z with 2022-11-23T02:26:55.9478618Z [ 2022-11-23T02:26:55.9478817Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:55.9479012Z ] 2022-11-23T02:26:55.9479460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9480153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9480549Z with 2022-11-23T02:26:55.9480716Z [ 2022-11-23T02:26:55.9480903Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:55.9481098Z ] 2022-11-23T02:26:55.9481588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:26:55.9482379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9482840Z with 2022-11-23T02:26:55.9483011Z [ 2022-11-23T02:26:55.9483200Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:55.9483396Z ] 2022-11-23T02:26:55.9483799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9484179Z with 2022-11-23T02:26:55.9484342Z [ 2022-11-23T02:26:55.9484632Z T=std::vector> 2022-11-23T02:26:55.9484955Z ] 2022-11-23T02:26:55.9485389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9485778Z with 2022-11-23T02:26:55.9485940Z [ 2022-11-23T02:26:55.9486228Z T=std::vector> 2022-11-23T02:26:55.9486490Z ] 2022-11-23T02:26:55.9486945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9487378Z with 2022-11-23T02:26:55.9487542Z [ 2022-11-23T02:26:55.9487832Z T=std::vector> 2022-11-23T02:26:55.9488095Z ] 2022-11-23T02:26:55.9488647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9489160Z with 2022-11-23T02:26:55.9489310Z [ 2022-11-23T02:26:55.9489600Z T=std::vector> 2022-11-23T02:26:55.9489866Z ] 2022-11-23T02:26:55.9490389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:55.9491293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:55.9492062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9492479Z with 2022-11-23T02:26:55.9492650Z [ 2022-11-23T02:26:55.9492929Z T=std::vector> 2022-11-23T02:26:55.9493202Z ] 2022-11-23T02:26:55.9493614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9493991Z with 2022-11-23T02:26:55.9494206Z [ 2022-11-23T02:26:55.9494387Z T=c10::DimVector 2022-11-23T02:26:55.9494554Z ] 2022-11-23T02:26:55.9495036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9495431Z with 2022-11-23T02:26:55.9495590Z [ 2022-11-23T02:26:55.9495766Z T=c10::DimVector 2022-11-23T02:26:55.9495924Z ] 2022-11-23T02:26:55.9496383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9496813Z with 2022-11-23T02:26:55.9496975Z [ 2022-11-23T02:26:55.9497150Z T=c10::DimVector 2022-11-23T02:26:55.9497323Z ] 2022-11-23T02:26:55.9497864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9498331Z with 2022-11-23T02:26:55.9498493Z [ 2022-11-23T02:26:55.9498672Z T=c10::DimVector 2022-11-23T02:26:55.9498849Z ] 2022-11-23T02:26:55.9499292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9499964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9500693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9501164Z with 2022-11-23T02:26:55.9501330Z [ 2022-11-23T02:26:55.9501509Z T=c10::DimVector 2022-11-23T02:26:55.9501684Z ] 2022-11-23T02:26:55.9502084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9502449Z with 2022-11-23T02:26:55.9502609Z [ 2022-11-23T02:26:55.9502803Z T=torch::autograd::ViewInfo 2022-11-23T02:26:55.9502994Z ] 2022-11-23T02:26:55.9503418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9503877Z with 2022-11-23T02:26:55.9504026Z [ 2022-11-23T02:26:55.9504219Z T=torch::autograd::ViewInfo 2022-11-23T02:26:55.9504412Z ] 2022-11-23T02:26:55.9504875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9505306Z with 2022-11-23T02:26:55.9505468Z [ 2022-11-23T02:26:55.9505649Z T=torch::autograd::ViewInfo 2022-11-23T02:26:55.9505837Z ] 2022-11-23T02:26:55.9506389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9506907Z with 2022-11-23T02:26:55.9507071Z [ 2022-11-23T02:26:55.9507267Z T=torch::autograd::ViewInfo 2022-11-23T02:26:55.9507443Z ] 2022-11-23T02:26:55.9507888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9508590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9509287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9509693Z with 2022-11-23T02:26:55.9509857Z [ 2022-11-23T02:26:55.9510050Z T=torch::autograd::ViewInfo 2022-11-23T02:26:55.9510226Z ] 2022-11-23T02:26:55.9510701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9511084Z with 2022-11-23T02:26:55.9511250Z [ 2022-11-23T02:26:55.9511485Z T=std::vector> 2022-11-23T02:26:55.9511706Z ] 2022-11-23T02:26:55.9512177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9512565Z with 2022-11-23T02:26:55.9512732Z [ 2022-11-23T02:26:55.9513026Z T=std::vector> 2022-11-23T02:26:55.9513246Z ] 2022-11-23T02:26:55.9513711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9514121Z with 2022-11-23T02:26:55.9514289Z [ 2022-11-23T02:26:55.9514522Z T=std::vector> 2022-11-23T02:26:55.9514741Z ] 2022-11-23T02:26:55.9515231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9515686Z with 2022-11-23T02:26:55.9515834Z [ 2022-11-23T02:26:55.9516064Z T=std::vector> 2022-11-23T02:26:55.9516280Z ] 2022-11-23T02:26:55.9516795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:55.9517211Z with 2022-11-23T02:26:55.9517504Z [ 2022-11-23T02:26:55.9517671Z T=c10::SymInt 2022-11-23T02:26:55.9517845Z ] 2022-11-23T02:26:55.9518351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:55.9518817Z with 2022-11-23T02:26:55.9518984Z [ 2022-11-23T02:26:55.9519161Z T=c10::SymInt 2022-11-23T02:26:55.9519320Z ] 2022-11-23T02:26:55.9519793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:26:55.9520595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:26:55.9521358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9521761Z with 2022-11-23T02:26:55.9521925Z [ 2022-11-23T02:26:55.9522161Z T=std::vector> 2022-11-23T02:26:55.9522366Z ] 2022-11-23T02:26:55.9522775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9523154Z with 2022-11-23T02:26:55.9523316Z [ 2022-11-23T02:26:55.9523490Z T=c10::IValue 2022-11-23T02:26:55.9523665Z ] 2022-11-23T02:26:55.9524801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9525224Z with 2022-11-23T02:26:55.9525391Z [ 2022-11-23T02:26:55.9525575Z T=c10::IValue 2022-11-23T02:26:55.9525753Z ] 2022-11-23T02:26:55.9526208Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9526639Z with 2022-11-23T02:26:55.9526803Z [ 2022-11-23T02:26:55.9526974Z T=c10::IValue 2022-11-23T02:26:55.9527151Z ] 2022-11-23T02:26:55.9527641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9528089Z with 2022-11-23T02:26:55.9528236Z [ 2022-11-23T02:26:55.9528406Z T=c10::IValue 2022-11-23T02:26:55.9528576Z ] 2022-11-23T02:26:55.9529000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9529673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9530415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9530963Z with 2022-11-23T02:26:55.9531115Z [ 2022-11-23T02:26:55.9531294Z T=c10::IValue 2022-11-23T02:26:55.9531469Z ] 2022-11-23T02:26:55.9531878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9532257Z with 2022-11-23T02:26:55.9532406Z [ 2022-11-23T02:26:55.9532592Z T=c10::AliasInfo 2022-11-23T02:26:55.9532772Z ] 2022-11-23T02:26:55.9533198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9533585Z with 2022-11-23T02:26:55.9533748Z [ 2022-11-23T02:26:55.9533916Z T=c10::AliasInfo 2022-11-23T02:26:55.9534095Z ] 2022-11-23T02:26:55.9534559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9534985Z with 2022-11-23T02:26:55.9535146Z [ 2022-11-23T02:26:55.9535321Z T=c10::AliasInfo 2022-11-23T02:26:55.9535483Z ] 2022-11-23T02:26:55.9535969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9536481Z with 2022-11-23T02:26:55.9536645Z [ 2022-11-23T02:26:55.9536878Z T=c10::AliasInfo 2022-11-23T02:26:55.9537042Z ] 2022-11-23T02:26:55.9537474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9538210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9538895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9539307Z with 2022-11-23T02:26:55.9539473Z [ 2022-11-23T02:26:55.9539653Z T=c10::AliasInfo 2022-11-23T02:26:55.9539817Z ] 2022-11-23T02:26:55.9540222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9540605Z with 2022-11-23T02:26:55.9540770Z [ 2022-11-23T02:26:55.9540970Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:55.9541166Z ] 2022-11-23T02:26:55.9541573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9541963Z with 2022-11-23T02:26:55.9542181Z [ 2022-11-23T02:26:55.9542378Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:55.9542570Z ] 2022-11-23T02:26:55.9543084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9543563Z with 2022-11-23T02:26:55.9543723Z [ 2022-11-23T02:26:55.9543916Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:55.9544106Z ] 2022-11-23T02:26:55.9544593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9545046Z with 2022-11-23T02:26:55.9545196Z [ 2022-11-23T02:26:55.9545392Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:55.9545587Z ] 2022-11-23T02:26:55.9546036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9546746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9547466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9547877Z with 2022-11-23T02:26:55.9548026Z [ 2022-11-23T02:26:55.9548290Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:55.9548484Z ] 2022-11-23T02:26:55.9548950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9549325Z with 2022-11-23T02:26:55.9549486Z [ 2022-11-23T02:26:55.9549716Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:55.9549947Z ] 2022-11-23T02:26:55.9550369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9550761Z with 2022-11-23T02:26:55.9550993Z [ 2022-11-23T02:26:55.9551235Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:55.9551449Z ] 2022-11-23T02:26:55.9551912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9552334Z with 2022-11-23T02:26:55.9552500Z [ 2022-11-23T02:26:55.9552745Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:55.9552975Z ] 2022-11-23T02:26:55.9553453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9553910Z with 2022-11-23T02:26:55.9554118Z [ 2022-11-23T02:26:55.9554366Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:55.9554590Z ] 2022-11-23T02:26:55.9555125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9555910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9556639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9557116Z with 2022-11-23T02:26:55.9557361Z [ 2022-11-23T02:26:55.9557613Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:55.9557845Z ] 2022-11-23T02:26:55.9558271Z 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-23T02:26:55.9558865Z 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-23T02:26:55.9559429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9559822Z with 2022-11-23T02:26:55.9559992Z [ 2022-11-23T02:26:55.9560246Z T=at::StepCallbacks 2022-11-23T02:26:55.9560431Z ] 2022-11-23T02:26:55.9560965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9561353Z with 2022-11-23T02:26:55.9561519Z [ 2022-11-23T02:26:55.9561713Z T=at::StepCallbacks 2022-11-23T02:26:55.9561900Z ] 2022-11-23T02:26:55.9562369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9562796Z with 2022-11-23T02:26:55.9562947Z [ 2022-11-23T02:26:55.9563142Z T=at::StepCallbacks 2022-11-23T02:26:55.9563332Z ] 2022-11-23T02:26:55.9563827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9564359Z with 2022-11-23T02:26:55.9564531Z [ 2022-11-23T02:26:55.9564706Z T=at::StepCallbacks 2022-11-23T02:26:55.9564892Z ] 2022-11-23T02:26:55.9565333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9566029Z 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-23T02:26:55.9566842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9567255Z with 2022-11-23T02:26:55.9567418Z [ 2022-11-23T02:26:55.9567594Z T=at::StepCallbacks 2022-11-23T02:26:55.9567780Z ] 2022-11-23T02:26:55.9568189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9568562Z with 2022-11-23T02:26:55.9568726Z [ 2022-11-23T02:26:55.9568967Z T=c10::either 2022-11-23T02:26:55.9569178Z ] 2022-11-23T02:26:55.9569600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9570052Z with 2022-11-23T02:26:55.9570215Z [ 2022-11-23T02:26:55.9570452Z T=c10::either 2022-11-23T02:26:55.9570659Z ] 2022-11-23T02:26:55.9571127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9571551Z with 2022-11-23T02:26:55.9571716Z [ 2022-11-23T02:26:55.9571953Z T=c10::either 2022-11-23T02:26:55.9572232Z ] 2022-11-23T02:26:55.9572761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9573208Z with 2022-11-23T02:26:55.9573371Z [ 2022-11-23T02:26:55.9573609Z T=c10::either 2022-11-23T02:26:55.9573832Z ] 2022-11-23T02:26:55.9574305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9575076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9575834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9576259Z with 2022-11-23T02:26:55.9576423Z [ 2022-11-23T02:26:55.9576679Z T=c10::either 2022-11-23T02:26:55.9576921Z ] 2022-11-23T02:26:55.9577413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9577812Z with 2022-11-23T02:26:55.9577967Z [ 2022-11-23T02:26:55.9578223Z T=torch::jit::Operator 2022-11-23T02:26:55.9578426Z ] 2022-11-23T02:26:55.9578856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9579316Z with 2022-11-23T02:26:55.9579491Z [ 2022-11-23T02:26:55.9579674Z T=torch::jit::Operator 2022-11-23T02:26:55.9579869Z ] 2022-11-23T02:26:55.9580347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9580791Z with 2022-11-23T02:26:55.9580966Z [ 2022-11-23T02:26:55.9581168Z T=torch::jit::Operator 2022-11-23T02:26:55.9581348Z ] 2022-11-23T02:26:55.9581852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9582315Z with 2022-11-23T02:26:55.9582490Z [ 2022-11-23T02:26:55.9582689Z T=torch::jit::Operator 2022-11-23T02:26:55.9582865Z ] 2022-11-23T02:26:55.9583320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9584096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9584871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9585358Z with 2022-11-23T02:26:55.9585532Z [ 2022-11-23T02:26:55.9585737Z T=torch::jit::Operator 2022-11-23T02:26:55.9585934Z ] 2022-11-23T02:26:55.9586334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9586720Z with 2022-11-23T02:26:55.9586896Z [ 2022-11-23T02:26:55.9587127Z T=std::tuple 2022-11-23T02:26:55.9587346Z ] 2022-11-23T02:26:55.9587768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9588166Z with 2022-11-23T02:26:55.9588345Z [ 2022-11-23T02:26:55.9588574Z T=std::tuple 2022-11-23T02:26:55.9588790Z ] 2022-11-23T02:26:55.9589270Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9589708Z with 2022-11-23T02:26:55.9589862Z [ 2022-11-23T02:26:55.9590090Z T=std::tuple 2022-11-23T02:26:55.9590305Z ] 2022-11-23T02:26:55.9590923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9591450Z with 2022-11-23T02:26:55.9591625Z [ 2022-11-23T02:26:55.9591832Z T=std::tuple 2022-11-23T02:26:55.9592044Z ] 2022-11-23T02:26:55.9592504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9593240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9593962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9594376Z with 2022-11-23T02:26:55.9594544Z [ 2022-11-23T02:26:55.9594744Z T=std::tuple 2022-11-23T02:26:55.9594947Z ] 2022-11-23T02:26:55.9595353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9595727Z with 2022-11-23T02:26:55.9595887Z [ 2022-11-23T02:26:55.9596080Z T=torch::jit::SourceRange 2022-11-23T02:26:55.9596254Z ] 2022-11-23T02:26:55.9596733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9597326Z with 2022-11-23T02:26:55.9597500Z [ 2022-11-23T02:26:55.9597696Z T=torch::jit::SourceRange 2022-11-23T02:26:55.9597870Z ] 2022-11-23T02:26:55.9598334Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9598755Z with 2022-11-23T02:26:55.9598921Z [ 2022-11-23T02:26:55.9599114Z T=torch::jit::SourceRange 2022-11-23T02:26:55.9599300Z ] 2022-11-23T02:26:55.9599772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9600228Z with 2022-11-23T02:26:55.9600389Z [ 2022-11-23T02:26:55.9600578Z T=torch::jit::SourceRange 2022-11-23T02:26:55.9600765Z ] 2022-11-23T02:26:55.9601210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9601916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9602666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9603127Z with 2022-11-23T02:26:55.9603291Z [ 2022-11-23T02:26:55.9603484Z T=torch::jit::SourceRange 2022-11-23T02:26:55.9603673Z ] 2022-11-23T02:26:55.9604161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9604537Z with 2022-11-23T02:26:55.9604688Z [ 2022-11-23T02:26:55.9617218Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:55.9617445Z ] 2022-11-23T02:26:55.9617894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9618288Z with 2022-11-23T02:26:55.9618434Z [ 2022-11-23T02:26:55.9618637Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:55.9618832Z ] 2022-11-23T02:26:55.9619308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9619737Z with 2022-11-23T02:26:55.9619893Z [ 2022-11-23T02:26:55.9620091Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:55.9620282Z ] 2022-11-23T02:26:55.9620842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9621344Z with 2022-11-23T02:26:55.9621503Z [ 2022-11-23T02:26:55.9621706Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:55.9621889Z ] 2022-11-23T02:26:55.9622350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9623250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9623947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9624344Z with 2022-11-23T02:26:55.9624503Z [ 2022-11-23T02:26:55.9624705Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:55.9624890Z ] 2022-11-23T02:26:55.9625284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9625665Z with 2022-11-23T02:26:55.9625824Z [ 2022-11-23T02:26:55.9626024Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:55.9626221Z ] 2022-11-23T02:26:55.9626688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9627133Z with 2022-11-23T02:26:55.9627289Z [ 2022-11-23T02:26:55.9627486Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:55.9627681Z ] 2022-11-23T02:26:55.9628139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9628544Z with 2022-11-23T02:26:55.9628704Z [ 2022-11-23T02:26:55.9628907Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:55.9629094Z ] 2022-11-23T02:26:55.9629645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9630100Z with 2022-11-23T02:26:55.9630245Z [ 2022-11-23T02:26:55.9630445Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:55.9630643Z ] 2022-11-23T02:26:55.9631088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9631792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9632549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9632958Z with 2022-11-23T02:26:55.9633165Z [ 2022-11-23T02:26:55.9633375Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:55.9633583Z ] 2022-11-23T02:26:55.9633991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9634366Z with 2022-11-23T02:26:55.9634525Z [ 2022-11-23T02:26:55.9634697Z T=torch::jit::ScopePtr 2022-11-23T02:26:55.9634880Z ] 2022-11-23T02:26:55.9635304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9635753Z with 2022-11-23T02:26:55.9635914Z [ 2022-11-23T02:26:55.9636086Z T=torch::jit::ScopePtr 2022-11-23T02:26:55.9636267Z ] 2022-11-23T02:26:55.9636726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9637148Z with 2022-11-23T02:26:55.9637403Z [ 2022-11-23T02:26:55.9637591Z T=torch::jit::ScopePtr 2022-11-23T02:26:55.9637759Z ] 2022-11-23T02:26:55.9638248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9638769Z with 2022-11-23T02:26:55.9638929Z [ 2022-11-23T02:26:55.9639169Z T=torch::jit::ScopePtr 2022-11-23T02:26:55.9639354Z ] 2022-11-23T02:26:55.9639780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9640464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9641155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9641560Z with 2022-11-23T02:26:55.9641730Z [ 2022-11-23T02:26:55.9641914Z T=torch::jit::ScopePtr 2022-11-23T02:26:55.9642097Z ] 2022-11-23T02:26:55.9642548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9642928Z with 2022-11-23T02:26:55.9643090Z [ 2022-11-23T02:26:55.9643282Z T=at::ThreadLocalState 2022-11-23T02:26:55.9643468Z ] 2022-11-23T02:26:55.9643887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9644258Z with 2022-11-23T02:26:55.9644472Z [ 2022-11-23T02:26:55.9644663Z T=at::ThreadLocalState 2022-11-23T02:26:55.9644849Z ] 2022-11-23T02:26:55.9645363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9645793Z with 2022-11-23T02:26:55.9645941Z [ 2022-11-23T02:26:55.9646131Z T=at::ThreadLocalState 2022-11-23T02:26:55.9646315Z ] 2022-11-23T02:26:55.9646804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9647253Z with 2022-11-23T02:26:55.9647411Z [ 2022-11-23T02:26:55.9647586Z T=at::ThreadLocalState 2022-11-23T02:26:55.9647771Z ] 2022-11-23T02:26:55.9648213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9648977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9649678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9650084Z with 2022-11-23T02:26:55.9650246Z [ 2022-11-23T02:26:55.9650479Z T=at::ThreadLocalState 2022-11-23T02:26:55.9650668Z ] 2022-11-23T02:26:55.9651130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9651560Z with 2022-11-23T02:26:55.9651722Z [ 2022-11-23T02:26:55.9651935Z T=std::shared_ptr 2022-11-23T02:26:55.9652124Z ] 2022-11-23T02:26:55.9652553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9652945Z with 2022-11-23T02:26:55.9653103Z [ 2022-11-23T02:26:55.9653310Z T=std::shared_ptr 2022-11-23T02:26:55.9653495Z ] 2022-11-23T02:26:55.9653954Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9654377Z with 2022-11-23T02:26:55.9654536Z [ 2022-11-23T02:26:55.9654742Z T=std::shared_ptr 2022-11-23T02:26:55.9654941Z ] 2022-11-23T02:26:55.9655472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9655919Z with 2022-11-23T02:26:55.9656082Z [ 2022-11-23T02:26:55.9656289Z T=std::shared_ptr 2022-11-23T02:26:55.9656489Z ] 2022-11-23T02:26:55.9657000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:55.9657751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:55.9658473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:26:55.9659179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9659588Z with 2022-11-23T02:26:55.9659750Z [ 2022-11-23T02:26:55.9659959Z T=std::shared_ptr 2022-11-23T02:26:55.9660159Z ] 2022-11-23T02:26:55.9660563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9660935Z with 2022-11-23T02:26:55.9661082Z [ 2022-11-23T02:26:55.9661335Z T=torch::jit::GraphExecutor 2022-11-23T02:26:55.9661527Z ] 2022-11-23T02:26:55.9661954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9662344Z with 2022-11-23T02:26:55.9662492Z [ 2022-11-23T02:26:55.9662740Z T=torch::jit::GraphExecutor 2022-11-23T02:26:55.9662933Z ] 2022-11-23T02:26:55.9663450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9663880Z with 2022-11-23T02:26:55.9664040Z [ 2022-11-23T02:26:55.9664220Z T=torch::jit::GraphExecutor 2022-11-23T02:26:55.9664411Z ] 2022-11-23T02:26:55.9664905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9665354Z with 2022-11-23T02:26:55.9665516Z [ 2022-11-23T02:26:55.9665709Z T=torch::jit::GraphExecutor 2022-11-23T02:26:55.9665886Z ] 2022-11-23T02:26:55.9666330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9667016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9667729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:26:55.9668534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9668956Z with 2022-11-23T02:26:55.9669120Z [ 2022-11-23T02:26:55.9669374Z T=torch::jit::GraphExecutor 2022-11-23T02:26:55.9669551Z ] 2022-11-23T02:26:55.9669955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9670330Z with 2022-11-23T02:26:55.9670490Z [ 2022-11-23T02:26:55.9670674Z T=torch::jit::Method 2022-11-23T02:26:55.9670845Z ] 2022-11-23T02:26:55.9671266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9671659Z with 2022-11-23T02:26:55.9671824Z [ 2022-11-23T02:26:55.9672006Z T=torch::jit::Method 2022-11-23T02:26:55.9672184Z ] 2022-11-23T02:26:55.9672628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9673053Z with 2022-11-23T02:26:55.9673213Z [ 2022-11-23T02:26:55.9673395Z T=torch::jit::Method 2022-11-23T02:26:55.9673572Z ] 2022-11-23T02:26:55.9674059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9674608Z with 2022-11-23T02:26:55.9674770Z [ 2022-11-23T02:26:55.9674953Z T=torch::jit::Method 2022-11-23T02:26:55.9675185Z ] 2022-11-23T02:26:55.9675624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9676297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9676971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9677464Z with 2022-11-23T02:26:55.9677614Z [ 2022-11-23T02:26:55.9677798Z T=torch::jit::Method 2022-11-23T02:26:55.9677979Z ] 2022-11-23T02:26:55.9678296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9678363Z with 2022-11-23T02:26:55.9678429Z [ 2022-11-23T02:26:55.9678568Z T=std::vector> 2022-11-23T02:26:55.9678631Z ] 2022-11-23T02:26:55.9678956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9679008Z with 2022-11-23T02:26:55.9679070Z [ 2022-11-23T02:26:55.9679208Z T=std::vector> 2022-11-23T02:26:55.9679273Z ] 2022-11-23T02:26:55.9679700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9679769Z with 2022-11-23T02:26:55.9679831Z [ 2022-11-23T02:26:55.9679970Z T=std::vector> 2022-11-23T02:26:55.9680033Z ] 2022-11-23T02:26:55.9680419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9680540Z with 2022-11-23T02:26:55.9680606Z [ 2022-11-23T02:26:55.9680742Z T=std::vector> 2022-11-23T02:26:55.9680805Z ] 2022-11-23T02:26:55.9681235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:55.9681620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:55.9681963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9682029Z with 2022-11-23T02:26:55.9682091Z [ 2022-11-23T02:26:55.9682217Z T=std::vector> 2022-11-23T02:26:55.9682892Z ] 2022-11-23T02:26:55.9683205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9683271Z with 2022-11-23T02:26:55.9683337Z [ 2022-11-23T02:26:55.9683435Z T=torch::jit::NamedValue 2022-11-23T02:26:55.9683497Z ] 2022-11-23T02:26:55.9683826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:55.9683894Z with 2022-11-23T02:26:55.9683956Z [ 2022-11-23T02:26:55.9684052Z T=torch::jit::NamedValue 2022-11-23T02:26:55.9684114Z ] 2022-11-23T02:26:55.9684483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:55.9684551Z with 2022-11-23T02:26:55.9684612Z [ 2022-11-23T02:26:55.9684707Z T=torch::jit::NamedValue 2022-11-23T02:26:55.9684755Z ] 2022-11-23T02:26:55.9685148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:55.9685214Z with 2022-11-23T02:26:55.9685277Z [ 2022-11-23T02:26:55.9685372Z T=torch::jit::NamedValue 2022-11-23T02:26:55.9685435Z ] 2022-11-23T02:26:55.9685782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:55.9686149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:55.9686606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:55.9686679Z with 2022-11-23T02:26:55.9686742Z [ 2022-11-23T02:26:55.9686838Z T=torch::jit::NamedValue 2022-11-23T02:26:55.9686902Z ] 2022-11-23T02:26:56.1697970Z [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 /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-23T02:26:56.1698606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:26:56.1699062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1699197Z with 2022-11-23T02:26:56.1699299Z [ 2022-11-23T02:26:56.1699421Z T=c10::SymInt 2022-11-23T02:26:56.1699509Z ] 2022-11-23T02:26:56.1699961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1700356Z with 2022-11-23T02:26:56.1700442Z [ 2022-11-23T02:26:56.1700557Z T=c10::SymInt 2022-11-23T02:26:56.1700649Z ] 2022-11-23T02:26:56.1701200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1701291Z with 2022-11-23T02:26:56.1701358Z [ 2022-11-23T02:26:56.1701471Z T=c10::SymInt 2022-11-23T02:26:56.1701553Z ] 2022-11-23T02:26:56.1702072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1702164Z with 2022-11-23T02:26:56.1702254Z [ 2022-11-23T02:26:56.1702361Z T=c10::SymInt 2022-11-23T02:26:56.1702450Z ] 2022-11-23T02:26:56.1702901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1703339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1703787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1703885Z with 2022-11-23T02:26:56.1703967Z [ 2022-11-23T02:26:56.1704081Z T=c10::SymInt 2022-11-23T02:26:56.1704166Z ] 2022-11-23T02:26:56.1704555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:26:56.1705075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1705171Z with 2022-11-23T02:26:56.1705242Z [ 2022-11-23T02:26:56.1705356Z T=std::string 2022-11-23T02:26:56.1705441Z ] 2022-11-23T02:26:56.1705872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1705966Z with 2022-11-23T02:26:56.1706053Z [ 2022-11-23T02:26:56.1706170Z T=std::string 2022-11-23T02:26:56.1706266Z ] 2022-11-23T02:26:56.1706806Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1706906Z with 2022-11-23T02:26:56.1707001Z [ 2022-11-23T02:26:56.1707114Z T=std::string 2022-11-23T02:26:56.1707207Z ] 2022-11-23T02:26:56.1707760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1707850Z with 2022-11-23T02:26:56.1707935Z [ 2022-11-23T02:26:56.1708027Z T=std::string 2022-11-23T02:26:56.1708489Z ] 2022-11-23T02:26:56.1708922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1709438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1709896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1709988Z with 2022-11-23T02:26:56.1710074Z [ 2022-11-23T02:26:56.1710186Z T=std::string 2022-11-23T02:26:56.1710269Z ] 2022-11-23T02:26:56.1710681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1710777Z with 2022-11-23T02:26:56.1710864Z [ 2022-11-23T02:26:56.1710992Z T=c10::QualifiedName 2022-11-23T02:26:56.1711079Z ] 2022-11-23T02:26:56.1711500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1711589Z with 2022-11-23T02:26:56.1711673Z [ 2022-11-23T02:26:56.1711781Z T=c10::QualifiedName 2022-11-23T02:26:56.1711870Z ] 2022-11-23T02:26:56.1712340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1712432Z with 2022-11-23T02:26:56.1712514Z [ 2022-11-23T02:26:56.1712635Z T=c10::QualifiedName 2022-11-23T02:26:56.1712728Z ] 2022-11-23T02:26:56.1713348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1713445Z with 2022-11-23T02:26:56.1713540Z [ 2022-11-23T02:26:56.1713696Z T=c10::QualifiedName 2022-11-23T02:26:56.1713783Z ] 2022-11-23T02:26:56.1714231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1714682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1715142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1715237Z with 2022-11-23T02:26:56.1715324Z [ 2022-11-23T02:26:56.1715451Z T=c10::QualifiedName 2022-11-23T02:26:56.1715501Z ] 2022-11-23T02:26:56.1715813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1715878Z with 2022-11-23T02:26:56.1715940Z [ 2022-11-23T02:26:56.1716026Z T=at::TensorBase 2022-11-23T02:26:56.1716089Z ] 2022-11-23T02:26:56.1716411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1716534Z with 2022-11-23T02:26:56.1716597Z [ 2022-11-23T02:26:56.1716681Z T=at::TensorBase 2022-11-23T02:26:56.1716743Z ] 2022-11-23T02:26:56.1717115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1717182Z with 2022-11-23T02:26:56.1717343Z [ 2022-11-23T02:26:56.1717432Z T=at::TensorBase 2022-11-23T02:26:56.1717480Z ] 2022-11-23T02:26:56.1717869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1717936Z with 2022-11-23T02:26:56.1717998Z [ 2022-11-23T02:26:56.1718085Z T=at::TensorBase 2022-11-23T02:26:56.1718147Z ] 2022-11-23T02:26:56.1718485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1718824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1719229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1719298Z with 2022-11-23T02:26:56.1719361Z [ 2022-11-23T02:26:56.1719447Z T=at::TensorBase 2022-11-23T02:26:56.1719509Z ] 2022-11-23T02:26:56.1719820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1719885Z with 2022-11-23T02:26:56.1719977Z [ 2022-11-23T02:26:56.1720140Z T=at::Tensor 2022-11-23T02:26:56.1720192Z ] 2022-11-23T02:26:56.1720522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1720589Z with 2022-11-23T02:26:56.1720650Z [ 2022-11-23T02:26:56.1720730Z T=at::Tensor 2022-11-23T02:26:56.1720792Z ] 2022-11-23T02:26:56.1721163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1721233Z with 2022-11-23T02:26:56.1721295Z [ 2022-11-23T02:26:56.1721374Z T=at::Tensor 2022-11-23T02:26:56.1721437Z ] 2022-11-23T02:26:56.1721824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1721890Z with 2022-11-23T02:26:56.1721953Z [ 2022-11-23T02:26:56.1722030Z T=at::Tensor 2022-11-23T02:26:56.1722078Z ] 2022-11-23T02:26:56.1722402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1722733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1723129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1723197Z with 2022-11-23T02:26:56.1723261Z [ 2022-11-23T02:26:56.1723343Z T=at::Tensor 2022-11-23T02:26:56.1723406Z ] 2022-11-23T02:26:56.1723712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1723780Z with 2022-11-23T02:26:56.1723842Z [ 2022-11-23T02:26:56.1723927Z T=at::Generator 2022-11-23T02:26:56.1723989Z ] 2022-11-23T02:26:56.1724309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1724378Z with 2022-11-23T02:26:56.1724444Z [ 2022-11-23T02:26:56.1724529Z T=at::Generator 2022-11-23T02:26:56.1724578Z ] 2022-11-23T02:26:56.1724943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1725010Z with 2022-11-23T02:26:56.1725073Z [ 2022-11-23T02:26:56.1725155Z T=at::Generator 2022-11-23T02:26:56.1725218Z ] 2022-11-23T02:26:56.1725658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1725728Z with 2022-11-23T02:26:56.1725791Z [ 2022-11-23T02:26:56.1725873Z T=at::Generator 2022-11-23T02:26:56.1725935Z ] 2022-11-23T02:26:56.1726842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1727197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1727543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1727610Z with 2022-11-23T02:26:56.1727673Z [ 2022-11-23T02:26:56.1727756Z T=at::Generator 2022-11-23T02:26:56.1727808Z ] 2022-11-23T02:26:56.1728116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1728184Z with 2022-11-23T02:26:56.1728247Z [ 2022-11-23T02:26:56.1728328Z T=c10::Scalar 2022-11-23T02:26:56.1728391Z ] 2022-11-23T02:26:56.1728716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1728783Z with 2022-11-23T02:26:56.1728845Z [ 2022-11-23T02:26:56.1728925Z T=c10::Scalar 2022-11-23T02:26:56.1728987Z ] 2022-11-23T02:26:56.1729353Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1729473Z with 2022-11-23T02:26:56.1729535Z [ 2022-11-23T02:26:56.1729615Z T=c10::Scalar 2022-11-23T02:26:56.1729664Z ] 2022-11-23T02:26:56.1730057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1730125Z with 2022-11-23T02:26:56.1730188Z [ 2022-11-23T02:26:56.1730267Z T=c10::Scalar 2022-11-23T02:26:56.1730329Z ] 2022-11-23T02:26:56.1730656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1730986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1731334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1731400Z with 2022-11-23T02:26:56.1731463Z [ 2022-11-23T02:26:56.1731543Z T=c10::Scalar 2022-11-23T02:26:56.1731606Z ] 2022-11-23T02:26:56.1731982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1732048Z with 2022-11-23T02:26:56.1732110Z [ 2022-11-23T02:26:56.1732246Z T=std::shared_ptr 2022-11-23T02:26:56.1732298Z ] 2022-11-23T02:26:56.1732622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1732690Z with 2022-11-23T02:26:56.1732803Z [ 2022-11-23T02:26:56.1732990Z T=std::shared_ptr 2022-11-23T02:26:56.1733054Z ] 2022-11-23T02:26:56.1733423Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1733490Z with 2022-11-23T02:26:56.1733552Z [ 2022-11-23T02:26:56.1733685Z T=std::shared_ptr 2022-11-23T02:26:56.1733747Z ] 2022-11-23T02:26:56.1734138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1734206Z with 2022-11-23T02:26:56.1734269Z [ 2022-11-23T02:26:56.1734401Z T=std::shared_ptr 2022-11-23T02:26:56.1734464Z ] 2022-11-23T02:26:56.1734839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1735207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1735549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1735656Z with 2022-11-23T02:26:56.1735718Z [ 2022-11-23T02:26:56.1735854Z T=std::shared_ptr 2022-11-23T02:26:56.1735917Z ] 2022-11-23T02:26:56.1736226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1736297Z with 2022-11-23T02:26:56.1736359Z [ 2022-11-23T02:26:56.1736491Z T=std::weak_ptr 2022-11-23T02:26:56.1736555Z ] 2022-11-23T02:26:56.1736881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1736950Z with 2022-11-23T02:26:56.1737015Z [ 2022-11-23T02:26:56.1737144Z T=std::weak_ptr 2022-11-23T02:26:56.1737206Z ] 2022-11-23T02:26:56.1737571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1737638Z with 2022-11-23T02:26:56.1737687Z [ 2022-11-23T02:26:56.1737813Z T=std::weak_ptr 2022-11-23T02:26:56.1737877Z ] 2022-11-23T02:26:56.1738270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1738391Z with 2022-11-23T02:26:56.1738461Z [ 2022-11-23T02:26:56.1738589Z T=std::weak_ptr 2022-11-23T02:26:56.1738650Z ] 2022-11-23T02:26:56.1739062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1739476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1739823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1739891Z with 2022-11-23T02:26:56.1739953Z [ 2022-11-23T02:26:56.1740085Z T=std::weak_ptr 2022-11-23T02:26:56.1740147Z ] 2022-11-23T02:26:56.1740456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1740522Z with 2022-11-23T02:26:56.1740584Z [ 2022-11-23T02:26:56.1740730Z T=std::vector> 2022-11-23T02:26:56.1740795Z ] 2022-11-23T02:26:56.1741117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1741183Z with 2022-11-23T02:26:56.1741245Z [ 2022-11-23T02:26:56.1741404Z T=std::vector> 2022-11-23T02:26:56.1741467Z ] 2022-11-23T02:26:56.1741884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1741951Z with 2022-11-23T02:26:56.1742018Z [ 2022-11-23T02:26:56.1742175Z T=std::vector> 2022-11-23T02:26:56.1742238Z ] 2022-11-23T02:26:56.1742630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1742695Z with 2022-11-23T02:26:56.1742757Z [ 2022-11-23T02:26:56.1742912Z T=std::vector> 2022-11-23T02:26:56.1742975Z ] 2022-11-23T02:26:56.1743349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:56.1743752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:56.1744099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1744164Z with 2022-11-23T02:26:56.1744214Z [ 2022-11-23T02:26:56.1744370Z T=std::vector> 2022-11-23T02:26:56.1744433Z ] 2022-11-23T02:26:56.1744795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1744864Z with 2022-11-23T02:26:56.1744927Z [ 2022-11-23T02:26:56.1745098Z T=std::vector> 2022-11-23T02:26:56.1745162Z ] 2022-11-23T02:26:56.1745535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1745603Z with 2022-11-23T02:26:56.1745665Z [ 2022-11-23T02:26:56.1745786Z T=std::vector> 2022-11-23T02:26:56.1745849Z ] 2022-11-23T02:26:56.1746209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1746277Z with 2022-11-23T02:26:56.1746325Z [ 2022-11-23T02:26:56.1746446Z T=std::vector> 2022-11-23T02:26:56.1746508Z ] 2022-11-23T02:26:56.1746902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1746968Z with 2022-11-23T02:26:56.1747030Z [ 2022-11-23T02:26:56.1747151Z T=std::vector> 2022-11-23T02:26:56.1747215Z ] 2022-11-23T02:26:56.1747574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:56.1747976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:56.1748318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1748384Z with 2022-11-23T02:26:56.1748447Z [ 2022-11-23T02:26:56.1748569Z T=std::vector> 2022-11-23T02:26:56.1748631Z ] 2022-11-23T02:26:56.1748944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1749011Z with 2022-11-23T02:26:56.1749073Z [ 2022-11-23T02:26:56.1749232Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1749298Z ] 2022-11-23T02:26:56.1749631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1749698Z with 2022-11-23T02:26:56.1749760Z [ 2022-11-23T02:26:56.1749928Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1749991Z ] 2022-11-23T02:26:56.1750356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1750423Z with 2022-11-23T02:26:56.1750485Z [ 2022-11-23T02:26:56.1750654Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1750719Z ] 2022-11-23T02:26:56.1751219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1751290Z with 2022-11-23T02:26:56.1751353Z [ 2022-11-23T02:26:56.1751522Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1751585Z ] 2022-11-23T02:26:56.1752043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:56.1752435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:56.1752776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:56.1753121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1753187Z with 2022-11-23T02:26:56.1753237Z [ 2022-11-23T02:26:56.1753408Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1753471Z ] 2022-11-23T02:26:56.1753782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1753898Z with 2022-11-23T02:26:56.1753960Z [ 2022-11-23T02:26:56.1754127Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1754189Z ] 2022-11-23T02:26:56.1754517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1754583Z with 2022-11-23T02:26:56.1754645Z [ 2022-11-23T02:26:56.1754805Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1754868Z ] 2022-11-23T02:26:56.1755233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1755302Z with 2022-11-23T02:26:56.1755365Z [ 2022-11-23T02:26:56.1755523Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1755572Z ] 2022-11-23T02:26:56.1755963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1756030Z with 2022-11-23T02:26:56.1756093Z [ 2022-11-23T02:26:56.1756254Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1756316Z ] 2022-11-23T02:26:56.1756705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:26:56.1757131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:26:56.1757610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:26:56.1757961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1758028Z with 2022-11-23T02:26:56.1758091Z [ 2022-11-23T02:26:56.1758305Z T=std::vector,std::allocator>> 2022-11-23T02:26:56.1758371Z ] 2022-11-23T02:26:56.1758685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1758751Z with 2022-11-23T02:26:56.1758813Z [ 2022-11-23T02:26:56.1758945Z T=std::vector> 2022-11-23T02:26:56.1759007Z ] 2022-11-23T02:26:56.1759334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1759400Z with 2022-11-23T02:26:56.1759448Z [ 2022-11-23T02:26:56.1759576Z T=std::vector> 2022-11-23T02:26:56.1759638Z ] 2022-11-23T02:26:56.1760062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1760128Z with 2022-11-23T02:26:56.1760196Z [ 2022-11-23T02:26:56.1760325Z T=std::vector> 2022-11-23T02:26:56.1760390Z ] 2022-11-23T02:26:56.1760782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1760848Z with 2022-11-23T02:26:56.1760911Z [ 2022-11-23T02:26:56.1761037Z T=std::vector> 2022-11-23T02:26:56.1761099Z ] 2022-11-23T02:26:56.1761459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:56.1761819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:56.1762162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1762229Z with 2022-11-23T02:26:56.1762293Z [ 2022-11-23T02:26:56.1762418Z T=std::vector> 2022-11-23T02:26:56.1762466Z ] 2022-11-23T02:26:56.1762776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1762844Z with 2022-11-23T02:26:56.1762907Z [ 2022-11-23T02:26:56.1763065Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:56.1763171Z ] 2022-11-23T02:26:56.1763497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1763563Z with 2022-11-23T02:26:56.1763625Z [ 2022-11-23T02:26:56.1763835Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:56.1763899Z ] 2022-11-23T02:26:56.1764265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1764334Z with 2022-11-23T02:26:56.1764396Z [ 2022-11-23T02:26:56.1764547Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:56.1764644Z ] 2022-11-23T02:26:56.1765055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1765108Z with 2022-11-23T02:26:56.1765169Z [ 2022-11-23T02:26:56.1765322Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:56.1765384Z ] 2022-11-23T02:26:56.1765769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1766225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1766616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:26:56.1766963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1767030Z with 2022-11-23T02:26:56.1767095Z [ 2022-11-23T02:26:56.1767246Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:26:56.1767311Z ] 2022-11-23T02:26:56.1767623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1767691Z with 2022-11-23T02:26:56.1767756Z [ 2022-11-23T02:26:56.1767912Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:56.1767975Z ] 2022-11-23T02:26:56.1768298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1768364Z with 2022-11-23T02:26:56.1768426Z [ 2022-11-23T02:26:56.1768567Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:56.1768630Z ] 2022-11-23T02:26:56.1768995Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1769064Z with 2022-11-23T02:26:56.1769126Z [ 2022-11-23T02:26:56.1769321Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:56.1769385Z ] 2022-11-23T02:26:56.1769783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1769848Z with 2022-11-23T02:26:56.1769911Z [ 2022-11-23T02:26:56.1770099Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:56.1770177Z ] 2022-11-23T02:26:56.1770568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1771026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1771424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:26:56.1771769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1771837Z with 2022-11-23T02:26:56.1771900Z [ 2022-11-23T02:26:56.1772100Z T=c10::impl::InlineStreamGuard 2022-11-23T02:26:56.1772161Z ] 2022-11-23T02:26:56.1772478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1772545Z with 2022-11-23T02:26:56.1772594Z [ 2022-11-23T02:26:56.1772702Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:56.1772764Z ] 2022-11-23T02:26:56.1773092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1773160Z with 2022-11-23T02:26:56.1773222Z [ 2022-11-23T02:26:56.1773329Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:56.1773393Z ] 2022-11-23T02:26:56.1773757Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1773825Z with 2022-11-23T02:26:56.1773888Z [ 2022-11-23T02:26:56.1773993Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:56.1774056Z ] 2022-11-23T02:26:56.1774449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1774515Z with 2022-11-23T02:26:56.1774564Z [ 2022-11-23T02:26:56.1774667Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:56.1774729Z ] 2022-11-23T02:26:56.1775078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1775460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1775528Z with 2022-11-23T02:26:56.1775595Z [ 2022-11-23T02:26:56.1775699Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:56.1775761Z ] 2022-11-23T02:26:56.1776145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:26:56.1776544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1776614Z with 2022-11-23T02:26:56.1776676Z [ 2022-11-23T02:26:56.1776781Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:26:56.1776843Z ] 2022-11-23T02:26:56.1777153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1777219Z with 2022-11-23T02:26:56.1777282Z [ 2022-11-23T02:26:56.1777509Z T=std::vector> 2022-11-23T02:26:56.1777574Z ] 2022-11-23T02:26:56.1777901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1777969Z with 2022-11-23T02:26:56.1778031Z [ 2022-11-23T02:26:56.1778272Z T=std::vector> 2022-11-23T02:26:56.1778335Z ] 2022-11-23T02:26:56.1778703Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1778770Z with 2022-11-23T02:26:56.1778833Z [ 2022-11-23T02:26:56.1779024Z T=std::vector> 2022-11-23T02:26:56.1779086Z ] 2022-11-23T02:26:56.1779475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1779541Z with 2022-11-23T02:26:56.1779606Z [ 2022-11-23T02:26:56.1779799Z T=std::vector> 2022-11-23T02:26:56.1779862Z ] 2022-11-23T02:26:56.1780286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:56.1780708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:56.1781052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1781122Z with 2022-11-23T02:26:56.1781174Z [ 2022-11-23T02:26:56.1781365Z T=std::vector> 2022-11-23T02:26:56.1781473Z ] 2022-11-23T02:26:56.1781783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1781849Z with 2022-11-23T02:26:56.1781914Z [ 2022-11-23T02:26:56.1781999Z T=c10::DimVector 2022-11-23T02:26:56.1782062Z ] 2022-11-23T02:26:56.1782389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1782458Z with 2022-11-23T02:26:56.1782523Z [ 2022-11-23T02:26:56.1782607Z T=c10::DimVector 2022-11-23T02:26:56.1782668Z ] 2022-11-23T02:26:56.1783094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1783160Z with 2022-11-23T02:26:56.1783223Z [ 2022-11-23T02:26:56.1783292Z T=c10::DimVector 2022-11-23T02:26:56.1783359Z ] 2022-11-23T02:26:56.1783799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1783868Z with 2022-11-23T02:26:56.1783929Z [ 2022-11-23T02:26:56.1784015Z T=c10::DimVector 2022-11-23T02:26:56.1784128Z ] 2022-11-23T02:26:56.1784468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1784805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1785148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1785216Z with 2022-11-23T02:26:56.1785282Z [ 2022-11-23T02:26:56.1785365Z T=c10::DimVector 2022-11-23T02:26:56.1785427Z ] 2022-11-23T02:26:56.1785732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1785799Z with 2022-11-23T02:26:56.1785862Z [ 2022-11-23T02:26:56.1785949Z T=torch::autograd::ViewInfo 2022-11-23T02:26:56.1786012Z ] 2022-11-23T02:26:56.1786341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1786407Z with 2022-11-23T02:26:56.1786469Z [ 2022-11-23T02:26:56.1786568Z T=torch::autograd::ViewInfo 2022-11-23T02:26:56.1786630Z ] 2022-11-23T02:26:56.1786998Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1787064Z with 2022-11-23T02:26:56.1787129Z [ 2022-11-23T02:26:56.1787224Z T=torch::autograd::ViewInfo 2022-11-23T02:26:56.1787286Z ] 2022-11-23T02:26:56.1787718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1787786Z with 2022-11-23T02:26:56.1787848Z [ 2022-11-23T02:26:56.1787943Z T=torch::autograd::ViewInfo 2022-11-23T02:26:56.1787991Z ] 2022-11-23T02:26:56.1788335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1788696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1789043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1789110Z with 2022-11-23T02:26:56.1789217Z [ 2022-11-23T02:26:56.1789329Z T=torch::autograd::ViewInfo 2022-11-23T02:26:56.1789396Z ] 2022-11-23T02:26:56.1789707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1789772Z with 2022-11-23T02:26:56.1789835Z [ 2022-11-23T02:26:56.1789972Z T=std::vector> 2022-11-23T02:26:56.1790036Z ] 2022-11-23T02:26:56.1790412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1790528Z with 2022-11-23T02:26:56.1790590Z [ 2022-11-23T02:26:56.1790727Z T=std::vector> 2022-11-23T02:26:56.1790776Z ] 2022-11-23T02:26:56.1791143Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1791208Z with 2022-11-23T02:26:56.1791269Z [ 2022-11-23T02:26:56.1791403Z T=std::vector> 2022-11-23T02:26:56.1791465Z ] 2022-11-23T02:26:56.1791857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1791926Z with 2022-11-23T02:26:56.1791992Z [ 2022-11-23T02:26:56.1792129Z T=std::vector> 2022-11-23T02:26:56.1792192Z ] 2022-11-23T02:26:56.1792545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:56.1792610Z with 2022-11-23T02:26:56.1792672Z [ 2022-11-23T02:26:56.1792753Z T=c10::SymInt 2022-11-23T02:26:56.1792819Z ] 2022-11-23T02:26:56.1793161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:56.1793215Z with 2022-11-23T02:26:56.1793277Z [ 2022-11-23T02:26:56.1793357Z T=c10::SymInt 2022-11-23T02:26:56.1793420Z ] 2022-11-23T02:26:56.1793842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:26:56.1794279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:26:56.1794626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1794696Z with 2022-11-23T02:26:56.1794759Z [ 2022-11-23T02:26:56.1794896Z T=std::vector> 2022-11-23T02:26:56.1794958Z ] 2022-11-23T02:26:56.1795271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1795339Z with 2022-11-23T02:26:56.1795403Z [ 2022-11-23T02:26:56.1795484Z T=c10::IValue 2022-11-23T02:26:56.1795598Z ] 2022-11-23T02:26:56.1795925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1795990Z with 2022-11-23T02:26:56.1796039Z [ 2022-11-23T02:26:56.1796120Z T=c10::IValue 2022-11-23T02:26:56.1796182Z ] 2022-11-23T02:26:56.1797130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1797200Z with 2022-11-23T02:26:56.1797350Z [ 2022-11-23T02:26:56.1797431Z T=c10::IValue 2022-11-23T02:26:56.1797494Z ] 2022-11-23T02:26:56.1797887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1797954Z with 2022-11-23T02:26:56.1798016Z [ 2022-11-23T02:26:56.1798095Z T=c10::IValue 2022-11-23T02:26:56.1798157Z ] 2022-11-23T02:26:56.1798484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1798822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1799173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1799238Z with 2022-11-23T02:26:56.1799287Z [ 2022-11-23T02:26:56.1799367Z T=c10::IValue 2022-11-23T02:26:56.1799432Z ] 2022-11-23T02:26:56.1799743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1799811Z with 2022-11-23T02:26:56.1799874Z [ 2022-11-23T02:26:56.1799959Z T=c10::AliasInfo 2022-11-23T02:26:56.1800021Z ] 2022-11-23T02:26:56.1800401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1800468Z with 2022-11-23T02:26:56.1800530Z [ 2022-11-23T02:26:56.1800615Z T=c10::AliasInfo 2022-11-23T02:26:56.1800677Z ] 2022-11-23T02:26:56.1801044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1801109Z with 2022-11-23T02:26:56.1801158Z [ 2022-11-23T02:26:56.1801240Z T=c10::AliasInfo 2022-11-23T02:26:56.1801303Z ] 2022-11-23T02:26:56.1801695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1801762Z with 2022-11-23T02:26:56.1801825Z [ 2022-11-23T02:26:56.1801965Z T=c10::AliasInfo 2022-11-23T02:26:56.1802029Z ] 2022-11-23T02:26:56.1802363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1802731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1803098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1803214Z with 2022-11-23T02:26:56.1803277Z [ 2022-11-23T02:26:56.1803565Z T=c10::AliasInfo 2022-11-23T02:26:56.1803631Z ] 2022-11-23T02:26:56.1803939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1804005Z with 2022-11-23T02:26:56.1804069Z [ 2022-11-23T02:26:56.1804161Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:56.1804225Z ] 2022-11-23T02:26:56.1804547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1804614Z with 2022-11-23T02:26:56.1804685Z [ 2022-11-23T02:26:56.1804790Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:56.1804852Z ] 2022-11-23T02:26:56.1805220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1805286Z with 2022-11-23T02:26:56.1805349Z [ 2022-11-23T02:26:56.1805451Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:56.1805513Z ] 2022-11-23T02:26:56.1805904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1805970Z with 2022-11-23T02:26:56.1806031Z [ 2022-11-23T02:26:56.1806120Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:56.1806185Z ] 2022-11-23T02:26:56.1806537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1806953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1807298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1807364Z with 2022-11-23T02:26:56.1807428Z [ 2022-11-23T02:26:56.1807531Z T=c10::impl::AnnotatedSchema 2022-11-23T02:26:56.1807594Z ] 2022-11-23T02:26:56.1807904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1807972Z with 2022-11-23T02:26:56.1808034Z [ 2022-11-23T02:26:56.1808238Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:56.1808304Z ] 2022-11-23T02:26:56.1808630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1808697Z with 2022-11-23T02:26:56.1808758Z [ 2022-11-23T02:26:56.1808902Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:56.1808952Z ] 2022-11-23T02:26:56.1809360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1809477Z with 2022-11-23T02:26:56.1809539Z [ 2022-11-23T02:26:56.1809680Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:56.1809742Z ] 2022-11-23T02:26:56.1810134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1810200Z with 2022-11-23T02:26:56.1810262Z [ 2022-11-23T02:26:56.1810402Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:56.1810464Z ] 2022-11-23T02:26:56.1810851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1811258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1811608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1811678Z with 2022-11-23T02:26:56.1811740Z [ 2022-11-23T02:26:56.1811882Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:26:56.1811945Z ] 2022-11-23T02:26:56.1812261Z 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-23T02:26:56.1812532Z 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-23T02:26:56.1812886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1812940Z with 2022-11-23T02:26:56.1813003Z [ 2022-11-23T02:26:56.1813096Z T=at::StepCallbacks 2022-11-23T02:26:56.1813158Z ] 2022-11-23T02:26:56.1813484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1813549Z with 2022-11-23T02:26:56.1813611Z [ 2022-11-23T02:26:56.1813702Z T=at::StepCallbacks 2022-11-23T02:26:56.1813764Z ] 2022-11-23T02:26:56.1814128Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1814196Z with 2022-11-23T02:26:56.1814260Z [ 2022-11-23T02:26:56.1814353Z T=at::StepCallbacks 2022-11-23T02:26:56.1814415Z ] 2022-11-23T02:26:56.1814862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1814928Z with 2022-11-23T02:26:56.1814977Z [ 2022-11-23T02:26:56.1815069Z T=at::StepCallbacks 2022-11-23T02:26:56.1815131Z ] 2022-11-23T02:26:56.1815527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1815937Z 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-23T02:26:56.1816282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1816353Z with 2022-11-23T02:26:56.1816415Z [ 2022-11-23T02:26:56.1816506Z T=at::StepCallbacks 2022-11-23T02:26:56.1816569Z ] 2022-11-23T02:26:56.1816880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1816945Z with 2022-11-23T02:26:56.1817010Z [ 2022-11-23T02:26:56.1817155Z T=c10::either 2022-11-23T02:26:56.1817217Z ] 2022-11-23T02:26:56.1817542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1817608Z with 2022-11-23T02:26:56.1817656Z [ 2022-11-23T02:26:56.1817799Z T=c10::either 2022-11-23T02:26:56.1817862Z ] 2022-11-23T02:26:56.1818227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1818294Z with 2022-11-23T02:26:56.1818356Z [ 2022-11-23T02:26:56.1818499Z T=c10::either 2022-11-23T02:26:56.1818564Z ] 2022-11-23T02:26:56.1819002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1819070Z with 2022-11-23T02:26:56.1819133Z [ 2022-11-23T02:26:56.1819271Z T=c10::either 2022-11-23T02:26:56.1819333Z ] 2022-11-23T02:26:56.1819709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1820109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1820459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1820527Z with 2022-11-23T02:26:56.1820592Z [ 2022-11-23T02:26:56.1820732Z T=c10::either 2022-11-23T02:26:56.1820782Z ] 2022-11-23T02:26:56.1821143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1821211Z with 2022-11-23T02:26:56.1821274Z [ 2022-11-23T02:26:56.1821373Z T=torch::jit::Operator 2022-11-23T02:26:56.1821436Z ] 2022-11-23T02:26:56.1821869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1821942Z with 2022-11-23T02:26:56.1822005Z [ 2022-11-23T02:26:56.1822102Z T=torch::jit::Operator 2022-11-23T02:26:56.1822166Z ] 2022-11-23T02:26:56.1822528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1822593Z with 2022-11-23T02:26:56.1822656Z [ 2022-11-23T02:26:56.1822746Z T=torch::jit::Operator 2022-11-23T02:26:56.1822795Z ] 2022-11-23T02:26:56.1823184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1823253Z with 2022-11-23T02:26:56.1823315Z [ 2022-11-23T02:26:56.1823406Z T=torch::jit::Operator 2022-11-23T02:26:56.1823468Z ] 2022-11-23T02:26:56.1823814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1824173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1824515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1824583Z with 2022-11-23T02:26:56.1824645Z [ 2022-11-23T02:26:56.1824737Z T=torch::jit::Operator 2022-11-23T02:26:56.1824799Z ] 2022-11-23T02:26:56.1825546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1825619Z with 2022-11-23T02:26:56.1825686Z [ 2022-11-23T02:26:56.1825811Z T=std::tuple 2022-11-23T02:26:56.1825861Z ] 2022-11-23T02:26:56.1826192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1826259Z with 2022-11-23T02:26:56.1826322Z [ 2022-11-23T02:26:56.1826442Z T=std::tuple 2022-11-23T02:26:56.1826508Z ] 2022-11-23T02:26:56.1826876Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1826945Z with 2022-11-23T02:26:56.1827008Z [ 2022-11-23T02:26:56.1827162Z T=std::tuple 2022-11-23T02:26:56.1827250Z ] 2022-11-23T02:26:56.1827642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1827709Z with 2022-11-23T02:26:56.1827773Z [ 2022-11-23T02:26:56.1827890Z T=std::tuple 2022-11-23T02:26:56.1827953Z ] 2022-11-23T02:26:56.1828360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1828791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1829133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1829200Z with 2022-11-23T02:26:56.1829250Z [ 2022-11-23T02:26:56.1829370Z T=std::tuple 2022-11-23T02:26:56.1829432Z ] 2022-11-23T02:26:56.1829744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1829813Z with 2022-11-23T02:26:56.1829875Z [ 2022-11-23T02:26:56.1829976Z T=torch::jit::SourceRange 2022-11-23T02:26:56.1830040Z ] 2022-11-23T02:26:56.1830361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1830428Z with 2022-11-23T02:26:56.1830491Z [ 2022-11-23T02:26:56.1830588Z T=torch::jit::SourceRange 2022-11-23T02:26:56.1830651Z ] 2022-11-23T02:26:56.1831017Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1831086Z with 2022-11-23T02:26:56.1831136Z [ 2022-11-23T02:26:56.1831232Z T=torch::jit::SourceRange 2022-11-23T02:26:56.1831294Z ] 2022-11-23T02:26:56.1831728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1831797Z with 2022-11-23T02:26:56.1831860Z [ 2022-11-23T02:26:56.1831956Z T=torch::jit::SourceRange 2022-11-23T02:26:56.1832019Z ] 2022-11-23T02:26:56.1832369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1832734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1833085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1833153Z with 2022-11-23T02:26:56.1833218Z [ 2022-11-23T02:26:56.1833313Z T=torch::jit::SourceRange 2022-11-23T02:26:56.1833376Z ] 2022-11-23T02:26:56.1833745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1833812Z with 2022-11-23T02:26:56.1833860Z [ 2022-11-23T02:26:56.1833979Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:56.1834042Z ] 2022-11-23T02:26:56.1834420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1834542Z with 2022-11-23T02:26:56.1834604Z [ 2022-11-23T02:26:56.1834726Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:56.1834789Z ] 2022-11-23T02:26:56.1835154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1835219Z with 2022-11-23T02:26:56.1835281Z [ 2022-11-23T02:26:56.1835396Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:56.1835457Z ] 2022-11-23T02:26:56.1835843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1835912Z with 2022-11-23T02:26:56.1835974Z [ 2022-11-23T02:26:56.1836075Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:56.1836140Z ] 2022-11-23T02:26:56.1836502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1836862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1837299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1837373Z with 2022-11-23T02:26:56.1837435Z [ 2022-11-23T02:26:56.1837553Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:26:56.1837616Z ] 2022-11-23T02:26:56.1837979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1838047Z with 2022-11-23T02:26:56.1838110Z [ 2022-11-23T02:26:56.1838225Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:56.1838289Z ] 2022-11-23T02:26:56.1838615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1838682Z with 2022-11-23T02:26:56.1838744Z [ 2022-11-23T02:26:56.1838857Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:56.1838908Z ] 2022-11-23T02:26:56.1839276Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1839343Z with 2022-11-23T02:26:56.1839406Z [ 2022-11-23T02:26:56.1839518Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:56.1839580Z ] 2022-11-23T02:26:56.1840032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1840101Z with 2022-11-23T02:26:56.1840163Z [ 2022-11-23T02:26:56.1840275Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:56.1840337Z ] 2022-11-23T02:26:56.1840748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1841167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1841515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1841584Z with 2022-11-23T02:26:56.1841647Z [ 2022-11-23T02:26:56.1841761Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:26:56.1841826Z ] 2022-11-23T02:26:56.1842121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1842189Z with 2022-11-23T02:26:56.1842252Z [ 2022-11-23T02:26:56.1842346Z T=torch::jit::ScopePtr 2022-11-23T02:26:56.1842412Z ] 2022-11-23T02:26:56.1842740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1842809Z with 2022-11-23T02:26:56.1842872Z [ 2022-11-23T02:26:56.1842965Z T=torch::jit::ScopePtr 2022-11-23T02:26:56.1843028Z ] 2022-11-23T02:26:56.1843395Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1843463Z with 2022-11-23T02:26:56.1843524Z [ 2022-11-23T02:26:56.1843616Z T=torch::jit::ScopePtr 2022-11-23T02:26:56.1843679Z ] 2022-11-23T02:26:56.1844099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1844166Z with 2022-11-23T02:26:56.1844228Z [ 2022-11-23T02:26:56.1844321Z T=torch::jit::ScopePtr 2022-11-23T02:26:56.1844383Z ] 2022-11-23T02:26:56.1844723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1845069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1845418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1845484Z with 2022-11-23T02:26:56.1845550Z [ 2022-11-23T02:26:56.1845642Z T=torch::jit::ScopePtr 2022-11-23T02:26:56.1845704Z ] 2022-11-23T02:26:56.1846016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1846082Z with 2022-11-23T02:26:56.1846143Z [ 2022-11-23T02:26:56.1846238Z T=at::ThreadLocalState 2022-11-23T02:26:56.1846300Z ] 2022-11-23T02:26:56.1846658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1846779Z with 2022-11-23T02:26:56.1846842Z [ 2022-11-23T02:26:56.1846939Z T=at::ThreadLocalState 2022-11-23T02:26:56.1847002Z ] 2022-11-23T02:26:56.1847419Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1847495Z with 2022-11-23T02:26:56.1847561Z [ 2022-11-23T02:26:56.1847656Z T=at::ThreadLocalState 2022-11-23T02:26:56.1847717Z ] 2022-11-23T02:26:56.1848103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1848170Z with 2022-11-23T02:26:56.1848232Z [ 2022-11-23T02:26:56.1848324Z T=at::ThreadLocalState 2022-11-23T02:26:56.1848386Z ] 2022-11-23T02:26:56.1848737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1849102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1849444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1849510Z with 2022-11-23T02:26:56.1849561Z [ 2022-11-23T02:26:56.1849659Z T=at::ThreadLocalState 2022-11-23T02:26:56.1849722Z ] 2022-11-23T02:26:56.1850079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1850150Z with 2022-11-23T02:26:56.1850216Z [ 2022-11-23T02:26:56.1850332Z T=std::shared_ptr 2022-11-23T02:26:56.1850394Z ] 2022-11-23T02:26:56.1850718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1850785Z with 2022-11-23T02:26:56.1850847Z [ 2022-11-23T02:26:56.1850962Z T=std::shared_ptr 2022-11-23T02:26:56.1851026Z ] 2022-11-23T02:26:56.1851392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1851460Z with 2022-11-23T02:26:56.1851510Z [ 2022-11-23T02:26:56.1851624Z T=std::shared_ptr 2022-11-23T02:26:56.1851685Z ] 2022-11-23T02:26:56.1852077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1852144Z with 2022-11-23T02:26:56.1852206Z [ 2022-11-23T02:26:56.1852320Z T=std::shared_ptr 2022-11-23T02:26:56.1852382Z ] 2022-11-23T02:26:56.1852739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:26:56.1853133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:26:56.1853513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:26:56.1853862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1853929Z with 2022-11-23T02:26:56.1853991Z [ 2022-11-23T02:26:56.1854108Z T=std::shared_ptr 2022-11-23T02:26:56.1854170Z ] 2022-11-23T02:26:56.1854482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1854549Z with 2022-11-23T02:26:56.1854612Z [ 2022-11-23T02:26:56.1854703Z T=torch::jit::GraphExecutor 2022-11-23T02:26:56.1854767Z ] 2022-11-23T02:26:56.1855091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1855157Z with 2022-11-23T02:26:56.1855221Z [ 2022-11-23T02:26:56.1855321Z T=torch::jit::GraphExecutor 2022-11-23T02:26:56.1855386Z ] 2022-11-23T02:26:56.1855748Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1855816Z with 2022-11-23T02:26:56.1855878Z [ 2022-11-23T02:26:56.1856023Z T=torch::jit::GraphExecutor 2022-11-23T02:26:56.1856087Z ] 2022-11-23T02:26:56.1856477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1856545Z with 2022-11-23T02:26:56.1856607Z [ 2022-11-23T02:26:56.1856692Z T=torch::jit::GraphExecutor 2022-11-23T02:26:56.1856754Z ] 2022-11-23T02:26:56.1857100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1857450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1857882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:26:56.1858230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1858298Z with 2022-11-23T02:26:56.1858405Z [ 2022-11-23T02:26:56.1858516Z T=torch::jit::GraphExecutor 2022-11-23T02:26:56.1858579Z ] 2022-11-23T02:26:56.1858941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1859007Z with 2022-11-23T02:26:56.1859070Z [ 2022-11-23T02:26:56.1859163Z T=torch::jit::Method 2022-11-23T02:26:56.1859225Z ] 2022-11-23T02:26:56.1859554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1859619Z with 2022-11-23T02:26:56.1859681Z [ 2022-11-23T02:26:56.1859771Z T=torch::jit::Method 2022-11-23T02:26:56.1859819Z ] 2022-11-23T02:26:56.1860183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1860252Z with 2022-11-23T02:26:56.1860313Z [ 2022-11-23T02:26:56.1860401Z T=torch::jit::Method 2022-11-23T02:26:56.1860468Z ] 2022-11-23T02:26:56.1860865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1860932Z with 2022-11-23T02:26:56.1860994Z [ 2022-11-23T02:26:56.1861082Z T=torch::jit::Method 2022-11-23T02:26:56.1861145Z ] 2022-11-23T02:26:56.1861487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1862003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1862577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1862692Z with 2022-11-23T02:26:56.1862794Z [ 2022-11-23T02:26:56.1862939Z T=torch::jit::Method 2022-11-23T02:26:56.1863026Z ] 2022-11-23T02:26:56.1863534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1863635Z with 2022-11-23T02:26:56.1863730Z [ 2022-11-23T02:26:56.1863946Z T=std::vector> 2022-11-23T02:26:56.1864047Z ] 2022-11-23T02:26:56.1864564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1864669Z with 2022-11-23T02:26:56.1864775Z [ 2022-11-23T02:26:56.1865008Z T=std::vector> 2022-11-23T02:26:56.1865114Z ] 2022-11-23T02:26:56.1865725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1865833Z with 2022-11-23T02:26:56.1865937Z [ 2022-11-23T02:26:56.1866169Z T=std::vector> 2022-11-23T02:26:56.1866272Z ] 2022-11-23T02:26:56.1866935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1867108Z with 2022-11-23T02:26:56.1867210Z [ 2022-11-23T02:26:56.1867440Z T=std::vector> 2022-11-23T02:26:56.1867540Z ] 2022-11-23T02:26:56.1868202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:26:56.1868839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:26:56.1869386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1869500Z with 2022-11-23T02:26:56.1869598Z [ 2022-11-23T02:26:56.1869818Z T=std::vector> 2022-11-23T02:26:56.1869913Z ] 2022-11-23T02:26:56.1870387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1870487Z with 2022-11-23T02:26:56.1870585Z [ 2022-11-23T02:26:56.1870735Z T=torch::jit::NamedValue 2022-11-23T02:26:56.1870835Z ] 2022-11-23T02:26:56.1871338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:26:56.1871451Z with 2022-11-23T02:26:56.1871535Z [ 2022-11-23T02:26:56.1871690Z T=torch::jit::NamedValue 2022-11-23T02:26:56.1871784Z ] 2022-11-23T02:26:56.1872339Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:26:56.1872413Z with 2022-11-23T02:26:56.1872475Z [ 2022-11-23T02:26:56.1872573Z T=torch::jit::NamedValue 2022-11-23T02:26:56.1872635Z ] 2022-11-23T02:26:56.1873030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:26:56.1873098Z with 2022-11-23T02:26:56.1873162Z [ 2022-11-23T02:26:56.1873256Z T=torch::jit::NamedValue 2022-11-23T02:26:56.1873320Z ] 2022-11-23T02:26:56.1873672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:26:56.1874141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:26:56.1874494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:26:56.1874563Z with 2022-11-23T02:26:56.1874669Z [ 2022-11-23T02:26:56.1874758Z T=torch::jit::NamedValue 2022-11-23T02:26:56.1874889Z ] 2022-11-23T02:26:56.3330193Z [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:\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_cpu.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:26:56.4901882Z [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_cpu.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\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T02:26:56.4912038Z "Ninja succeeded for custom_operator test." 2022-11-23T02:26:58.6006738Z 2022-11-23T02:26:58.6007653Z Running tests... 2022-11-23T02:26:58.6008045Z ---------------------------------------------------------------------- 2022-11-23T02:26:58.6008500Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-11-23T02:26:58.6049391Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-11-23T02:26:58.6715829Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.067s) 2022-11-23T02:26:58.6727357Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:26:58.6758715Z 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-23T02:26:58.6759986Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:26:58.6775235Z ok (0.005s) 2022-11-23T02:26:58.6787129Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:26:58.6794126Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:26:58.6987746Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.019s) 2022-11-23T02:26:58.6988198Z 2022-11-23T02:26:58.6988416Z ---------------------------------------------------------------------- 2022-11-23T02:26:58.6995385Z Ran 7 tests in 0.109s 2022-11-23T02:26:58.6995566Z 2022-11-23T02:26:58.6995639Z OK 2022-11-23T02:26:58.6995754Z 2022-11-23T02:26:58.6995857Z Generating XML reports... 2022-11-23T02:26:58.7054872Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20221123022658.xml 2022-11-23T02:27:01.3674602Z [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-23T02:27:02.1792804Z ok 2022-11-23T02:27:02.1872996Z + assert_git_not_dirty 2022-11-23T02:27:02.1873301Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-11-23T02:27:02.1873535Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-11-23T02:27:02.1952832Z ++ git status --porcelain 2022-11-23T02:27:03.0971764Z + git_status= 2022-11-23T02:27:03.0972024Z + [[ -n '' ]] 2022-11-23T02:27:03.0972224Z + echo 'TEST PASSED' 2022-11-23T02:27:03.0972410Z TEST PASSED 2022-11-23T02:27:03.1166056Z Prepare all required actions 2022-11-23T02:27:03.1166652Z Getting action download info 2022-11-23T02:27:04.0509183Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:27:04.2784979Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:27:04.2785291Z with: 2022-11-23T02:27:04.2785700Z github-token: *** 2022-11-23T02:27:04.2785913Z env: 2022-11-23T02:27:04.2786094Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:04.2786369Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2786727Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:04.2787060Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2787354Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2787698Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2787939Z ##[endgroup] 2022-11-23T02:27:04.2929146Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:27:04.2929399Z with: 2022-11-23T02:27:04.2929551Z shell: bash 2022-11-23T02:27:04.2929734Z timeout_minutes: 10 2022-11-23T02:27:04.2929920Z max_attempts: 5 2022-11-23T02:27:04.2930109Z retry_wait_seconds: 30 2022-11-23T02:27:04.2930520Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:27:04.2930941Z polling_interval_seconds: 1 2022-11-23T02:27:04.2931145Z warning_on_retry: true 2022-11-23T02:27:04.2931328Z continue_on_error: false 2022-11-23T02:27:04.2931507Z env: 2022-11-23T02:27:04.2931685Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:04.2931954Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2932305Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:04.2932624Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2932936Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2933243Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:04.2933628Z GITHUB_TOKEN: *** 2022-11-23T02:27:04.2933809Z ##[endgroup] 2022-11-23T02:27:04.4054133Z + python3 -m pip install requests==2.26.0 2022-11-23T02:27:05.0783542Z Collecting requests==2.26.0 2022-11-23T02:27:05.0883731Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:27:05.1598286Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:27:05.1668008Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:27:05.2037437Z Collecting certifi>=2017.4.17 2022-11-23T02:27:05.2101769Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:27:05.2753322Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:27:05.2839267Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:27:05.3160397Z Collecting idna<4,>=2.5 2022-11-23T02:27:05.3222546Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:27:05.4309220Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:27:06.3437596Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T02:27:06.4480737Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293562 i-0f246d7681dbffe16 2022-11-23T02:27:08.7311191Z + GHA_WORKFLOW_JOB_ID=9655252983 2022-11-23T02:27:08.7311475Z + echo job-id=9655252983 2022-11-23T02:27:09.3985780Z Command completed after 1 attempt(s). 2022-11-23T02:27:09.4266910Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:27:09.4267229Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:27:09.4302378Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:27:09.4303234Z env: 2022-11-23T02:27:09.4303423Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:09.4303700Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:09.4304046Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:09.4304370Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:09.4304683Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:09.4305003Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:09.4305255Z MONITOR_SCRIPT_PID: 962 2022-11-23T02:27:09.4305449Z ##[endgroup] 2022-11-23T02:27:09.4704701Z Prepare all required actions 2022-11-23T02:27:09.4705188Z Getting action download info 2022-11-23T02:27:10.3736081Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:27:11.1116215Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:27:11.4804040Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:27:11.4804278Z with: 2022-11-23T02:27:11.4804507Z file-suffix: test-default-2-2-windows.4xlarge_9655252983 2022-11-23T02:27:11.4804741Z env: 2022-11-23T02:27:11.4804919Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:11.4805190Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4805591Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:11.4805926Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4806321Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4806624Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4806861Z ##[endgroup] 2022-11-23T02:27:11.4951248Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:27:11.4951692Z # -ir => recursive include all files in pattern 2022-11-23T02:27:11.4952134Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:27:11.4978306Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:11.4978595Z env: 2022-11-23T02:27:11.4978782Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:11.4979056Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4979386Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:11.4979824Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4980145Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4980455Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:11.4980767Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_9655252983 2022-11-23T02:27:11.4981014Z ##[endgroup] 2022-11-23T02:27:11.9202025Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:12.0253830Z Finished 2022-11-23T02:27:12.2551756Z 2022-11-23T02:27:12.2552337Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:27:12.2552554Z 2022-11-23T02:27:12.2552697Z Scanning the drive: 2022-11-23T02:27:12.2552898Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:27:12.2553055Z 2022-11-23T02:27:12.2553262Z Creating archive: test-jsons-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:12.2553499Z 2022-11-23T02:27:12.2553715Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:27:12.2553871Z 2022-11-23T02:27:12.2553888Z 2022-11-23T02:27:12.2553979Z Files read from disk: 5 2022-11-23T02:27:12.2554194Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:27:12.2554406Z Everything is Ok 2022-11-23T02:27:12.2986825Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:27:12.2987149Z # -ir => recursive include all files in pattern 2022-11-23T02:27:12.2987466Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:27:12.3011317Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:12.3011600Z env: 2022-11-23T02:27:12.3011789Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:12.3012071Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:12.3012405Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:12.3012756Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:12.3014071Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:12.3014401Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:12.3014716Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_9655252983 2022-11-23T02:27:12.3014966Z ##[endgroup] 2022-11-23T02:27:12.6867554Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:12.7772278Z Finished 2022-11-23T02:27:13.0570127Z 2022-11-23T02:27:13.0570603Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:27:13.0570824Z 2022-11-23T02:27:13.0570920Z Scanning the drive: 2022-11-23T02:27:13.0571131Z 268 files, 10921095 bytes (11 MiB) 2022-11-23T02:27:13.0571261Z 2022-11-23T02:27:13.0571472Z Creating archive: test-reports-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:13.0571744Z 2022-11-23T02:27:13.0571859Z Add new data to archive: 268 files, 10921095 bytes (11 MiB) 2022-11-23T02:27:13.0572025Z 2022-11-23T02:27:13.0572030Z 2022-11-23T02:27:13.0572119Z Files read from disk: 268 2022-11-23T02:27:13.0572333Z Archive size: 630128 bytes (616 KiB) 2022-11-23T02:27:13.0572544Z Everything is Ok 2022-11-23T02:27:13.0926885Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:27:13.0927192Z # -ir => recursive include all files in pattern 2022-11-23T02:27:13.0927484Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:27:13.0951094Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:13.0951379Z env: 2022-11-23T02:27:13.0951565Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:13.0951826Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.0952173Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:13.0953109Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.0953554Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.0953871Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.0954186Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_9655252983 2022-11-23T02:27:13.0954431Z ##[endgroup] 2022-11-23T02:27:13.5131913Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:13.6058896Z Finished 2022-11-23T02:27:13.9506032Z 2022-11-23T02:27:13.9506494Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:27:13.9506771Z 2022-11-23T02:27:13.9506906Z Scanning the drive: 2022-11-23T02:27:13.9507140Z 1 file, 4460854 bytes (4357 KiB) 2022-11-23T02:27:13.9507270Z 2022-11-23T02:27:13.9507466Z Creating archive: usage-log-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:13.9507702Z 2022-11-23T02:27:13.9507814Z Add new data to archive: 1 file, 4460854 bytes (4357 KiB) 2022-11-23T02:27:13.9507974Z 2022-11-23T02:27:13.9507987Z 2022-11-23T02:27:13.9508075Z Files read from disk: 1 2022-11-23T02:27:13.9508289Z Archive size: 170145 bytes (167 KiB) 2022-11-23T02:27:13.9508502Z Everything is Ok 2022-11-23T02:27:13.9883781Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:27:13.9883997Z with: 2022-11-23T02:27:13.9884206Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:27:13.9884438Z retention-days: 14 2022-11-23T02:27:13.9884641Z if-no-files-found: warn 2022-11-23T02:27:13.9884850Z path: test-jsons-*.zip 2022-11-23T02:27:13.9885024Z name: artifact 2022-11-23T02:27:13.9885211Z s3-bucket: gha-artifacts 2022-11-23T02:27:13.9885406Z region: us-east-1 2022-11-23T02:27:13.9885575Z env: 2022-11-23T02:27:13.9885747Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:13.9886001Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.9886353Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:13.9887190Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.9887511Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.9887819Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:13.9888056Z ##[endgroup] 2022-11-23T02:27:14.9432787Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:27:14.9433197Z With the provided path, there will be 1 file uploaded 2022-11-23T02:27:14.9433493Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:27:14.9448894Z Starting upload of test-jsons-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:15.0583107Z Finished upload of test-jsons-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:15.0893425Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:27:15.0893661Z with: 2022-11-23T02:27:15.0893875Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:27:15.0894100Z retention-days: 14 2022-11-23T02:27:15.0894307Z if-no-files-found: error 2022-11-23T02:27:15.0894522Z path: test-reports-*.zip 2022-11-23T02:27:15.0894714Z name: artifact 2022-11-23T02:27:15.0894903Z s3-bucket: gha-artifacts 2022-11-23T02:27:15.0895146Z region: us-east-1 2022-11-23T02:27:15.0895315Z env: 2022-11-23T02:27:15.0895491Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:15.0895809Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.0896155Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:15.0896476Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.0896792Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.0897099Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.0897449Z ##[endgroup] 2022-11-23T02:27:15.5257814Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:27:15.5258171Z With the provided path, there will be 1 file uploaded 2022-11-23T02:27:15.5258460Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:27:15.5272612Z Starting upload of test-reports-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:15.7121594Z Finished upload of test-reports-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:15.7566778Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:27:15.7566997Z with: 2022-11-23T02:27:15.7567210Z s3-prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:27:15.7567437Z retention-days: 14 2022-11-23T02:27:15.7567641Z if-no-files-found: ignore 2022-11-23T02:27:15.7567847Z path: usage-log-*.zip 2022-11-23T02:27:15.7568021Z name: artifact 2022-11-23T02:27:15.7568212Z s3-bucket: gha-artifacts 2022-11-23T02:27:15.7568427Z region: us-east-1 2022-11-23T02:27:15.7568593Z env: 2022-11-23T02:27:15.7568766Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:15.7570489Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.7570846Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:15.7571180Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.7571492Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.7571804Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:15.7572041Z ##[endgroup] 2022-11-23T02:27:16.1801656Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:27:16.1801998Z With the provided path, there will be 1 file uploaded 2022-11-23T02:27:16.1802300Z Uploading to s3 prefix: pytorch/pytorch/3528293562/1/artifact 2022-11-23T02:27:16.1816803Z Starting upload of usage-log-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:16.3451835Z Finished upload of usage-log-test-default-2-2-windows.4xlarge_9655252983.zip 2022-11-23T02:27:16.3737291Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:27:16.3737616Z .github/scripts/parse_ref.py 2022-11-23T02:27:16.3791628Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:27:16.3791917Z env: 2022-11-23T02:27:16.3792102Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:16.3792362Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:16.3792836Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:16.3793173Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:16.3793486Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:16.3793800Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:16.3794038Z ##[endgroup] 2022-11-23T02:27:16.7542914Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:27:16.8442061Z Finished 2022-11-23T02:27:17.1183251Z ##[group]Run set -x 2022-11-23T02:27:17.1183537Z set -x 2022-11-23T02:27:17.1183778Z python3 -m pip install -r requirements.txt 2022-11-23T02:27:17.1184047Z python3 -m pip install boto3==1.19.12 2022-11-23T02:27:17.1184520Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:27:17.1216654Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:27:17.1216941Z env: 2022-11-23T02:27:17.1217132Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:27:17.1217483Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:17.1217858Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:27:17.1218207Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:17.1218637Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:17.1218993Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:27:17.1219246Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:27:17.1219437Z BRANCH: 2022-11-23T02:27:17.1219599Z TEST_CONFIG: default 2022-11-23T02:27:17.1219787Z SHARD_NUMBER: 2 2022-11-23T02:27:17.1220003Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-11-23T02:27:17.1220214Z PR_NUMBER: 2022-11-23T02:27:17.1220403Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:27:17.1220608Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:27:17.1220848Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:27:17.1221049Z TAG: 2022-11-23T02:27:17.1221217Z WORKFLOW_ID: 3528293562 2022-11-23T02:27:17.1221571Z GITHUB_TOKEN: *** 2022-11-23T02:27:17.1221755Z GHA_WORKFLOW_JOB_ID: 9655252983 2022-11-23T02:27:17.1221949Z ##[endgroup] 2022-11-23T02:27:17.1454553Z + python3 -m pip install -r requirements.txt 2022-11-23T02:27:18.3259781Z Collecting astunparse 2022-11-23T02:27:18.3553719Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:27:18.5921909Z Collecting expecttest 2022-11-23T02:27:18.6049065Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:27:18.6325246Z Collecting future 2022-11-23T02:27:18.6374425Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:27:18.6672108Z ------------------------------------- 829.2/829.2 kB 51.2 MB/s eta 0:00:00 2022-11-23T02:27:19.0490808Z Preparing metadata (setup.py): started 2022-11-23T02:27:19.6491070Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:27:20.1167502Z Collecting hypothesis 2022-11-23T02:27:20.1233861Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:27:20.1411027Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T02:27:20.3281643Z Collecting numpy 2022-11-23T02:27:20.3344313Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:27:20.4858944Z --------------------------------------- 14.6/14.6 MB 81.8 MB/s eta 0:00:00 2022-11-23T02:27:20.5524487Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T02:27:20.5928044Z Collecting pyyaml 2022-11-23T02:27:20.6075795Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:27:20.6186597Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T02:27:20.6199973Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T02:27:20.6382922Z Collecting six 2022-11-23T02:27:20.6425507Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:27:20.6676669Z Collecting types-dataclasses 2022-11-23T02:27:20.6917466Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:27:20.7209821Z Collecting typing_extensions 2022-11-23T02:27:20.7257091Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:27:20.7662851Z Collecting sympy 2022-11-23T02:27:20.7950576Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:27:20.8675084Z Collecting filelock 2022-11-23T02:27:20.8729514Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:27:20.9393018Z Collecting networkx 2022-11-23T02:27:20.9612843Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:27:20.9915354Z ---------------------------------------- 2.0/2.0 MB 63.0 MB/s eta 0:00:00 2022-11-23T02:27:21.0295058Z Collecting jinja2 2022-11-23T02:27:21.0347192Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:27:21.0626462Z -------------------------------------- 133.1/133.1 kB 4.0 MB/s eta 0:00:00 2022-11-23T02:27:21.1103102Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:27:21.1169597Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:27:21.1803203Z Collecting attrs>=19.2.0 2022-11-23T02:27:21.1851852Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:27:21.1933902Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T02:27:21.2224208Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:27:21.2270864Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:27:21.2712477Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T02:27:21.2727431Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T02:27:21.2757560Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T02:27:21.2784389Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T02:27:21.3141326Z Collecting mpmath>=0.19 2022-11-23T02:27:21.3240549Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:27:21.4843523Z Collecting MarkupSafe>=2.0 2022-11-23T02:27:21.4900009Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:27:21.5385035Z Preparing metadata (setup.py): started 2022-11-23T02:27:22.0480111Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:27:22.4177680Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T02:27:56.3699500Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:27:56.3708501Z Running setup.py install for MarkupSafe: started 2022-11-23T02:27:58.6773414Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:27:58.6851490Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:27:58.6858502Z Running setup.py install for future: started 2022-11-23T02:28:02.1332563Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:28:03.9975637Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T02:28:04.2926385Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:28:05.2552823Z Collecting boto3==1.19.12 2022-11-23T02:28:05.2828005Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:28:05.3001173Z -------------------------------------- 131.8/131.8 kB 8.1 MB/s eta 0:00:00 2022-11-23T02:28:05.7052459Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:28:05.7112539Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:28:05.8333948Z ---------------------------------------- 8.1/8.1 MB 64.7 MB/s eta 0:00:00 2022-11-23T02:28:05.8879254Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:28:05.8925252Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:28:05.9272928Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:28:05.9320689Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:28:05.9405282Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2022-11-23T02:28:05.9728683Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:28:05.9774366Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:28:05.9896095Z ------------------------------------- 247.7/247.7 kB 14.8 MB/s eta 0:00:00 2022-11-23T02:28:06.0034026Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T02:28:06.1710220Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T02:28:06.4178959Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:28:09.7900788Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T02:28:09.9414545Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:29:04.0938692Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:29:04.0940155Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-11-23T02:29:04.0941460Z 2022-11-23T02:29:04.0941599Z ----- Historic stats comparison result ------ 2022-11-23T02:29:04.0942798Z 2022-11-23T02:29:04.0943338Z job: win-vs2019-cpu-py3 2022-11-23T02:29:04.0943630Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:29:04.0943793Z 2022-11-23T02:29:04.0943980Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:29:04.0945252Z 2022-11-23T02:29:04.0945422Z : (master) 2022-11-23T02:29:04.0945620Z | 2022-11-23T02:29:04.0946078Z * 1cfd3858ac (HEAD) total time 5531.78s 2022-11-23T02:29:04.0947685Z * 26322544b8 (base) 3 reports, total time 5837.71s � 1830.82s 2022-11-23T02:29:04.0948073Z * 7f4b4d2827 3 reports, total time 5747.91s � 1992.27s 2022-11-23T02:29:04.0948428Z * b50699f247 3 reports, total time 5889.03s � 2169.70s 2022-11-23T02:29:04.0948700Z * 8bf8e4d71e 3 reports, total time 5696.67s � 1929.91s 2022-11-23T02:29:04.0949005Z * ce856cee7e 3 reports, total time 5892.75s � 1959.95s 2022-11-23T02:29:04.0949295Z * 391b593ca2 3 reports, total time 5804.30s � 1955.04s 2022-11-23T02:29:04.0949578Z * 5bba783d21 3 reports, total time 5732.30s � 2042.47s 2022-11-23T02:29:04.0949862Z * ea920a1115 3 reports, total time 5729.53s � 2015.78s 2022-11-23T02:29:04.0950140Z * 74e62a1fef 3 reports, total time 5689.86s � 1921.44s 2022-11-23T02:29:04.0950693Z * 00b7d8ef23 3 reports, total time 5746.31s � 1891.76s 2022-11-23T02:29:04.0950893Z | 2022-11-23T02:29:04.0951059Z : 2022-11-23T02:29:04.0951161Z 2022-11-23T02:29:04.0951297Z Removed (across 479 suites) 0 tests, totaling 0.00s 2022-11-23T02:29:04.0951589Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:29:04.0951879Z Added (across 269 suites) 55729 tests, totaling +5531.78s 2022-11-23T02:29:04.2730035Z Prepare all required actions 2022-11-23T02:29:04.2768795Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:29:04.2769018Z with: 2022-11-23T02:29:04.2769166Z env: 2022-11-23T02:29:04.2769355Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:29:04.2769642Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2769997Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:29:04.2770340Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2770676Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2770973Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2771292Z ##[endgroup] 2022-11-23T02:29:04.2906005Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:29:04.2906308Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:29:04.2931461Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:29:04.2931750Z env: 2022-11-23T02:29:04.2931987Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:29:04.2932271Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2932623Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:29:04.2932964Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2933284Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2933606Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:04.2933856Z ##[endgroup] 2022-11-23T02:29:04.6994127Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:29:04.7888403Z Finished 2022-11-23T02:29:05.1083666Z Holding runner until all ssh sessions have logged out 2022-11-23T02:29:05.1437703Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:29:05.1438026Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:29:05.1462212Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:29:05.1462514Z env: 2022-11-23T02:29:05.1462712Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:29:05.1462998Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.1463337Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:29:05.1463697Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.1464015Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.1464325Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.1464576Z ##[endgroup] 2022-11-23T02:29:05.5251333Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:29:05.6154443Z Finished 2022-11-23T02:29:05.6813988Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:29:05.6814335Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:29:05.6814590Z rm -rf ./* 2022-11-23T02:29:05.6844053Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:29:05.6844346Z env: 2022-11-23T02:29:05.6844535Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:29:05.6844794Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.6845272Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:29:05.6845614Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.6845939Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.6846267Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:29:05.6846529Z EXTRA_DELETE_DIR: 2022-11-23T02:29:05.6847662Z ##[endgroup] 2022-11-23T02:29:39.5538249Z Post job cleanup. 2022-11-23T02:29:39.5725416Z Post job cleanup. 2022-11-23T02:29:40.0420990Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:29:40.0691264Z Post job cleanup. 2022-11-23T02:29:40.0882848Z Post job cleanup. 2022-11-23T02:29:43.1673811Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:29:43.1875097Z git version 2.38.1.windows.1 2022-11-23T02:29:43.1932480Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\2d845b81-2e1d-402f-98ea-c3816e7e45b6\.gitconfig' 2022-11-23T02:29:43.1958299Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2d845b81-2e1d-402f-98ea-c3816e7e45b6' before making global git config changes 2022-11-23T02:29:43.1959548Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:29:43.1967552Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:29:43.2216806Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:29:43.2452435Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T02:29:43.6675519Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:29:43.6882338Z http.https://github.com/.extraheader 2022-11-23T02:29:43.6922661Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:29:43.7293654Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T02:29:44.2357648Z Cleaning up orphan processes 2022-11-23T02:29:44.2606574Z Terminate orphan process: pid (5156) (mspdbsrv)